kernel32: Make windebug.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 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
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_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3906     enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3907     enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3908     enable_stress_dll16=${enable_stress_dll16:-no}
3909     enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3910     enable_vmm_vxd=${enable_vmm_vxd:-no}
3911     enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3912     enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3913     enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3914     enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3915     enable_w32skrnl=${enable_w32skrnl:-no}
3916     enable_win87em_dll16=${enable_win87em_dll16:-no}
3917     enable_windebug_dll16=${enable_windebug_dll16:-no}
3918     enable_winedos=${enable_winedos:-no}
3919     enable_winevdm=${enable_winevdm:-no}
3920     enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3921     enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3922 fi
3923
3924 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3925 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3926 if test "${wine_cv_toolsdir+set}" = set; then
3927   $as_echo_n "(cached) " >&6
3928 else
3929   if test -z "$with_wine_tools"; then
3930      if test "$cross_compiling" = "yes"; then
3931        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3932 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3933    { (exit 1); exit 1; }; }
3934      else
3935        wine_cv_toolsdir="\$(TOPOBJDIR)"
3936      fi
3937    elif test -d "$with_wine_tools/tools/winebuild"; then
3938      case $with_wine_tools in
3939        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3940        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3941      esac
3942    else
3943      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3944 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3945    { (exit 1); exit 1; }; }
3946    fi
3947 fi
3948 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3949 $as_echo "$wine_cv_toolsdir" >&6; }
3950 TOOLSDIR=$wine_cv_toolsdir
3951
3952 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3953 then
3954     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3955
3956 fi
3957
3958 for ac_prog in flex
3959 do
3960   # Extract the first word of "$ac_prog", so it can be a program name with args.
3961 set dummy $ac_prog; ac_word=$2
3962 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3963 $as_echo_n "checking for $ac_word... " >&6; }
3964 if test "${ac_cv_prog_FLEX+set}" = set; then
3965   $as_echo_n "(cached) " >&6
3966 else
3967   if test -n "$FLEX"; then
3968   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3969 else
3970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3971 for as_dir in $PATH
3972 do
3973   IFS=$as_save_IFS
3974   test -z "$as_dir" && as_dir=.
3975   for ac_exec_ext in '' $ac_executable_extensions; do
3976   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3977     ac_cv_prog_FLEX="$ac_prog"
3978     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3979     break 2
3980   fi
3981 done
3982 done
3983 IFS=$as_save_IFS
3984
3985 fi
3986 fi
3987 FLEX=$ac_cv_prog_FLEX
3988 if test -n "$FLEX"; then
3989   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3990 $as_echo "$FLEX" >&6; }
3991 else
3992   { $as_echo "$as_me:$LINENO: result: no" >&5
3993 $as_echo "no" >&6; }
3994 fi
3995
3996
3997   test -n "$FLEX" && break
3998 done
3999 test -n "$FLEX" || FLEX="none"
4000
4001 if test "$FLEX" = "none"
4002 then
4003   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4004 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4005    { (exit 1); exit 1; }; }
4006 fi
4007
4008 for ac_prog in bison
4009 do
4010   # Extract the first word of "$ac_prog", so it can be a program name with args.
4011 set dummy $ac_prog; ac_word=$2
4012 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4013 $as_echo_n "checking for $ac_word... " >&6; }
4014 if test "${ac_cv_prog_BISON+set}" = set; then
4015   $as_echo_n "(cached) " >&6
4016 else
4017   if test -n "$BISON"; then
4018   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4019 else
4020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4021 for as_dir in $PATH
4022 do
4023   IFS=$as_save_IFS
4024   test -z "$as_dir" && as_dir=.
4025   for ac_exec_ext in '' $ac_executable_extensions; do
4026   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4027     ac_cv_prog_BISON="$ac_prog"
4028     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4029     break 2
4030   fi
4031 done
4032 done
4033 IFS=$as_save_IFS
4034
4035 fi
4036 fi
4037 BISON=$ac_cv_prog_BISON
4038 if test -n "$BISON"; then
4039   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4040 $as_echo "$BISON" >&6; }
4041 else
4042   { $as_echo "$as_me:$LINENO: result: no" >&5
4043 $as_echo "no" >&6; }
4044 fi
4045
4046
4047   test -n "$BISON" && break
4048 done
4049 test -n "$BISON" || BISON="none"
4050
4051 if test "$BISON" = "none"
4052 then
4053   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4054 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4055    { (exit 1); exit 1; }; }
4056 fi
4057
4058 if test -n "$ac_tool_prefix"; then
4059   for ac_prog in gas as
4060   do
4061     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4062 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4063 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4064 $as_echo_n "checking for $ac_word... " >&6; }
4065 if test "${ac_cv_prog_AS+set}" = set; then
4066   $as_echo_n "(cached) " >&6
4067 else
4068   if test -n "$AS"; then
4069   ac_cv_prog_AS="$AS" # Let the user override the test.
4070 else
4071 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4072 for as_dir in $PATH
4073 do
4074   IFS=$as_save_IFS
4075   test -z "$as_dir" && as_dir=.
4076   for ac_exec_ext in '' $ac_executable_extensions; do
4077   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4078     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4079     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4080     break 2
4081   fi
4082 done
4083 done
4084 IFS=$as_save_IFS
4085
4086 fi
4087 fi
4088 AS=$ac_cv_prog_AS
4089 if test -n "$AS"; then
4090   { $as_echo "$as_me:$LINENO: result: $AS" >&5
4091 $as_echo "$AS" >&6; }
4092 else
4093   { $as_echo "$as_me:$LINENO: result: no" >&5
4094 $as_echo "no" >&6; }
4095 fi
4096
4097
4098     test -n "$AS" && break
4099   done
4100 fi
4101 if test -z "$AS"; then
4102   ac_ct_AS=$AS
4103   for ac_prog in gas as
4104 do
4105   # Extract the first word of "$ac_prog", so it can be a program name with args.
4106 set dummy $ac_prog; ac_word=$2
4107 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4108 $as_echo_n "checking for $ac_word... " >&6; }
4109 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4110   $as_echo_n "(cached) " >&6
4111 else
4112   if test -n "$ac_ct_AS"; then
4113   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4114 else
4115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4116 for as_dir in $PATH
4117 do
4118   IFS=$as_save_IFS
4119   test -z "$as_dir" && as_dir=.
4120   for ac_exec_ext in '' $ac_executable_extensions; do
4121   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4122     ac_cv_prog_ac_ct_AS="$ac_prog"
4123     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4124     break 2
4125   fi
4126 done
4127 done
4128 IFS=$as_save_IFS
4129
4130 fi
4131 fi
4132 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4133 if test -n "$ac_ct_AS"; then
4134   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4135 $as_echo "$ac_ct_AS" >&6; }
4136 else
4137   { $as_echo "$as_me:$LINENO: result: no" >&5
4138 $as_echo "no" >&6; }
4139 fi
4140
4141
4142   test -n "$ac_ct_AS" && break
4143 done
4144
4145   if test "x$ac_ct_AS" = x; then
4146     AS="as"
4147   else
4148     case $cross_compiling:$ac_tool_warned in
4149 yes:)
4150 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4151 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4152 ac_tool_warned=yes ;;
4153 esac
4154     AS=$ac_ct_AS
4155   fi
4156 fi
4157
4158 if test -n "$ac_tool_prefix"; then
4159   for ac_prog in ld gld
4160   do
4161     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4162 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4163 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4164 $as_echo_n "checking for $ac_word... " >&6; }
4165 if test "${ac_cv_prog_LD+set}" = set; then
4166   $as_echo_n "(cached) " >&6
4167 else
4168   if test -n "$LD"; then
4169   ac_cv_prog_LD="$LD" # Let the user override the test.
4170 else
4171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4172 for as_dir in $PATH
4173 do
4174   IFS=$as_save_IFS
4175   test -z "$as_dir" && as_dir=.
4176   for ac_exec_ext in '' $ac_executable_extensions; do
4177   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4178     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4179     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4180     break 2
4181   fi
4182 done
4183 done
4184 IFS=$as_save_IFS
4185
4186 fi
4187 fi
4188 LD=$ac_cv_prog_LD
4189 if test -n "$LD"; then
4190   { $as_echo "$as_me:$LINENO: result: $LD" >&5
4191 $as_echo "$LD" >&6; }
4192 else
4193   { $as_echo "$as_me:$LINENO: result: no" >&5
4194 $as_echo "no" >&6; }
4195 fi
4196
4197
4198     test -n "$LD" && break
4199   done
4200 fi
4201 if test -z "$LD"; then
4202   ac_ct_LD=$LD
4203   for ac_prog in ld gld
4204 do
4205   # Extract the first word of "$ac_prog", so it can be a program name with args.
4206 set dummy $ac_prog; ac_word=$2
4207 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4208 $as_echo_n "checking for $ac_word... " >&6; }
4209 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4210   $as_echo_n "(cached) " >&6
4211 else
4212   if test -n "$ac_ct_LD"; then
4213   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4214 else
4215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4216 for as_dir in $PATH
4217 do
4218   IFS=$as_save_IFS
4219   test -z "$as_dir" && as_dir=.
4220   for ac_exec_ext in '' $ac_executable_extensions; do
4221   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4222     ac_cv_prog_ac_ct_LD="$ac_prog"
4223     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4224     break 2
4225   fi
4226 done
4227 done
4228 IFS=$as_save_IFS
4229
4230 fi
4231 fi
4232 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4233 if test -n "$ac_ct_LD"; then
4234   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4235 $as_echo "$ac_ct_LD" >&6; }
4236 else
4237   { $as_echo "$as_me:$LINENO: result: no" >&5
4238 $as_echo "no" >&6; }
4239 fi
4240
4241
4242   test -n "$ac_ct_LD" && break
4243 done
4244
4245   if test "x$ac_ct_LD" = x; then
4246     LD="ld"
4247   else
4248     case $cross_compiling:$ac_tool_warned in
4249 yes:)
4250 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4251 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4252 ac_tool_warned=yes ;;
4253 esac
4254     LD=$ac_ct_LD
4255   fi
4256 fi
4257
4258 if test -n "$ac_tool_prefix"; then
4259   for ac_prog in nm gnm
4260   do
4261     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4262 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4263 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4264 $as_echo_n "checking for $ac_word... " >&6; }
4265 if test "${ac_cv_prog_NM+set}" = set; then
4266   $as_echo_n "(cached) " >&6
4267 else
4268   if test -n "$NM"; then
4269   ac_cv_prog_NM="$NM" # Let the user override the test.
4270 else
4271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4272 for as_dir in $PATH
4273 do
4274   IFS=$as_save_IFS
4275   test -z "$as_dir" && as_dir=.
4276   for ac_exec_ext in '' $ac_executable_extensions; do
4277   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4278     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4279     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4280     break 2
4281   fi
4282 done
4283 done
4284 IFS=$as_save_IFS
4285
4286 fi
4287 fi
4288 NM=$ac_cv_prog_NM
4289 if test -n "$NM"; then
4290   { $as_echo "$as_me:$LINENO: result: $NM" >&5
4291 $as_echo "$NM" >&6; }
4292 else
4293   { $as_echo "$as_me:$LINENO: result: no" >&5
4294 $as_echo "no" >&6; }
4295 fi
4296
4297
4298     test -n "$NM" && break
4299   done
4300 fi
4301 if test -z "$NM"; then
4302   ac_ct_NM=$NM
4303   for ac_prog in nm gnm
4304 do
4305   # Extract the first word of "$ac_prog", so it can be a program name with args.
4306 set dummy $ac_prog; ac_word=$2
4307 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4308 $as_echo_n "checking for $ac_word... " >&6; }
4309 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4310   $as_echo_n "(cached) " >&6
4311 else
4312   if test -n "$ac_ct_NM"; then
4313   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4314 else
4315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4316 for as_dir in $PATH
4317 do
4318   IFS=$as_save_IFS
4319   test -z "$as_dir" && as_dir=.
4320   for ac_exec_ext in '' $ac_executable_extensions; do
4321   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4322     ac_cv_prog_ac_ct_NM="$ac_prog"
4323     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4324     break 2
4325   fi
4326 done
4327 done
4328 IFS=$as_save_IFS
4329
4330 fi
4331 fi
4332 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4333 if test -n "$ac_ct_NM"; then
4334   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4335 $as_echo "$ac_ct_NM" >&6; }
4336 else
4337   { $as_echo "$as_me:$LINENO: result: no" >&5
4338 $as_echo "no" >&6; }
4339 fi
4340
4341
4342   test -n "$ac_ct_NM" && break
4343 done
4344
4345   if test "x$ac_ct_NM" = x; then
4346     NM="nm"
4347   else
4348     case $cross_compiling:$ac_tool_warned in
4349 yes:)
4350 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4351 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4352 ac_tool_warned=yes ;;
4353 esac
4354     NM=$ac_ct_NM
4355   fi
4356 fi
4357
4358 if test -n "$ac_tool_prefix"; then
4359   for ac_prog in ar gar
4360   do
4361     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4362 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4363 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4364 $as_echo_n "checking for $ac_word... " >&6; }
4365 if test "${ac_cv_prog_AR+set}" = set; then
4366   $as_echo_n "(cached) " >&6
4367 else
4368   if test -n "$AR"; then
4369   ac_cv_prog_AR="$AR" # Let the user override the test.
4370 else
4371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4372 for as_dir in $PATH
4373 do
4374   IFS=$as_save_IFS
4375   test -z "$as_dir" && as_dir=.
4376   for ac_exec_ext in '' $ac_executable_extensions; do
4377   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4378     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4379     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4380     break 2
4381   fi
4382 done
4383 done
4384 IFS=$as_save_IFS
4385
4386 fi
4387 fi
4388 AR=$ac_cv_prog_AR
4389 if test -n "$AR"; then
4390   { $as_echo "$as_me:$LINENO: result: $AR" >&5
4391 $as_echo "$AR" >&6; }
4392 else
4393   { $as_echo "$as_me:$LINENO: result: no" >&5
4394 $as_echo "no" >&6; }
4395 fi
4396
4397
4398     test -n "$AR" && break
4399   done
4400 fi
4401 if test -z "$AR"; then
4402   ac_ct_AR=$AR
4403   for ac_prog in ar gar
4404 do
4405   # Extract the first word of "$ac_prog", so it can be a program name with args.
4406 set dummy $ac_prog; ac_word=$2
4407 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4408 $as_echo_n "checking for $ac_word... " >&6; }
4409 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4410   $as_echo_n "(cached) " >&6
4411 else
4412   if test -n "$ac_ct_AR"; then
4413   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4414 else
4415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4416 for as_dir in $PATH
4417 do
4418   IFS=$as_save_IFS
4419   test -z "$as_dir" && as_dir=.
4420   for ac_exec_ext in '' $ac_executable_extensions; do
4421   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4422     ac_cv_prog_ac_ct_AR="$ac_prog"
4423     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4424     break 2
4425   fi
4426 done
4427 done
4428 IFS=$as_save_IFS
4429
4430 fi
4431 fi
4432 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4433 if test -n "$ac_ct_AR"; then
4434   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4435 $as_echo "$ac_ct_AR" >&6; }
4436 else
4437   { $as_echo "$as_me:$LINENO: result: no" >&5
4438 $as_echo "no" >&6; }
4439 fi
4440
4441
4442   test -n "$ac_ct_AR" && break
4443 done
4444
4445   if test "x$ac_ct_AR" = x; then
4446     AR="ar"
4447   else
4448     case $cross_compiling:$ac_tool_warned in
4449 yes:)
4450 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4451 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4452 ac_tool_warned=yes ;;
4453 esac
4454     AR=$ac_ct_AR
4455   fi
4456 fi
4457
4458 ARFLAGS=rc
4459
4460 if test -n "$ac_tool_prefix"; then
4461   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4462 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4464 $as_echo_n "checking for $ac_word... " >&6; }
4465 if test "${ac_cv_prog_RANLIB+set}" = set; then
4466   $as_echo_n "(cached) " >&6
4467 else
4468   if test -n "$RANLIB"; then
4469   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4470 else
4471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4472 for as_dir in $PATH
4473 do
4474   IFS=$as_save_IFS
4475   test -z "$as_dir" && as_dir=.
4476   for ac_exec_ext in '' $ac_executable_extensions; do
4477   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4478     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4479     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4480     break 2
4481   fi
4482 done
4483 done
4484 IFS=$as_save_IFS
4485
4486 fi
4487 fi
4488 RANLIB=$ac_cv_prog_RANLIB
4489 if test -n "$RANLIB"; then
4490   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4491 $as_echo "$RANLIB" >&6; }
4492 else
4493   { $as_echo "$as_me:$LINENO: result: no" >&5
4494 $as_echo "no" >&6; }
4495 fi
4496
4497
4498 fi
4499 if test -z "$ac_cv_prog_RANLIB"; then
4500   ac_ct_RANLIB=$RANLIB
4501   # Extract the first word of "ranlib", so it can be a program name with args.
4502 set dummy ranlib; ac_word=$2
4503 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4504 $as_echo_n "checking for $ac_word... " >&6; }
4505 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4506   $as_echo_n "(cached) " >&6
4507 else
4508   if test -n "$ac_ct_RANLIB"; then
4509   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4510 else
4511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4512 for as_dir in $PATH
4513 do
4514   IFS=$as_save_IFS
4515   test -z "$as_dir" && as_dir=.
4516   for ac_exec_ext in '' $ac_executable_extensions; do
4517   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4518     ac_cv_prog_ac_ct_RANLIB="ranlib"
4519     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4520     break 2
4521   fi
4522 done
4523 done
4524 IFS=$as_save_IFS
4525
4526 fi
4527 fi
4528 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4529 if test -n "$ac_ct_RANLIB"; then
4530   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4531 $as_echo "$ac_ct_RANLIB" >&6; }
4532 else
4533   { $as_echo "$as_me:$LINENO: result: no" >&5
4534 $as_echo "no" >&6; }
4535 fi
4536
4537   if test "x$ac_ct_RANLIB" = x; then
4538     RANLIB=":"
4539   else
4540     case $cross_compiling:$ac_tool_warned in
4541 yes:)
4542 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4543 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4544 ac_tool_warned=yes ;;
4545 esac
4546     RANLIB=$ac_ct_RANLIB
4547   fi
4548 else
4549   RANLIB="$ac_cv_prog_RANLIB"
4550 fi
4551
4552 if test -n "$ac_tool_prefix"; then
4553   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4554 set dummy ${ac_tool_prefix}strip; ac_word=$2
4555 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4556 $as_echo_n "checking for $ac_word... " >&6; }
4557 if test "${ac_cv_prog_STRIP+set}" = set; then
4558   $as_echo_n "(cached) " >&6
4559 else
4560   if test -n "$STRIP"; then
4561   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4562 else
4563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4564 for as_dir in $PATH
4565 do
4566   IFS=$as_save_IFS
4567   test -z "$as_dir" && as_dir=.
4568   for ac_exec_ext in '' $ac_executable_extensions; do
4569   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4570     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4571     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4572     break 2
4573   fi
4574 done
4575 done
4576 IFS=$as_save_IFS
4577
4578 fi
4579 fi
4580 STRIP=$ac_cv_prog_STRIP
4581 if test -n "$STRIP"; then
4582   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4583 $as_echo "$STRIP" >&6; }
4584 else
4585   { $as_echo "$as_me:$LINENO: result: no" >&5
4586 $as_echo "no" >&6; }
4587 fi
4588
4589
4590 fi
4591 if test -z "$ac_cv_prog_STRIP"; then
4592   ac_ct_STRIP=$STRIP
4593   # Extract the first word of "strip", so it can be a program name with args.
4594 set dummy strip; ac_word=$2
4595 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4596 $as_echo_n "checking for $ac_word... " >&6; }
4597 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4598   $as_echo_n "(cached) " >&6
4599 else
4600   if test -n "$ac_ct_STRIP"; then
4601   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4602 else
4603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4604 for as_dir in $PATH
4605 do
4606   IFS=$as_save_IFS
4607   test -z "$as_dir" && as_dir=.
4608   for ac_exec_ext in '' $ac_executable_extensions; do
4609   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4610     ac_cv_prog_ac_ct_STRIP="strip"
4611     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4612     break 2
4613   fi
4614 done
4615 done
4616 IFS=$as_save_IFS
4617
4618 fi
4619 fi
4620 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4621 if test -n "$ac_ct_STRIP"; then
4622   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4623 $as_echo "$ac_ct_STRIP" >&6; }
4624 else
4625   { $as_echo "$as_me:$LINENO: result: no" >&5
4626 $as_echo "no" >&6; }
4627 fi
4628
4629   if test "x$ac_ct_STRIP" = x; then
4630     STRIP="strip"
4631   else
4632     case $cross_compiling:$ac_tool_warned in
4633 yes:)
4634 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4635 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4636 ac_tool_warned=yes ;;
4637 esac
4638     STRIP=$ac_ct_STRIP
4639   fi
4640 else
4641   STRIP="$ac_cv_prog_STRIP"
4642 fi
4643
4644 if test -n "$ac_tool_prefix"; then
4645   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4646 set dummy ${ac_tool_prefix}windres; ac_word=$2
4647 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4648 $as_echo_n "checking for $ac_word... " >&6; }
4649 if test "${ac_cv_prog_WINDRES+set}" = set; then
4650   $as_echo_n "(cached) " >&6
4651 else
4652   if test -n "$WINDRES"; then
4653   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4654 else
4655 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4656 for as_dir in $PATH
4657 do
4658   IFS=$as_save_IFS
4659   test -z "$as_dir" && as_dir=.
4660   for ac_exec_ext in '' $ac_executable_extensions; do
4661   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4662     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4663     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4664     break 2
4665   fi
4666 done
4667 done
4668 IFS=$as_save_IFS
4669
4670 fi
4671 fi
4672 WINDRES=$ac_cv_prog_WINDRES
4673 if test -n "$WINDRES"; then
4674   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4675 $as_echo "$WINDRES" >&6; }
4676 else
4677   { $as_echo "$as_me:$LINENO: result: no" >&5
4678 $as_echo "no" >&6; }
4679 fi
4680
4681
4682 fi
4683 if test -z "$ac_cv_prog_WINDRES"; then
4684   ac_ct_WINDRES=$WINDRES
4685   # Extract the first word of "windres", so it can be a program name with args.
4686 set dummy windres; ac_word=$2
4687 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4688 $as_echo_n "checking for $ac_word... " >&6; }
4689 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4690   $as_echo_n "(cached) " >&6
4691 else
4692   if test -n "$ac_ct_WINDRES"; then
4693   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4694 else
4695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4696 for as_dir in $PATH
4697 do
4698   IFS=$as_save_IFS
4699   test -z "$as_dir" && as_dir=.
4700   for ac_exec_ext in '' $ac_executable_extensions; do
4701   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4702     ac_cv_prog_ac_ct_WINDRES="windres"
4703     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4704     break 2
4705   fi
4706 done
4707 done
4708 IFS=$as_save_IFS
4709
4710 fi
4711 fi
4712 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4713 if test -n "$ac_ct_WINDRES"; then
4714   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4715 $as_echo "$ac_ct_WINDRES" >&6; }
4716 else
4717   { $as_echo "$as_me:$LINENO: result: no" >&5
4718 $as_echo "no" >&6; }
4719 fi
4720
4721   if test "x$ac_ct_WINDRES" = x; then
4722     WINDRES="false"
4723   else
4724     case $cross_compiling:$ac_tool_warned in
4725 yes:)
4726 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4727 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4728 ac_tool_warned=yes ;;
4729 esac
4730     WINDRES=$ac_ct_WINDRES
4731   fi
4732 else
4733   WINDRES="$ac_cv_prog_WINDRES"
4734 fi
4735
4736 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4737 $as_echo_n "checking whether ln -s works... " >&6; }
4738 LN_S=$as_ln_s
4739 if test "$LN_S" = "ln -s"; then
4740   { $as_echo "$as_me:$LINENO: result: yes" >&5
4741 $as_echo "yes" >&6; }
4742 else
4743   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4744 $as_echo "no, using $LN_S" >&6; }
4745 fi
4746
4747 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4748 $as_echo_n "checking whether ln works... " >&6; }
4749 rm -f conf$$ conf$$.file
4750 echo >conf$$.file
4751 if ln conf$$.file conf$$ 2>/dev/null; then
4752   LN=ln
4753
4754   { $as_echo "$as_me:$LINENO: result: yes" >&5
4755 $as_echo "yes" >&6; }
4756 else
4757   LN="cp -p"
4758
4759   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4760 $as_echo "no, using $LN" >&6; }
4761 fi
4762 rm -f conf$$ conf$$.file
4763 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4764 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4765 if test "${ac_cv_path_GREP+set}" = set; then
4766   $as_echo_n "(cached) " >&6
4767 else
4768   if test -z "$GREP"; then
4769   ac_path_GREP_found=false
4770   # Loop through the user's path and test for each of PROGNAME-LIST
4771   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4772 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4773 do
4774   IFS=$as_save_IFS
4775   test -z "$as_dir" && as_dir=.
4776   for ac_prog in grep ggrep; do
4777     for ac_exec_ext in '' $ac_executable_extensions; do
4778       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4779       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4780 # Check for GNU ac_path_GREP and select it if it is found.
4781   # Check for GNU $ac_path_GREP
4782 case `"$ac_path_GREP" --version 2>&1` in
4783 *GNU*)
4784   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4785 *)
4786   ac_count=0
4787   $as_echo_n 0123456789 >"conftest.in"
4788   while :
4789   do
4790     cat "conftest.in" "conftest.in" >"conftest.tmp"
4791     mv "conftest.tmp" "conftest.in"
4792     cp "conftest.in" "conftest.nl"
4793     $as_echo 'GREP' >> "conftest.nl"
4794     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4795     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4796     ac_count=`expr $ac_count + 1`
4797     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4798       # Best one so far, save it but keep looking for a better one
4799       ac_cv_path_GREP="$ac_path_GREP"
4800       ac_path_GREP_max=$ac_count
4801     fi
4802     # 10*(2^10) chars as input seems more than enough
4803     test $ac_count -gt 10 && break
4804   done
4805   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4806 esac
4807
4808       $ac_path_GREP_found && break 3
4809     done
4810   done
4811 done
4812 IFS=$as_save_IFS
4813   if test -z "$ac_cv_path_GREP"; then
4814     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4815 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4816    { (exit 1); exit 1; }; }
4817   fi
4818 else
4819   ac_cv_path_GREP=$GREP
4820 fi
4821
4822 fi
4823 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4824 $as_echo "$ac_cv_path_GREP" >&6; }
4825  GREP="$ac_cv_path_GREP"
4826
4827
4828 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4829 $as_echo_n "checking for egrep... " >&6; }
4830 if test "${ac_cv_path_EGREP+set}" = set; then
4831   $as_echo_n "(cached) " >&6
4832 else
4833   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4834    then ac_cv_path_EGREP="$GREP -E"
4835    else
4836      if test -z "$EGREP"; then
4837   ac_path_EGREP_found=false
4838   # Loop through the user's path and test for each of PROGNAME-LIST
4839   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4840 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4841 do
4842   IFS=$as_save_IFS
4843   test -z "$as_dir" && as_dir=.
4844   for ac_prog in egrep; do
4845     for ac_exec_ext in '' $ac_executable_extensions; do
4846       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4847       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4848 # Check for GNU ac_path_EGREP and select it if it is found.
4849   # Check for GNU $ac_path_EGREP
4850 case `"$ac_path_EGREP" --version 2>&1` in
4851 *GNU*)
4852   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4853 *)
4854   ac_count=0
4855   $as_echo_n 0123456789 >"conftest.in"
4856   while :
4857   do
4858     cat "conftest.in" "conftest.in" >"conftest.tmp"
4859     mv "conftest.tmp" "conftest.in"
4860     cp "conftest.in" "conftest.nl"
4861     $as_echo 'EGREP' >> "conftest.nl"
4862     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4863     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4864     ac_count=`expr $ac_count + 1`
4865     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4866       # Best one so far, save it but keep looking for a better one
4867       ac_cv_path_EGREP="$ac_path_EGREP"
4868       ac_path_EGREP_max=$ac_count
4869     fi
4870     # 10*(2^10) chars as input seems more than enough
4871     test $ac_count -gt 10 && break
4872   done
4873   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4874 esac
4875
4876       $ac_path_EGREP_found && break 3
4877     done
4878   done
4879 done
4880 IFS=$as_save_IFS
4881   if test -z "$ac_cv_path_EGREP"; then
4882     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4883 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4884    { (exit 1); exit 1; }; }
4885   fi
4886 else
4887   ac_cv_path_EGREP=$EGREP
4888 fi
4889
4890    fi
4891 fi
4892 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4893 $as_echo "$ac_cv_path_EGREP" >&6; }
4894  EGREP="$ac_cv_path_EGREP"
4895
4896
4897 # Extract the first word of "ldconfig", so it can be a program name with args.
4898 set dummy ldconfig; ac_word=$2
4899 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4900 $as_echo_n "checking for $ac_word... " >&6; }
4901 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4902   $as_echo_n "(cached) " >&6
4903 else
4904   case $LDCONFIG in
4905   [\\/]* | ?:[\\/]*)
4906   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4907   ;;
4908   *)
4909   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4910 for as_dir in /sbin /usr/sbin $PATH
4911 do
4912   IFS=$as_save_IFS
4913   test -z "$as_dir" && as_dir=.
4914   for ac_exec_ext in '' $ac_executable_extensions; do
4915   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4916     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4917     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4918     break 2
4919   fi
4920 done
4921 done
4922 IFS=$as_save_IFS
4923
4924   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4925   ;;
4926 esac
4927 fi
4928 LDCONFIG=$ac_cv_path_LDCONFIG
4929 if test -n "$LDCONFIG"; then
4930   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4931 $as_echo "$LDCONFIG" >&6; }
4932 else
4933   { $as_echo "$as_me:$LINENO: result: no" >&5
4934 $as_echo "no" >&6; }
4935 fi
4936
4937
4938 # Find a good install program.  We prefer a C program (faster),
4939 # so one script is as good as another.  But avoid the broken or
4940 # incompatible versions:
4941 # SysV /etc/install, /usr/sbin/install
4942 # SunOS /usr/etc/install
4943 # IRIX /sbin/install
4944 # AIX /bin/install
4945 # AmigaOS /C/install, which installs bootblocks on floppy discs
4946 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4947 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4948 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4949 # OS/2's system install, which has a completely different semantic
4950 # ./install, which can be erroneously created by make from ./install.sh.
4951 # Reject install programs that cannot install multiple files.
4952 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4953 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4954 if test -z "$INSTALL"; then
4955 if test "${ac_cv_path_install+set}" = set; then
4956   $as_echo_n "(cached) " >&6
4957 else
4958   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4959 for as_dir in $PATH
4960 do
4961   IFS=$as_save_IFS
4962   test -z "$as_dir" && as_dir=.
4963   # Account for people who put trailing slashes in PATH elements.
4964 case $as_dir/ in
4965   ./ | .// | /cC/* | \
4966   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4967   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4968   /usr/ucb/* ) ;;
4969   *)
4970     # OSF1 and SCO ODT 3.0 have their own names for install.
4971     # Don't use installbsd from OSF since it installs stuff as root
4972     # by default.
4973     for ac_prog in ginstall scoinst install; do
4974       for ac_exec_ext in '' $ac_executable_extensions; do
4975         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4976           if test $ac_prog = install &&
4977             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4978             # AIX install.  It has an incompatible calling convention.
4979             :
4980           elif test $ac_prog = install &&
4981             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4982             # program-specific install script used by HP pwplus--don't use.
4983             :
4984           else
4985             rm -rf conftest.one conftest.two conftest.dir
4986             echo one > conftest.one
4987             echo two > conftest.two
4988             mkdir conftest.dir
4989             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4990               test -s conftest.one && test -s conftest.two &&
4991               test -s conftest.dir/conftest.one &&
4992               test -s conftest.dir/conftest.two
4993             then
4994               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4995               break 3
4996             fi
4997           fi
4998         fi
4999       done
5000     done
5001     ;;
5002 esac
5003
5004 done
5005 IFS=$as_save_IFS
5006
5007 rm -rf conftest.one conftest.two conftest.dir
5008
5009 fi
5010   if test "${ac_cv_path_install+set}" = set; then
5011     INSTALL=$ac_cv_path_install
5012   else
5013     # As a last resort, use the slow shell script.  Don't cache a
5014     # value for INSTALL within a source directory, because that will
5015     # break other packages using the cache if that directory is
5016     # removed, or if the value is a relative name.
5017     INSTALL=$ac_install_sh
5018   fi
5019 fi
5020 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5021 $as_echo "$INSTALL" >&6; }
5022
5023 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5024 # It thinks the first close brace ends the variable substitution.
5025 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5026
5027 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5028
5029 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5030
5031 case "$INSTALL" in
5032   [\\/$]* | ?:[\\/]* ) ;;
5033   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5034 esac
5035
5036 for ac_prog in lclint lint
5037 do
5038   # Extract the first word of "$ac_prog", so it can be a program name with args.
5039 set dummy $ac_prog; ac_word=$2
5040 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5041 $as_echo_n "checking for $ac_word... " >&6; }
5042 if test "${ac_cv_prog_LINT+set}" = set; then
5043   $as_echo_n "(cached) " >&6
5044 else
5045   if test -n "$LINT"; then
5046   ac_cv_prog_LINT="$LINT" # Let the user override the test.
5047 else
5048 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5049 for as_dir in $PATH
5050 do
5051   IFS=$as_save_IFS
5052   test -z "$as_dir" && as_dir=.
5053   for ac_exec_ext in '' $ac_executable_extensions; do
5054   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5055     ac_cv_prog_LINT="$ac_prog"
5056     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5057     break 2
5058   fi
5059 done
5060 done
5061 IFS=$as_save_IFS
5062
5063 fi
5064 fi
5065 LINT=$ac_cv_prog_LINT
5066 if test -n "$LINT"; then
5067   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5068 $as_echo "$LINT" >&6; }
5069 else
5070   { $as_echo "$as_me:$LINENO: result: no" >&5
5071 $as_echo "no" >&6; }
5072 fi
5073
5074
5075   test -n "$LINT" && break
5076 done
5077
5078 if test "$LINT" = "lint"
5079 then
5080   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5081   fi
5082
5083
5084
5085 for ac_prog in fontforge
5086 do
5087   # Extract the first word of "$ac_prog", so it can be a program name with args.
5088 set dummy $ac_prog; ac_word=$2
5089 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5090 $as_echo_n "checking for $ac_word... " >&6; }
5091 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5092   $as_echo_n "(cached) " >&6
5093 else
5094   if test -n "$FONTFORGE"; then
5095   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5096 else
5097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5098 for as_dir in $PATH
5099 do
5100   IFS=$as_save_IFS
5101   test -z "$as_dir" && as_dir=.
5102   for ac_exec_ext in '' $ac_executable_extensions; do
5103   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5104     ac_cv_prog_FONTFORGE="$ac_prog"
5105     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5106     break 2
5107   fi
5108 done
5109 done
5110 IFS=$as_save_IFS
5111
5112 fi
5113 fi
5114 FONTFORGE=$ac_cv_prog_FONTFORGE
5115 if test -n "$FONTFORGE"; then
5116   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5117 $as_echo "$FONTFORGE" >&6; }
5118 else
5119   { $as_echo "$as_me:$LINENO: result: no" >&5
5120 $as_echo "no" >&6; }
5121 fi
5122
5123
5124   test -n "$FONTFORGE" && break
5125 done
5126 test -n "$FONTFORGE" || FONTFORGE="false"
5127
5128 for ac_prog in pkg-config
5129 do
5130   # Extract the first word of "$ac_prog", so it can be a program name with args.
5131 set dummy $ac_prog; ac_word=$2
5132 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5133 $as_echo_n "checking for $ac_word... " >&6; }
5134 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5135   $as_echo_n "(cached) " >&6
5136 else
5137   if test -n "$PKG_CONFIG"; then
5138   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5139 else
5140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5141 for as_dir in $PATH
5142 do
5143   IFS=$as_save_IFS
5144   test -z "$as_dir" && as_dir=.
5145   for ac_exec_ext in '' $ac_executable_extensions; do
5146   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5147     ac_cv_prog_PKG_CONFIG="$ac_prog"
5148     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5149     break 2
5150   fi
5151 done
5152 done
5153 IFS=$as_save_IFS
5154
5155 fi
5156 fi
5157 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5158 if test -n "$PKG_CONFIG"; then
5159   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5160 $as_echo "$PKG_CONFIG" >&6; }
5161 else
5162   { $as_echo "$as_me:$LINENO: result: no" >&5
5163 $as_echo "no" >&6; }
5164 fi
5165
5166
5167   test -n "$PKG_CONFIG" && break
5168 done
5169 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5170
5171 for ac_prog in rsvg
5172 do
5173   # Extract the first word of "$ac_prog", so it can be a program name with args.
5174 set dummy $ac_prog; ac_word=$2
5175 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5176 $as_echo_n "checking for $ac_word... " >&6; }
5177 if test "${ac_cv_prog_RSVG+set}" = set; then
5178   $as_echo_n "(cached) " >&6
5179 else
5180   if test -n "$RSVG"; then
5181   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5182 else
5183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5184 for as_dir in $PATH
5185 do
5186   IFS=$as_save_IFS
5187   test -z "$as_dir" && as_dir=.
5188   for ac_exec_ext in '' $ac_executable_extensions; do
5189   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5190     ac_cv_prog_RSVG="$ac_prog"
5191     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5192     break 2
5193   fi
5194 done
5195 done
5196 IFS=$as_save_IFS
5197
5198 fi
5199 fi
5200 RSVG=$ac_cv_prog_RSVG
5201 if test -n "$RSVG"; then
5202   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5203 $as_echo "$RSVG" >&6; }
5204 else
5205   { $as_echo "$as_me:$LINENO: result: no" >&5
5206 $as_echo "no" >&6; }
5207 fi
5208
5209
5210   test -n "$RSVG" && break
5211 done
5212 test -n "$RSVG" || RSVG="false"
5213
5214 for ac_prog in icotool
5215 do
5216   # Extract the first word of "$ac_prog", so it can be a program name with args.
5217 set dummy $ac_prog; ac_word=$2
5218 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5219 $as_echo_n "checking for $ac_word... " >&6; }
5220 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5221   $as_echo_n "(cached) " >&6
5222 else
5223   if test -n "$ICOTOOL"; then
5224   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5225 else
5226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5227 for as_dir in $PATH
5228 do
5229   IFS=$as_save_IFS
5230   test -z "$as_dir" && as_dir=.
5231   for ac_exec_ext in '' $ac_executable_extensions; do
5232   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5233     ac_cv_prog_ICOTOOL="$ac_prog"
5234     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5235     break 2
5236   fi
5237 done
5238 done
5239 IFS=$as_save_IFS
5240
5241 fi
5242 fi
5243 ICOTOOL=$ac_cv_prog_ICOTOOL
5244 if test -n "$ICOTOOL"; then
5245   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5246 $as_echo "$ICOTOOL" >&6; }
5247 else
5248   { $as_echo "$as_me:$LINENO: result: no" >&5
5249 $as_echo "no" >&6; }
5250 fi
5251
5252
5253   test -n "$ICOTOOL" && break
5254 done
5255 test -n "$ICOTOOL" || ICOTOOL="false"
5256
5257
5258 if test "${enable_maintainer_mode+set}" = set
5259 then
5260   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5261   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5262   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5263 fi
5264
5265 case $host_cpu in
5266   *i[3456789]86*)
5267     # Extract the first word of "prelink", so it can be a program name with args.
5268 set dummy prelink; ac_word=$2
5269 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5270 $as_echo_n "checking for $ac_word... " >&6; }
5271 if test "${ac_cv_path_PRELINK+set}" = set; then
5272   $as_echo_n "(cached) " >&6
5273 else
5274   case $PRELINK in
5275   [\\/]* | ?:[\\/]*)
5276   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5277   ;;
5278   *)
5279   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5280 for as_dir in /sbin /usr/sbin $PATH
5281 do
5282   IFS=$as_save_IFS
5283   test -z "$as_dir" && as_dir=.
5284   for ac_exec_ext in '' $ac_executable_extensions; do
5285   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5286     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5287     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5288     break 2
5289   fi
5290 done
5291 done
5292 IFS=$as_save_IFS
5293
5294   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5295   ;;
5296 esac
5297 fi
5298 PRELINK=$ac_cv_path_PRELINK
5299 if test -n "$PRELINK"; then
5300   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5301 $as_echo "$PRELINK" >&6; }
5302 else
5303   { $as_echo "$as_me:$LINENO: result: no" >&5
5304 $as_echo "no" >&6; }
5305 fi
5306
5307
5308     ;;
5309 esac
5310
5311
5312
5313 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5314 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5315 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5316   $as_echo_n "(cached) " >&6
5317 else
5318   ac_check_lib_save_LIBS=$LIBS
5319 LIBS="-li386  $LIBS"
5320 cat >conftest.$ac_ext <<_ACEOF
5321 /* confdefs.h.  */
5322 _ACEOF
5323 cat confdefs.h >>conftest.$ac_ext
5324 cat >>conftest.$ac_ext <<_ACEOF
5325 /* end confdefs.h.  */
5326
5327 /* Override any GCC internal prototype to avoid an error.
5328    Use char because int might match the return type of a GCC
5329    builtin and then its argument prototype would still apply.  */
5330 #ifdef __cplusplus
5331 extern "C"
5332 #endif
5333 char i386_set_ldt ();
5334 int
5335 main ()
5336 {
5337 return i386_set_ldt ();
5338   ;
5339   return 0;
5340 }
5341 _ACEOF
5342 rm -f conftest.$ac_objext conftest$ac_exeext
5343 if { (ac_try="$ac_link"
5344 case "(($ac_try" in
5345   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5346   *) ac_try_echo=$ac_try;;
5347 esac
5348 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5349 $as_echo "$ac_try_echo") >&5
5350   (eval "$ac_link") 2>conftest.er1
5351   ac_status=$?
5352   grep -v '^ *+' conftest.er1 >conftest.err
5353   rm -f conftest.er1
5354   cat conftest.err >&5
5355   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5356   (exit $ac_status); } && {
5357          test -z "$ac_c_werror_flag" ||
5358          test ! -s conftest.err
5359        } && test -s conftest$ac_exeext && {
5360          test "$cross_compiling" = yes ||
5361          $as_test_x conftest$ac_exeext
5362        }; then
5363   ac_cv_lib_i386_i386_set_ldt=yes
5364 else
5365   $as_echo "$as_me: failed program was:" >&5
5366 sed 's/^/| /' conftest.$ac_ext >&5
5367
5368         ac_cv_lib_i386_i386_set_ldt=no
5369 fi
5370
5371 rm -rf conftest.dSYM
5372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5373       conftest$ac_exeext conftest.$ac_ext
5374 LIBS=$ac_check_lib_save_LIBS
5375 fi
5376 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5377 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5378 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5379   cat >>confdefs.h <<_ACEOF
5380 #define HAVE_LIBI386 1
5381 _ACEOF
5382
5383   LIBS="-li386 $LIBS"
5384
5385 fi
5386
5387
5388 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5389 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5390 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5391   $as_echo_n "(cached) " >&6
5392 else
5393   ac_check_lib_save_LIBS=$LIBS
5394 LIBS="-lossaudio  $LIBS"
5395 cat >conftest.$ac_ext <<_ACEOF
5396 /* confdefs.h.  */
5397 _ACEOF
5398 cat confdefs.h >>conftest.$ac_ext
5399 cat >>conftest.$ac_ext <<_ACEOF
5400 /* end confdefs.h.  */
5401
5402 /* Override any GCC internal prototype to avoid an error.
5403    Use char because int might match the return type of a GCC
5404    builtin and then its argument prototype would still apply.  */
5405 #ifdef __cplusplus
5406 extern "C"
5407 #endif
5408 char _oss_ioctl ();
5409 int
5410 main ()
5411 {
5412 return _oss_ioctl ();
5413   ;
5414   return 0;
5415 }
5416 _ACEOF
5417 rm -f conftest.$ac_objext conftest$ac_exeext
5418 if { (ac_try="$ac_link"
5419 case "(($ac_try" in
5420   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5421   *) ac_try_echo=$ac_try;;
5422 esac
5423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5424 $as_echo "$ac_try_echo") >&5
5425   (eval "$ac_link") 2>conftest.er1
5426   ac_status=$?
5427   grep -v '^ *+' conftest.er1 >conftest.err
5428   rm -f conftest.er1
5429   cat conftest.err >&5
5430   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5431   (exit $ac_status); } && {
5432          test -z "$ac_c_werror_flag" ||
5433          test ! -s conftest.err
5434        } && test -s conftest$ac_exeext && {
5435          test "$cross_compiling" = yes ||
5436          $as_test_x conftest$ac_exeext
5437        }; then
5438   ac_cv_lib_ossaudio__oss_ioctl=yes
5439 else
5440   $as_echo "$as_me: failed program was:" >&5
5441 sed 's/^/| /' conftest.$ac_ext >&5
5442
5443         ac_cv_lib_ossaudio__oss_ioctl=no
5444 fi
5445
5446 rm -rf conftest.dSYM
5447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5448       conftest$ac_exeext conftest.$ac_ext
5449 LIBS=$ac_check_lib_save_LIBS
5450 fi
5451 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5452 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5453 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5454   cat >>confdefs.h <<_ACEOF
5455 #define HAVE_LIBOSSAUDIO 1
5456 _ACEOF
5457
5458   LIBS="-lossaudio $LIBS"
5459
5460 fi
5461
5462
5463 XLIB=""
5464
5465 OPENGL_LIBS=""
5466
5467
5468
5469 ac_ext=c
5470 ac_cpp='$CPP $CPPFLAGS'
5471 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5472 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5473 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5474 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5475 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5476 # On Suns, sometimes $CPP names a directory.
5477 if test -n "$CPP" && test -d "$CPP"; then
5478   CPP=
5479 fi
5480 if test -z "$CPP"; then
5481   if test "${ac_cv_prog_CPP+set}" = set; then
5482   $as_echo_n "(cached) " >&6
5483 else
5484       # Double quotes because CPP needs to be expanded
5485     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5486     do
5487       ac_preproc_ok=false
5488 for ac_c_preproc_warn_flag in '' yes
5489 do
5490   # Use a header file that comes with gcc, so configuring glibc
5491   # with a fresh cross-compiler works.
5492   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5493   # <limits.h> exists even on freestanding compilers.
5494   # On the NeXT, cc -E runs the code through the compiler's parser,
5495   # not just through cpp. "Syntax error" is here to catch this case.
5496   cat >conftest.$ac_ext <<_ACEOF
5497 /* confdefs.h.  */
5498 _ACEOF
5499 cat confdefs.h >>conftest.$ac_ext
5500 cat >>conftest.$ac_ext <<_ACEOF
5501 /* end confdefs.h.  */
5502 #ifdef __STDC__
5503 # include <limits.h>
5504 #else
5505 # include <assert.h>
5506 #endif
5507                      Syntax error
5508 _ACEOF
5509 if { (ac_try="$ac_cpp conftest.$ac_ext"
5510 case "(($ac_try" in
5511   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5512   *) ac_try_echo=$ac_try;;
5513 esac
5514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5515 $as_echo "$ac_try_echo") >&5
5516   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5517   ac_status=$?
5518   grep -v '^ *+' conftest.er1 >conftest.err
5519   rm -f conftest.er1
5520   cat conftest.err >&5
5521   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5522   (exit $ac_status); } >/dev/null && {
5523          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5524          test ! -s conftest.err
5525        }; then
5526   :
5527 else
5528   $as_echo "$as_me: failed program was:" >&5
5529 sed 's/^/| /' conftest.$ac_ext >&5
5530
5531   # Broken: fails on valid input.
5532 continue
5533 fi
5534
5535 rm -f conftest.err conftest.$ac_ext
5536
5537   # OK, works on sane cases.  Now check whether nonexistent headers
5538   # can be detected and how.
5539   cat >conftest.$ac_ext <<_ACEOF
5540 /* confdefs.h.  */
5541 _ACEOF
5542 cat confdefs.h >>conftest.$ac_ext
5543 cat >>conftest.$ac_ext <<_ACEOF
5544 /* end confdefs.h.  */
5545 #include <ac_nonexistent.h>
5546 _ACEOF
5547 if { (ac_try="$ac_cpp conftest.$ac_ext"
5548 case "(($ac_try" in
5549   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5550   *) ac_try_echo=$ac_try;;
5551 esac
5552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5553 $as_echo "$ac_try_echo") >&5
5554   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5555   ac_status=$?
5556   grep -v '^ *+' conftest.er1 >conftest.err
5557   rm -f conftest.er1
5558   cat conftest.err >&5
5559   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5560   (exit $ac_status); } >/dev/null && {
5561          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5562          test ! -s conftest.err
5563        }; then
5564   # Broken: success on invalid input.
5565 continue
5566 else
5567   $as_echo "$as_me: failed program was:" >&5
5568 sed 's/^/| /' conftest.$ac_ext >&5
5569
5570   # Passes both tests.
5571 ac_preproc_ok=:
5572 break
5573 fi
5574
5575 rm -f conftest.err conftest.$ac_ext
5576
5577 done
5578 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5579 rm -f conftest.err conftest.$ac_ext
5580 if $ac_preproc_ok; then
5581   break
5582 fi
5583
5584     done
5585     ac_cv_prog_CPP=$CPP
5586
5587 fi
5588   CPP=$ac_cv_prog_CPP
5589 else
5590   ac_cv_prog_CPP=$CPP
5591 fi
5592 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5593 $as_echo "$CPP" >&6; }
5594 ac_preproc_ok=false
5595 for ac_c_preproc_warn_flag in '' yes
5596 do
5597   # Use a header file that comes with gcc, so configuring glibc
5598   # with a fresh cross-compiler works.
5599   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5600   # <limits.h> exists even on freestanding compilers.
5601   # On the NeXT, cc -E runs the code through the compiler's parser,
5602   # not just through cpp. "Syntax error" is here to catch this case.
5603   cat >conftest.$ac_ext <<_ACEOF
5604 /* confdefs.h.  */
5605 _ACEOF
5606 cat confdefs.h >>conftest.$ac_ext
5607 cat >>conftest.$ac_ext <<_ACEOF
5608 /* end confdefs.h.  */
5609 #ifdef __STDC__
5610 # include <limits.h>
5611 #else
5612 # include <assert.h>
5613 #endif
5614                      Syntax error
5615 _ACEOF
5616 if { (ac_try="$ac_cpp conftest.$ac_ext"
5617 case "(($ac_try" in
5618   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5619   *) ac_try_echo=$ac_try;;
5620 esac
5621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5622 $as_echo "$ac_try_echo") >&5
5623   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5624   ac_status=$?
5625   grep -v '^ *+' conftest.er1 >conftest.err
5626   rm -f conftest.er1
5627   cat conftest.err >&5
5628   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5629   (exit $ac_status); } >/dev/null && {
5630          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5631          test ! -s conftest.err
5632        }; then
5633   :
5634 else
5635   $as_echo "$as_me: failed program was:" >&5
5636 sed 's/^/| /' conftest.$ac_ext >&5
5637
5638   # Broken: fails on valid input.
5639 continue
5640 fi
5641
5642 rm -f conftest.err conftest.$ac_ext
5643
5644   # OK, works on sane cases.  Now check whether nonexistent headers
5645   # can be detected and how.
5646   cat >conftest.$ac_ext <<_ACEOF
5647 /* confdefs.h.  */
5648 _ACEOF
5649 cat confdefs.h >>conftest.$ac_ext
5650 cat >>conftest.$ac_ext <<_ACEOF
5651 /* end confdefs.h.  */
5652 #include <ac_nonexistent.h>
5653 _ACEOF
5654 if { (ac_try="$ac_cpp conftest.$ac_ext"
5655 case "(($ac_try" in
5656   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5657   *) ac_try_echo=$ac_try;;
5658 esac
5659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5660 $as_echo "$ac_try_echo") >&5
5661   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5662   ac_status=$?
5663   grep -v '^ *+' conftest.er1 >conftest.err
5664   rm -f conftest.er1
5665   cat conftest.err >&5
5666   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5667   (exit $ac_status); } >/dev/null && {
5668          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5669          test ! -s conftest.err
5670        }; then
5671   # Broken: success on invalid input.
5672 continue
5673 else
5674   $as_echo "$as_me: failed program was:" >&5
5675 sed 's/^/| /' conftest.$ac_ext >&5
5676
5677   # Passes both tests.
5678 ac_preproc_ok=:
5679 break
5680 fi
5681
5682 rm -f conftest.err conftest.$ac_ext
5683
5684 done
5685 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5686 rm -f conftest.err conftest.$ac_ext
5687 if $ac_preproc_ok; then
5688   :
5689 else
5690   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5691 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5692 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5693 See \`config.log' for more details." >&5
5694 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5695 See \`config.log' for more details." >&2;}
5696    { (exit 1); exit 1; }; }; }
5697 fi
5698
5699 ac_ext=c
5700 ac_cpp='$CPP $CPPFLAGS'
5701 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5702 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5703 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5704
5705
5706 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5707 $as_echo_n "checking for ANSI C header files... " >&6; }
5708 if test "${ac_cv_header_stdc+set}" = set; then
5709   $as_echo_n "(cached) " >&6
5710 else
5711   cat >conftest.$ac_ext <<_ACEOF
5712 /* confdefs.h.  */
5713 _ACEOF
5714 cat confdefs.h >>conftest.$ac_ext
5715 cat >>conftest.$ac_ext <<_ACEOF
5716 /* end confdefs.h.  */
5717 #include <stdlib.h>
5718 #include <stdarg.h>
5719 #include <string.h>
5720 #include <float.h>
5721
5722 int
5723 main ()
5724 {
5725
5726   ;
5727   return 0;
5728 }
5729 _ACEOF
5730 rm -f conftest.$ac_objext
5731 if { (ac_try="$ac_compile"
5732 case "(($ac_try" in
5733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5734   *) ac_try_echo=$ac_try;;
5735 esac
5736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5737 $as_echo "$ac_try_echo") >&5
5738   (eval "$ac_compile") 2>conftest.er1
5739   ac_status=$?
5740   grep -v '^ *+' conftest.er1 >conftest.err
5741   rm -f conftest.er1
5742   cat conftest.err >&5
5743   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5744   (exit $ac_status); } && {
5745          test -z "$ac_c_werror_flag" ||
5746          test ! -s conftest.err
5747        } && test -s conftest.$ac_objext; then
5748   ac_cv_header_stdc=yes
5749 else
5750   $as_echo "$as_me: failed program was:" >&5
5751 sed 's/^/| /' conftest.$ac_ext >&5
5752
5753         ac_cv_header_stdc=no
5754 fi
5755
5756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5757
5758 if test $ac_cv_header_stdc = yes; then
5759   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5760   cat >conftest.$ac_ext <<_ACEOF
5761 /* confdefs.h.  */
5762 _ACEOF
5763 cat confdefs.h >>conftest.$ac_ext
5764 cat >>conftest.$ac_ext <<_ACEOF
5765 /* end confdefs.h.  */
5766 #include <string.h>
5767
5768 _ACEOF
5769 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5770   $EGREP "memchr" >/dev/null 2>&1; then
5771   :
5772 else
5773   ac_cv_header_stdc=no
5774 fi
5775 rm -f conftest*
5776
5777 fi
5778
5779 if test $ac_cv_header_stdc = yes; then
5780   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5781   cat >conftest.$ac_ext <<_ACEOF
5782 /* confdefs.h.  */
5783 _ACEOF
5784 cat confdefs.h >>conftest.$ac_ext
5785 cat >>conftest.$ac_ext <<_ACEOF
5786 /* end confdefs.h.  */
5787 #include <stdlib.h>
5788
5789 _ACEOF
5790 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5791   $EGREP "free" >/dev/null 2>&1; then
5792   :
5793 else
5794   ac_cv_header_stdc=no
5795 fi
5796 rm -f conftest*
5797
5798 fi
5799
5800 if test $ac_cv_header_stdc = yes; then
5801   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5802   if test "$cross_compiling" = yes; then
5803   :
5804 else
5805   cat >conftest.$ac_ext <<_ACEOF
5806 /* confdefs.h.  */
5807 _ACEOF
5808 cat confdefs.h >>conftest.$ac_ext
5809 cat >>conftest.$ac_ext <<_ACEOF
5810 /* end confdefs.h.  */
5811 #include <ctype.h>
5812 #include <stdlib.h>
5813 #if ((' ' & 0x0FF) == 0x020)
5814 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5815 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5816 #else
5817 # define ISLOWER(c) \
5818                    (('a' <= (c) && (c) <= 'i') \
5819                      || ('j' <= (c) && (c) <= 'r') \
5820                      || ('s' <= (c) && (c) <= 'z'))
5821 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5822 #endif
5823
5824 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5825 int
5826 main ()
5827 {
5828   int i;
5829   for (i = 0; i < 256; i++)
5830     if (XOR (islower (i), ISLOWER (i))
5831         || toupper (i) != TOUPPER (i))
5832       return 2;
5833   return 0;
5834 }
5835 _ACEOF
5836 rm -f conftest$ac_exeext
5837 if { (ac_try="$ac_link"
5838 case "(($ac_try" in
5839   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5840   *) ac_try_echo=$ac_try;;
5841 esac
5842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5843 $as_echo "$ac_try_echo") >&5
5844   (eval "$ac_link") 2>&5
5845   ac_status=$?
5846   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5847   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5848   { (case "(($ac_try" in
5849   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5850   *) ac_try_echo=$ac_try;;
5851 esac
5852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5853 $as_echo "$ac_try_echo") >&5
5854   (eval "$ac_try") 2>&5
5855   ac_status=$?
5856   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5857   (exit $ac_status); }; }; then
5858   :
5859 else
5860   $as_echo "$as_me: program exited with status $ac_status" >&5
5861 $as_echo "$as_me: failed program was:" >&5
5862 sed 's/^/| /' conftest.$ac_ext >&5
5863
5864 ( exit $ac_status )
5865 ac_cv_header_stdc=no
5866 fi
5867 rm -rf conftest.dSYM
5868 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5869 fi
5870
5871
5872 fi
5873 fi
5874 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5875 $as_echo "$ac_cv_header_stdc" >&6; }
5876 if test $ac_cv_header_stdc = yes; then
5877
5878 cat >>confdefs.h <<\_ACEOF
5879 #define STDC_HEADERS 1
5880 _ACEOF
5881
5882 fi
5883
5884 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5895                   inttypes.h stdint.h unistd.h
5896 do
5897 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5898 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5899 $as_echo_n "checking for $ac_header... " >&6; }
5900 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5901   $as_echo_n "(cached) " >&6
5902 else
5903   cat >conftest.$ac_ext <<_ACEOF
5904 /* confdefs.h.  */
5905 _ACEOF
5906 cat confdefs.h >>conftest.$ac_ext
5907 cat >>conftest.$ac_ext <<_ACEOF
5908 /* end confdefs.h.  */
5909 $ac_includes_default
5910
5911 #include <$ac_header>
5912 _ACEOF
5913 rm -f conftest.$ac_objext
5914 if { (ac_try="$ac_compile"
5915 case "(($ac_try" in
5916   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5917   *) ac_try_echo=$ac_try;;
5918 esac
5919 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5920 $as_echo "$ac_try_echo") >&5
5921   (eval "$ac_compile") 2>conftest.er1
5922   ac_status=$?
5923   grep -v '^ *+' conftest.er1 >conftest.err
5924   rm -f conftest.er1
5925   cat conftest.err >&5
5926   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5927   (exit $ac_status); } && {
5928          test -z "$ac_c_werror_flag" ||
5929          test ! -s conftest.err
5930        } && test -s conftest.$ac_objext; then
5931   eval "$as_ac_Header=yes"
5932 else
5933   $as_echo "$as_me: failed program was:" >&5
5934 sed 's/^/| /' conftest.$ac_ext >&5
5935
5936         eval "$as_ac_Header=no"
5937 fi
5938
5939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5940 fi
5941 ac_res=`eval 'as_val=${'$as_ac_Header'}
5942                  $as_echo "$as_val"'`
5943                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5944 $as_echo "$ac_res" >&6; }
5945 as_val=`eval 'as_val=${'$as_ac_Header'}
5946                  $as_echo "$as_val"'`
5947    if test "x$as_val" = x""yes; then
5948   cat >>confdefs.h <<_ACEOF
5949 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5950 _ACEOF
5951
5952 fi
5953
5954 done
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
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 for ac_header in \
6074         AudioUnit/AudioUnit.h \
6075         Carbon/Carbon.h \
6076         CoreAudio/CoreAudio.h \
6077         DiskArbitration/DiskArbitration.h \
6078         IOKit/IOKitLib.h \
6079         alias.h \
6080         alsa/asoundlib.h \
6081         arpa/inet.h \
6082         arpa/nameser.h \
6083         asm/types.h \
6084         capi20.h \
6085         curses.h \
6086         direct.h \
6087         dirent.h \
6088         dlfcn.h \
6089         elf.h \
6090         float.h \
6091         fontconfig/fontconfig.h \
6092         getopt.h \
6093         grp.h \
6094         ieeefp.h \
6095         io.h \
6096         jack/jack.h \
6097         jpeglib.h \
6098         lber.h \
6099         lcms.h \
6100         lcms/lcms.h \
6101         ldap.h \
6102         libaudioio.h \
6103         link.h \
6104         linux/cdrom.h \
6105         linux/compiler.h \
6106         linux/hdreg.h \
6107         linux/input.h \
6108         linux/ioctl.h \
6109         linux/joystick.h \
6110         linux/major.h \
6111         linux/param.h \
6112         linux/serial.h \
6113         linux/types.h \
6114         linux/ucdrom.h \
6115         mach/mach.h \
6116         mach/machine.h \
6117         machine/cpu.h \
6118         machine/limits.h \
6119         machine/soundcard.h \
6120         mntent.h \
6121         ncurses.h \
6122         netdb.h \
6123         netinet/in.h \
6124         netinet/in_systm.h \
6125         netinet/tcp.h \
6126         netinet/tcp_fsm.h \
6127         openssl/err.h \
6128         openssl/ssl.h \
6129         png.h \
6130         poll.h \
6131         process.h \
6132         pthread.h \
6133         pwd.h \
6134         regex.h \
6135         sched.h \
6136         scsi/scsi.h \
6137         scsi/scsi_ioctl.h \
6138         scsi/sg.h \
6139         soundcard.h \
6140         stdint.h \
6141         strings.h \
6142         sys/asoundlib.h \
6143         sys/cdio.h \
6144         sys/elf32.h \
6145         sys/epoll.h \
6146         sys/errno.h \
6147         sys/event.h \
6148         sys/exec_elf.h \
6149         sys/filio.h \
6150         sys/ioctl.h \
6151         sys/ipc.h \
6152         sys/limits.h \
6153         sys/link.h \
6154         sys/lwp.h \
6155         sys/mman.h \
6156         sys/modem.h \
6157         sys/msg.h \
6158         sys/mtio.h \
6159         sys/param.h \
6160         sys/poll.h \
6161         sys/prctl.h \
6162         sys/protosw.h \
6163         sys/ptrace.h \
6164         sys/reg.h \
6165         sys/resource.h \
6166         sys/scsiio.h \
6167         sys/shm.h \
6168         sys/signal.h \
6169         sys/socket.h \
6170         sys/socketvar.h \
6171         sys/sockio.h \
6172         sys/soundcard.h \
6173         sys/statvfs.h \
6174         sys/strtio.h \
6175         sys/syscall.h \
6176         sys/time.h \
6177         sys/timeout.h \
6178         sys/times.h \
6179         sys/uio.h \
6180         sys/un.h \
6181         sys/utsname.h \
6182         sys/vm86.h \
6183         sys/wait.h \
6184         syscall.h \
6185         termios.h \
6186         unistd.h \
6187         utime.h \
6188         valgrind/memcheck.h \
6189         valgrind/valgrind.h
6190
6191 do
6192 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6193 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6194   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6195 $as_echo_n "checking for $ac_header... " >&6; }
6196 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6197   $as_echo_n "(cached) " >&6
6198 fi
6199 ac_res=`eval 'as_val=${'$as_ac_Header'}
6200                  $as_echo "$as_val"'`
6201                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6202 $as_echo "$ac_res" >&6; }
6203 else
6204   # Is the header compilable?
6205 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6206 $as_echo_n "checking $ac_header usability... " >&6; }
6207 cat >conftest.$ac_ext <<_ACEOF
6208 /* confdefs.h.  */
6209 _ACEOF
6210 cat confdefs.h >>conftest.$ac_ext
6211 cat >>conftest.$ac_ext <<_ACEOF
6212 /* end confdefs.h.  */
6213 $ac_includes_default
6214 #include <$ac_header>
6215 _ACEOF
6216 rm -f conftest.$ac_objext
6217 if { (ac_try="$ac_compile"
6218 case "(($ac_try" in
6219   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6220   *) ac_try_echo=$ac_try;;
6221 esac
6222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6223 $as_echo "$ac_try_echo") >&5
6224   (eval "$ac_compile") 2>conftest.er1
6225   ac_status=$?
6226   grep -v '^ *+' conftest.er1 >conftest.err
6227   rm -f conftest.er1
6228   cat conftest.err >&5
6229   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6230   (exit $ac_status); } && {
6231          test -z "$ac_c_werror_flag" ||
6232          test ! -s conftest.err
6233        } && test -s conftest.$ac_objext; then
6234   ac_header_compiler=yes
6235 else
6236   $as_echo "$as_me: failed program was:" >&5
6237 sed 's/^/| /' conftest.$ac_ext >&5
6238
6239         ac_header_compiler=no
6240 fi
6241
6242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6243 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6244 $as_echo "$ac_header_compiler" >&6; }
6245
6246 # Is the header present?
6247 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6248 $as_echo_n "checking $ac_header presence... " >&6; }
6249 cat >conftest.$ac_ext <<_ACEOF
6250 /* confdefs.h.  */
6251 _ACEOF
6252 cat confdefs.h >>conftest.$ac_ext
6253 cat >>conftest.$ac_ext <<_ACEOF
6254 /* end confdefs.h.  */
6255 #include <$ac_header>
6256 _ACEOF
6257 if { (ac_try="$ac_cpp conftest.$ac_ext"
6258 case "(($ac_try" in
6259   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6260   *) ac_try_echo=$ac_try;;
6261 esac
6262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6263 $as_echo "$ac_try_echo") >&5
6264   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6265   ac_status=$?
6266   grep -v '^ *+' conftest.er1 >conftest.err
6267   rm -f conftest.er1
6268   cat conftest.err >&5
6269   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6270   (exit $ac_status); } >/dev/null && {
6271          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6272          test ! -s conftest.err
6273        }; then
6274   ac_header_preproc=yes
6275 else
6276   $as_echo "$as_me: failed program was:" >&5
6277 sed 's/^/| /' conftest.$ac_ext >&5
6278
6279   ac_header_preproc=no
6280 fi
6281
6282 rm -f conftest.err conftest.$ac_ext
6283 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6284 $as_echo "$ac_header_preproc" >&6; }
6285
6286 # So?  What about this header?
6287 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6288   yes:no: )
6289     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6290 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6291     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6292 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6293     ac_header_preproc=yes
6294     ;;
6295   no:yes:* )
6296     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6297 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6298     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6299 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6300     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6301 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6302     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6303 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6304     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6305 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6306     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6307 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6308     ( cat <<\_ASBOX
6309 ## ------------------------------------ ##
6310 ## Report this to wine-devel@winehq.org ##
6311 ## ------------------------------------ ##
6312 _ASBOX
6313      ) | sed "s/^/$as_me: WARNING:     /" >&2
6314     ;;
6315 esac
6316 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6317 $as_echo_n "checking for $ac_header... " >&6; }
6318 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6319   $as_echo_n "(cached) " >&6
6320 else
6321   eval "$as_ac_Header=\$ac_header_preproc"
6322 fi
6323 ac_res=`eval 'as_val=${'$as_ac_Header'}
6324                  $as_echo "$as_val"'`
6325                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6326 $as_echo "$ac_res" >&6; }
6327
6328 fi
6329 as_val=`eval 'as_val=${'$as_ac_Header'}
6330                  $as_echo "$as_val"'`
6331    if test "x$as_val" = x""yes; then
6332   cat >>confdefs.h <<_ACEOF
6333 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6334 _ACEOF
6335
6336 fi
6337
6338 done
6339
6340 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6341 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6342 if test "${ac_cv_header_stat_broken+set}" = set; then
6343   $as_echo_n "(cached) " >&6
6344 else
6345   cat >conftest.$ac_ext <<_ACEOF
6346 /* confdefs.h.  */
6347 _ACEOF
6348 cat confdefs.h >>conftest.$ac_ext
6349 cat >>conftest.$ac_ext <<_ACEOF
6350 /* end confdefs.h.  */
6351 #include <sys/types.h>
6352 #include <sys/stat.h>
6353
6354 #if defined S_ISBLK && defined S_IFDIR
6355 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6356 #endif
6357
6358 #if defined S_ISBLK && defined S_IFCHR
6359 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6360 #endif
6361
6362 #if defined S_ISLNK && defined S_IFREG
6363 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6364 #endif
6365
6366 #if defined S_ISSOCK && defined S_IFREG
6367 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6368 #endif
6369
6370 _ACEOF
6371 rm -f conftest.$ac_objext
6372 if { (ac_try="$ac_compile"
6373 case "(($ac_try" in
6374   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6375   *) ac_try_echo=$ac_try;;
6376 esac
6377 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6378 $as_echo "$ac_try_echo") >&5
6379   (eval "$ac_compile") 2>conftest.er1
6380   ac_status=$?
6381   grep -v '^ *+' conftest.er1 >conftest.err
6382   rm -f conftest.er1
6383   cat conftest.err >&5
6384   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6385   (exit $ac_status); } && {
6386          test -z "$ac_c_werror_flag" ||
6387          test ! -s conftest.err
6388        } && test -s conftest.$ac_objext; then
6389   ac_cv_header_stat_broken=no
6390 else
6391   $as_echo "$as_me: failed program was:" >&5
6392 sed 's/^/| /' conftest.$ac_ext >&5
6393
6394         ac_cv_header_stat_broken=yes
6395 fi
6396
6397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6398 fi
6399 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6400 $as_echo "$ac_cv_header_stat_broken" >&6; }
6401 if test $ac_cv_header_stat_broken = yes; then
6402
6403 cat >>confdefs.h <<\_ACEOF
6404 #define STAT_MACROS_BROKEN 1
6405 _ACEOF
6406
6407 fi
6408
6409
6410
6411
6412
6413
6414
6415
6416 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6417 do
6418 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6419 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6420 $as_echo_n "checking for $ac_header... " >&6; }
6421 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6422   $as_echo_n "(cached) " >&6
6423 else
6424   cat >conftest.$ac_ext <<_ACEOF
6425 /* confdefs.h.  */
6426 _ACEOF
6427 cat confdefs.h >>conftest.$ac_ext
6428 cat >>conftest.$ac_ext <<_ACEOF
6429 /* end confdefs.h.  */
6430 #include <sys/types.h>
6431      #ifdef HAVE_SYS_PARAM_H
6432      # include <sys/param.h>
6433      #endif
6434
6435 #include <$ac_header>
6436 _ACEOF
6437 rm -f conftest.$ac_objext
6438 if { (ac_try="$ac_compile"
6439 case "(($ac_try" in
6440   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6441   *) ac_try_echo=$ac_try;;
6442 esac
6443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6444 $as_echo "$ac_try_echo") >&5
6445   (eval "$ac_compile") 2>conftest.er1
6446   ac_status=$?
6447   grep -v '^ *+' conftest.er1 >conftest.err
6448   rm -f conftest.er1
6449   cat conftest.err >&5
6450   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6451   (exit $ac_status); } && {
6452          test -z "$ac_c_werror_flag" ||
6453          test ! -s conftest.err
6454        } && test -s conftest.$ac_objext; then
6455   eval "$as_ac_Header=yes"
6456 else
6457   $as_echo "$as_me: failed program was:" >&5
6458 sed 's/^/| /' conftest.$ac_ext >&5
6459
6460         eval "$as_ac_Header=no"
6461 fi
6462
6463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6464 fi
6465 ac_res=`eval 'as_val=${'$as_ac_Header'}
6466                  $as_echo "$as_val"'`
6467                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6468 $as_echo "$ac_res" >&6; }
6469 as_val=`eval 'as_val=${'$as_ac_Header'}
6470                  $as_echo "$as_val"'`
6471    if test "x$as_val" = x""yes; then
6472   cat >>confdefs.h <<_ACEOF
6473 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6474 _ACEOF
6475
6476 fi
6477
6478 done
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494 for ac_header in \
6495         netinet/ip.h \
6496         net/if.h \
6497         net/if_arp.h \
6498         net/if_dl.h \
6499         net/if_types.h \
6500         net/route.h \
6501         netinet/if_ether.h \
6502         netinet/if_inarp.h \
6503         netinet/in_pcb.h \
6504         netinet/ip_icmp.h \
6505         netinet/ip_var.h \
6506         netinet/udp.h \
6507         netipx/ipx.h \
6508
6509 do
6510 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6511 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6512 $as_echo_n "checking for $ac_header... " >&6; }
6513 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6514   $as_echo_n "(cached) " >&6
6515 else
6516   cat >conftest.$ac_ext <<_ACEOF
6517 /* confdefs.h.  */
6518 _ACEOF
6519 cat confdefs.h >>conftest.$ac_ext
6520 cat >>conftest.$ac_ext <<_ACEOF
6521 /* end confdefs.h.  */
6522 #include <sys/types.h>
6523      #ifdef HAVE_SYS_SOCKET_H
6524      # include <sys/socket.h>
6525      #endif
6526      #ifdef HAVE_SYS_SOCKETVAR_H
6527      # include <sys/socketvar.h>
6528      #endif
6529      #ifdef HAVE_NET_ROUTE_H
6530      # include <net/route.h>
6531      #endif
6532      #ifdef HAVE_NETINET_IN_H
6533      # include <netinet/in.h>
6534      #endif
6535      #ifdef HAVE_NETINET_IN_SYSTM_H
6536      # include <netinet/in_systm.h>
6537      #endif
6538      #ifdef HAVE_NET_IF_H
6539      # include <net/if.h>
6540      #endif
6541      #ifdef HAVE_NETINET_IP_H
6542      # include <netinet/ip.h>
6543      #endif
6544
6545 #include <$ac_header>
6546 _ACEOF
6547 rm -f conftest.$ac_objext
6548 if { (ac_try="$ac_compile"
6549 case "(($ac_try" in
6550   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6551   *) ac_try_echo=$ac_try;;
6552 esac
6553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6554 $as_echo "$ac_try_echo") >&5
6555   (eval "$ac_compile") 2>conftest.er1
6556   ac_status=$?
6557   grep -v '^ *+' conftest.er1 >conftest.err
6558   rm -f conftest.er1
6559   cat conftest.err >&5
6560   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6561   (exit $ac_status); } && {
6562          test -z "$ac_c_werror_flag" ||
6563          test ! -s conftest.err
6564        } && test -s conftest.$ac_objext; then
6565   eval "$as_ac_Header=yes"
6566 else
6567   $as_echo "$as_me: failed program was:" >&5
6568 sed 's/^/| /' conftest.$ac_ext >&5
6569
6570         eval "$as_ac_Header=no"
6571 fi
6572
6573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6574 fi
6575 ac_res=`eval 'as_val=${'$as_ac_Header'}
6576                  $as_echo "$as_val"'`
6577                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6578 $as_echo "$ac_res" >&6; }
6579 as_val=`eval 'as_val=${'$as_ac_Header'}
6580                  $as_echo "$as_val"'`
6581    if test "x$as_val" = x""yes; then
6582   cat >>confdefs.h <<_ACEOF
6583 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6584 _ACEOF
6585
6586 fi
6587
6588 done
6589
6590
6591
6592
6593
6594
6595 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6596 do
6597 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6598 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6599 $as_echo_n "checking for $ac_header... " >&6; }
6600 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6601   $as_echo_n "(cached) " >&6
6602 else
6603   cat >conftest.$ac_ext <<_ACEOF
6604 /* confdefs.h.  */
6605 _ACEOF
6606 cat confdefs.h >>conftest.$ac_ext
6607 cat >>conftest.$ac_ext <<_ACEOF
6608 /* end confdefs.h.  */
6609 #include <sys/types.h>
6610      #ifdef HAVE_ALIAS_H
6611      # include <alias.h>
6612      #endif
6613      #ifdef HAVE_SYS_SOCKET_H
6614      # include <sys/socket.h>
6615      #endif
6616      #ifdef HAVE_SYS_SOCKETVAR_H
6617      # include <sys/socketvar.h>
6618      #endif
6619      #ifdef HAVE_SYS_TIMEOUT_H
6620      # include <sys/timeout.h>
6621      #endif
6622      #ifdef HAVE_NETINET_IN_H
6623      # include <netinet/in.h>
6624      #endif
6625      #ifdef HAVE_NETINET_IN_SYSTM_H
6626      # include <netinet/in_systm.h>
6627      #endif
6628      #ifdef HAVE_NETINET_IP_H
6629      # include <netinet/ip.h>
6630      #endif
6631      #ifdef HAVE_NETINET_IP_VAR_H
6632      # include <netinet/ip_var.h>
6633      #endif
6634      #ifdef HAVE_NETINET_IP_ICMP_H
6635      # include <netinet/ip_icmp.h>
6636      #endif
6637      #ifdef HAVE_NETINET_UDP_H
6638      # include <netinet/udp.h>
6639      #endif
6640      #ifdef HAVE_NETINET_TCP_H
6641      # include <netinet/tcp.h>
6642      #endif
6643      #ifdef HAVE_NETINET_TCP_TIMER_H
6644      #include <netinet/tcp_timer.h>
6645      #endif
6646
6647 #include <$ac_header>
6648 _ACEOF
6649 rm -f conftest.$ac_objext
6650 if { (ac_try="$ac_compile"
6651 case "(($ac_try" in
6652   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6653   *) ac_try_echo=$ac_try;;
6654 esac
6655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6656 $as_echo "$ac_try_echo") >&5
6657   (eval "$ac_compile") 2>conftest.er1
6658   ac_status=$?
6659   grep -v '^ *+' conftest.er1 >conftest.err
6660   rm -f conftest.er1
6661   cat conftest.err >&5
6662   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6663   (exit $ac_status); } && {
6664          test -z "$ac_c_werror_flag" ||
6665          test ! -s conftest.err
6666        } && test -s conftest.$ac_objext; then
6667   eval "$as_ac_Header=yes"
6668 else
6669   $as_echo "$as_me: failed program was:" >&5
6670 sed 's/^/| /' conftest.$ac_ext >&5
6671
6672         eval "$as_ac_Header=no"
6673 fi
6674
6675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6676 fi
6677 ac_res=`eval 'as_val=${'$as_ac_Header'}
6678                  $as_echo "$as_val"'`
6679                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6680 $as_echo "$ac_res" >&6; }
6681 as_val=`eval 'as_val=${'$as_ac_Header'}
6682                  $as_echo "$as_val"'`
6683    if test "x$as_val" = x""yes; then
6684   cat >>confdefs.h <<_ACEOF
6685 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6686 _ACEOF
6687
6688 fi
6689
6690 done
6691
6692
6693
6694 for ac_header in linux/ipx.h
6695 do
6696 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6697 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6698 $as_echo_n "checking for $ac_header... " >&6; }
6699 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6700   $as_echo_n "(cached) " >&6
6701 else
6702   cat >conftest.$ac_ext <<_ACEOF
6703 /* confdefs.h.  */
6704 _ACEOF
6705 cat confdefs.h >>conftest.$ac_ext
6706 cat >>conftest.$ac_ext <<_ACEOF
6707 /* end confdefs.h.  */
6708 #include <sys/types.h>
6709      #ifdef HAVE_ASM_TYPES_H
6710      # include <asm/types.h>
6711      #endif
6712      #ifdef HAVE_SYS_SOCKET_H
6713      # include <sys/socket.h>
6714      #endif
6715      #ifdef HAVE_LINUX_TYPES_H
6716      # include <linux/types.h>
6717      #endif
6718
6719 #include <$ac_header>
6720 _ACEOF
6721 rm -f conftest.$ac_objext
6722 if { (ac_try="$ac_compile"
6723 case "(($ac_try" in
6724   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6725   *) ac_try_echo=$ac_try;;
6726 esac
6727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6728 $as_echo "$ac_try_echo") >&5
6729   (eval "$ac_compile") 2>conftest.er1
6730   ac_status=$?
6731   grep -v '^ *+' conftest.er1 >conftest.err
6732   rm -f conftest.er1
6733   cat conftest.err >&5
6734   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6735   (exit $ac_status); } && {
6736          test -z "$ac_c_werror_flag" ||
6737          test ! -s conftest.err
6738        } && test -s conftest.$ac_objext; then
6739   eval "$as_ac_Header=yes"
6740 else
6741   $as_echo "$as_me: failed program was:" >&5
6742 sed 's/^/| /' conftest.$ac_ext >&5
6743
6744         eval "$as_ac_Header=no"
6745 fi
6746
6747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6748 fi
6749 ac_res=`eval 'as_val=${'$as_ac_Header'}
6750                  $as_echo "$as_val"'`
6751                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6752 $as_echo "$ac_res" >&6; }
6753 as_val=`eval 'as_val=${'$as_ac_Header'}
6754                  $as_echo "$as_val"'`
6755    if test "x$as_val" = x""yes; then
6756   cat >>confdefs.h <<_ACEOF
6757 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6758 _ACEOF
6759
6760 fi
6761
6762 done
6763
6764
6765
6766 for ac_header in resolv.h
6767 do
6768 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6769 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6770 $as_echo_n "checking for $ac_header... " >&6; }
6771 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6772   $as_echo_n "(cached) " >&6
6773 else
6774   cat >conftest.$ac_ext <<_ACEOF
6775 /* confdefs.h.  */
6776 _ACEOF
6777 cat confdefs.h >>conftest.$ac_ext
6778 cat >>conftest.$ac_ext <<_ACEOF
6779 /* end confdefs.h.  */
6780 #include <sys/types.h>
6781      #ifdef HAVE_SYS_SOCKET_H
6782      # include <sys/socket.h>
6783      #endif
6784      #ifdef HAVE_NETINET_IN_H
6785      # include <netinet/in.h>
6786      #endif
6787      #ifdef HAVE_ARPA_NAMESER_H
6788      # include <arpa/nameser.h>
6789      #endif
6790
6791 #include <$ac_header>
6792 _ACEOF
6793 rm -f conftest.$ac_objext
6794 if { (ac_try="$ac_compile"
6795 case "(($ac_try" in
6796   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6797   *) ac_try_echo=$ac_try;;
6798 esac
6799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6800 $as_echo "$ac_try_echo") >&5
6801   (eval "$ac_compile") 2>conftest.er1
6802   ac_status=$?
6803   grep -v '^ *+' conftest.er1 >conftest.err
6804   rm -f conftest.er1
6805   cat conftest.err >&5
6806   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6807   (exit $ac_status); } && {
6808          test -z "$ac_c_werror_flag" ||
6809          test ! -s conftest.err
6810        } && test -s conftest.$ac_objext; then
6811   eval "$as_ac_Header=yes"
6812 else
6813   $as_echo "$as_me: failed program was:" >&5
6814 sed 's/^/| /' conftest.$ac_ext >&5
6815
6816         eval "$as_ac_Header=no"
6817 fi
6818
6819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6820 fi
6821 ac_res=`eval 'as_val=${'$as_ac_Header'}
6822                  $as_echo "$as_val"'`
6823                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6824 $as_echo "$ac_res" >&6; }
6825 as_val=`eval 'as_val=${'$as_ac_Header'}
6826                  $as_echo "$as_val"'`
6827    if test "x$as_val" = x""yes; then
6828   cat >>confdefs.h <<_ACEOF
6829 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6830 _ACEOF
6831
6832 fi
6833
6834 done
6835
6836
6837
6838 for ac_header in ucontext.h
6839 do
6840 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6841 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6842 $as_echo_n "checking for $ac_header... " >&6; }
6843 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6844   $as_echo_n "(cached) " >&6
6845 else
6846   cat >conftest.$ac_ext <<_ACEOF
6847 /* confdefs.h.  */
6848 _ACEOF
6849 cat confdefs.h >>conftest.$ac_ext
6850 cat >>conftest.$ac_ext <<_ACEOF
6851 /* end confdefs.h.  */
6852 #include <signal.h>
6853
6854 #include <$ac_header>
6855 _ACEOF
6856 rm -f conftest.$ac_objext
6857 if { (ac_try="$ac_compile"
6858 case "(($ac_try" in
6859   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6860   *) ac_try_echo=$ac_try;;
6861 esac
6862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6863 $as_echo "$ac_try_echo") >&5
6864   (eval "$ac_compile") 2>conftest.er1
6865   ac_status=$?
6866   grep -v '^ *+' conftest.er1 >conftest.err
6867   rm -f conftest.er1
6868   cat conftest.err >&5
6869   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6870   (exit $ac_status); } && {
6871          test -z "$ac_c_werror_flag" ||
6872          test ! -s conftest.err
6873        } && test -s conftest.$ac_objext; then
6874   eval "$as_ac_Header=yes"
6875 else
6876   $as_echo "$as_me: failed program was:" >&5
6877 sed 's/^/| /' conftest.$ac_ext >&5
6878
6879         eval "$as_ac_Header=no"
6880 fi
6881
6882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6883 fi
6884 ac_res=`eval 'as_val=${'$as_ac_Header'}
6885                  $as_echo "$as_val"'`
6886                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6887 $as_echo "$ac_res" >&6; }
6888 as_val=`eval 'as_val=${'$as_ac_Header'}
6889                  $as_echo "$as_val"'`
6890    if test "x$as_val" = x""yes; then
6891   cat >>confdefs.h <<_ACEOF
6892 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6893 _ACEOF
6894
6895 fi
6896
6897 done
6898
6899
6900
6901 for ac_header in sys/thr.h
6902 do
6903 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6904 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6905 $as_echo_n "checking for $ac_header... " >&6; }
6906 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6907   $as_echo_n "(cached) " >&6
6908 else
6909   cat >conftest.$ac_ext <<_ACEOF
6910 /* confdefs.h.  */
6911 _ACEOF
6912 cat confdefs.h >>conftest.$ac_ext
6913 cat >>conftest.$ac_ext <<_ACEOF
6914 /* end confdefs.h.  */
6915 #include <sys/types.h>
6916 #ifdef HAVE_UCONTEXT_H
6917 #include <ucontext.h>
6918 #endif
6919
6920 #include <$ac_header>
6921 _ACEOF
6922 rm -f conftest.$ac_objext
6923 if { (ac_try="$ac_compile"
6924 case "(($ac_try" in
6925   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6926   *) ac_try_echo=$ac_try;;
6927 esac
6928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6929 $as_echo "$ac_try_echo") >&5
6930   (eval "$ac_compile") 2>conftest.er1
6931   ac_status=$?
6932   grep -v '^ *+' conftest.er1 >conftest.err
6933   rm -f conftest.er1
6934   cat conftest.err >&5
6935   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6936   (exit $ac_status); } && {
6937          test -z "$ac_c_werror_flag" ||
6938          test ! -s conftest.err
6939        } && test -s conftest.$ac_objext; then
6940   eval "$as_ac_Header=yes"
6941 else
6942   $as_echo "$as_me: failed program was:" >&5
6943 sed 's/^/| /' conftest.$ac_ext >&5
6944
6945         eval "$as_ac_Header=no"
6946 fi
6947
6948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6949 fi
6950 ac_res=`eval 'as_val=${'$as_ac_Header'}
6951                  $as_echo "$as_val"'`
6952                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6953 $as_echo "$ac_res" >&6; }
6954 as_val=`eval 'as_val=${'$as_ac_Header'}
6955                  $as_echo "$as_val"'`
6956    if test "x$as_val" = x""yes; then
6957   cat >>confdefs.h <<_ACEOF
6958 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6959 _ACEOF
6960
6961 fi
6962
6963 done
6964
6965
6966
6967 for ac_header in pthread_np.h
6968 do
6969 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6970 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6971 $as_echo_n "checking for $ac_header... " >&6; }
6972 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6973   $as_echo_n "(cached) " >&6
6974 else
6975   cat >conftest.$ac_ext <<_ACEOF
6976 /* confdefs.h.  */
6977 _ACEOF
6978 cat confdefs.h >>conftest.$ac_ext
6979 cat >>conftest.$ac_ext <<_ACEOF
6980 /* end confdefs.h.  */
6981 #ifdef HAVE_PTHREAD_H
6982 #include <pthread.h>
6983 #endif
6984
6985 #include <$ac_header>
6986 _ACEOF
6987 rm -f conftest.$ac_objext
6988 if { (ac_try="$ac_compile"
6989 case "(($ac_try" in
6990   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6991   *) ac_try_echo=$ac_try;;
6992 esac
6993 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6994 $as_echo "$ac_try_echo") >&5
6995   (eval "$ac_compile") 2>conftest.er1
6996   ac_status=$?
6997   grep -v '^ *+' conftest.er1 >conftest.err
6998   rm -f conftest.er1
6999   cat conftest.err >&5
7000   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7001   (exit $ac_status); } && {
7002          test -z "$ac_c_werror_flag" ||
7003          test ! -s conftest.err
7004        } && test -s conftest.$ac_objext; then
7005   eval "$as_ac_Header=yes"
7006 else
7007   $as_echo "$as_me: failed program was:" >&5
7008 sed 's/^/| /' conftest.$ac_ext >&5
7009
7010         eval "$as_ac_Header=no"
7011 fi
7012
7013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7014 fi
7015 ac_res=`eval 'as_val=${'$as_ac_Header'}
7016                  $as_echo "$as_val"'`
7017                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7018 $as_echo "$ac_res" >&6; }
7019 as_val=`eval 'as_val=${'$as_ac_Header'}
7020                  $as_echo "$as_val"'`
7021    if test "x$as_val" = x""yes; then
7022   cat >>confdefs.h <<_ACEOF
7023 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7024 _ACEOF
7025
7026 fi
7027
7028 done
7029
7030
7031
7032 for ac_header in linux/videodev.h
7033 do
7034 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7035 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7036 $as_echo_n "checking for $ac_header... " >&6; }
7037 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7038   $as_echo_n "(cached) " >&6
7039 else
7040   cat >conftest.$ac_ext <<_ACEOF
7041 /* confdefs.h.  */
7042 _ACEOF
7043 cat confdefs.h >>conftest.$ac_ext
7044 cat >>conftest.$ac_ext <<_ACEOF
7045 /* end confdefs.h.  */
7046 #ifdef HAVE_SYS_TIME_H
7047 #include <sys/time.h>
7048 #endif
7049 #include <sys/types.h>
7050 #ifdef HAVE_ASM_TYPES_H
7051 #include <asm/types.h>
7052 #endif
7053
7054 #include <$ac_header>
7055 _ACEOF
7056 rm -f conftest.$ac_objext
7057 if { (ac_try="$ac_compile"
7058 case "(($ac_try" in
7059   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7060   *) ac_try_echo=$ac_try;;
7061 esac
7062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7063 $as_echo "$ac_try_echo") >&5
7064   (eval "$ac_compile") 2>conftest.er1
7065   ac_status=$?
7066   grep -v '^ *+' conftest.er1 >conftest.err
7067   rm -f conftest.er1
7068   cat conftest.err >&5
7069   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7070   (exit $ac_status); } && {
7071          test -z "$ac_c_werror_flag" ||
7072          test ! -s conftest.err
7073        } && test -s conftest.$ac_objext; then
7074   eval "$as_ac_Header=yes"
7075 else
7076   $as_echo "$as_me: failed program was:" >&5
7077 sed 's/^/| /' conftest.$ac_ext >&5
7078
7079         eval "$as_ac_Header=no"
7080 fi
7081
7082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7083 fi
7084 ac_res=`eval 'as_val=${'$as_ac_Header'}
7085                  $as_echo "$as_val"'`
7086                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7087 $as_echo "$ac_res" >&6; }
7088 as_val=`eval 'as_val=${'$as_ac_Header'}
7089                  $as_echo "$as_val"'`
7090    if test "x$as_val" = x""yes; then
7091   cat >>confdefs.h <<_ACEOF
7092 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7093 _ACEOF
7094
7095 fi
7096
7097 done
7098
7099
7100
7101 for ac_header in linux/capi.h
7102 do
7103 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7104 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7105 $as_echo_n "checking for $ac_header... " >&6; }
7106 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7107   $as_echo_n "(cached) " >&6
7108 else
7109   cat >conftest.$ac_ext <<_ACEOF
7110 /* confdefs.h.  */
7111 _ACEOF
7112 cat confdefs.h >>conftest.$ac_ext
7113 cat >>conftest.$ac_ext <<_ACEOF
7114 /* end confdefs.h.  */
7115 #define __user
7116
7117 #include <$ac_header>
7118 _ACEOF
7119 rm -f conftest.$ac_objext
7120 if { (ac_try="$ac_compile"
7121 case "(($ac_try" in
7122   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7123   *) ac_try_echo=$ac_try;;
7124 esac
7125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7126 $as_echo "$ac_try_echo") >&5
7127   (eval "$ac_compile") 2>conftest.er1
7128   ac_status=$?
7129   grep -v '^ *+' conftest.er1 >conftest.err
7130   rm -f conftest.er1
7131   cat conftest.err >&5
7132   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7133   (exit $ac_status); } && {
7134          test -z "$ac_c_werror_flag" ||
7135          test ! -s conftest.err
7136        } && test -s conftest.$ac_objext; then
7137   eval "$as_ac_Header=yes"
7138 else
7139   $as_echo "$as_me: failed program was:" >&5
7140 sed 's/^/| /' conftest.$ac_ext >&5
7141
7142         eval "$as_ac_Header=no"
7143 fi
7144
7145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7146 fi
7147 ac_res=`eval 'as_val=${'$as_ac_Header'}
7148                  $as_echo "$as_val"'`
7149                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7150 $as_echo "$ac_res" >&6; }
7151 as_val=`eval 'as_val=${'$as_ac_Header'}
7152                  $as_echo "$as_val"'`
7153    if test "x$as_val" = x""yes; then
7154   cat >>confdefs.h <<_ACEOF
7155 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7156 _ACEOF
7157
7158 fi
7159
7160 done
7161
7162
7163
7164 DLLEXT=""
7165
7166 DLLFLAGS="-D_REENTRANT"
7167
7168 LDSHARED=""
7169
7170 LDDLLFLAGS=""
7171
7172 LIBEXT="so"
7173
7174 IMPLIBEXT="def"
7175
7176 LDRPATH_INSTALL=""
7177
7178 LDRPATH_LOCAL=""
7179
7180 # Extract the first word of "ldd", so it can be a program name with args.
7181 set dummy ldd; ac_word=$2
7182 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7183 $as_echo_n "checking for $ac_word... " >&6; }
7184 if test "${ac_cv_path_LDD+set}" = set; then
7185   $as_echo_n "(cached) " >&6
7186 else
7187   case $LDD in
7188   [\\/]* | ?:[\\/]*)
7189   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7190   ;;
7191   *)
7192   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7193 as_dummy="/sbin:/usr/sbin:$PATH"
7194 for as_dir in $as_dummy
7195 do
7196   IFS=$as_save_IFS
7197   test -z "$as_dir" && as_dir=.
7198   for ac_exec_ext in '' $ac_executable_extensions; do
7199   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7200     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7201     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7202     break 2
7203   fi
7204 done
7205 done
7206 IFS=$as_save_IFS
7207
7208   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7209   ;;
7210 esac
7211 fi
7212 LDD=$ac_cv_path_LDD
7213 if test -n "$LDD"; then
7214   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7215 $as_echo "$LDD" >&6; }
7216 else
7217   { $as_echo "$as_me:$LINENO: result: no" >&5
7218 $as_echo "no" >&6; }
7219 fi
7220
7221
7222
7223 case $host_os in
7224   cygwin*|mingw32*)
7225     if test -n "$ac_tool_prefix"; then
7226   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7227 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7228 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7229 $as_echo_n "checking for $ac_word... " >&6; }
7230 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7231   $as_echo_n "(cached) " >&6
7232 else
7233   if test -n "$DLLTOOL"; then
7234   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7235 else
7236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7237 for as_dir in $PATH
7238 do
7239   IFS=$as_save_IFS
7240   test -z "$as_dir" && as_dir=.
7241   for ac_exec_ext in '' $ac_executable_extensions; do
7242   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7243     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7244     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7245     break 2
7246   fi
7247 done
7248 done
7249 IFS=$as_save_IFS
7250
7251 fi
7252 fi
7253 DLLTOOL=$ac_cv_prog_DLLTOOL
7254 if test -n "$DLLTOOL"; then
7255   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7256 $as_echo "$DLLTOOL" >&6; }
7257 else
7258   { $as_echo "$as_me:$LINENO: result: no" >&5
7259 $as_echo "no" >&6; }
7260 fi
7261
7262
7263 fi
7264 if test -z "$ac_cv_prog_DLLTOOL"; then
7265   ac_ct_DLLTOOL=$DLLTOOL
7266   # Extract the first word of "dlltool", so it can be a program name with args.
7267 set dummy dlltool; ac_word=$2
7268 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7269 $as_echo_n "checking for $ac_word... " >&6; }
7270 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7271   $as_echo_n "(cached) " >&6
7272 else
7273   if test -n "$ac_ct_DLLTOOL"; then
7274   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7275 else
7276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7277 for as_dir in $PATH
7278 do
7279   IFS=$as_save_IFS
7280   test -z "$as_dir" && as_dir=.
7281   for ac_exec_ext in '' $ac_executable_extensions; do
7282   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7283     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7284     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7285     break 2
7286   fi
7287 done
7288 done
7289 IFS=$as_save_IFS
7290
7291 fi
7292 fi
7293 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7294 if test -n "$ac_ct_DLLTOOL"; then
7295   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7296 $as_echo "$ac_ct_DLLTOOL" >&6; }
7297 else
7298   { $as_echo "$as_me:$LINENO: result: no" >&5
7299 $as_echo "no" >&6; }
7300 fi
7301
7302   if test "x$ac_ct_DLLTOOL" = x; then
7303     DLLTOOL="false"
7304   else
7305     case $cross_compiling:$ac_tool_warned in
7306 yes:)
7307 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7308 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7309 ac_tool_warned=yes ;;
7310 esac
7311     DLLTOOL=$ac_ct_DLLTOOL
7312   fi
7313 else
7314   DLLTOOL="$ac_cv_prog_DLLTOOL"
7315 fi
7316
7317     if test -n "$ac_tool_prefix"; then
7318   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7319 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7320 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7321 $as_echo_n "checking for $ac_word... " >&6; }
7322 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7323   $as_echo_n "(cached) " >&6
7324 else
7325   if test -n "$DLLWRAP"; then
7326   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7327 else
7328 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7329 for as_dir in $PATH
7330 do
7331   IFS=$as_save_IFS
7332   test -z "$as_dir" && as_dir=.
7333   for ac_exec_ext in '' $ac_executable_extensions; do
7334   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7335     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7336     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7337     break 2
7338   fi
7339 done
7340 done
7341 IFS=$as_save_IFS
7342
7343 fi
7344 fi
7345 DLLWRAP=$ac_cv_prog_DLLWRAP
7346 if test -n "$DLLWRAP"; then
7347   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7348 $as_echo "$DLLWRAP" >&6; }
7349 else
7350   { $as_echo "$as_me:$LINENO: result: no" >&5
7351 $as_echo "no" >&6; }
7352 fi
7353
7354
7355 fi
7356 if test -z "$ac_cv_prog_DLLWRAP"; then
7357   ac_ct_DLLWRAP=$DLLWRAP
7358   # Extract the first word of "dllwrap", so it can be a program name with args.
7359 set dummy dllwrap; ac_word=$2
7360 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7361 $as_echo_n "checking for $ac_word... " >&6; }
7362 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7363   $as_echo_n "(cached) " >&6
7364 else
7365   if test -n "$ac_ct_DLLWRAP"; then
7366   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7367 else
7368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7369 for as_dir in $PATH
7370 do
7371   IFS=$as_save_IFS
7372   test -z "$as_dir" && as_dir=.
7373   for ac_exec_ext in '' $ac_executable_extensions; do
7374   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7375     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7376     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7377     break 2
7378   fi
7379 done
7380 done
7381 IFS=$as_save_IFS
7382
7383 fi
7384 fi
7385 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7386 if test -n "$ac_ct_DLLWRAP"; then
7387   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7388 $as_echo "$ac_ct_DLLWRAP" >&6; }
7389 else
7390   { $as_echo "$as_me:$LINENO: result: no" >&5
7391 $as_echo "no" >&6; }
7392 fi
7393
7394   if test "x$ac_ct_DLLWRAP" = x; then
7395     DLLWRAP="false"
7396   else
7397     case $cross_compiling:$ac_tool_warned in
7398 yes:)
7399 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7400 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7401 ac_tool_warned=yes ;;
7402 esac
7403     DLLWRAP=$ac_ct_DLLWRAP
7404   fi
7405 else
7406   DLLWRAP="$ac_cv_prog_DLLWRAP"
7407 fi
7408
7409     if test -n "$ac_tool_prefix"; then
7410   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7411 set dummy ${ac_tool_prefix}ar; ac_word=$2
7412 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7413 $as_echo_n "checking for $ac_word... " >&6; }
7414 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7415   $as_echo_n "(cached) " >&6
7416 else
7417   if test -n "$MINGWAR"; then
7418   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7419 else
7420 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7421 for as_dir in $PATH
7422 do
7423   IFS=$as_save_IFS
7424   test -z "$as_dir" && as_dir=.
7425   for ac_exec_ext in '' $ac_executable_extensions; do
7426   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7427     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7428     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7429     break 2
7430   fi
7431 done
7432 done
7433 IFS=$as_save_IFS
7434
7435 fi
7436 fi
7437 MINGWAR=$ac_cv_prog_MINGWAR
7438 if test -n "$MINGWAR"; then
7439   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7440 $as_echo "$MINGWAR" >&6; }
7441 else
7442   { $as_echo "$as_me:$LINENO: result: no" >&5
7443 $as_echo "no" >&6; }
7444 fi
7445
7446
7447 fi
7448 if test -z "$ac_cv_prog_MINGWAR"; then
7449   ac_ct_MINGWAR=$MINGWAR
7450   # Extract the first word of "ar", so it can be a program name with args.
7451 set dummy ar; ac_word=$2
7452 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7453 $as_echo_n "checking for $ac_word... " >&6; }
7454 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7455   $as_echo_n "(cached) " >&6
7456 else
7457   if test -n "$ac_ct_MINGWAR"; then
7458   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7459 else
7460 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7461 for as_dir in $PATH
7462 do
7463   IFS=$as_save_IFS
7464   test -z "$as_dir" && as_dir=.
7465   for ac_exec_ext in '' $ac_executable_extensions; do
7466   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7467     ac_cv_prog_ac_ct_MINGWAR="ar"
7468     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7469     break 2
7470   fi
7471 done
7472 done
7473 IFS=$as_save_IFS
7474
7475 fi
7476 fi
7477 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7478 if test -n "$ac_ct_MINGWAR"; then
7479   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7480 $as_echo "$ac_ct_MINGWAR" >&6; }
7481 else
7482   { $as_echo "$as_me:$LINENO: result: no" >&5
7483 $as_echo "no" >&6; }
7484 fi
7485
7486   if test "x$ac_ct_MINGWAR" = x; then
7487     MINGWAR="false"
7488   else
7489     case $cross_compiling:$ac_tool_warned in
7490 yes:)
7491 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7492 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7493 ac_tool_warned=yes ;;
7494 esac
7495     MINGWAR=$ac_ct_MINGWAR
7496   fi
7497 else
7498   MINGWAR="$ac_cv_prog_MINGWAR"
7499 fi
7500
7501     if test "$DLLWRAP" = "false"; then
7502       LIBEXT="a"
7503     else
7504             LIBEXT="dll"
7505     fi
7506     IMPLIBEXT="a"
7507         WIN16_FILES=""
7508     WIN16_INSTALL=""
7509         enable_iphlpapi=${enable_iphlpapi:-no}
7510     enable_kernel32=${enable_kernel32:-no}
7511     enable_msvcrt=${enable_msvcrt:-no}
7512     enable_ntdll=${enable_ntdll:-no}
7513     enable_ws2_32=${enable_ws2_32:-no}
7514     enable_loader=${enable_loader:-no}
7515     enable_server=${enable_server:-no}
7516         with_x=${with_x:-no}
7517     with_pthread=${with_pthread:-no}
7518     ;;
7519   darwin*|macosx*)
7520     DLLEXT=".so"
7521     LIBEXT="dylib"
7522     DLLFLAGS="$DLLFLAGS -fPIC"
7523     LDDLLFLAGS="-bundle -multiply_defined suppress"
7524     LIBWINE_LDFLAGS="-multiply_defined suppress"
7525     LDSHARED="\$(CC) -dynamiclib"
7526     STRIP="$STRIP -x"
7527     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7528         SECURITYLIB="-framework Security -framework CoreFoundation"
7529
7530     COREFOUNDATIONLIB="-framework CoreFoundation"
7531
7532     IOKITLIB="-framework IOKit -framework CoreFoundation"
7533
7534     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7535
7536     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7537     then
7538                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7539
7540     fi
7541     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7542     then
7543                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7544
7545     fi
7546     case $host_cpu in
7547       *powerpc*)
7548         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
7549     esac
7550         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7551     then
7552         CARBONLIB="-framework Carbon"
7553
7554         enable_winequartz_drv=${enable_winequartz_drv:-yes}
7555     fi
7556     ;;
7557   *)
7558     DLLFLAGS="$DLLFLAGS -fPIC"
7559     DLLEXT=".so"
7560     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7561 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7562 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7563   $as_echo_n "(cached) " >&6
7564 else
7565   ac_wine_try_cflags_saved=$CFLAGS
7566 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7567 cat >conftest.$ac_ext <<_ACEOF
7568 void myfunc() {}
7569 _ACEOF
7570 rm -f conftest.$ac_objext conftest$ac_exeext
7571 if { (ac_try="$ac_link"
7572 case "(($ac_try" in
7573   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7574   *) ac_try_echo=$ac_try;;
7575 esac
7576 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7577 $as_echo "$ac_try_echo") >&5
7578   (eval "$ac_link") 2>conftest.er1
7579   ac_status=$?
7580   grep -v '^ *+' conftest.er1 >conftest.err
7581   rm -f conftest.er1
7582   cat conftest.err >&5
7583   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7584   (exit $ac_status); } && {
7585          test -z "$ac_c_werror_flag" ||
7586          test ! -s conftest.err
7587        } && test -s conftest$ac_exeext && {
7588          test "$cross_compiling" = yes ||
7589          $as_test_x conftest$ac_exeext
7590        }; then
7591   ac_cv_c_dll_gnuelf="yes"
7592 else
7593   $as_echo "$as_me: failed program was:" >&5
7594 sed 's/^/| /' conftest.$ac_ext >&5
7595
7596         ac_cv_c_dll_gnuelf="no"
7597 fi
7598
7599 rm -rf conftest.dSYM
7600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7601       conftest$ac_exeext conftest.$ac_ext
7602 CFLAGS=$ac_wine_try_cflags_saved
7603 fi
7604 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7605 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7606     if test "$ac_cv_c_dll_gnuelf" = "yes"
7607     then
7608       LDSHARED="\$(CC) -shared"
7609       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7610       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7611 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7612 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7613   $as_echo_n "(cached) " >&6
7614 else
7615   ac_wine_try_cflags_saved=$CFLAGS
7616 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7617 cat >conftest.$ac_ext <<_ACEOF
7618 /* confdefs.h.  */
7619 _ACEOF
7620 cat confdefs.h >>conftest.$ac_ext
7621 cat >>conftest.$ac_ext <<_ACEOF
7622 /* end confdefs.h.  */
7623
7624 int
7625 main ()
7626 {
7627
7628   ;
7629   return 0;
7630 }
7631 _ACEOF
7632 rm -f conftest.$ac_objext conftest$ac_exeext
7633 if { (ac_try="$ac_link"
7634 case "(($ac_try" in
7635   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7636   *) ac_try_echo=$ac_try;;
7637 esac
7638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7639 $as_echo "$ac_try_echo") >&5
7640   (eval "$ac_link") 2>conftest.er1
7641   ac_status=$?
7642   grep -v '^ *+' conftest.er1 >conftest.err
7643   rm -f conftest.er1
7644   cat conftest.err >&5
7645   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7646   (exit $ac_status); } && {
7647          test -z "$ac_c_werror_flag" ||
7648          test ! -s conftest.err
7649        } && test -s conftest$ac_exeext && {
7650          test "$cross_compiling" = yes ||
7651          $as_test_x conftest$ac_exeext
7652        }; then
7653   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7654 else
7655   $as_echo "$as_me: failed program was:" >&5
7656 sed 's/^/| /' conftest.$ac_ext >&5
7657
7658         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7659 fi
7660
7661 rm -rf conftest.dSYM
7662 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7663       conftest$ac_exeext conftest.$ac_ext
7664 CFLAGS=$ac_wine_try_cflags_saved
7665 fi
7666 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7667 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7668 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7669   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7670 else
7671   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7672 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7673 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7674   $as_echo_n "(cached) " >&6
7675 else
7676   ac_wine_try_cflags_saved=$CFLAGS
7677 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7678 cat >conftest.$ac_ext <<_ACEOF
7679 /* confdefs.h.  */
7680 _ACEOF
7681 cat confdefs.h >>conftest.$ac_ext
7682 cat >>conftest.$ac_ext <<_ACEOF
7683 /* end confdefs.h.  */
7684
7685 int
7686 main ()
7687 {
7688
7689   ;
7690   return 0;
7691 }
7692 _ACEOF
7693 rm -f conftest.$ac_objext conftest$ac_exeext
7694 if { (ac_try="$ac_link"
7695 case "(($ac_try" in
7696   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7697   *) ac_try_echo=$ac_try;;
7698 esac
7699 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7700 $as_echo "$ac_try_echo") >&5
7701   (eval "$ac_link") 2>conftest.er1
7702   ac_status=$?
7703   grep -v '^ *+' conftest.er1 >conftest.err
7704   rm -f conftest.er1
7705   cat conftest.err >&5
7706   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7707   (exit $ac_status); } && {
7708          test -z "$ac_c_werror_flag" ||
7709          test ! -s conftest.err
7710        } && test -s conftest$ac_exeext && {
7711          test "$cross_compiling" = yes ||
7712          $as_test_x conftest$ac_exeext
7713        }; then
7714   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7715 else
7716   $as_echo "$as_me: failed program was:" >&5
7717 sed 's/^/| /' conftest.$ac_ext >&5
7718
7719         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7720 fi
7721
7722 rm -rf conftest.dSYM
7723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7724       conftest$ac_exeext conftest.$ac_ext
7725 CFLAGS=$ac_wine_try_cflags_saved
7726 fi
7727 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7728 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7729 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7730   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7731 fi
7732
7733 fi
7734
7735
7736       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7737 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7738 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7739   $as_echo_n "(cached) " >&6
7740 else
7741   ac_wine_try_cflags_saved=$CFLAGS
7742 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7743 cat >conftest.$ac_ext <<_ACEOF
7744 /* confdefs.h.  */
7745 _ACEOF
7746 cat confdefs.h >>conftest.$ac_ext
7747 cat >>conftest.$ac_ext <<_ACEOF
7748 /* end confdefs.h.  */
7749
7750 int
7751 main ()
7752 {
7753
7754   ;
7755   return 0;
7756 }
7757 _ACEOF
7758 rm -f conftest.$ac_objext conftest$ac_exeext
7759 if { (ac_try="$ac_link"
7760 case "(($ac_try" in
7761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7762   *) ac_try_echo=$ac_try;;
7763 esac
7764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7765 $as_echo "$ac_try_echo") >&5
7766   (eval "$ac_link") 2>conftest.er1
7767   ac_status=$?
7768   grep -v '^ *+' conftest.er1 >conftest.err
7769   rm -f conftest.er1
7770   cat conftest.err >&5
7771   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7772   (exit $ac_status); } && {
7773          test -z "$ac_c_werror_flag" ||
7774          test ! -s conftest.err
7775        } && test -s conftest$ac_exeext && {
7776          test "$cross_compiling" = yes ||
7777          $as_test_x conftest$ac_exeext
7778        }; then
7779   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7780 else
7781   $as_echo "$as_me: failed program was:" >&5
7782 sed 's/^/| /' conftest.$ac_ext >&5
7783
7784         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7785 fi
7786
7787 rm -rf conftest.dSYM
7788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7789       conftest$ac_exeext conftest.$ac_ext
7790 CFLAGS=$ac_wine_try_cflags_saved
7791 fi
7792 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7793 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7794 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7795   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7796 fi
7797
7798
7799       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7800 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7801 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7802   $as_echo_n "(cached) " >&6
7803 else
7804   ac_wine_try_cflags_saved=$CFLAGS
7805 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7806 cat >conftest.$ac_ext <<_ACEOF
7807 /* confdefs.h.  */
7808 _ACEOF
7809 cat confdefs.h >>conftest.$ac_ext
7810 cat >>conftest.$ac_ext <<_ACEOF
7811 /* end confdefs.h.  */
7812
7813 int
7814 main ()
7815 {
7816
7817   ;
7818   return 0;
7819 }
7820 _ACEOF
7821 rm -f conftest.$ac_objext conftest$ac_exeext
7822 if { (ac_try="$ac_link"
7823 case "(($ac_try" in
7824   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7825   *) ac_try_echo=$ac_try;;
7826 esac
7827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7828 $as_echo "$ac_try_echo") >&5
7829   (eval "$ac_link") 2>conftest.er1
7830   ac_status=$?
7831   grep -v '^ *+' conftest.er1 >conftest.err
7832   rm -f conftest.er1
7833   cat conftest.err >&5
7834   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7835   (exit $ac_status); } && {
7836          test -z "$ac_c_werror_flag" ||
7837          test ! -s conftest.err
7838        } && test -s conftest$ac_exeext && {
7839          test "$cross_compiling" = yes ||
7840          $as_test_x conftest$ac_exeext
7841        }; then
7842   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7843 else
7844   $as_echo "$as_me: failed program was:" >&5
7845 sed 's/^/| /' conftest.$ac_ext >&5
7846
7847         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7848 fi
7849
7850 rm -rf conftest.dSYM
7851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7852       conftest$ac_exeext conftest.$ac_ext
7853 CFLAGS=$ac_wine_try_cflags_saved
7854 fi
7855 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7856 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7857 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7858   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7859 fi
7860
7861
7862       echo '{ global: *; };' >conftest.map
7863       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7864 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7865 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7866   $as_echo_n "(cached) " >&6
7867 else
7868   ac_wine_try_cflags_saved=$CFLAGS
7869 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7870 cat >conftest.$ac_ext <<_ACEOF
7871 /* confdefs.h.  */
7872 _ACEOF
7873 cat confdefs.h >>conftest.$ac_ext
7874 cat >>conftest.$ac_ext <<_ACEOF
7875 /* end confdefs.h.  */
7876
7877 int
7878 main ()
7879 {
7880
7881   ;
7882   return 0;
7883 }
7884 _ACEOF
7885 rm -f conftest.$ac_objext conftest$ac_exeext
7886 if { (ac_try="$ac_link"
7887 case "(($ac_try" in
7888   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7889   *) ac_try_echo=$ac_try;;
7890 esac
7891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7892 $as_echo "$ac_try_echo") >&5
7893   (eval "$ac_link") 2>conftest.er1
7894   ac_status=$?
7895   grep -v '^ *+' conftest.er1 >conftest.err
7896   rm -f conftest.er1
7897   cat conftest.err >&5
7898   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7899   (exit $ac_status); } && {
7900          test -z "$ac_c_werror_flag" ||
7901          test ! -s conftest.err
7902        } && test -s conftest$ac_exeext && {
7903          test "$cross_compiling" = yes ||
7904          $as_test_x conftest$ac_exeext
7905        }; then
7906   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7907 else
7908   $as_echo "$as_me: failed program was:" >&5
7909 sed 's/^/| /' conftest.$ac_ext >&5
7910
7911         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7912 fi
7913
7914 rm -rf conftest.dSYM
7915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7916       conftest$ac_exeext conftest.$ac_ext
7917 CFLAGS=$ac_wine_try_cflags_saved
7918 fi
7919 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7920 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7921 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7922   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7923 fi
7924
7925       rm -f conftest.map
7926
7927       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7928 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7929 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7930   $as_echo_n "(cached) " >&6
7931 else
7932   ac_wine_try_cflags_saved=$CFLAGS
7933 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7934 cat >conftest.$ac_ext <<_ACEOF
7935 /* confdefs.h.  */
7936 _ACEOF
7937 cat confdefs.h >>conftest.$ac_ext
7938 cat >>conftest.$ac_ext <<_ACEOF
7939 /* end confdefs.h.  */
7940
7941 int
7942 main ()
7943 {
7944
7945   ;
7946   return 0;
7947 }
7948 _ACEOF
7949 rm -f conftest.$ac_objext conftest$ac_exeext
7950 if { (ac_try="$ac_link"
7951 case "(($ac_try" in
7952   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7953   *) ac_try_echo=$ac_try;;
7954 esac
7955 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7956 $as_echo "$ac_try_echo") >&5
7957   (eval "$ac_link") 2>conftest.er1
7958   ac_status=$?
7959   grep -v '^ *+' conftest.er1 >conftest.err
7960   rm -f conftest.er1
7961   cat conftest.err >&5
7962   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7963   (exit $ac_status); } && {
7964          test -z "$ac_c_werror_flag" ||
7965          test ! -s conftest.err
7966        } && test -s conftest$ac_exeext && {
7967          test "$cross_compiling" = yes ||
7968          $as_test_x conftest$ac_exeext
7969        }; then
7970   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7971 else
7972   $as_echo "$as_me: failed program was:" >&5
7973 sed 's/^/| /' conftest.$ac_ext >&5
7974
7975         ac_cv_cflags__fPIC__Wl___export_dynamic=no
7976 fi
7977
7978 rm -rf conftest.dSYM
7979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7980       conftest$ac_exeext conftest.$ac_ext
7981 CFLAGS=$ac_wine_try_cflags_saved
7982 fi
7983 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7984 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7985 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7986   LDEXECFLAGS="-Wl,--export-dynamic"
7987
7988 fi
7989
7990
7991       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7992 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7993 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7994 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7995   $as_echo_n "(cached) " >&6
7996 else
7997   ac_wine_try_cflags_saved=$CFLAGS
7998 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7999 cat >conftest.$ac_ext <<_ACEOF
8000 /* confdefs.h.  */
8001 _ACEOF
8002 cat confdefs.h >>conftest.$ac_ext
8003 cat >>conftest.$ac_ext <<_ACEOF
8004 /* end confdefs.h.  */
8005
8006 int
8007 main ()
8008 {
8009
8010   ;
8011   return 0;
8012 }
8013 _ACEOF
8014 rm -f conftest.$ac_objext conftest$ac_exeext
8015 if { (ac_try="$ac_link"
8016 case "(($ac_try" in
8017   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8018   *) ac_try_echo=$ac_try;;
8019 esac
8020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8021 $as_echo "$ac_try_echo") >&5
8022   (eval "$ac_link") 2>conftest.er1
8023   ac_status=$?
8024   grep -v '^ *+' conftest.er1 >conftest.err
8025   rm -f conftest.er1
8026   cat conftest.err >&5
8027   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8028   (exit $ac_status); } && {
8029          test -z "$ac_c_werror_flag" ||
8030          test ! -s conftest.err
8031        } && test -s conftest$ac_exeext && {
8032          test "$cross_compiling" = yes ||
8033          $as_test_x conftest$ac_exeext
8034        }; then
8035   eval "$as_ac_var=yes"
8036 else
8037   $as_echo "$as_me: failed program was:" >&5
8038 sed 's/^/| /' conftest.$ac_ext >&5
8039
8040         eval "$as_ac_var=no"
8041 fi
8042
8043 rm -rf conftest.dSYM
8044 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8045       conftest$ac_exeext conftest.$ac_ext
8046 CFLAGS=$ac_wine_try_cflags_saved
8047 fi
8048 ac_res=`eval 'as_val=${'$as_ac_var'}
8049                  $as_echo "$as_val"'`
8050                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8051 $as_echo "$ac_res" >&6; }
8052 if test `eval 'as_val=${'$as_ac_var'}
8053                  $as_echo "$as_val"'` = yes; then
8054   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8055                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8056 else
8057   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8058 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8059 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8060 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8061   $as_echo_n "(cached) " >&6
8062 else
8063   ac_wine_try_cflags_saved=$CFLAGS
8064 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8065 cat >conftest.$ac_ext <<_ACEOF
8066 /* confdefs.h.  */
8067 _ACEOF
8068 cat confdefs.h >>conftest.$ac_ext
8069 cat >>conftest.$ac_ext <<_ACEOF
8070 /* end confdefs.h.  */
8071
8072 int
8073 main ()
8074 {
8075
8076   ;
8077   return 0;
8078 }
8079 _ACEOF
8080 rm -f conftest.$ac_objext conftest$ac_exeext
8081 if { (ac_try="$ac_link"
8082 case "(($ac_try" in
8083   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8084   *) ac_try_echo=$ac_try;;
8085 esac
8086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8087 $as_echo "$ac_try_echo") >&5
8088   (eval "$ac_link") 2>conftest.er1
8089   ac_status=$?
8090   grep -v '^ *+' conftest.er1 >conftest.err
8091   rm -f conftest.er1
8092   cat conftest.err >&5
8093   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8094   (exit $ac_status); } && {
8095          test -z "$ac_c_werror_flag" ||
8096          test ! -s conftest.err
8097        } && test -s conftest$ac_exeext && {
8098          test "$cross_compiling" = yes ||
8099          $as_test_x conftest$ac_exeext
8100        }; then
8101   eval "$as_ac_var=yes"
8102 else
8103   $as_echo "$as_me: failed program was:" >&5
8104 sed 's/^/| /' conftest.$ac_ext >&5
8105
8106         eval "$as_ac_var=no"
8107 fi
8108
8109 rm -rf conftest.dSYM
8110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8111       conftest$ac_exeext conftest.$ac_ext
8112 CFLAGS=$ac_wine_try_cflags_saved
8113 fi
8114 ac_res=`eval 'as_val=${'$as_ac_var'}
8115                  $as_echo "$as_val"'`
8116                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8117 $as_echo "$ac_res" >&6; }
8118 if test `eval 'as_val=${'$as_ac_var'}
8119                  $as_echo "$as_val"'` = yes; then
8120   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8121                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8122 fi
8123
8124 fi
8125
8126
8127       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8128 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8129 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8130   $as_echo_n "(cached) " >&6
8131 else
8132   ac_wine_try_cflags_saved=$CFLAGS
8133 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8134 cat >conftest.$ac_ext <<_ACEOF
8135 /* confdefs.h.  */
8136 _ACEOF
8137 cat confdefs.h >>conftest.$ac_ext
8138 cat >>conftest.$ac_ext <<_ACEOF
8139 /* end confdefs.h.  */
8140
8141 int
8142 main ()
8143 {
8144
8145   ;
8146   return 0;
8147 }
8148 _ACEOF
8149 rm -f conftest.$ac_objext conftest$ac_exeext
8150 if { (ac_try="$ac_link"
8151 case "(($ac_try" in
8152   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8153   *) ac_try_echo=$ac_try;;
8154 esac
8155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8156 $as_echo "$ac_try_echo") >&5
8157   (eval "$ac_link") 2>conftest.er1
8158   ac_status=$?
8159   grep -v '^ *+' conftest.er1 >conftest.err
8160   rm -f conftest.er1
8161   cat conftest.err >&5
8162   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8163   (exit $ac_status); } && {
8164          test -z "$ac_c_werror_flag" ||
8165          test ! -s conftest.err
8166        } && test -s conftest$ac_exeext && {
8167          test "$cross_compiling" = yes ||
8168          $as_test_x conftest$ac_exeext
8169        }; then
8170   ac_cv_cflags__Wl___enable_new_dtags=yes
8171 else
8172   $as_echo "$as_me: failed program was:" >&5
8173 sed 's/^/| /' conftest.$ac_ext >&5
8174
8175         ac_cv_cflags__Wl___enable_new_dtags=no
8176 fi
8177
8178 rm -rf conftest.dSYM
8179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8180       conftest$ac_exeext conftest.$ac_ext
8181 CFLAGS=$ac_wine_try_cflags_saved
8182 fi
8183 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8184 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8185 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8186   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8187 fi
8188
8189
8190       case $host_cpu in
8191         *i[3456789]86* | x86_64)
8192           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8193 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8194 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8195   $as_echo_n "(cached) " >&6
8196 else
8197   ac_wine_try_cflags_saved=$CFLAGS
8198 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
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   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8236 else
8237   $as_echo "$as_me: failed program was:" >&5
8238 sed 's/^/| /' conftest.$ac_ext >&5
8239
8240         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=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 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8249 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8250 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8251   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8252 fi
8253
8254           ;;
8255       esac
8256
8257     else
8258       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8259 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8260 if test "${ac_cv_c_dll_unixware+set}" = set; then
8261   $as_echo_n "(cached) " >&6
8262 else
8263   ac_wine_try_cflags_saved=$CFLAGS
8264 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8265 cat >conftest.$ac_ext <<_ACEOF
8266 void myfunc() {}
8267 _ACEOF
8268 rm -f conftest.$ac_objext conftest$ac_exeext
8269 if { (ac_try="$ac_link"
8270 case "(($ac_try" in
8271   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8272   *) ac_try_echo=$ac_try;;
8273 esac
8274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8275 $as_echo "$ac_try_echo") >&5
8276   (eval "$ac_link") 2>conftest.er1
8277   ac_status=$?
8278   grep -v '^ *+' conftest.er1 >conftest.err
8279   rm -f conftest.er1
8280   cat conftest.err >&5
8281   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8282   (exit $ac_status); } && {
8283          test -z "$ac_c_werror_flag" ||
8284          test ! -s conftest.err
8285        } && test -s conftest$ac_exeext && {
8286          test "$cross_compiling" = yes ||
8287          $as_test_x conftest$ac_exeext
8288        }; then
8289   ac_cv_c_dll_unixware="yes"
8290 else
8291   $as_echo "$as_me: failed program was:" >&5
8292 sed 's/^/| /' conftest.$ac_ext >&5
8293
8294         ac_cv_c_dll_unixware="no"
8295 fi
8296
8297 rm -rf conftest.dSYM
8298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8299       conftest$ac_exeext conftest.$ac_ext
8300 CFLAGS=$ac_wine_try_cflags_saved
8301 fi
8302 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8303 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8304       if test "$ac_cv_c_dll_unixware" = "yes"
8305       then
8306         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8307         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8308
8309       else
8310         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8311 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8312 if test "${ac_cv_c_dll_hpux+set}" = set; then
8313   $as_echo_n "(cached) " >&6
8314 else
8315   ac_wine_try_cflags_saved=$CFLAGS
8316 CFLAGS="$CFLAGS -shared"
8317 cat >conftest.$ac_ext <<_ACEOF
8318 void myfunc() {}
8319 _ACEOF
8320 rm -f conftest.$ac_objext conftest$ac_exeext
8321 if { (ac_try="$ac_link"
8322 case "(($ac_try" in
8323   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8324   *) ac_try_echo=$ac_try;;
8325 esac
8326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8327 $as_echo "$ac_try_echo") >&5
8328   (eval "$ac_link") 2>conftest.er1
8329   ac_status=$?
8330   grep -v '^ *+' conftest.er1 >conftest.err
8331   rm -f conftest.er1
8332   cat conftest.err >&5
8333   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8334   (exit $ac_status); } && {
8335          test -z "$ac_c_werror_flag" ||
8336          test ! -s conftest.err
8337        } && test -s conftest$ac_exeext && {
8338          test "$cross_compiling" = yes ||
8339          $as_test_x conftest$ac_exeext
8340        }; then
8341   ac_cv_c_dll_hpux="yes"
8342 else
8343   $as_echo "$as_me: failed program was:" >&5
8344 sed 's/^/| /' conftest.$ac_ext >&5
8345
8346         ac_cv_c_dll_hpux="no"
8347 fi
8348
8349 rm -rf conftest.dSYM
8350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8351       conftest$ac_exeext conftest.$ac_ext
8352 CFLAGS=$ac_wine_try_cflags_saved
8353 fi
8354 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8355 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8356         if test "$ac_cv_c_dll_hpux" = "yes"
8357         then
8358           LIBEXT="sl"
8359           DLLEXT=".sl"
8360           LDDLLFLAGS="-shared -fPIC"
8361           LDSHARED="\$(CC) -shared"
8362         fi
8363       fi
8364     fi
8365     ;;
8366 esac
8367
8368 enable_winequartz_drv=${enable_winequartz_drv:-no}
8369
8370 if test "$LIBEXT" = "a"; then
8371   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8372 It is currently not possible to build Wine without shared library
8373 (.so) support to allow transparent switch between .so and .dll files.
8374 If you are using Linux, you will need a newer binutils.
8375 " >&5
8376 $as_echo "$as_me: error: could not find a way to build shared libraries.
8377 It is currently not possible to build Wine without shared library
8378 (.so) support to allow transparent switch between .so and .dll files.
8379 If you are using Linux, you will need a newer binutils.
8380 " >&2;}
8381    { (exit 1); exit 1; }; }
8382 fi
8383
8384 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8385 then
8386     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
8387 do
8388   # Extract the first word of "$ac_prog", so it can be a program name with args.
8389 set dummy $ac_prog; ac_word=$2
8390 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8391 $as_echo_n "checking for $ac_word... " >&6; }
8392 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8393   $as_echo_n "(cached) " >&6
8394 else
8395   if test -n "$CROSSCC"; then
8396   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8397 else
8398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8399 for as_dir in $PATH
8400 do
8401   IFS=$as_save_IFS
8402   test -z "$as_dir" && as_dir=.
8403   for ac_exec_ext in '' $ac_executable_extensions; do
8404   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8405     ac_cv_prog_CROSSCC="$ac_prog"
8406     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8407     break 2
8408   fi
8409 done
8410 done
8411 IFS=$as_save_IFS
8412
8413 fi
8414 fi
8415 CROSSCC=$ac_cv_prog_CROSSCC
8416 if test -n "$CROSSCC"; then
8417   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8418 $as_echo "$CROSSCC" >&6; }
8419 else
8420   { $as_echo "$as_me:$LINENO: result: no" >&5
8421 $as_echo "no" >&6; }
8422 fi
8423
8424
8425   test -n "$CROSSCC" && break
8426 done
8427 test -n "$CROSSCC" || CROSSCC="false"
8428
8429     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
8430 do
8431   # Extract the first word of "$ac_prog", so it can be a program name with args.
8432 set dummy $ac_prog; ac_word=$2
8433 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8434 $as_echo_n "checking for $ac_word... " >&6; }
8435 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8436   $as_echo_n "(cached) " >&6
8437 else
8438   if test -n "$DLLTOOL"; then
8439   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8440 else
8441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8442 for as_dir in $PATH
8443 do
8444   IFS=$as_save_IFS
8445   test -z "$as_dir" && as_dir=.
8446   for ac_exec_ext in '' $ac_executable_extensions; do
8447   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8448     ac_cv_prog_DLLTOOL="$ac_prog"
8449     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8450     break 2
8451   fi
8452 done
8453 done
8454 IFS=$as_save_IFS
8455
8456 fi
8457 fi
8458 DLLTOOL=$ac_cv_prog_DLLTOOL
8459 if test -n "$DLLTOOL"; then
8460   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8461 $as_echo "$DLLTOOL" >&6; }
8462 else
8463   { $as_echo "$as_me:$LINENO: result: no" >&5
8464 $as_echo "no" >&6; }
8465 fi
8466
8467
8468   test -n "$DLLTOOL" && break
8469 done
8470 test -n "$DLLTOOL" || DLLTOOL="false"
8471
8472     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
8473 do
8474   # Extract the first word of "$ac_prog", so it can be a program name with args.
8475 set dummy $ac_prog; ac_word=$2
8476 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8477 $as_echo_n "checking for $ac_word... " >&6; }
8478 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8479   $as_echo_n "(cached) " >&6
8480 else
8481   if test -n "$CROSSWINDRES"; then
8482   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8483 else
8484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8485 for as_dir in $PATH
8486 do
8487   IFS=$as_save_IFS
8488   test -z "$as_dir" && as_dir=.
8489   for ac_exec_ext in '' $ac_executable_extensions; do
8490   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8491     ac_cv_prog_CROSSWINDRES="$ac_prog"
8492     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8493     break 2
8494   fi
8495 done
8496 done
8497 IFS=$as_save_IFS
8498
8499 fi
8500 fi
8501 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8502 if test -n "$CROSSWINDRES"; then
8503   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8504 $as_echo "$CROSSWINDRES" >&6; }
8505 else
8506   { $as_echo "$as_me:$LINENO: result: no" >&5
8507 $as_echo "no" >&6; }
8508 fi
8509
8510
8511   test -n "$CROSSWINDRES" && break
8512 done
8513 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8514
8515     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
8516 do
8517   # Extract the first word of "$ac_prog", so it can be a program name with args.
8518 set dummy $ac_prog; ac_word=$2
8519 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8520 $as_echo_n "checking for $ac_word... " >&6; }
8521 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8522   $as_echo_n "(cached) " >&6
8523 else
8524   if test -n "$MINGWAR"; then
8525   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8526 else
8527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8528 for as_dir in $PATH
8529 do
8530   IFS=$as_save_IFS
8531   test -z "$as_dir" && as_dir=.
8532   for ac_exec_ext in '' $ac_executable_extensions; do
8533   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8534     ac_cv_prog_MINGWAR="$ac_prog"
8535     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8536     break 2
8537   fi
8538 done
8539 done
8540 IFS=$as_save_IFS
8541
8542 fi
8543 fi
8544 MINGWAR=$ac_cv_prog_MINGWAR
8545 if test -n "$MINGWAR"; then
8546   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8547 $as_echo "$MINGWAR" >&6; }
8548 else
8549   { $as_echo "$as_me:$LINENO: result: no" >&5
8550 $as_echo "no" >&6; }
8551 fi
8552
8553
8554   test -n "$MINGWAR" && break
8555 done
8556 test -n "$MINGWAR" || MINGWAR="false"
8557
8558     if test "$CROSSCC" != "false"
8559     then
8560         CROSSTEST="\$(CROSSTEST)"
8561
8562     fi
8563 fi
8564
8565
8566 if test "$ac_cv_header_pthread_h" = "yes"
8567 then
8568     { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8569 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8570 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8571   $as_echo_n "(cached) " >&6
8572 else
8573   ac_check_lib_save_LIBS=$LIBS
8574 LIBS="-lpthread  $LIBS"
8575 cat >conftest.$ac_ext <<_ACEOF
8576 /* confdefs.h.  */
8577 _ACEOF
8578 cat confdefs.h >>conftest.$ac_ext
8579 cat >>conftest.$ac_ext <<_ACEOF
8580 /* end confdefs.h.  */
8581
8582 /* Override any GCC internal prototype to avoid an error.
8583    Use char because int might match the return type of a GCC
8584    builtin and then its argument prototype would still apply.  */
8585 #ifdef __cplusplus
8586 extern "C"
8587 #endif
8588 char pthread_create ();
8589 int
8590 main ()
8591 {
8592 return pthread_create ();
8593   ;
8594   return 0;
8595 }
8596 _ACEOF
8597 rm -f conftest.$ac_objext conftest$ac_exeext
8598 if { (ac_try="$ac_link"
8599 case "(($ac_try" in
8600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8601   *) ac_try_echo=$ac_try;;
8602 esac
8603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8604 $as_echo "$ac_try_echo") >&5
8605   (eval "$ac_link") 2>conftest.er1
8606   ac_status=$?
8607   grep -v '^ *+' conftest.er1 >conftest.err
8608   rm -f conftest.er1
8609   cat conftest.err >&5
8610   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8611   (exit $ac_status); } && {
8612          test -z "$ac_c_werror_flag" ||
8613          test ! -s conftest.err
8614        } && test -s conftest$ac_exeext && {
8615          test "$cross_compiling" = yes ||
8616          $as_test_x conftest$ac_exeext
8617        }; then
8618   ac_cv_lib_pthread_pthread_create=yes
8619 else
8620   $as_echo "$as_me: failed program was:" >&5
8621 sed 's/^/| /' conftest.$ac_ext >&5
8622
8623         ac_cv_lib_pthread_pthread_create=no
8624 fi
8625
8626 rm -rf conftest.dSYM
8627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8628       conftest$ac_exeext conftest.$ac_ext
8629 LIBS=$ac_check_lib_save_LIBS
8630 fi
8631 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8632 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8633 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8634   LIBPTHREAD="-lpthread"
8635
8636 fi
8637
8638 fi
8639 if test "x$LIBPTHREAD" = "x"; then
8640   case "x$with_pthread" in
8641   xno) ;;
8642   *)   { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8643 Wine cannot support threads without libpthread.
8644 Use the --without-pthread option if you really want this." >&5
8645 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8646 Wine cannot support threads without libpthread.
8647 Use the --without-pthread option if you really want this." >&2;}
8648    { (exit 1); exit 1; }; } ;;
8649 esac
8650 fi
8651
8652
8653
8654 { $as_echo "$as_me:$LINENO: checking for X" >&5
8655 $as_echo_n "checking for X... " >&6; }
8656
8657
8658 # Check whether --with-x was given.
8659 if test "${with_x+set}" = set; then
8660   withval=$with_x;
8661 fi
8662
8663 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8664 if test "x$with_x" = xno; then
8665   # The user explicitly disabled X.
8666   have_x=disabled
8667 else
8668   case $x_includes,$x_libraries in #(
8669     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8670 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8671    { (exit 1); exit 1; }; };; #(
8672     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8673   $as_echo_n "(cached) " >&6
8674 else
8675   # One or both of the vars are not set, and there is no cached value.
8676 ac_x_includes=no ac_x_libraries=no
8677 rm -f -r conftest.dir
8678 if mkdir conftest.dir; then
8679   cd conftest.dir
8680   cat >Imakefile <<'_ACEOF'
8681 incroot:
8682         @echo incroot='${INCROOT}'
8683 usrlibdir:
8684         @echo usrlibdir='${USRLIBDIR}'
8685 libdir:
8686         @echo libdir='${LIBDIR}'
8687 _ACEOF
8688   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8689     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8690     for ac_var in incroot usrlibdir libdir; do
8691       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8692     done
8693     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8694     for ac_extension in a so sl dylib la dll; do
8695       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8696          test -f "$ac_im_libdir/libX11.$ac_extension"; then
8697         ac_im_usrlibdir=$ac_im_libdir; break
8698       fi
8699     done
8700     # Screen out bogus values from the imake configuration.  They are
8701     # bogus both because they are the default anyway, and because
8702     # using them would break gcc on systems where it needs fixed includes.
8703     case $ac_im_incroot in
8704         /usr/include) ac_x_includes= ;;
8705         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8706     esac
8707     case $ac_im_usrlibdir in
8708         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8709         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8710     esac
8711   fi
8712   cd ..
8713   rm -f -r conftest.dir
8714 fi
8715
8716 # Standard set of common directories for X headers.
8717 # Check X11 before X11Rn because it is often a symlink to the current release.
8718 ac_x_header_dirs='
8719 /usr/X11/include
8720 /usr/X11R6/include
8721 /usr/X11R5/include
8722 /usr/X11R4/include
8723
8724 /usr/include/X11
8725 /usr/include/X11R6
8726 /usr/include/X11R5
8727 /usr/include/X11R4
8728
8729 /usr/local/X11/include
8730 /usr/local/X11R6/include
8731 /usr/local/X11R5/include
8732 /usr/local/X11R4/include
8733
8734 /usr/local/include/X11
8735 /usr/local/include/X11R6
8736 /usr/local/include/X11R5
8737 /usr/local/include/X11R4
8738
8739 /usr/X386/include
8740 /usr/x386/include
8741 /usr/XFree86/include/X11
8742
8743 /usr/include
8744 /usr/local/include
8745 /usr/unsupported/include
8746 /usr/athena/include
8747 /usr/local/x11r5/include
8748 /usr/lpp/Xamples/include
8749
8750 /usr/openwin/include
8751 /usr/openwin/share/include'
8752
8753 if test "$ac_x_includes" = no; then
8754   # Guess where to find include files, by looking for Xlib.h.
8755   # First, try using that file with no special directory specified.
8756   cat >conftest.$ac_ext <<_ACEOF
8757 /* confdefs.h.  */
8758 _ACEOF
8759 cat confdefs.h >>conftest.$ac_ext
8760 cat >>conftest.$ac_ext <<_ACEOF
8761 /* end confdefs.h.  */
8762 #include <X11/Xlib.h>
8763 _ACEOF
8764 if { (ac_try="$ac_cpp conftest.$ac_ext"
8765 case "(($ac_try" in
8766   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8767   *) ac_try_echo=$ac_try;;
8768 esac
8769 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8770 $as_echo "$ac_try_echo") >&5
8771   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8772   ac_status=$?
8773   grep -v '^ *+' conftest.er1 >conftest.err
8774   rm -f conftest.er1
8775   cat conftest.err >&5
8776   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8777   (exit $ac_status); } >/dev/null && {
8778          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8779          test ! -s conftest.err
8780        }; then
8781   # We can compile using X headers with no special include directory.
8782 ac_x_includes=
8783 else
8784   $as_echo "$as_me: failed program was:" >&5
8785 sed 's/^/| /' conftest.$ac_ext >&5
8786
8787   for ac_dir in $ac_x_header_dirs; do
8788   if test -r "$ac_dir/X11/Xlib.h"; then
8789     ac_x_includes=$ac_dir
8790     break
8791   fi
8792 done
8793 fi
8794
8795 rm -f conftest.err conftest.$ac_ext
8796 fi # $ac_x_includes = no
8797
8798 if test "$ac_x_libraries" = no; then
8799   # Check for the libraries.
8800   # See if we find them without any special options.
8801   # Don't add to $LIBS permanently.
8802   ac_save_LIBS=$LIBS
8803   LIBS="-lX11 $LIBS"
8804   cat >conftest.$ac_ext <<_ACEOF
8805 /* confdefs.h.  */
8806 _ACEOF
8807 cat confdefs.h >>conftest.$ac_ext
8808 cat >>conftest.$ac_ext <<_ACEOF
8809 /* end confdefs.h.  */
8810 #include <X11/Xlib.h>
8811 int
8812 main ()
8813 {
8814 XrmInitialize ()
8815   ;
8816   return 0;
8817 }
8818 _ACEOF
8819 rm -f conftest.$ac_objext conftest$ac_exeext
8820 if { (ac_try="$ac_link"
8821 case "(($ac_try" in
8822   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8823   *) ac_try_echo=$ac_try;;
8824 esac
8825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8826 $as_echo "$ac_try_echo") >&5
8827   (eval "$ac_link") 2>conftest.er1
8828   ac_status=$?
8829   grep -v '^ *+' conftest.er1 >conftest.err
8830   rm -f conftest.er1
8831   cat conftest.err >&5
8832   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8833   (exit $ac_status); } && {
8834          test -z "$ac_c_werror_flag" ||
8835          test ! -s conftest.err
8836        } && test -s conftest$ac_exeext && {
8837          test "$cross_compiling" = yes ||
8838          $as_test_x conftest$ac_exeext
8839        }; then
8840   LIBS=$ac_save_LIBS
8841 # We can link X programs with no special library path.
8842 ac_x_libraries=
8843 else
8844   $as_echo "$as_me: failed program was:" >&5
8845 sed 's/^/| /' conftest.$ac_ext >&5
8846
8847         LIBS=$ac_save_LIBS
8848 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8849 do
8850   # Don't even attempt the hair of trying to link an X program!
8851   for ac_extension in a so sl dylib la dll; do
8852     if test -r "$ac_dir/libX11.$ac_extension"; then
8853       ac_x_libraries=$ac_dir
8854       break 2
8855     fi
8856   done
8857 done
8858 fi
8859
8860 rm -rf conftest.dSYM
8861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8862       conftest$ac_exeext conftest.$ac_ext
8863 fi # $ac_x_libraries = no
8864
8865 case $ac_x_includes,$ac_x_libraries in #(
8866   no,* | *,no | *\'*)
8867     # Didn't find X, or a directory has "'" in its name.
8868     ac_cv_have_x="have_x=no";; #(
8869   *)
8870     # Record where we found X for the cache.
8871     ac_cv_have_x="have_x=yes\
8872         ac_x_includes='$ac_x_includes'\
8873         ac_x_libraries='$ac_x_libraries'"
8874 esac
8875 fi
8876 ;; #(
8877     *) have_x=yes;;
8878   esac
8879   eval "$ac_cv_have_x"
8880 fi # $with_x != no
8881
8882 if test "$have_x" != yes; then
8883   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8884 $as_echo "$have_x" >&6; }
8885   no_x=yes
8886 else
8887   # If each of the values was on the command line, it overrides each guess.
8888   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8889   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8890   # Update the cache value to reflect the command line values.
8891   ac_cv_have_x="have_x=yes\
8892         ac_x_includes='$x_includes'\
8893         ac_x_libraries='$x_libraries'"
8894   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8895 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8896 fi
8897
8898 if test "$no_x" = yes; then
8899   # Not all programs may use this symbol, but it does not hurt to define it.
8900
8901 cat >>confdefs.h <<\_ACEOF
8902 #define X_DISPLAY_MISSING 1
8903 _ACEOF
8904
8905   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8906 else
8907   if test -n "$x_includes"; then
8908     X_CFLAGS="$X_CFLAGS -I$x_includes"
8909   fi
8910
8911   # It would also be nice to do this for all -L options, not just this one.
8912   if test -n "$x_libraries"; then
8913     X_LIBS="$X_LIBS -L$x_libraries"
8914     # For Solaris; some versions of Sun CC require a space after -R and
8915     # others require no space.  Words are not sufficient . . . .
8916     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8917 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8918     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8919     ac_xsave_c_werror_flag=$ac_c_werror_flag
8920     ac_c_werror_flag=yes
8921     cat >conftest.$ac_ext <<_ACEOF
8922 /* confdefs.h.  */
8923 _ACEOF
8924 cat confdefs.h >>conftest.$ac_ext
8925 cat >>conftest.$ac_ext <<_ACEOF
8926 /* end confdefs.h.  */
8927
8928 int
8929 main ()
8930 {
8931
8932   ;
8933   return 0;
8934 }
8935 _ACEOF
8936 rm -f conftest.$ac_objext conftest$ac_exeext
8937 if { (ac_try="$ac_link"
8938 case "(($ac_try" in
8939   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8940   *) ac_try_echo=$ac_try;;
8941 esac
8942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8943 $as_echo "$ac_try_echo") >&5
8944   (eval "$ac_link") 2>conftest.er1
8945   ac_status=$?
8946   grep -v '^ *+' conftest.er1 >conftest.err
8947   rm -f conftest.er1
8948   cat conftest.err >&5
8949   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8950   (exit $ac_status); } && {
8951          test -z "$ac_c_werror_flag" ||
8952          test ! -s conftest.err
8953        } && test -s conftest$ac_exeext && {
8954          test "$cross_compiling" = yes ||
8955          $as_test_x conftest$ac_exeext
8956        }; then
8957   { $as_echo "$as_me:$LINENO: result: no" >&5
8958 $as_echo "no" >&6; }
8959        X_LIBS="$X_LIBS -R$x_libraries"
8960 else
8961   $as_echo "$as_me: failed program was:" >&5
8962 sed 's/^/| /' conftest.$ac_ext >&5
8963
8964         LIBS="$ac_xsave_LIBS -R $x_libraries"
8965        cat >conftest.$ac_ext <<_ACEOF
8966 /* confdefs.h.  */
8967 _ACEOF
8968 cat confdefs.h >>conftest.$ac_ext
8969 cat >>conftest.$ac_ext <<_ACEOF
8970 /* end confdefs.h.  */
8971
8972 int
8973 main ()
8974 {
8975
8976   ;
8977   return 0;
8978 }
8979 _ACEOF
8980 rm -f conftest.$ac_objext conftest$ac_exeext
8981 if { (ac_try="$ac_link"
8982 case "(($ac_try" in
8983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8984   *) ac_try_echo=$ac_try;;
8985 esac
8986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8987 $as_echo "$ac_try_echo") >&5
8988   (eval "$ac_link") 2>conftest.er1
8989   ac_status=$?
8990   grep -v '^ *+' conftest.er1 >conftest.err
8991   rm -f conftest.er1
8992   cat conftest.err >&5
8993   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8994   (exit $ac_status); } && {
8995          test -z "$ac_c_werror_flag" ||
8996          test ! -s conftest.err
8997        } && test -s conftest$ac_exeext && {
8998          test "$cross_compiling" = yes ||
8999          $as_test_x conftest$ac_exeext
9000        }; then
9001   { $as_echo "$as_me:$LINENO: result: yes" >&5
9002 $as_echo "yes" >&6; }
9003           X_LIBS="$X_LIBS -R $x_libraries"
9004 else
9005   $as_echo "$as_me: failed program was:" >&5
9006 sed 's/^/| /' conftest.$ac_ext >&5
9007
9008         { $as_echo "$as_me:$LINENO: result: neither works" >&5
9009 $as_echo "neither works" >&6; }
9010 fi
9011
9012 rm -rf conftest.dSYM
9013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9014       conftest$ac_exeext conftest.$ac_ext
9015 fi
9016
9017 rm -rf conftest.dSYM
9018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9019       conftest$ac_exeext conftest.$ac_ext
9020     ac_c_werror_flag=$ac_xsave_c_werror_flag
9021     LIBS=$ac_xsave_LIBS
9022   fi
9023
9024   # Check for system-dependent libraries X programs must link with.
9025   # Do this before checking for the system-independent R6 libraries
9026   # (-lICE), since we may need -lsocket or whatever for X linking.
9027
9028   if test "$ISC" = yes; then
9029     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9030   else
9031     # Martyn Johnson says this is needed for Ultrix, if the X
9032     # libraries were built with DECnet support.  And Karl Berry says
9033     # the Alpha needs dnet_stub (dnet does not exist).
9034     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9035     cat >conftest.$ac_ext <<_ACEOF
9036 /* confdefs.h.  */
9037 _ACEOF
9038 cat confdefs.h >>conftest.$ac_ext
9039 cat >>conftest.$ac_ext <<_ACEOF
9040 /* end confdefs.h.  */
9041
9042 /* Override any GCC internal prototype to avoid an error.
9043    Use char because int might match the return type of a GCC
9044    builtin and then its argument prototype would still apply.  */
9045 #ifdef __cplusplus
9046 extern "C"
9047 #endif
9048 char XOpenDisplay ();
9049 int
9050 main ()
9051 {
9052 return XOpenDisplay ();
9053   ;
9054   return 0;
9055 }
9056 _ACEOF
9057 rm -f conftest.$ac_objext conftest$ac_exeext
9058 if { (ac_try="$ac_link"
9059 case "(($ac_try" in
9060   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9061   *) ac_try_echo=$ac_try;;
9062 esac
9063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9064 $as_echo "$ac_try_echo") >&5
9065   (eval "$ac_link") 2>conftest.er1
9066   ac_status=$?
9067   grep -v '^ *+' conftest.er1 >conftest.err
9068   rm -f conftest.er1
9069   cat conftest.err >&5
9070   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9071   (exit $ac_status); } && {
9072          test -z "$ac_c_werror_flag" ||
9073          test ! -s conftest.err
9074        } && test -s conftest$ac_exeext && {
9075          test "$cross_compiling" = yes ||
9076          $as_test_x conftest$ac_exeext
9077        }; then
9078   :
9079 else
9080   $as_echo "$as_me: failed program was:" >&5
9081 sed 's/^/| /' conftest.$ac_ext >&5
9082
9083         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9084 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9085 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9086   $as_echo_n "(cached) " >&6
9087 else
9088   ac_check_lib_save_LIBS=$LIBS
9089 LIBS="-ldnet  $LIBS"
9090 cat >conftest.$ac_ext <<_ACEOF
9091 /* confdefs.h.  */
9092 _ACEOF
9093 cat confdefs.h >>conftest.$ac_ext
9094 cat >>conftest.$ac_ext <<_ACEOF
9095 /* end confdefs.h.  */
9096
9097 /* Override any GCC internal prototype to avoid an error.
9098    Use char because int might match the return type of a GCC
9099    builtin and then its argument prototype would still apply.  */
9100 #ifdef __cplusplus
9101 extern "C"
9102 #endif
9103 char dnet_ntoa ();
9104 int
9105 main ()
9106 {
9107 return dnet_ntoa ();
9108   ;
9109   return 0;
9110 }
9111 _ACEOF
9112 rm -f conftest.$ac_objext conftest$ac_exeext
9113 if { (ac_try="$ac_link"
9114 case "(($ac_try" in
9115   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9116   *) ac_try_echo=$ac_try;;
9117 esac
9118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9119 $as_echo "$ac_try_echo") >&5
9120   (eval "$ac_link") 2>conftest.er1
9121   ac_status=$?
9122   grep -v '^ *+' conftest.er1 >conftest.err
9123   rm -f conftest.er1
9124   cat conftest.err >&5
9125   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9126   (exit $ac_status); } && {
9127          test -z "$ac_c_werror_flag" ||
9128          test ! -s conftest.err
9129        } && test -s conftest$ac_exeext && {
9130          test "$cross_compiling" = yes ||
9131          $as_test_x conftest$ac_exeext
9132        }; then
9133   ac_cv_lib_dnet_dnet_ntoa=yes
9134 else
9135   $as_echo "$as_me: failed program was:" >&5
9136 sed 's/^/| /' conftest.$ac_ext >&5
9137
9138         ac_cv_lib_dnet_dnet_ntoa=no
9139 fi
9140
9141 rm -rf conftest.dSYM
9142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9143       conftest$ac_exeext conftest.$ac_ext
9144 LIBS=$ac_check_lib_save_LIBS
9145 fi
9146 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9147 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9148 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9149   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9150 fi
9151
9152     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9153       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9154 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9155 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9156   $as_echo_n "(cached) " >&6
9157 else
9158   ac_check_lib_save_LIBS=$LIBS
9159 LIBS="-ldnet_stub  $LIBS"
9160 cat >conftest.$ac_ext <<_ACEOF
9161 /* confdefs.h.  */
9162 _ACEOF
9163 cat confdefs.h >>conftest.$ac_ext
9164 cat >>conftest.$ac_ext <<_ACEOF
9165 /* end confdefs.h.  */
9166
9167 /* Override any GCC internal prototype to avoid an error.
9168    Use char because int might match the return type of a GCC
9169    builtin and then its argument prototype would still apply.  */
9170 #ifdef __cplusplus
9171 extern "C"
9172 #endif
9173 char dnet_ntoa ();
9174 int
9175 main ()
9176 {
9177 return dnet_ntoa ();
9178   ;
9179   return 0;
9180 }
9181 _ACEOF
9182 rm -f conftest.$ac_objext conftest$ac_exeext
9183 if { (ac_try="$ac_link"
9184 case "(($ac_try" in
9185   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9186   *) ac_try_echo=$ac_try;;
9187 esac
9188 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9189 $as_echo "$ac_try_echo") >&5
9190   (eval "$ac_link") 2>conftest.er1
9191   ac_status=$?
9192   grep -v '^ *+' conftest.er1 >conftest.err
9193   rm -f conftest.er1
9194   cat conftest.err >&5
9195   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9196   (exit $ac_status); } && {
9197          test -z "$ac_c_werror_flag" ||
9198          test ! -s conftest.err
9199        } && test -s conftest$ac_exeext && {
9200          test "$cross_compiling" = yes ||
9201          $as_test_x conftest$ac_exeext
9202        }; then
9203   ac_cv_lib_dnet_stub_dnet_ntoa=yes
9204 else
9205   $as_echo "$as_me: failed program was:" >&5
9206 sed 's/^/| /' conftest.$ac_ext >&5
9207
9208         ac_cv_lib_dnet_stub_dnet_ntoa=no
9209 fi
9210
9211 rm -rf conftest.dSYM
9212 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9213       conftest$ac_exeext conftest.$ac_ext
9214 LIBS=$ac_check_lib_save_LIBS
9215 fi
9216 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9217 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9218 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9219   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9220 fi
9221
9222     fi
9223 fi
9224
9225 rm -rf conftest.dSYM
9226 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9227       conftest$ac_exeext conftest.$ac_ext
9228     LIBS="$ac_xsave_LIBS"
9229
9230     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9231     # to get the SysV transport functions.
9232     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9233     # needs -lnsl.
9234     # The nsl library prevents programs from opening the X display
9235     # on Irix 5.2, according to T.E. Dickey.
9236     # The functions gethostbyname, getservbyname, and inet_addr are
9237     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9238     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9239 $as_echo_n "checking for gethostbyname... " >&6; }
9240 if test "${ac_cv_func_gethostbyname+set}" = set; then
9241   $as_echo_n "(cached) " >&6
9242 else
9243   cat >conftest.$ac_ext <<_ACEOF
9244 /* confdefs.h.  */
9245 _ACEOF
9246 cat confdefs.h >>conftest.$ac_ext
9247 cat >>conftest.$ac_ext <<_ACEOF
9248 /* end confdefs.h.  */
9249 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9250    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9251 #define gethostbyname innocuous_gethostbyname
9252
9253 /* System header to define __stub macros and hopefully few prototypes,
9254     which can conflict with char gethostbyname (); below.
9255     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9256     <limits.h> exists even on freestanding compilers.  */
9257
9258 #ifdef __STDC__
9259 # include <limits.h>
9260 #else
9261 # include <assert.h>
9262 #endif
9263
9264 #undef gethostbyname
9265
9266 /* Override any GCC internal prototype to avoid an error.
9267    Use char because int might match the return type of a GCC
9268    builtin and then its argument prototype would still apply.  */
9269 #ifdef __cplusplus
9270 extern "C"
9271 #endif
9272 char gethostbyname ();
9273 /* The GNU C library defines this for functions which it implements
9274     to always fail with ENOSYS.  Some functions are actually named
9275     something starting with __ and the normal name is an alias.  */
9276 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9277 choke me
9278 #endif
9279
9280 int
9281 main ()
9282 {
9283 return gethostbyname ();
9284   ;
9285   return 0;
9286 }
9287 _ACEOF
9288 rm -f conftest.$ac_objext conftest$ac_exeext
9289 if { (ac_try="$ac_link"
9290 case "(($ac_try" in
9291   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9292   *) ac_try_echo=$ac_try;;
9293 esac
9294 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9295 $as_echo "$ac_try_echo") >&5
9296   (eval "$ac_link") 2>conftest.er1
9297   ac_status=$?
9298   grep -v '^ *+' conftest.er1 >conftest.err
9299   rm -f conftest.er1
9300   cat conftest.err >&5
9301   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9302   (exit $ac_status); } && {
9303          test -z "$ac_c_werror_flag" ||
9304          test ! -s conftest.err
9305        } && test -s conftest$ac_exeext && {
9306          test "$cross_compiling" = yes ||
9307          $as_test_x conftest$ac_exeext
9308        }; then
9309   ac_cv_func_gethostbyname=yes
9310 else
9311   $as_echo "$as_me: failed program was:" >&5
9312 sed 's/^/| /' conftest.$ac_ext >&5
9313
9314         ac_cv_func_gethostbyname=no
9315 fi
9316
9317 rm -rf conftest.dSYM
9318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9319       conftest$ac_exeext conftest.$ac_ext
9320 fi
9321 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9322 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9323
9324     if test $ac_cv_func_gethostbyname = no; then
9325       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9326 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9327 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9328   $as_echo_n "(cached) " >&6
9329 else
9330   ac_check_lib_save_LIBS=$LIBS
9331 LIBS="-lnsl  $LIBS"
9332 cat >conftest.$ac_ext <<_ACEOF
9333 /* confdefs.h.  */
9334 _ACEOF
9335 cat confdefs.h >>conftest.$ac_ext
9336 cat >>conftest.$ac_ext <<_ACEOF
9337 /* end confdefs.h.  */
9338
9339 /* Override any GCC internal prototype to avoid an error.
9340    Use char because int might match the return type of a GCC
9341    builtin and then its argument prototype would still apply.  */
9342 #ifdef __cplusplus
9343 extern "C"
9344 #endif
9345 char gethostbyname ();
9346 int
9347 main ()
9348 {
9349 return gethostbyname ();
9350   ;
9351   return 0;
9352 }
9353 _ACEOF
9354 rm -f conftest.$ac_objext conftest$ac_exeext
9355 if { (ac_try="$ac_link"
9356 case "(($ac_try" in
9357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9358   *) ac_try_echo=$ac_try;;
9359 esac
9360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9361 $as_echo "$ac_try_echo") >&5
9362   (eval "$ac_link") 2>conftest.er1
9363   ac_status=$?
9364   grep -v '^ *+' conftest.er1 >conftest.err
9365   rm -f conftest.er1
9366   cat conftest.err >&5
9367   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9368   (exit $ac_status); } && {
9369          test -z "$ac_c_werror_flag" ||
9370          test ! -s conftest.err
9371        } && test -s conftest$ac_exeext && {
9372          test "$cross_compiling" = yes ||
9373          $as_test_x conftest$ac_exeext
9374        }; then
9375   ac_cv_lib_nsl_gethostbyname=yes
9376 else
9377   $as_echo "$as_me: failed program was:" >&5
9378 sed 's/^/| /' conftest.$ac_ext >&5
9379
9380         ac_cv_lib_nsl_gethostbyname=no
9381 fi
9382
9383 rm -rf conftest.dSYM
9384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9385       conftest$ac_exeext conftest.$ac_ext
9386 LIBS=$ac_check_lib_save_LIBS
9387 fi
9388 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9389 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9390 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9391   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9392 fi
9393
9394       if test $ac_cv_lib_nsl_gethostbyname = no; then
9395         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9396 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9397 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9398   $as_echo_n "(cached) " >&6
9399 else
9400   ac_check_lib_save_LIBS=$LIBS
9401 LIBS="-lbsd  $LIBS"
9402 cat >conftest.$ac_ext <<_ACEOF
9403 /* confdefs.h.  */
9404 _ACEOF
9405 cat confdefs.h >>conftest.$ac_ext
9406 cat >>conftest.$ac_ext <<_ACEOF
9407 /* end confdefs.h.  */
9408
9409 /* Override any GCC internal prototype to avoid an error.
9410    Use char because int might match the return type of a GCC
9411    builtin and then its argument prototype would still apply.  */
9412 #ifdef __cplusplus
9413 extern "C"
9414 #endif
9415 char gethostbyname ();
9416 int
9417 main ()
9418 {
9419 return gethostbyname ();
9420   ;
9421   return 0;
9422 }
9423 _ACEOF
9424 rm -f conftest.$ac_objext conftest$ac_exeext
9425 if { (ac_try="$ac_link"
9426 case "(($ac_try" in
9427   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9428   *) ac_try_echo=$ac_try;;
9429 esac
9430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9431 $as_echo "$ac_try_echo") >&5
9432   (eval "$ac_link") 2>conftest.er1
9433   ac_status=$?
9434   grep -v '^ *+' conftest.er1 >conftest.err
9435   rm -f conftest.er1
9436   cat conftest.err >&5
9437   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438   (exit $ac_status); } && {
9439          test -z "$ac_c_werror_flag" ||
9440          test ! -s conftest.err
9441        } && test -s conftest$ac_exeext && {
9442          test "$cross_compiling" = yes ||
9443          $as_test_x conftest$ac_exeext
9444        }; then
9445   ac_cv_lib_bsd_gethostbyname=yes
9446 else
9447   $as_echo "$as_me: failed program was:" >&5
9448 sed 's/^/| /' conftest.$ac_ext >&5
9449
9450         ac_cv_lib_bsd_gethostbyname=no
9451 fi
9452
9453 rm -rf conftest.dSYM
9454 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9455       conftest$ac_exeext conftest.$ac_ext
9456 LIBS=$ac_check_lib_save_LIBS
9457 fi
9458 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9459 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9460 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9461   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9462 fi
9463
9464       fi
9465     fi
9466
9467     # lieder@skyler.mavd.honeywell.com says without -lsocket,
9468     # socket/setsockopt and other routines are undefined under SCO ODT
9469     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
9470     # on later versions), says Simon Leinen: it contains gethostby*
9471     # variants that don't use the name server (or something).  -lsocket
9472     # must be given before -lnsl if both are needed.  We assume that
9473     # if connect needs -lnsl, so does gethostbyname.
9474     { $as_echo "$as_me:$LINENO: checking for connect" >&5
9475 $as_echo_n "checking for connect... " >&6; }
9476 if test "${ac_cv_func_connect+set}" = set; then
9477   $as_echo_n "(cached) " >&6
9478 else
9479   cat >conftest.$ac_ext <<_ACEOF
9480 /* confdefs.h.  */
9481 _ACEOF
9482 cat confdefs.h >>conftest.$ac_ext
9483 cat >>conftest.$ac_ext <<_ACEOF
9484 /* end confdefs.h.  */
9485 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9486    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9487 #define connect innocuous_connect
9488
9489 /* System header to define __stub macros and hopefully few prototypes,
9490     which can conflict with char connect (); below.
9491     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9492     <limits.h> exists even on freestanding compilers.  */
9493
9494 #ifdef __STDC__
9495 # include <limits.h>
9496 #else
9497 # include <assert.h>
9498 #endif
9499
9500 #undef connect
9501
9502 /* Override any GCC internal prototype to avoid an error.
9503    Use char because int might match the return type of a GCC
9504    builtin and then its argument prototype would still apply.  */
9505 #ifdef __cplusplus
9506 extern "C"
9507 #endif
9508 char connect ();
9509 /* The GNU C library defines this for functions which it implements
9510     to always fail with ENOSYS.  Some functions are actually named
9511     something starting with __ and the normal name is an alias.  */
9512 #if defined __stub_connect || defined __stub___connect
9513 choke me
9514 #endif
9515
9516 int
9517 main ()
9518 {
9519 return connect ();
9520   ;
9521   return 0;
9522 }
9523 _ACEOF
9524 rm -f conftest.$ac_objext conftest$ac_exeext
9525 if { (ac_try="$ac_link"
9526 case "(($ac_try" in
9527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9528   *) ac_try_echo=$ac_try;;
9529 esac
9530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9531 $as_echo "$ac_try_echo") >&5
9532   (eval "$ac_link") 2>conftest.er1
9533   ac_status=$?
9534   grep -v '^ *+' conftest.er1 >conftest.err
9535   rm -f conftest.er1
9536   cat conftest.err >&5
9537   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9538   (exit $ac_status); } && {
9539          test -z "$ac_c_werror_flag" ||
9540          test ! -s conftest.err
9541        } && test -s conftest$ac_exeext && {
9542          test "$cross_compiling" = yes ||
9543          $as_test_x conftest$ac_exeext
9544        }; then
9545   ac_cv_func_connect=yes
9546 else
9547   $as_echo "$as_me: failed program was:" >&5
9548 sed 's/^/| /' conftest.$ac_ext >&5
9549
9550         ac_cv_func_connect=no
9551 fi
9552
9553 rm -rf conftest.dSYM
9554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9555       conftest$ac_exeext conftest.$ac_ext
9556 fi
9557 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9558 $as_echo "$ac_cv_func_connect" >&6; }
9559
9560     if test $ac_cv_func_connect = no; then
9561       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9562 $as_echo_n "checking for connect in -lsocket... " >&6; }
9563 if test "${ac_cv_lib_socket_connect+set}" = set; then
9564   $as_echo_n "(cached) " >&6
9565 else
9566   ac_check_lib_save_LIBS=$LIBS
9567 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9568 cat >conftest.$ac_ext <<_ACEOF
9569 /* confdefs.h.  */
9570 _ACEOF
9571 cat confdefs.h >>conftest.$ac_ext
9572 cat >>conftest.$ac_ext <<_ACEOF
9573 /* end confdefs.h.  */
9574
9575 /* Override any GCC internal prototype to avoid an error.
9576    Use char because int might match the return type of a GCC
9577    builtin and then its argument prototype would still apply.  */
9578 #ifdef __cplusplus
9579 extern "C"
9580 #endif
9581 char connect ();
9582 int
9583 main ()
9584 {
9585 return connect ();
9586   ;
9587   return 0;
9588 }
9589 _ACEOF
9590 rm -f conftest.$ac_objext conftest$ac_exeext
9591 if { (ac_try="$ac_link"
9592 case "(($ac_try" in
9593   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9594   *) ac_try_echo=$ac_try;;
9595 esac
9596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9597 $as_echo "$ac_try_echo") >&5
9598   (eval "$ac_link") 2>conftest.er1
9599   ac_status=$?
9600   grep -v '^ *+' conftest.er1 >conftest.err
9601   rm -f conftest.er1
9602   cat conftest.err >&5
9603   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9604   (exit $ac_status); } && {
9605          test -z "$ac_c_werror_flag" ||
9606          test ! -s conftest.err
9607        } && test -s conftest$ac_exeext && {
9608          test "$cross_compiling" = yes ||
9609          $as_test_x conftest$ac_exeext
9610        }; then
9611   ac_cv_lib_socket_connect=yes
9612 else
9613   $as_echo "$as_me: failed program was:" >&5
9614 sed 's/^/| /' conftest.$ac_ext >&5
9615
9616         ac_cv_lib_socket_connect=no
9617 fi
9618
9619 rm -rf conftest.dSYM
9620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9621       conftest$ac_exeext conftest.$ac_ext
9622 LIBS=$ac_check_lib_save_LIBS
9623 fi
9624 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9625 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9626 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9627   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9628 fi
9629
9630     fi
9631
9632     # Guillermo Gomez says -lposix is necessary on A/UX.
9633     { $as_echo "$as_me:$LINENO: checking for remove" >&5
9634 $as_echo_n "checking for remove... " >&6; }
9635 if test "${ac_cv_func_remove+set}" = set; then
9636   $as_echo_n "(cached) " >&6
9637 else
9638   cat >conftest.$ac_ext <<_ACEOF
9639 /* confdefs.h.  */
9640 _ACEOF
9641 cat confdefs.h >>conftest.$ac_ext
9642 cat >>conftest.$ac_ext <<_ACEOF
9643 /* end confdefs.h.  */
9644 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9645    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9646 #define remove innocuous_remove
9647
9648 /* System header to define __stub macros and hopefully few prototypes,
9649     which can conflict with char remove (); below.
9650     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9651     <limits.h> exists even on freestanding compilers.  */
9652
9653 #ifdef __STDC__
9654 # include <limits.h>
9655 #else
9656 # include <assert.h>
9657 #endif
9658
9659 #undef remove
9660
9661 /* Override any GCC internal prototype to avoid an error.
9662    Use char because int might match the return type of a GCC
9663    builtin and then its argument prototype would still apply.  */
9664 #ifdef __cplusplus
9665 extern "C"
9666 #endif
9667 char remove ();
9668 /* The GNU C library defines this for functions which it implements
9669     to always fail with ENOSYS.  Some functions are actually named
9670     something starting with __ and the normal name is an alias.  */
9671 #if defined __stub_remove || defined __stub___remove
9672 choke me
9673 #endif
9674
9675 int
9676 main ()
9677 {
9678 return remove ();
9679   ;
9680   return 0;
9681 }
9682 _ACEOF
9683 rm -f conftest.$ac_objext conftest$ac_exeext
9684 if { (ac_try="$ac_link"
9685 case "(($ac_try" in
9686   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9687   *) ac_try_echo=$ac_try;;
9688 esac
9689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9690 $as_echo "$ac_try_echo") >&5
9691   (eval "$ac_link") 2>conftest.er1
9692   ac_status=$?
9693   grep -v '^ *+' conftest.er1 >conftest.err
9694   rm -f conftest.er1
9695   cat conftest.err >&5
9696   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9697   (exit $ac_status); } && {
9698          test -z "$ac_c_werror_flag" ||
9699          test ! -s conftest.err
9700        } && test -s conftest$ac_exeext && {
9701          test "$cross_compiling" = yes ||
9702          $as_test_x conftest$ac_exeext
9703        }; then
9704   ac_cv_func_remove=yes
9705 else
9706   $as_echo "$as_me: failed program was:" >&5
9707 sed 's/^/| /' conftest.$ac_ext >&5
9708
9709         ac_cv_func_remove=no
9710 fi
9711
9712 rm -rf conftest.dSYM
9713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9714       conftest$ac_exeext conftest.$ac_ext
9715 fi
9716 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9717 $as_echo "$ac_cv_func_remove" >&6; }
9718
9719     if test $ac_cv_func_remove = no; then
9720       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9721 $as_echo_n "checking for remove in -lposix... " >&6; }
9722 if test "${ac_cv_lib_posix_remove+set}" = set; then
9723   $as_echo_n "(cached) " >&6
9724 else
9725   ac_check_lib_save_LIBS=$LIBS
9726 LIBS="-lposix  $LIBS"
9727 cat >conftest.$ac_ext <<_ACEOF
9728 /* confdefs.h.  */
9729 _ACEOF
9730 cat confdefs.h >>conftest.$ac_ext
9731 cat >>conftest.$ac_ext <<_ACEOF
9732 /* end confdefs.h.  */
9733
9734 /* Override any GCC internal prototype to avoid an error.
9735    Use char because int might match the return type of a GCC
9736    builtin and then its argument prototype would still apply.  */
9737 #ifdef __cplusplus
9738 extern "C"
9739 #endif
9740 char remove ();
9741 int
9742 main ()
9743 {
9744 return remove ();
9745   ;
9746   return 0;
9747 }
9748 _ACEOF
9749 rm -f conftest.$ac_objext conftest$ac_exeext
9750 if { (ac_try="$ac_link"
9751 case "(($ac_try" in
9752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9753   *) ac_try_echo=$ac_try;;
9754 esac
9755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9756 $as_echo "$ac_try_echo") >&5
9757   (eval "$ac_link") 2>conftest.er1
9758   ac_status=$?
9759   grep -v '^ *+' conftest.er1 >conftest.err
9760   rm -f conftest.er1
9761   cat conftest.err >&5
9762   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9763   (exit $ac_status); } && {
9764          test -z "$ac_c_werror_flag" ||
9765          test ! -s conftest.err
9766        } && test -s conftest$ac_exeext && {
9767          test "$cross_compiling" = yes ||
9768          $as_test_x conftest$ac_exeext
9769        }; then
9770   ac_cv_lib_posix_remove=yes
9771 else
9772   $as_echo "$as_me: failed program was:" >&5
9773 sed 's/^/| /' conftest.$ac_ext >&5
9774
9775         ac_cv_lib_posix_remove=no
9776 fi
9777
9778 rm -rf conftest.dSYM
9779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9780       conftest$ac_exeext conftest.$ac_ext
9781 LIBS=$ac_check_lib_save_LIBS
9782 fi
9783 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9784 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9785 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9786   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9787 fi
9788
9789     fi
9790
9791     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9792     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9793 $as_echo_n "checking for shmat... " >&6; }
9794 if test "${ac_cv_func_shmat+set}" = set; then
9795   $as_echo_n "(cached) " >&6
9796 else
9797   cat >conftest.$ac_ext <<_ACEOF
9798 /* confdefs.h.  */
9799 _ACEOF
9800 cat confdefs.h >>conftest.$ac_ext
9801 cat >>conftest.$ac_ext <<_ACEOF
9802 /* end confdefs.h.  */
9803 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9804    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9805 #define shmat innocuous_shmat
9806
9807 /* System header to define __stub macros and hopefully few prototypes,
9808     which can conflict with char shmat (); below.
9809     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9810     <limits.h> exists even on freestanding compilers.  */
9811
9812 #ifdef __STDC__
9813 # include <limits.h>
9814 #else
9815 # include <assert.h>
9816 #endif
9817
9818 #undef shmat
9819
9820 /* Override any GCC internal prototype to avoid an error.
9821    Use char because int might match the return type of a GCC
9822    builtin and then its argument prototype would still apply.  */
9823 #ifdef __cplusplus
9824 extern "C"
9825 #endif
9826 char shmat ();
9827 /* The GNU C library defines this for functions which it implements
9828     to always fail with ENOSYS.  Some functions are actually named
9829     something starting with __ and the normal name is an alias.  */
9830 #if defined __stub_shmat || defined __stub___shmat
9831 choke me
9832 #endif
9833
9834 int
9835 main ()
9836 {
9837 return shmat ();
9838   ;
9839   return 0;
9840 }
9841 _ACEOF
9842 rm -f conftest.$ac_objext conftest$ac_exeext
9843 if { (ac_try="$ac_link"
9844 case "(($ac_try" in
9845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9846   *) ac_try_echo=$ac_try;;
9847 esac
9848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9849 $as_echo "$ac_try_echo") >&5
9850   (eval "$ac_link") 2>conftest.er1
9851   ac_status=$?
9852   grep -v '^ *+' conftest.er1 >conftest.err
9853   rm -f conftest.er1
9854   cat conftest.err >&5
9855   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9856   (exit $ac_status); } && {
9857          test -z "$ac_c_werror_flag" ||
9858          test ! -s conftest.err
9859        } && test -s conftest$ac_exeext && {
9860          test "$cross_compiling" = yes ||
9861          $as_test_x conftest$ac_exeext
9862        }; then
9863   ac_cv_func_shmat=yes
9864 else
9865   $as_echo "$as_me: failed program was:" >&5
9866 sed 's/^/| /' conftest.$ac_ext >&5
9867
9868         ac_cv_func_shmat=no
9869 fi
9870
9871 rm -rf conftest.dSYM
9872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9873       conftest$ac_exeext conftest.$ac_ext
9874 fi
9875 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9876 $as_echo "$ac_cv_func_shmat" >&6; }
9877
9878     if test $ac_cv_func_shmat = no; then
9879       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9880 $as_echo_n "checking for shmat in -lipc... " >&6; }
9881 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9882   $as_echo_n "(cached) " >&6
9883 else
9884   ac_check_lib_save_LIBS=$LIBS
9885 LIBS="-lipc  $LIBS"
9886 cat >conftest.$ac_ext <<_ACEOF
9887 /* confdefs.h.  */
9888 _ACEOF
9889 cat confdefs.h >>conftest.$ac_ext
9890 cat >>conftest.$ac_ext <<_ACEOF
9891 /* end confdefs.h.  */
9892
9893 /* Override any GCC internal prototype to avoid an error.
9894    Use char because int might match the return type of a GCC
9895    builtin and then its argument prototype would still apply.  */
9896 #ifdef __cplusplus
9897 extern "C"
9898 #endif
9899 char shmat ();
9900 int
9901 main ()
9902 {
9903 return shmat ();
9904   ;
9905   return 0;
9906 }
9907 _ACEOF
9908 rm -f conftest.$ac_objext conftest$ac_exeext
9909 if { (ac_try="$ac_link"
9910 case "(($ac_try" in
9911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9912   *) ac_try_echo=$ac_try;;
9913 esac
9914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9915 $as_echo "$ac_try_echo") >&5
9916   (eval "$ac_link") 2>conftest.er1
9917   ac_status=$?
9918   grep -v '^ *+' conftest.er1 >conftest.err
9919   rm -f conftest.er1
9920   cat conftest.err >&5
9921   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9922   (exit $ac_status); } && {
9923          test -z "$ac_c_werror_flag" ||
9924          test ! -s conftest.err
9925        } && test -s conftest$ac_exeext && {
9926          test "$cross_compiling" = yes ||
9927          $as_test_x conftest$ac_exeext
9928        }; then
9929   ac_cv_lib_ipc_shmat=yes
9930 else
9931   $as_echo "$as_me: failed program was:" >&5
9932 sed 's/^/| /' conftest.$ac_ext >&5
9933
9934         ac_cv_lib_ipc_shmat=no
9935 fi
9936
9937 rm -rf conftest.dSYM
9938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9939       conftest$ac_exeext conftest.$ac_ext
9940 LIBS=$ac_check_lib_save_LIBS
9941 fi
9942 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9943 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9944 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9945   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9946 fi
9947
9948     fi
9949   fi
9950
9951   # Check for libraries that X11R6 Xt/Xaw programs need.
9952   ac_save_LDFLAGS=$LDFLAGS
9953   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9954   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9955   # check for ICE first), but we must link in the order -lSM -lICE or
9956   # we get undefined symbols.  So assume we have SM if we have ICE.
9957   # These have to be linked with before -lX11, unlike the other
9958   # libraries we check for below, so use a different variable.
9959   # John Interrante, Karl Berry
9960   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9961 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9962 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9963   $as_echo_n "(cached) " >&6
9964 else
9965   ac_check_lib_save_LIBS=$LIBS
9966 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9967 cat >conftest.$ac_ext <<_ACEOF
9968 /* confdefs.h.  */
9969 _ACEOF
9970 cat confdefs.h >>conftest.$ac_ext
9971 cat >>conftest.$ac_ext <<_ACEOF
9972 /* end confdefs.h.  */
9973
9974 /* Override any GCC internal prototype to avoid an error.
9975    Use char because int might match the return type of a GCC
9976    builtin and then its argument prototype would still apply.  */
9977 #ifdef __cplusplus
9978 extern "C"
9979 #endif
9980 char IceConnectionNumber ();
9981 int
9982 main ()
9983 {
9984 return IceConnectionNumber ();
9985   ;
9986   return 0;
9987 }
9988 _ACEOF
9989 rm -f conftest.$ac_objext conftest$ac_exeext
9990 if { (ac_try="$ac_link"
9991 case "(($ac_try" in
9992   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9993   *) ac_try_echo=$ac_try;;
9994 esac
9995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9996 $as_echo "$ac_try_echo") >&5
9997   (eval "$ac_link") 2>conftest.er1
9998   ac_status=$?
9999   grep -v '^ *+' conftest.er1 >conftest.err
10000   rm -f conftest.er1
10001   cat conftest.err >&5
10002   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10003   (exit $ac_status); } && {
10004          test -z "$ac_c_werror_flag" ||
10005          test ! -s conftest.err
10006        } && test -s conftest$ac_exeext && {
10007          test "$cross_compiling" = yes ||
10008          $as_test_x conftest$ac_exeext
10009        }; then
10010   ac_cv_lib_ICE_IceConnectionNumber=yes
10011 else
10012   $as_echo "$as_me: failed program was:" >&5
10013 sed 's/^/| /' conftest.$ac_ext >&5
10014
10015         ac_cv_lib_ICE_IceConnectionNumber=no
10016 fi
10017
10018 rm -rf conftest.dSYM
10019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10020       conftest$ac_exeext conftest.$ac_ext
10021 LIBS=$ac_check_lib_save_LIBS
10022 fi
10023 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10024 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10025 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10026   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10027 fi
10028
10029   LDFLAGS=$ac_save_LDFLAGS
10030
10031 fi
10032
10033
10034 if test "$have_x" = "yes"
10035 then
10036     XLIB="-lXext -lX11"
10037     ac_save_CPPFLAGS="$CPPFLAGS"
10038     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10039
10040     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10041 $as_echo_n "checking for -lX11... " >&6; }
10042 if test "${ac_cv_lib_soname_X11+set}" = set; then
10043   $as_echo_n "(cached) " >&6
10044 else
10045   ac_check_soname_save_LIBS=$LIBS
10046 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10047   cat >conftest.$ac_ext <<_ACEOF
10048 /* confdefs.h.  */
10049 _ACEOF
10050 cat confdefs.h >>conftest.$ac_ext
10051 cat >>conftest.$ac_ext <<_ACEOF
10052 /* end confdefs.h.  */
10053
10054 /* Override any GCC internal prototype to avoid an error.
10055    Use char because int might match the return type of a GCC
10056    builtin and then its argument prototype would still apply.  */
10057 #ifdef __cplusplus
10058 extern "C"
10059 #endif
10060 char XCreateWindow ();
10061 int
10062 main ()
10063 {
10064 return XCreateWindow ();
10065   ;
10066   return 0;
10067 }
10068 _ACEOF
10069 rm -f conftest.$ac_objext conftest$ac_exeext
10070 if { (ac_try="$ac_link"
10071 case "(($ac_try" in
10072   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10073   *) ac_try_echo=$ac_try;;
10074 esac
10075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10076 $as_echo "$ac_try_echo") >&5
10077   (eval "$ac_link") 2>conftest.er1
10078   ac_status=$?
10079   grep -v '^ *+' conftest.er1 >conftest.err
10080   rm -f conftest.er1
10081   cat conftest.err >&5
10082   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10083   (exit $ac_status); } && {
10084          test -z "$ac_c_werror_flag" ||
10085          test ! -s conftest.err
10086        } && test -s conftest$ac_exeext && {
10087          test "$cross_compiling" = yes ||
10088          $as_test_x conftest$ac_exeext
10089        }; then
10090   case "$LIBEXT" in
10091     dll) ;;
10092     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'` ;;
10093     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10094   esac
10095 else
10096   $as_echo "$as_me: failed program was:" >&5
10097 sed 's/^/| /' conftest.$ac_ext >&5
10098
10099
10100 fi
10101
10102 rm -rf conftest.dSYM
10103 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10104       conftest$ac_exeext conftest.$ac_ext
10105   LIBS=$ac_check_soname_save_LIBS
10106 fi
10107 if test "x$ac_cv_lib_soname_X11" = "x"; then
10108   { $as_echo "$as_me:$LINENO: result: not found" >&5
10109 $as_echo "not found" >&6; }
10110
10111 else
10112   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10113 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10114
10115 cat >>confdefs.h <<_ACEOF
10116 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10117 _ACEOF
10118
10119
10120 fi
10121
10122     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10123 $as_echo_n "checking for -lXext... " >&6; }
10124 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10125   $as_echo_n "(cached) " >&6
10126 else
10127   ac_check_soname_save_LIBS=$LIBS
10128 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10129   cat >conftest.$ac_ext <<_ACEOF
10130 /* confdefs.h.  */
10131 _ACEOF
10132 cat confdefs.h >>conftest.$ac_ext
10133 cat >>conftest.$ac_ext <<_ACEOF
10134 /* end confdefs.h.  */
10135
10136 /* Override any GCC internal prototype to avoid an error.
10137    Use char because int might match the return type of a GCC
10138    builtin and then its argument prototype would still apply.  */
10139 #ifdef __cplusplus
10140 extern "C"
10141 #endif
10142 char XextCreateExtension ();
10143 int
10144 main ()
10145 {
10146 return XextCreateExtension ();
10147   ;
10148   return 0;
10149 }
10150 _ACEOF
10151 rm -f conftest.$ac_objext conftest$ac_exeext
10152 if { (ac_try="$ac_link"
10153 case "(($ac_try" in
10154   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10155   *) ac_try_echo=$ac_try;;
10156 esac
10157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10158 $as_echo "$ac_try_echo") >&5
10159   (eval "$ac_link") 2>conftest.er1
10160   ac_status=$?
10161   grep -v '^ *+' conftest.er1 >conftest.err
10162   rm -f conftest.er1
10163   cat conftest.err >&5
10164   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10165   (exit $ac_status); } && {
10166          test -z "$ac_c_werror_flag" ||
10167          test ! -s conftest.err
10168        } && test -s conftest$ac_exeext && {
10169          test "$cross_compiling" = yes ||
10170          $as_test_x conftest$ac_exeext
10171        }; then
10172   case "$LIBEXT" in
10173     dll) ;;
10174     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'` ;;
10175     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10176   esac
10177 else
10178   $as_echo "$as_me: failed program was:" >&5
10179 sed 's/^/| /' conftest.$ac_ext >&5
10180
10181
10182 fi
10183
10184 rm -rf conftest.dSYM
10185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10186       conftest$ac_exeext conftest.$ac_ext
10187   LIBS=$ac_check_soname_save_LIBS
10188 fi
10189 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10190   { $as_echo "$as_me:$LINENO: result: not found" >&5
10191 $as_echo "not found" >&6; }
10192
10193 else
10194   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10195 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10196
10197 cat >>confdefs.h <<_ACEOF
10198 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10199 _ACEOF
10200
10201
10202 fi
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217 for ac_header in X11/Xlib.h \
10218                       X11/XKBlib.h \
10219                       X11/Xutil.h \
10220                       X11/Xcursor/Xcursor.h \
10221                       X11/extensions/shape.h \
10222                       X11/extensions/XInput.h \
10223                       X11/extensions/XShm.h \
10224                       X11/extensions/Xcomposite.h \
10225                       X11/extensions/Xinerama.h \
10226                       X11/extensions/Xrandr.h \
10227                       X11/extensions/Xrender.h \
10228                       X11/extensions/xf86vmode.h
10229 do
10230 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10231 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10232 $as_echo_n "checking for $ac_header... " >&6; }
10233 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10234   $as_echo_n "(cached) " >&6
10235 else
10236   cat >conftest.$ac_ext <<_ACEOF
10237 /* confdefs.h.  */
10238 _ACEOF
10239 cat confdefs.h >>conftest.$ac_ext
10240 cat >>conftest.$ac_ext <<_ACEOF
10241 /* end confdefs.h.  */
10242 #ifdef HAVE_X11_XLIB_H
10243 # include <X11/Xlib.h>
10244 #endif
10245 #ifdef HAVE_X11_XUTIL_H
10246 # include <X11/Xutil.h>
10247 #endif
10248
10249 #include <$ac_header>
10250 _ACEOF
10251 rm -f conftest.$ac_objext
10252 if { (ac_try="$ac_compile"
10253 case "(($ac_try" in
10254   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10255   *) ac_try_echo=$ac_try;;
10256 esac
10257 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10258 $as_echo "$ac_try_echo") >&5
10259   (eval "$ac_compile") 2>conftest.er1
10260   ac_status=$?
10261   grep -v '^ *+' conftest.er1 >conftest.err
10262   rm -f conftest.er1
10263   cat conftest.err >&5
10264   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10265   (exit $ac_status); } && {
10266          test -z "$ac_c_werror_flag" ||
10267          test ! -s conftest.err
10268        } && test -s conftest.$ac_objext; then
10269   eval "$as_ac_Header=yes"
10270 else
10271   $as_echo "$as_me: failed program was:" >&5
10272 sed 's/^/| /' conftest.$ac_ext >&5
10273
10274         eval "$as_ac_Header=no"
10275 fi
10276
10277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10278 fi
10279 ac_res=`eval 'as_val=${'$as_ac_Header'}
10280                  $as_echo "$as_val"'`
10281                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10282 $as_echo "$ac_res" >&6; }
10283 as_val=`eval 'as_val=${'$as_ac_Header'}
10284                  $as_echo "$as_val"'`
10285    if test "x$as_val" = x""yes; then
10286   cat >>confdefs.h <<_ACEOF
10287 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10288 _ACEOF
10289
10290 fi
10291
10292 done
10293
10294
10295                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10296         then
10297               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10298 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10299 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10300   $as_echo_n "(cached) " >&6
10301 else
10302   ac_check_lib_save_LIBS=$LIBS
10303 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10304 cat >conftest.$ac_ext <<_ACEOF
10305 /* confdefs.h.  */
10306 _ACEOF
10307 cat confdefs.h >>conftest.$ac_ext
10308 cat >>conftest.$ac_ext <<_ACEOF
10309 /* end confdefs.h.  */
10310
10311 /* Override any GCC internal prototype to avoid an error.
10312    Use char because int might match the return type of a GCC
10313    builtin and then its argument prototype would still apply.  */
10314 #ifdef __cplusplus
10315 extern "C"
10316 #endif
10317 char XkbQueryExtension ();
10318 int
10319 main ()
10320 {
10321 return XkbQueryExtension ();
10322   ;
10323   return 0;
10324 }
10325 _ACEOF
10326 rm -f conftest.$ac_objext conftest$ac_exeext
10327 if { (ac_try="$ac_link"
10328 case "(($ac_try" in
10329   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10330   *) ac_try_echo=$ac_try;;
10331 esac
10332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10333 $as_echo "$ac_try_echo") >&5
10334   (eval "$ac_link") 2>conftest.er1
10335   ac_status=$?
10336   grep -v '^ *+' conftest.er1 >conftest.err
10337   rm -f conftest.er1
10338   cat conftest.err >&5
10339   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10340   (exit $ac_status); } && {
10341          test -z "$ac_c_werror_flag" ||
10342          test ! -s conftest.err
10343        } && test -s conftest$ac_exeext && {
10344          test "$cross_compiling" = yes ||
10345          $as_test_x conftest$ac_exeext
10346        }; then
10347   ac_cv_lib_X11_XkbQueryExtension=yes
10348 else
10349   $as_echo "$as_me: failed program was:" >&5
10350 sed 's/^/| /' conftest.$ac_ext >&5
10351
10352         ac_cv_lib_X11_XkbQueryExtension=no
10353 fi
10354
10355 rm -rf conftest.dSYM
10356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10357       conftest$ac_exeext conftest.$ac_ext
10358 LIBS=$ac_check_lib_save_LIBS
10359 fi
10360 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10361 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10362 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10363
10364 cat >>confdefs.h <<\_ACEOF
10365 #define HAVE_XKB 1
10366 _ACEOF
10367
10368 fi
10369
10370         fi
10371
10372                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10373         then
10374             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10375 $as_echo_n "checking for -lXcursor... " >&6; }
10376 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10377   $as_echo_n "(cached) " >&6
10378 else
10379   ac_check_soname_save_LIBS=$LIBS
10380 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10381   cat >conftest.$ac_ext <<_ACEOF
10382 /* confdefs.h.  */
10383 _ACEOF
10384 cat confdefs.h >>conftest.$ac_ext
10385 cat >>conftest.$ac_ext <<_ACEOF
10386 /* end confdefs.h.  */
10387
10388 /* Override any GCC internal prototype to avoid an error.
10389    Use char because int might match the return type of a GCC
10390    builtin and then its argument prototype would still apply.  */
10391 #ifdef __cplusplus
10392 extern "C"
10393 #endif
10394 char XcursorImageLoadCursor ();
10395 int
10396 main ()
10397 {
10398 return XcursorImageLoadCursor ();
10399   ;
10400   return 0;
10401 }
10402 _ACEOF
10403 rm -f conftest.$ac_objext conftest$ac_exeext
10404 if { (ac_try="$ac_link"
10405 case "(($ac_try" in
10406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10407   *) ac_try_echo=$ac_try;;
10408 esac
10409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10410 $as_echo "$ac_try_echo") >&5
10411   (eval "$ac_link") 2>conftest.er1
10412   ac_status=$?
10413   grep -v '^ *+' conftest.er1 >conftest.err
10414   rm -f conftest.er1
10415   cat conftest.err >&5
10416   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10417   (exit $ac_status); } && {
10418          test -z "$ac_c_werror_flag" ||
10419          test ! -s conftest.err
10420        } && test -s conftest$ac_exeext && {
10421          test "$cross_compiling" = yes ||
10422          $as_test_x conftest$ac_exeext
10423        }; then
10424   case "$LIBEXT" in
10425     dll) ;;
10426     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'` ;;
10427     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10428   esac
10429 else
10430   $as_echo "$as_me: failed program was:" >&5
10431 sed 's/^/| /' conftest.$ac_ext >&5
10432
10433
10434 fi
10435
10436 rm -rf conftest.dSYM
10437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10438       conftest$ac_exeext conftest.$ac_ext
10439   LIBS=$ac_check_soname_save_LIBS
10440 fi
10441 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10442   { $as_echo "$as_me:$LINENO: result: not found" >&5
10443 $as_echo "not found" >&6; }
10444
10445 else
10446   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10447 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10448
10449 cat >>confdefs.h <<_ACEOF
10450 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10451 _ACEOF
10452
10453
10454 fi
10455
10456         fi
10457         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10458   case "x$with_xcursor" in
10459   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10460   xno) ;;
10461   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10462 This is an error since --with-xcursor was requested." >&5
10463 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10464 This is an error since --with-xcursor was requested." >&2;}
10465    { (exit 1); exit 1; }; } ;;
10466 esac
10467 fi
10468
10469
10470                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10471         then
10472             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10473 $as_echo_n "checking for -lXi... " >&6; }
10474 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10475   $as_echo_n "(cached) " >&6
10476 else
10477   ac_check_soname_save_LIBS=$LIBS
10478 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10479   cat >conftest.$ac_ext <<_ACEOF
10480 /* confdefs.h.  */
10481 _ACEOF
10482 cat confdefs.h >>conftest.$ac_ext
10483 cat >>conftest.$ac_ext <<_ACEOF
10484 /* end confdefs.h.  */
10485
10486 /* Override any GCC internal prototype to avoid an error.
10487    Use char because int might match the return type of a GCC
10488    builtin and then its argument prototype would still apply.  */
10489 #ifdef __cplusplus
10490 extern "C"
10491 #endif
10492 char XOpenDevice ();
10493 int
10494 main ()
10495 {
10496 return XOpenDevice ();
10497   ;
10498   return 0;
10499 }
10500 _ACEOF
10501 rm -f conftest.$ac_objext conftest$ac_exeext
10502 if { (ac_try="$ac_link"
10503 case "(($ac_try" in
10504   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10505   *) ac_try_echo=$ac_try;;
10506 esac
10507 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10508 $as_echo "$ac_try_echo") >&5
10509   (eval "$ac_link") 2>conftest.er1
10510   ac_status=$?
10511   grep -v '^ *+' conftest.er1 >conftest.err
10512   rm -f conftest.er1
10513   cat conftest.err >&5
10514   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10515   (exit $ac_status); } && {
10516          test -z "$ac_c_werror_flag" ||
10517          test ! -s conftest.err
10518        } && test -s conftest$ac_exeext && {
10519          test "$cross_compiling" = yes ||
10520          $as_test_x conftest$ac_exeext
10521        }; then
10522   case "$LIBEXT" in
10523     dll) ;;
10524     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'` ;;
10525     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10526   esac
10527 else
10528   $as_echo "$as_me: failed program was:" >&5
10529 sed 's/^/| /' conftest.$ac_ext >&5
10530
10531
10532 fi
10533
10534 rm -rf conftest.dSYM
10535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10536       conftest$ac_exeext conftest.$ac_ext
10537   LIBS=$ac_check_soname_save_LIBS
10538 fi
10539 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10540   { $as_echo "$as_me:$LINENO: result: not found" >&5
10541 $as_echo "not found" >&6; }
10542
10543 else
10544   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10545 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10546
10547 cat >>confdefs.h <<_ACEOF
10548 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10549 _ACEOF
10550
10551
10552 fi
10553
10554         fi
10555         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10556   case "x$with_xinput" in
10557   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10558   xno) ;;
10559   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10560 This is an error since --with-xinput was requested." >&5
10561 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10562 This is an error since --with-xinput was requested." >&2;}
10563    { (exit 1); exit 1; }; } ;;
10564 esac
10565 fi
10566
10567
10568                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10569         then
10570               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10571 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10572 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10573   $as_echo_n "(cached) " >&6
10574 else
10575   ac_check_lib_save_LIBS=$LIBS
10576 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10577 cat >conftest.$ac_ext <<_ACEOF
10578 /* confdefs.h.  */
10579 _ACEOF
10580 cat confdefs.h >>conftest.$ac_ext
10581 cat >>conftest.$ac_ext <<_ACEOF
10582 /* end confdefs.h.  */
10583
10584 /* Override any GCC internal prototype to avoid an error.
10585    Use char because int might match the return type of a GCC
10586    builtin and then its argument prototype would still apply.  */
10587 #ifdef __cplusplus
10588 extern "C"
10589 #endif
10590 char XShmQueryExtension ();
10591 int
10592 main ()
10593 {
10594 return XShmQueryExtension ();
10595   ;
10596   return 0;
10597 }
10598 _ACEOF
10599 rm -f conftest.$ac_objext conftest$ac_exeext
10600 if { (ac_try="$ac_link"
10601 case "(($ac_try" in
10602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10603   *) ac_try_echo=$ac_try;;
10604 esac
10605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10606 $as_echo "$ac_try_echo") >&5
10607   (eval "$ac_link") 2>conftest.er1
10608   ac_status=$?
10609   grep -v '^ *+' conftest.er1 >conftest.err
10610   rm -f conftest.er1
10611   cat conftest.err >&5
10612   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10613   (exit $ac_status); } && {
10614          test -z "$ac_c_werror_flag" ||
10615          test ! -s conftest.err
10616        } && test -s conftest$ac_exeext && {
10617          test "$cross_compiling" = yes ||
10618          $as_test_x conftest$ac_exeext
10619        }; then
10620   ac_cv_lib_Xext_XShmQueryExtension=yes
10621 else
10622   $as_echo "$as_me: failed program was:" >&5
10623 sed 's/^/| /' conftest.$ac_ext >&5
10624
10625         ac_cv_lib_Xext_XShmQueryExtension=no
10626 fi
10627
10628 rm -rf conftest.dSYM
10629 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10630       conftest$ac_exeext conftest.$ac_ext
10631 LIBS=$ac_check_lib_save_LIBS
10632 fi
10633 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10634 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10635 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10636
10637 cat >>confdefs.h <<\_ACEOF
10638 #define HAVE_LIBXXSHM 1
10639 _ACEOF
10640
10641 fi
10642
10643         fi
10644         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10645   case "x$with_xshm" in
10646   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10647   xno) ;;
10648   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10649 This is an error since --with-xshm was requested." >&5
10650 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10651 This is an error since --with-xshm was requested." >&2;}
10652    { (exit 1); exit 1; }; } ;;
10653 esac
10654 fi
10655
10656
10657                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10658         then
10659               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10660 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10661 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10662   $as_echo_n "(cached) " >&6
10663 else
10664   ac_check_lib_save_LIBS=$LIBS
10665 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10666 cat >conftest.$ac_ext <<_ACEOF
10667 /* confdefs.h.  */
10668 _ACEOF
10669 cat confdefs.h >>conftest.$ac_ext
10670 cat >>conftest.$ac_ext <<_ACEOF
10671 /* end confdefs.h.  */
10672
10673 /* Override any GCC internal prototype to avoid an error.
10674    Use char because int might match the return type of a GCC
10675    builtin and then its argument prototype would still apply.  */
10676 #ifdef __cplusplus
10677 extern "C"
10678 #endif
10679 char XShapeQueryExtension ();
10680 int
10681 main ()
10682 {
10683 return XShapeQueryExtension ();
10684   ;
10685   return 0;
10686 }
10687 _ACEOF
10688 rm -f conftest.$ac_objext conftest$ac_exeext
10689 if { (ac_try="$ac_link"
10690 case "(($ac_try" in
10691   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10692   *) ac_try_echo=$ac_try;;
10693 esac
10694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10695 $as_echo "$ac_try_echo") >&5
10696   (eval "$ac_link") 2>conftest.er1
10697   ac_status=$?
10698   grep -v '^ *+' conftest.er1 >conftest.err
10699   rm -f conftest.er1
10700   cat conftest.err >&5
10701   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10702   (exit $ac_status); } && {
10703          test -z "$ac_c_werror_flag" ||
10704          test ! -s conftest.err
10705        } && test -s conftest$ac_exeext && {
10706          test "$cross_compiling" = yes ||
10707          $as_test_x conftest$ac_exeext
10708        }; then
10709   ac_cv_lib_Xext_XShapeQueryExtension=yes
10710 else
10711   $as_echo "$as_me: failed program was:" >&5
10712 sed 's/^/| /' conftest.$ac_ext >&5
10713
10714         ac_cv_lib_Xext_XShapeQueryExtension=no
10715 fi
10716
10717 rm -rf conftest.dSYM
10718 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10719       conftest$ac_exeext conftest.$ac_ext
10720 LIBS=$ac_check_lib_save_LIBS
10721 fi
10722 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10723 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10724 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10725
10726 cat >>confdefs.h <<\_ACEOF
10727 #define HAVE_LIBXSHAPE 1
10728 _ACEOF
10729
10730 fi
10731
10732         fi
10733         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10734   case "x$with_xshape" in
10735   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10736   xno) ;;
10737   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10738 This is an error since --with-xshape was requested." >&5
10739 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10740 This is an error since --with-xshape was requested." >&2;}
10741    { (exit 1); exit 1; }; } ;;
10742 esac
10743 fi
10744
10745
10746                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10747         then
10748             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10749 $as_echo_n "checking for -lXxf86vm... " >&6; }
10750 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10751   $as_echo_n "(cached) " >&6
10752 else
10753   ac_check_soname_save_LIBS=$LIBS
10754 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10755   cat >conftest.$ac_ext <<_ACEOF
10756 /* confdefs.h.  */
10757 _ACEOF
10758 cat confdefs.h >>conftest.$ac_ext
10759 cat >>conftest.$ac_ext <<_ACEOF
10760 /* end confdefs.h.  */
10761
10762 /* Override any GCC internal prototype to avoid an error.
10763    Use char because int might match the return type of a GCC
10764    builtin and then its argument prototype would still apply.  */
10765 #ifdef __cplusplus
10766 extern "C"
10767 #endif
10768 char XF86VidModeQueryExtension ();
10769 int
10770 main ()
10771 {
10772 return XF86VidModeQueryExtension ();
10773   ;
10774   return 0;
10775 }
10776 _ACEOF
10777 rm -f conftest.$ac_objext conftest$ac_exeext
10778 if { (ac_try="$ac_link"
10779 case "(($ac_try" in
10780   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10781   *) ac_try_echo=$ac_try;;
10782 esac
10783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10784 $as_echo "$ac_try_echo") >&5
10785   (eval "$ac_link") 2>conftest.er1
10786   ac_status=$?
10787   grep -v '^ *+' conftest.er1 >conftest.err
10788   rm -f conftest.er1
10789   cat conftest.err >&5
10790   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10791   (exit $ac_status); } && {
10792          test -z "$ac_c_werror_flag" ||
10793          test ! -s conftest.err
10794        } && test -s conftest$ac_exeext && {
10795          test "$cross_compiling" = yes ||
10796          $as_test_x conftest$ac_exeext
10797        }; then
10798   case "$LIBEXT" in
10799     dll) ;;
10800     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'` ;;
10801     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10802   esac
10803 else
10804   $as_echo "$as_me: failed program was:" >&5
10805 sed 's/^/| /' conftest.$ac_ext >&5
10806
10807
10808 fi
10809
10810 rm -rf conftest.dSYM
10811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10812       conftest$ac_exeext conftest.$ac_ext
10813   LIBS=$ac_check_soname_save_LIBS
10814 fi
10815 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10816   { $as_echo "$as_me:$LINENO: result: not found" >&5
10817 $as_echo "not found" >&6; }
10818
10819 else
10820   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10821 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10822
10823 cat >>confdefs.h <<_ACEOF
10824 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10825 _ACEOF
10826
10827
10828 fi
10829
10830         fi
10831         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10832   case "x$with_xxf86vm" in
10833   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10834   xno) ;;
10835   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10836 This is an error since --with-xxf86vm was requested." >&5
10837 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10838 This is an error since --with-xxf86vm was requested." >&2;}
10839    { (exit 1); exit 1; }; } ;;
10840 esac
10841 fi
10842
10843
10844                 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"
10845         then
10846             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10847 $as_echo_n "checking for -lXrender... " >&6; }
10848 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10849   $as_echo_n "(cached) " >&6
10850 else
10851   ac_check_soname_save_LIBS=$LIBS
10852 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10853   cat >conftest.$ac_ext <<_ACEOF
10854 /* confdefs.h.  */
10855 _ACEOF
10856 cat confdefs.h >>conftest.$ac_ext
10857 cat >>conftest.$ac_ext <<_ACEOF
10858 /* end confdefs.h.  */
10859
10860 /* Override any GCC internal prototype to avoid an error.
10861    Use char because int might match the return type of a GCC
10862    builtin and then its argument prototype would still apply.  */
10863 #ifdef __cplusplus
10864 extern "C"
10865 #endif
10866 char XRenderQueryExtension ();
10867 int
10868 main ()
10869 {
10870 return XRenderQueryExtension ();
10871   ;
10872   return 0;
10873 }
10874 _ACEOF
10875 rm -f conftest.$ac_objext conftest$ac_exeext
10876 if { (ac_try="$ac_link"
10877 case "(($ac_try" in
10878   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10879   *) ac_try_echo=$ac_try;;
10880 esac
10881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10882 $as_echo "$ac_try_echo") >&5
10883   (eval "$ac_link") 2>conftest.er1
10884   ac_status=$?
10885   grep -v '^ *+' conftest.er1 >conftest.err
10886   rm -f conftest.er1
10887   cat conftest.err >&5
10888   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10889   (exit $ac_status); } && {
10890          test -z "$ac_c_werror_flag" ||
10891          test ! -s conftest.err
10892        } && test -s conftest$ac_exeext && {
10893          test "$cross_compiling" = yes ||
10894          $as_test_x conftest$ac_exeext
10895        }; then
10896   case "$LIBEXT" in
10897     dll) ;;
10898     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'` ;;
10899     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10900   esac
10901 else
10902   $as_echo "$as_me: failed program was:" >&5
10903 sed 's/^/| /' conftest.$ac_ext >&5
10904
10905
10906 fi
10907
10908 rm -rf conftest.dSYM
10909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10910       conftest$ac_exeext conftest.$ac_ext
10911   LIBS=$ac_check_soname_save_LIBS
10912 fi
10913 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10914   { $as_echo "$as_me:$LINENO: result: not found" >&5
10915 $as_echo "not found" >&6; }
10916
10917 else
10918   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10919 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10920
10921 cat >>confdefs.h <<_ACEOF
10922 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10923 _ACEOF
10924
10925        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10926 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10927 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10928   $as_echo_n "(cached) " >&6
10929 else
10930   ac_check_lib_save_LIBS=$LIBS
10931 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10932 cat >conftest.$ac_ext <<_ACEOF
10933 /* confdefs.h.  */
10934 _ACEOF
10935 cat confdefs.h >>conftest.$ac_ext
10936 cat >>conftest.$ac_ext <<_ACEOF
10937 /* end confdefs.h.  */
10938
10939 /* Override any GCC internal prototype to avoid an error.
10940    Use char because int might match the return type of a GCC
10941    builtin and then its argument prototype would still apply.  */
10942 #ifdef __cplusplus
10943 extern "C"
10944 #endif
10945 char XRenderSetPictureTransform ();
10946 int
10947 main ()
10948 {
10949 return XRenderSetPictureTransform ();
10950   ;
10951   return 0;
10952 }
10953 _ACEOF
10954 rm -f conftest.$ac_objext conftest$ac_exeext
10955 if { (ac_try="$ac_link"
10956 case "(($ac_try" in
10957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10958   *) ac_try_echo=$ac_try;;
10959 esac
10960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10961 $as_echo "$ac_try_echo") >&5
10962   (eval "$ac_link") 2>conftest.er1
10963   ac_status=$?
10964   grep -v '^ *+' conftest.er1 >conftest.err
10965   rm -f conftest.er1
10966   cat conftest.err >&5
10967   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10968   (exit $ac_status); } && {
10969          test -z "$ac_c_werror_flag" ||
10970          test ! -s conftest.err
10971        } && test -s conftest$ac_exeext && {
10972          test "$cross_compiling" = yes ||
10973          $as_test_x conftest$ac_exeext
10974        }; then
10975   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10976 else
10977   $as_echo "$as_me: failed program was:" >&5
10978 sed 's/^/| /' conftest.$ac_ext >&5
10979
10980         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10981 fi
10982
10983 rm -rf conftest.dSYM
10984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10985       conftest$ac_exeext conftest.$ac_ext
10986 LIBS=$ac_check_lib_save_LIBS
10987 fi
10988 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10989 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10990 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10991
10992 cat >>confdefs.h <<\_ACEOF
10993 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10994 _ACEOF
10995
10996 fi
10997
10998 fi
10999
11000
11001         fi
11002         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11003   case "x$with_xrender" in
11004   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11005   xno) ;;
11006   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11007 This is an error since --with-xrender was requested." >&5
11008 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11009 This is an error since --with-xrender was requested." >&2;}
11010    { (exit 1); exit 1; }; } ;;
11011 esac
11012 fi
11013
11014
11015                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11016         then
11017                 cat >conftest.$ac_ext <<_ACEOF
11018 /* confdefs.h.  */
11019 _ACEOF
11020 cat confdefs.h >>conftest.$ac_ext
11021 cat >>conftest.$ac_ext <<_ACEOF
11022 /* end confdefs.h.  */
11023 #include <X11/Xlib.h>
11024 #include <X11/extensions/Xrandr.h>
11025 int
11026 main ()
11027 {
11028 static typeof(XRRSetScreenConfigAndRate) * func;
11029   ;
11030   return 0;
11031 }
11032 _ACEOF
11033 rm -f conftest.$ac_objext
11034 if { (ac_try="$ac_compile"
11035 case "(($ac_try" in
11036   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11037   *) ac_try_echo=$ac_try;;
11038 esac
11039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11040 $as_echo "$ac_try_echo") >&5
11041   (eval "$ac_compile") 2>conftest.er1
11042   ac_status=$?
11043   grep -v '^ *+' conftest.er1 >conftest.err
11044   rm -f conftest.er1
11045   cat conftest.err >&5
11046   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11047   (exit $ac_status); } && {
11048          test -z "$ac_c_werror_flag" ||
11049          test ! -s conftest.err
11050        } && test -s conftest.$ac_objext; then
11051   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11052 $as_echo_n "checking for -lXrandr... " >&6; }
11053 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11054   $as_echo_n "(cached) " >&6
11055 else
11056   ac_check_soname_save_LIBS=$LIBS
11057 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11058   cat >conftest.$ac_ext <<_ACEOF
11059 /* confdefs.h.  */
11060 _ACEOF
11061 cat confdefs.h >>conftest.$ac_ext
11062 cat >>conftest.$ac_ext <<_ACEOF
11063 /* end confdefs.h.  */
11064
11065 /* Override any GCC internal prototype to avoid an error.
11066    Use char because int might match the return type of a GCC
11067    builtin and then its argument prototype would still apply.  */
11068 #ifdef __cplusplus
11069 extern "C"
11070 #endif
11071 char XRRQueryExtension ();
11072 int
11073 main ()
11074 {
11075 return XRRQueryExtension ();
11076   ;
11077   return 0;
11078 }
11079 _ACEOF
11080 rm -f conftest.$ac_objext conftest$ac_exeext
11081 if { (ac_try="$ac_link"
11082 case "(($ac_try" in
11083   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11084   *) ac_try_echo=$ac_try;;
11085 esac
11086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11087 $as_echo "$ac_try_echo") >&5
11088   (eval "$ac_link") 2>conftest.er1
11089   ac_status=$?
11090   grep -v '^ *+' conftest.er1 >conftest.err
11091   rm -f conftest.er1
11092   cat conftest.err >&5
11093   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11094   (exit $ac_status); } && {
11095          test -z "$ac_c_werror_flag" ||
11096          test ! -s conftest.err
11097        } && test -s conftest$ac_exeext && {
11098          test "$cross_compiling" = yes ||
11099          $as_test_x conftest$ac_exeext
11100        }; then
11101   case "$LIBEXT" in
11102     dll) ;;
11103     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'` ;;
11104     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11105   esac
11106 else
11107   $as_echo "$as_me: failed program was:" >&5
11108 sed 's/^/| /' conftest.$ac_ext >&5
11109
11110
11111 fi
11112
11113 rm -rf conftest.dSYM
11114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11115       conftest$ac_exeext conftest.$ac_ext
11116   LIBS=$ac_check_soname_save_LIBS
11117 fi
11118 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11119   { $as_echo "$as_me:$LINENO: result: not found" >&5
11120 $as_echo "not found" >&6; }
11121
11122 else
11123   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11124 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11125
11126 cat >>confdefs.h <<_ACEOF
11127 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11128 _ACEOF
11129
11130
11131 fi
11132
11133 else
11134   $as_echo "$as_me: failed program was:" >&5
11135 sed 's/^/| /' conftest.$ac_ext >&5
11136
11137
11138 fi
11139
11140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11141         fi
11142         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11143   case "x$with_xrandr" in
11144   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11145   xno) ;;
11146   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11147 This is an error since --with-xrandr was requested." >&5
11148 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11149 This is an error since --with-xrandr was requested." >&2;}
11150    { (exit 1); exit 1; }; } ;;
11151 esac
11152 fi
11153
11154
11155                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11156         then
11157                 cat >conftest.$ac_ext <<_ACEOF
11158 /* confdefs.h.  */
11159 _ACEOF
11160 cat confdefs.h >>conftest.$ac_ext
11161 cat >>conftest.$ac_ext <<_ACEOF
11162 /* end confdefs.h.  */
11163 #include <X11/Xlib.h>
11164 #include <X11/extensions/Xinerama.h>
11165 int
11166 main ()
11167 {
11168 static typeof(XineramaQueryScreens) * func;
11169   ;
11170   return 0;
11171 }
11172 _ACEOF
11173 rm -f conftest.$ac_objext
11174 if { (ac_try="$ac_compile"
11175 case "(($ac_try" in
11176   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11177   *) ac_try_echo=$ac_try;;
11178 esac
11179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11180 $as_echo "$ac_try_echo") >&5
11181   (eval "$ac_compile") 2>conftest.er1
11182   ac_status=$?
11183   grep -v '^ *+' conftest.er1 >conftest.err
11184   rm -f conftest.er1
11185   cat conftest.err >&5
11186   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11187   (exit $ac_status); } && {
11188          test -z "$ac_c_werror_flag" ||
11189          test ! -s conftest.err
11190        } && test -s conftest.$ac_objext; then
11191   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11192 $as_echo_n "checking for -lXinerama... " >&6; }
11193 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11194   $as_echo_n "(cached) " >&6
11195 else
11196   ac_check_soname_save_LIBS=$LIBS
11197 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11198   cat >conftest.$ac_ext <<_ACEOF
11199 /* confdefs.h.  */
11200 _ACEOF
11201 cat confdefs.h >>conftest.$ac_ext
11202 cat >>conftest.$ac_ext <<_ACEOF
11203 /* end confdefs.h.  */
11204
11205 /* Override any GCC internal prototype to avoid an error.
11206    Use char because int might match the return type of a GCC
11207    builtin and then its argument prototype would still apply.  */
11208 #ifdef __cplusplus
11209 extern "C"
11210 #endif
11211 char XineramaQueryScreens ();
11212 int
11213 main ()
11214 {
11215 return XineramaQueryScreens ();
11216   ;
11217   return 0;
11218 }
11219 _ACEOF
11220 rm -f conftest.$ac_objext conftest$ac_exeext
11221 if { (ac_try="$ac_link"
11222 case "(($ac_try" in
11223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11224   *) ac_try_echo=$ac_try;;
11225 esac
11226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11227 $as_echo "$ac_try_echo") >&5
11228   (eval "$ac_link") 2>conftest.er1
11229   ac_status=$?
11230   grep -v '^ *+' conftest.er1 >conftest.err
11231   rm -f conftest.er1
11232   cat conftest.err >&5
11233   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11234   (exit $ac_status); } && {
11235          test -z "$ac_c_werror_flag" ||
11236          test ! -s conftest.err
11237        } && test -s conftest$ac_exeext && {
11238          test "$cross_compiling" = yes ||
11239          $as_test_x conftest$ac_exeext
11240        }; then
11241   case "$LIBEXT" in
11242     dll) ;;
11243     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'` ;;
11244     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11245   esac
11246 else
11247   $as_echo "$as_me: failed program was:" >&5
11248 sed 's/^/| /' conftest.$ac_ext >&5
11249
11250
11251 fi
11252
11253 rm -rf conftest.dSYM
11254 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11255       conftest$ac_exeext conftest.$ac_ext
11256   LIBS=$ac_check_soname_save_LIBS
11257 fi
11258 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11259   { $as_echo "$as_me:$LINENO: result: not found" >&5
11260 $as_echo "not found" >&6; }
11261
11262 else
11263   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11264 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11265
11266 cat >>confdefs.h <<_ACEOF
11267 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11268 _ACEOF
11269
11270
11271 fi
11272
11273 else
11274   $as_echo "$as_me: failed program was:" >&5
11275 sed 's/^/| /' conftest.$ac_ext >&5
11276
11277
11278 fi
11279
11280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11281         fi
11282         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11283   case "x$with_xinerama" in
11284   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11285   xno) ;;
11286   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11287 This is an error since --with-xinerama was requested." >&5
11288 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11289 This is an error since --with-xinerama was requested." >&2;}
11290    { (exit 1); exit 1; }; } ;;
11291 esac
11292 fi
11293
11294
11295                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11296         then
11297             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11298 $as_echo_n "checking for -lXcomposite... " >&6; }
11299 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11300   $as_echo_n "(cached) " >&6
11301 else
11302   ac_check_soname_save_LIBS=$LIBS
11303 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11304   cat >conftest.$ac_ext <<_ACEOF
11305 /* confdefs.h.  */
11306 _ACEOF
11307 cat confdefs.h >>conftest.$ac_ext
11308 cat >>conftest.$ac_ext <<_ACEOF
11309 /* end confdefs.h.  */
11310
11311 /* Override any GCC internal prototype to avoid an error.
11312    Use char because int might match the return type of a GCC
11313    builtin and then its argument prototype would still apply.  */
11314 #ifdef __cplusplus
11315 extern "C"
11316 #endif
11317 char XCompositeRedirectWindow ();
11318 int
11319 main ()
11320 {
11321 return XCompositeRedirectWindow ();
11322   ;
11323   return 0;
11324 }
11325 _ACEOF
11326 rm -f conftest.$ac_objext conftest$ac_exeext
11327 if { (ac_try="$ac_link"
11328 case "(($ac_try" in
11329   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11330   *) ac_try_echo=$ac_try;;
11331 esac
11332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11333 $as_echo "$ac_try_echo") >&5
11334   (eval "$ac_link") 2>conftest.er1
11335   ac_status=$?
11336   grep -v '^ *+' conftest.er1 >conftest.err
11337   rm -f conftest.er1
11338   cat conftest.err >&5
11339   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11340   (exit $ac_status); } && {
11341          test -z "$ac_c_werror_flag" ||
11342          test ! -s conftest.err
11343        } && test -s conftest$ac_exeext && {
11344          test "$cross_compiling" = yes ||
11345          $as_test_x conftest$ac_exeext
11346        }; then
11347   case "$LIBEXT" in
11348     dll) ;;
11349     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'` ;;
11350     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11351   esac
11352 else
11353   $as_echo "$as_me: failed program was:" >&5
11354 sed 's/^/| /' conftest.$ac_ext >&5
11355
11356
11357 fi
11358
11359 rm -rf conftest.dSYM
11360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11361       conftest$ac_exeext conftest.$ac_ext
11362   LIBS=$ac_check_soname_save_LIBS
11363 fi
11364 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11365   { $as_echo "$as_me:$LINENO: result: not found" >&5
11366 $as_echo "not found" >&6; }
11367
11368 else
11369   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11370 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11371
11372 cat >>confdefs.h <<_ACEOF
11373 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11374 _ACEOF
11375
11376
11377 fi
11378
11379         fi
11380         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11381   case "x$with_xcomposite" in
11382   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11383   xno) ;;
11384   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11385 This is an error since --with-xcomposite was requested." >&5
11386 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11387 This is an error since --with-xcomposite was requested." >&2;}
11388    { (exit 1); exit 1; }; } ;;
11389 esac
11390 fi
11391
11392
11393                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11394 $as_echo_n "checking for XICCallback.callback... " >&6; }
11395 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11396   $as_echo_n "(cached) " >&6
11397 else
11398   cat >conftest.$ac_ext <<_ACEOF
11399 /* confdefs.h.  */
11400 _ACEOF
11401 cat confdefs.h >>conftest.$ac_ext
11402 cat >>conftest.$ac_ext <<_ACEOF
11403 /* end confdefs.h.  */
11404 #ifdef HAVE_X11_XLIB_H
11405 #include <X11/Xlib.h>
11406 #endif
11407
11408 int
11409 main ()
11410 {
11411 static XICCallback ac_aggr;
11412 if (ac_aggr.callback)
11413 return 0;
11414   ;
11415   return 0;
11416 }
11417 _ACEOF
11418 rm -f conftest.$ac_objext
11419 if { (ac_try="$ac_compile"
11420 case "(($ac_try" in
11421   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11422   *) ac_try_echo=$ac_try;;
11423 esac
11424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11425 $as_echo "$ac_try_echo") >&5
11426   (eval "$ac_compile") 2>conftest.er1
11427   ac_status=$?
11428   grep -v '^ *+' conftest.er1 >conftest.err
11429   rm -f conftest.er1
11430   cat conftest.err >&5
11431   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11432   (exit $ac_status); } && {
11433          test -z "$ac_c_werror_flag" ||
11434          test ! -s conftest.err
11435        } && test -s conftest.$ac_objext; then
11436   ac_cv_member_XICCallback_callback=yes
11437 else
11438   $as_echo "$as_me: failed program was:" >&5
11439 sed 's/^/| /' conftest.$ac_ext >&5
11440
11441         cat >conftest.$ac_ext <<_ACEOF
11442 /* confdefs.h.  */
11443 _ACEOF
11444 cat confdefs.h >>conftest.$ac_ext
11445 cat >>conftest.$ac_ext <<_ACEOF
11446 /* end confdefs.h.  */
11447 #ifdef HAVE_X11_XLIB_H
11448 #include <X11/Xlib.h>
11449 #endif
11450
11451 int
11452 main ()
11453 {
11454 static XICCallback ac_aggr;
11455 if (sizeof ac_aggr.callback)
11456 return 0;
11457   ;
11458   return 0;
11459 }
11460 _ACEOF
11461 rm -f conftest.$ac_objext
11462 if { (ac_try="$ac_compile"
11463 case "(($ac_try" in
11464   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11465   *) ac_try_echo=$ac_try;;
11466 esac
11467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11468 $as_echo "$ac_try_echo") >&5
11469   (eval "$ac_compile") 2>conftest.er1
11470   ac_status=$?
11471   grep -v '^ *+' conftest.er1 >conftest.err
11472   rm -f conftest.er1
11473   cat conftest.err >&5
11474   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11475   (exit $ac_status); } && {
11476          test -z "$ac_c_werror_flag" ||
11477          test ! -s conftest.err
11478        } && test -s conftest.$ac_objext; then
11479   ac_cv_member_XICCallback_callback=yes
11480 else
11481   $as_echo "$as_me: failed program was:" >&5
11482 sed 's/^/| /' conftest.$ac_ext >&5
11483
11484         ac_cv_member_XICCallback_callback=no
11485 fi
11486
11487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11488 fi
11489
11490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11491 fi
11492 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11493 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11494 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11495
11496 cat >>confdefs.h <<_ACEOF
11497 #define HAVE_XICCALLBACK_CALLBACK 1
11498 _ACEOF
11499
11500
11501 fi
11502
11503
11504
11505         opengl_msg=""
11506     if test "x$with_opengl" != "xno"
11507     then
11508
11509
11510
11511
11512 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11513 do
11514 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11515 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11516 $as_echo_n "checking for $ac_header... " >&6; }
11517 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11518   $as_echo_n "(cached) " >&6
11519 else
11520   cat >conftest.$ac_ext <<_ACEOF
11521 /* confdefs.h.  */
11522 _ACEOF
11523 cat confdefs.h >>conftest.$ac_ext
11524 cat >>conftest.$ac_ext <<_ACEOF
11525 /* end confdefs.h.  */
11526 #ifdef HAVE_GL_GLX_H
11527 # include <GL/glx.h>
11528 #endif
11529
11530 #include <$ac_header>
11531 _ACEOF
11532 rm -f conftest.$ac_objext
11533 if { (ac_try="$ac_compile"
11534 case "(($ac_try" in
11535   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11536   *) ac_try_echo=$ac_try;;
11537 esac
11538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11539 $as_echo "$ac_try_echo") >&5
11540   (eval "$ac_compile") 2>conftest.er1
11541   ac_status=$?
11542   grep -v '^ *+' conftest.er1 >conftest.err
11543   rm -f conftest.er1
11544   cat conftest.err >&5
11545   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11546   (exit $ac_status); } && {
11547          test -z "$ac_c_werror_flag" ||
11548          test ! -s conftest.err
11549        } && test -s conftest.$ac_objext; then
11550   eval "$as_ac_Header=yes"
11551 else
11552   $as_echo "$as_me: failed program was:" >&5
11553 sed 's/^/| /' conftest.$ac_ext >&5
11554
11555         eval "$as_ac_Header=no"
11556 fi
11557
11558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11559 fi
11560 ac_res=`eval 'as_val=${'$as_ac_Header'}
11561                  $as_echo "$as_val"'`
11562                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11563 $as_echo "$ac_res" >&6; }
11564 as_val=`eval 'as_val=${'$as_ac_Header'}
11565                  $as_echo "$as_val"'`
11566    if test "x$as_val" = x""yes; then
11567   cat >>confdefs.h <<_ACEOF
11568 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11569 _ACEOF
11570
11571 fi
11572
11573 done
11574
11575         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11576         then
11577                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11578 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11579 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11580   $as_echo_n "(cached) " >&6
11581 else
11582   cat >conftest.$ac_ext <<_ACEOF
11583 /* confdefs.h.  */
11584 _ACEOF
11585 cat confdefs.h >>conftest.$ac_ext
11586 cat >>conftest.$ac_ext <<_ACEOF
11587 /* end confdefs.h.  */
11588 #include <GL/gl.h>
11589 int
11590 main ()
11591 {
11592 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11593   ;
11594   return 0;
11595 }
11596 _ACEOF
11597 rm -f conftest.$ac_objext
11598 if { (ac_try="$ac_compile"
11599 case "(($ac_try" in
11600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11601   *) ac_try_echo=$ac_try;;
11602 esac
11603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11604 $as_echo "$ac_try_echo") >&5
11605   (eval "$ac_compile") 2>conftest.er1
11606   ac_status=$?
11607   grep -v '^ *+' conftest.er1 >conftest.err
11608   rm -f conftest.er1
11609   cat conftest.err >&5
11610   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11611   (exit $ac_status); } && {
11612          test -z "$ac_c_werror_flag" ||
11613          test ! -s conftest.err
11614        } && test -s conftest.$ac_objext; then
11615   wine_cv_opengl_header_version_OK="yes"
11616 else
11617   $as_echo "$as_me: failed program was:" >&5
11618 sed 's/^/| /' conftest.$ac_ext >&5
11619
11620         wine_cv_opengl_header_version_OK="no"
11621 fi
11622
11623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11624 fi
11625 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11626 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11627
11628             if test "$wine_cv_opengl_header_version_OK" = "yes"
11629             then
11630                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11631 $as_echo_n "checking for -lGL... " >&6; }
11632 if test "${ac_cv_lib_soname_GL+set}" = set; then
11633   $as_echo_n "(cached) " >&6
11634 else
11635   ac_check_soname_save_LIBS=$LIBS
11636 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11637   cat >conftest.$ac_ext <<_ACEOF
11638 /* confdefs.h.  */
11639 _ACEOF
11640 cat confdefs.h >>conftest.$ac_ext
11641 cat >>conftest.$ac_ext <<_ACEOF
11642 /* end confdefs.h.  */
11643
11644 /* Override any GCC internal prototype to avoid an error.
11645    Use char because int might match the return type of a GCC
11646    builtin and then its argument prototype would still apply.  */
11647 #ifdef __cplusplus
11648 extern "C"
11649 #endif
11650 char glXCreateContext ();
11651 int
11652 main ()
11653 {
11654 return glXCreateContext ();
11655   ;
11656   return 0;
11657 }
11658 _ACEOF
11659 rm -f conftest.$ac_objext conftest$ac_exeext
11660 if { (ac_try="$ac_link"
11661 case "(($ac_try" in
11662   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11663   *) ac_try_echo=$ac_try;;
11664 esac
11665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11666 $as_echo "$ac_try_echo") >&5
11667   (eval "$ac_link") 2>conftest.er1
11668   ac_status=$?
11669   grep -v '^ *+' conftest.er1 >conftest.err
11670   rm -f conftest.er1
11671   cat conftest.err >&5
11672   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11673   (exit $ac_status); } && {
11674          test -z "$ac_c_werror_flag" ||
11675          test ! -s conftest.err
11676        } && test -s conftest$ac_exeext && {
11677          test "$cross_compiling" = yes ||
11678          $as_test_x conftest$ac_exeext
11679        }; then
11680   case "$LIBEXT" in
11681     dll) ;;
11682     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'` ;;
11683     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11684   esac
11685 else
11686   $as_echo "$as_me: failed program was:" >&5
11687 sed 's/^/| /' conftest.$ac_ext >&5
11688
11689
11690 fi
11691
11692 rm -rf conftest.dSYM
11693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11694       conftest$ac_exeext conftest.$ac_ext
11695   LIBS=$ac_check_soname_save_LIBS
11696 fi
11697 if test "x$ac_cv_lib_soname_GL" = "x"; then
11698   { $as_echo "$as_me:$LINENO: result: not found" >&5
11699 $as_echo "not found" >&6; }
11700        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11701 $as_echo_n "checking for -lGL... " >&6; }
11702 if test "${ac_cv_lib_soname_GL+set}" = set; then
11703   $as_echo_n "(cached) " >&6
11704 else
11705   ac_check_soname_save_LIBS=$LIBS
11706 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"
11707   cat >conftest.$ac_ext <<_ACEOF
11708 /* confdefs.h.  */
11709 _ACEOF
11710 cat confdefs.h >>conftest.$ac_ext
11711 cat >>conftest.$ac_ext <<_ACEOF
11712 /* end confdefs.h.  */
11713
11714 /* Override any GCC internal prototype to avoid an error.
11715    Use char because int might match the return type of a GCC
11716    builtin and then its argument prototype would still apply.  */
11717 #ifdef __cplusplus
11718 extern "C"
11719 #endif
11720 char glXCreateContext ();
11721 int
11722 main ()
11723 {
11724 return glXCreateContext ();
11725   ;
11726   return 0;
11727 }
11728 _ACEOF
11729 rm -f conftest.$ac_objext conftest$ac_exeext
11730 if { (ac_try="$ac_link"
11731 case "(($ac_try" in
11732   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11733   *) ac_try_echo=$ac_try;;
11734 esac
11735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11736 $as_echo "$ac_try_echo") >&5
11737   (eval "$ac_link") 2>conftest.er1
11738   ac_status=$?
11739   grep -v '^ *+' conftest.er1 >conftest.err
11740   rm -f conftest.er1
11741   cat conftest.err >&5
11742   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11743   (exit $ac_status); } && {
11744          test -z "$ac_c_werror_flag" ||
11745          test ! -s conftest.err
11746        } && test -s conftest$ac_exeext && {
11747          test "$cross_compiling" = yes ||
11748          $as_test_x conftest$ac_exeext
11749        }; then
11750   case "$LIBEXT" in
11751     dll) ;;
11752     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'` ;;
11753     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11754   esac
11755 else
11756   $as_echo "$as_me: failed program was:" >&5
11757 sed 's/^/| /' conftest.$ac_ext >&5
11758
11759
11760 fi
11761
11762 rm -rf conftest.dSYM
11763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11764       conftest$ac_exeext conftest.$ac_ext
11765   LIBS=$ac_check_soname_save_LIBS
11766 fi
11767 if test "x$ac_cv_lib_soname_GL" = "x"; then
11768   { $as_echo "$as_me:$LINENO: result: not found" >&5
11769 $as_echo "not found" >&6; }
11770        if test -f /usr/X11R6/lib/libGL.a
11771                                     then
11772                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11773 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11774                                     else
11775                                         opengl_msg="No OpenGL library found on this system."
11776                                     fi
11777 else
11778   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11779 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11780
11781 cat >>confdefs.h <<_ACEOF
11782 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11783 _ACEOF
11784
11785        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"
11786
11787 cat >>confdefs.h <<\_ACEOF
11788 #define HAVE_OPENGL 1
11789 _ACEOF
11790
11791 fi
11792
11793 else
11794   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11795 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11796
11797 cat >>confdefs.h <<_ACEOF
11798 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11799 _ACEOF
11800
11801        OPENGL_LIBS="-lGL"
11802
11803 cat >>confdefs.h <<\_ACEOF
11804 #define HAVE_OPENGL 1
11805 _ACEOF
11806
11807 fi
11808
11809                  if test "$ac_cv_header_GL_glu_h" = "yes"
11810                  then
11811                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11812 $as_echo_n "checking for -lGLU... " >&6; }
11813 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11814   $as_echo_n "(cached) " >&6
11815 else
11816   ac_check_soname_save_LIBS=$LIBS
11817 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11818   cat >conftest.$ac_ext <<_ACEOF
11819 /* confdefs.h.  */
11820 _ACEOF
11821 cat confdefs.h >>conftest.$ac_ext
11822 cat >>conftest.$ac_ext <<_ACEOF
11823 /* end confdefs.h.  */
11824
11825 /* Override any GCC internal prototype to avoid an error.
11826    Use char because int might match the return type of a GCC
11827    builtin and then its argument prototype would still apply.  */
11828 #ifdef __cplusplus
11829 extern "C"
11830 #endif
11831 char gluLookAt ();
11832 int
11833 main ()
11834 {
11835 return gluLookAt ();
11836   ;
11837   return 0;
11838 }
11839 _ACEOF
11840 rm -f conftest.$ac_objext conftest$ac_exeext
11841 if { (ac_try="$ac_link"
11842 case "(($ac_try" in
11843   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11844   *) ac_try_echo=$ac_try;;
11845 esac
11846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11847 $as_echo "$ac_try_echo") >&5
11848   (eval "$ac_link") 2>conftest.er1
11849   ac_status=$?
11850   grep -v '^ *+' conftest.er1 >conftest.err
11851   rm -f conftest.er1
11852   cat conftest.err >&5
11853   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11854   (exit $ac_status); } && {
11855          test -z "$ac_c_werror_flag" ||
11856          test ! -s conftest.err
11857        } && test -s conftest$ac_exeext && {
11858          test "$cross_compiling" = yes ||
11859          $as_test_x conftest$ac_exeext
11860        }; then
11861   case "$LIBEXT" in
11862     dll) ;;
11863     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'` ;;
11864     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11865   esac
11866 else
11867   $as_echo "$as_me: failed program was:" >&5
11868 sed 's/^/| /' conftest.$ac_ext >&5
11869
11870
11871 fi
11872
11873 rm -rf conftest.dSYM
11874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11875       conftest$ac_exeext conftest.$ac_ext
11876   LIBS=$ac_check_soname_save_LIBS
11877 fi
11878 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11879   { $as_echo "$as_me:$LINENO: result: not found" >&5
11880 $as_echo "not found" >&6; }
11881
11882 else
11883   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11884 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11885
11886 cat >>confdefs.h <<_ACEOF
11887 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11888 _ACEOF
11889
11890
11891 fi
11892
11893                  fi
11894                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11895   case "x$with_glu" in
11896   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11897   xno) ;;
11898   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11899 This is an error since --with-glu was requested." >&5
11900 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11901 This is an error since --with-glu was requested." >&2;}
11902    { (exit 1); exit 1; }; } ;;
11903 esac
11904 fi
11905
11906              else
11907                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11908              fi
11909          else
11910              opengl_msg="OpenGL development headers not found."
11911          fi
11912          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11913          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11914     else
11915          enable_opengl32=${enable_opengl32:-no}
11916          enable_glu32=${enable_glu32:-no}
11917     fi
11918     if test -n "$opengl_msg"; then
11919   case "x$with_opengl" in
11920   x)   wine_warnings="$wine_warnings|$opengl_msg
11921 OpenGL and Direct3D won't be supported." ;;
11922   xno) ;;
11923   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11924 OpenGL and Direct3D won't be supported.
11925 This is an error since --with-opengl was requested." >&5
11926 $as_echo "$as_me: error: $opengl_msg
11927 OpenGL and Direct3D won't be supported.
11928 This is an error since --with-opengl was requested." >&2;}
11929    { (exit 1); exit 1; }; } ;;
11930 esac
11931 fi
11932
11933
11934         NASLIBS=""
11935
11936
11937 for ac_header in audio/audiolib.h
11938 do
11939 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11940 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11941   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11942 $as_echo_n "checking for $ac_header... " >&6; }
11943 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11944   $as_echo_n "(cached) " >&6
11945 fi
11946 ac_res=`eval 'as_val=${'$as_ac_Header'}
11947                  $as_echo "$as_val"'`
11948                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11949 $as_echo "$ac_res" >&6; }
11950 else
11951   # Is the header compilable?
11952 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11953 $as_echo_n "checking $ac_header usability... " >&6; }
11954 cat >conftest.$ac_ext <<_ACEOF
11955 /* confdefs.h.  */
11956 _ACEOF
11957 cat confdefs.h >>conftest.$ac_ext
11958 cat >>conftest.$ac_ext <<_ACEOF
11959 /* end confdefs.h.  */
11960 $ac_includes_default
11961 #include <$ac_header>
11962 _ACEOF
11963 rm -f conftest.$ac_objext
11964 if { (ac_try="$ac_compile"
11965 case "(($ac_try" in
11966   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11967   *) ac_try_echo=$ac_try;;
11968 esac
11969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11970 $as_echo "$ac_try_echo") >&5
11971   (eval "$ac_compile") 2>conftest.er1
11972   ac_status=$?
11973   grep -v '^ *+' conftest.er1 >conftest.err
11974   rm -f conftest.er1
11975   cat conftest.err >&5
11976   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11977   (exit $ac_status); } && {
11978          test -z "$ac_c_werror_flag" ||
11979          test ! -s conftest.err
11980        } && test -s conftest.$ac_objext; then
11981   ac_header_compiler=yes
11982 else
11983   $as_echo "$as_me: failed program was:" >&5
11984 sed 's/^/| /' conftest.$ac_ext >&5
11985
11986         ac_header_compiler=no
11987 fi
11988
11989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11990 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11991 $as_echo "$ac_header_compiler" >&6; }
11992
11993 # Is the header present?
11994 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11995 $as_echo_n "checking $ac_header presence... " >&6; }
11996 cat >conftest.$ac_ext <<_ACEOF
11997 /* confdefs.h.  */
11998 _ACEOF
11999 cat confdefs.h >>conftest.$ac_ext
12000 cat >>conftest.$ac_ext <<_ACEOF
12001 /* end confdefs.h.  */
12002 #include <$ac_header>
12003 _ACEOF
12004 if { (ac_try="$ac_cpp conftest.$ac_ext"
12005 case "(($ac_try" in
12006   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12007   *) ac_try_echo=$ac_try;;
12008 esac
12009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12010 $as_echo "$ac_try_echo") >&5
12011   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12012   ac_status=$?
12013   grep -v '^ *+' conftest.er1 >conftest.err
12014   rm -f conftest.er1
12015   cat conftest.err >&5
12016   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12017   (exit $ac_status); } >/dev/null && {
12018          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12019          test ! -s conftest.err
12020        }; then
12021   ac_header_preproc=yes
12022 else
12023   $as_echo "$as_me: failed program was:" >&5
12024 sed 's/^/| /' conftest.$ac_ext >&5
12025
12026   ac_header_preproc=no
12027 fi
12028
12029 rm -f conftest.err conftest.$ac_ext
12030 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12031 $as_echo "$ac_header_preproc" >&6; }
12032
12033 # So?  What about this header?
12034 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12035   yes:no: )
12036     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12037 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12038     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12039 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12040     ac_header_preproc=yes
12041     ;;
12042   no:yes:* )
12043     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12044 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12045     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12046 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12047     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12048 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12049     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12050 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12051     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12052 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12053     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12054 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12055     ( cat <<\_ASBOX
12056 ## ------------------------------------ ##
12057 ## Report this to wine-devel@winehq.org ##
12058 ## ------------------------------------ ##
12059 _ASBOX
12060      ) | sed "s/^/$as_me: WARNING:     /" >&2
12061     ;;
12062 esac
12063 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12064 $as_echo_n "checking for $ac_header... " >&6; }
12065 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12066   $as_echo_n "(cached) " >&6
12067 else
12068   eval "$as_ac_Header=\$ac_header_preproc"
12069 fi
12070 ac_res=`eval 'as_val=${'$as_ac_Header'}
12071                  $as_echo "$as_val"'`
12072                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12073 $as_echo "$ac_res" >&6; }
12074
12075 fi
12076 as_val=`eval 'as_val=${'$as_ac_Header'}
12077                  $as_echo "$as_val"'`
12078    if test "x$as_val" = x""yes; then
12079   cat >>confdefs.h <<_ACEOF
12080 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12081 _ACEOF
12082
12083 for ac_header in audio/soundlib.h
12084 do
12085 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12086 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12087 $as_echo_n "checking for $ac_header... " >&6; }
12088 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12089   $as_echo_n "(cached) " >&6
12090 else
12091   cat >conftest.$ac_ext <<_ACEOF
12092 /* confdefs.h.  */
12093 _ACEOF
12094 cat confdefs.h >>conftest.$ac_ext
12095 cat >>conftest.$ac_ext <<_ACEOF
12096 /* end confdefs.h.  */
12097 #include <audio/audiolib.h>
12098
12099 #include <$ac_header>
12100 _ACEOF
12101 rm -f conftest.$ac_objext
12102 if { (ac_try="$ac_compile"
12103 case "(($ac_try" in
12104   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12105   *) ac_try_echo=$ac_try;;
12106 esac
12107 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12108 $as_echo "$ac_try_echo") >&5
12109   (eval "$ac_compile") 2>conftest.er1
12110   ac_status=$?
12111   grep -v '^ *+' conftest.er1 >conftest.err
12112   rm -f conftest.er1
12113   cat conftest.err >&5
12114   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12115   (exit $ac_status); } && {
12116          test -z "$ac_c_werror_flag" ||
12117          test ! -s conftest.err
12118        } && test -s conftest.$ac_objext; then
12119   eval "$as_ac_Header=yes"
12120 else
12121   $as_echo "$as_me: failed program was:" >&5
12122 sed 's/^/| /' conftest.$ac_ext >&5
12123
12124         eval "$as_ac_Header=no"
12125 fi
12126
12127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12128 fi
12129 ac_res=`eval 'as_val=${'$as_ac_Header'}
12130                  $as_echo "$as_val"'`
12131                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12132 $as_echo "$ac_res" >&6; }
12133 as_val=`eval 'as_val=${'$as_ac_Header'}
12134                  $as_echo "$as_val"'`
12135    if test "x$as_val" = x""yes; then
12136   cat >>confdefs.h <<_ACEOF
12137 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12138 _ACEOF
12139
12140 fi
12141
12142 done
12143
12144           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12145 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12146 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12147   $as_echo_n "(cached) " >&6
12148 else
12149   ac_check_lib_save_LIBS=$LIBS
12150 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12151 cat >conftest.$ac_ext <<_ACEOF
12152 /* confdefs.h.  */
12153 _ACEOF
12154 cat confdefs.h >>conftest.$ac_ext
12155 cat >>conftest.$ac_ext <<_ACEOF
12156 /* end confdefs.h.  */
12157
12158 /* Override any GCC internal prototype to avoid an error.
12159    Use char because int might match the return type of a GCC
12160    builtin and then its argument prototype would still apply.  */
12161 #ifdef __cplusplus
12162 extern "C"
12163 #endif
12164 char AuCreateFlow ();
12165 int
12166 main ()
12167 {
12168 return AuCreateFlow ();
12169   ;
12170   return 0;
12171 }
12172 _ACEOF
12173 rm -f conftest.$ac_objext conftest$ac_exeext
12174 if { (ac_try="$ac_link"
12175 case "(($ac_try" in
12176   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12177   *) ac_try_echo=$ac_try;;
12178 esac
12179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12180 $as_echo "$ac_try_echo") >&5
12181   (eval "$ac_link") 2>conftest.er1
12182   ac_status=$?
12183   grep -v '^ *+' conftest.er1 >conftest.err
12184   rm -f conftest.er1
12185   cat conftest.err >&5
12186   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12187   (exit $ac_status); } && {
12188          test -z "$ac_c_werror_flag" ||
12189          test ! -s conftest.err
12190        } && test -s conftest$ac_exeext && {
12191          test "$cross_compiling" = yes ||
12192          $as_test_x conftest$ac_exeext
12193        }; then
12194   ac_cv_lib_audio_AuCreateFlow=yes
12195 else
12196   $as_echo "$as_me: failed program was:" >&5
12197 sed 's/^/| /' conftest.$ac_ext >&5
12198
12199         ac_cv_lib_audio_AuCreateFlow=no
12200 fi
12201
12202 rm -rf conftest.dSYM
12203 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12204       conftest$ac_exeext conftest.$ac_ext
12205 LIBS=$ac_check_lib_save_LIBS
12206 fi
12207 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12208 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12209 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12210
12211 cat >>confdefs.h <<\_ACEOF
12212 #define HAVE_NAS 1
12213 _ACEOF
12214
12215                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12216 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12217 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12218   $as_echo_n "(cached) " >&6
12219 else
12220   ac_check_lib_save_LIBS=$LIBS
12221 LIBS="-lXau $X_LIBS $LIBS"
12222 cat >conftest.$ac_ext <<_ACEOF
12223 /* confdefs.h.  */
12224 _ACEOF
12225 cat confdefs.h >>conftest.$ac_ext
12226 cat >>conftest.$ac_ext <<_ACEOF
12227 /* end confdefs.h.  */
12228
12229 /* Override any GCC internal prototype to avoid an error.
12230    Use char because int might match the return type of a GCC
12231    builtin and then its argument prototype would still apply.  */
12232 #ifdef __cplusplus
12233 extern "C"
12234 #endif
12235 char XauGetBestAuthByAddr ();
12236 int
12237 main ()
12238 {
12239 return XauGetBestAuthByAddr ();
12240   ;
12241   return 0;
12242 }
12243 _ACEOF
12244 rm -f conftest.$ac_objext conftest$ac_exeext
12245 if { (ac_try="$ac_link"
12246 case "(($ac_try" in
12247   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12248   *) ac_try_echo=$ac_try;;
12249 esac
12250 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12251 $as_echo "$ac_try_echo") >&5
12252   (eval "$ac_link") 2>conftest.er1
12253   ac_status=$?
12254   grep -v '^ *+' conftest.er1 >conftest.err
12255   rm -f conftest.er1
12256   cat conftest.err >&5
12257   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12258   (exit $ac_status); } && {
12259          test -z "$ac_c_werror_flag" ||
12260          test ! -s conftest.err
12261        } && test -s conftest$ac_exeext && {
12262          test "$cross_compiling" = yes ||
12263          $as_test_x conftest$ac_exeext
12264        }; then
12265   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12266 else
12267   $as_echo "$as_me: failed program was:" >&5
12268 sed 's/^/| /' conftest.$ac_ext >&5
12269
12270         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12271 fi
12272
12273 rm -rf conftest.dSYM
12274 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12275       conftest$ac_exeext conftest.$ac_ext
12276 LIBS=$ac_check_lib_save_LIBS
12277 fi
12278 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12279 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12280 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12281   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12282 else
12283   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12284 fi
12285
12286
12287 fi
12288
12289 fi
12290
12291 done
12292
12293
12294     CPPFLAGS="$ac_save_CPPFLAGS"
12295 else
12296     XLIB=""
12297     X_CFLAGS=""
12298     X_LIBS=""
12299     enable_winex11_drv=${enable_winex11_drv:-no}
12300     enable_opengl32=${enable_opengl32:-no}
12301     enable_glu32=${enable_glu32:-no}
12302 fi
12303 if test "x$XLIB" = "x"; then
12304   case "x$with_x" in
12305   xno) ;;
12306   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12307 without X support, which probably isn't what you want. You will need to install
12308 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12309 Use the --without-x option if you really want this." >&5
12310 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12311 without X support, which probably isn't what you want. You will need to install
12312 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12313 Use the --without-x option if you really want this." >&2;}
12314    { (exit 1); exit 1; }; } ;;
12315 esac
12316 fi
12317
12318
12319
12320 XML2LIBS=""
12321
12322 XML2INCL=""
12323
12324 XSLTINCL=""
12325
12326 if test "x$with_xml" != "xno"
12327 then
12328     ac_save_CPPFLAGS="$CPPFLAGS"
12329     if test "$PKG_CONFIG" != "false"
12330     then
12331         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12332         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12333     else
12334         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12335         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12336     fi
12337     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12338
12339 for ac_header in libxml/parser.h
12340 do
12341 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12342 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12343   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12344 $as_echo_n "checking for $ac_header... " >&6; }
12345 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12346   $as_echo_n "(cached) " >&6
12347 fi
12348 ac_res=`eval 'as_val=${'$as_ac_Header'}
12349                  $as_echo "$as_val"'`
12350                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12351 $as_echo "$ac_res" >&6; }
12352 else
12353   # Is the header compilable?
12354 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12355 $as_echo_n "checking $ac_header usability... " >&6; }
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 $ac_includes_default
12363 #include <$ac_header>
12364 _ACEOF
12365 rm -f conftest.$ac_objext
12366 if { (ac_try="$ac_compile"
12367 case "(($ac_try" in
12368   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12369   *) ac_try_echo=$ac_try;;
12370 esac
12371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12372 $as_echo "$ac_try_echo") >&5
12373   (eval "$ac_compile") 2>conftest.er1
12374   ac_status=$?
12375   grep -v '^ *+' conftest.er1 >conftest.err
12376   rm -f conftest.er1
12377   cat conftest.err >&5
12378   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12379   (exit $ac_status); } && {
12380          test -z "$ac_c_werror_flag" ||
12381          test ! -s conftest.err
12382        } && test -s conftest.$ac_objext; then
12383   ac_header_compiler=yes
12384 else
12385   $as_echo "$as_me: failed program was:" >&5
12386 sed 's/^/| /' conftest.$ac_ext >&5
12387
12388         ac_header_compiler=no
12389 fi
12390
12391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12392 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12393 $as_echo "$ac_header_compiler" >&6; }
12394
12395 # Is the header present?
12396 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12397 $as_echo_n "checking $ac_header presence... " >&6; }
12398 cat >conftest.$ac_ext <<_ACEOF
12399 /* confdefs.h.  */
12400 _ACEOF
12401 cat confdefs.h >>conftest.$ac_ext
12402 cat >>conftest.$ac_ext <<_ACEOF
12403 /* end confdefs.h.  */
12404 #include <$ac_header>
12405 _ACEOF
12406 if { (ac_try="$ac_cpp conftest.$ac_ext"
12407 case "(($ac_try" in
12408   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12409   *) ac_try_echo=$ac_try;;
12410 esac
12411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12412 $as_echo "$ac_try_echo") >&5
12413   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12414   ac_status=$?
12415   grep -v '^ *+' conftest.er1 >conftest.err
12416   rm -f conftest.er1
12417   cat conftest.err >&5
12418   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12419   (exit $ac_status); } >/dev/null && {
12420          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12421          test ! -s conftest.err
12422        }; then
12423   ac_header_preproc=yes
12424 else
12425   $as_echo "$as_me: failed program was:" >&5
12426 sed 's/^/| /' conftest.$ac_ext >&5
12427
12428   ac_header_preproc=no
12429 fi
12430
12431 rm -f conftest.err conftest.$ac_ext
12432 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12433 $as_echo "$ac_header_preproc" >&6; }
12434
12435 # So?  What about this header?
12436 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12437   yes:no: )
12438     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12439 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12440     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12441 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12442     ac_header_preproc=yes
12443     ;;
12444   no:yes:* )
12445     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12446 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12447     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12448 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12449     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12450 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12451     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12452 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12453     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12454 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12455     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12456 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12457     ( cat <<\_ASBOX
12458 ## ------------------------------------ ##
12459 ## Report this to wine-devel@winehq.org ##
12460 ## ------------------------------------ ##
12461 _ASBOX
12462      ) | sed "s/^/$as_me: WARNING:     /" >&2
12463     ;;
12464 esac
12465 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12466 $as_echo_n "checking for $ac_header... " >&6; }
12467 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12468   $as_echo_n "(cached) " >&6
12469 else
12470   eval "$as_ac_Header=\$ac_header_preproc"
12471 fi
12472 ac_res=`eval 'as_val=${'$as_ac_Header'}
12473                  $as_echo "$as_val"'`
12474                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12475 $as_echo "$ac_res" >&6; }
12476
12477 fi
12478 as_val=`eval 'as_val=${'$as_ac_Header'}
12479                  $as_echo "$as_val"'`
12480    if test "x$as_val" = x""yes; then
12481   cat >>confdefs.h <<_ACEOF
12482 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12483 _ACEOF
12484  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12485 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12486 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12487   $as_echo_n "(cached) " >&6
12488 else
12489   ac_check_lib_save_LIBS=$LIBS
12490 LIBS="-lxml2 $ac_xml_libs $LIBS"
12491 cat >conftest.$ac_ext <<_ACEOF
12492 /* confdefs.h.  */
12493 _ACEOF
12494 cat confdefs.h >>conftest.$ac_ext
12495 cat >>conftest.$ac_ext <<_ACEOF
12496 /* end confdefs.h.  */
12497
12498 /* Override any GCC internal prototype to avoid an error.
12499    Use char because int might match the return type of a GCC
12500    builtin and then its argument prototype would still apply.  */
12501 #ifdef __cplusplus
12502 extern "C"
12503 #endif
12504 char xmlParseMemory ();
12505 int
12506 main ()
12507 {
12508 return xmlParseMemory ();
12509   ;
12510   return 0;
12511 }
12512 _ACEOF
12513 rm -f conftest.$ac_objext conftest$ac_exeext
12514 if { (ac_try="$ac_link"
12515 case "(($ac_try" in
12516   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12517   *) ac_try_echo=$ac_try;;
12518 esac
12519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12520 $as_echo "$ac_try_echo") >&5
12521   (eval "$ac_link") 2>conftest.er1
12522   ac_status=$?
12523   grep -v '^ *+' conftest.er1 >conftest.err
12524   rm -f conftest.er1
12525   cat conftest.err >&5
12526   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12527   (exit $ac_status); } && {
12528          test -z "$ac_c_werror_flag" ||
12529          test ! -s conftest.err
12530        } && test -s conftest$ac_exeext && {
12531          test "$cross_compiling" = yes ||
12532          $as_test_x conftest$ac_exeext
12533        }; then
12534   ac_cv_lib_xml2_xmlParseMemory=yes
12535 else
12536   $as_echo "$as_me: failed program was:" >&5
12537 sed 's/^/| /' conftest.$ac_ext >&5
12538
12539         ac_cv_lib_xml2_xmlParseMemory=no
12540 fi
12541
12542 rm -rf conftest.dSYM
12543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12544       conftest$ac_exeext conftest.$ac_ext
12545 LIBS=$ac_check_lib_save_LIBS
12546 fi
12547 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12548 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12549 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12550
12551 cat >>confdefs.h <<\_ACEOF
12552 #define HAVE_LIBXML2 1
12553 _ACEOF
12554
12555                  XML2LIBS="$ac_xml_libs"
12556                  XML2INCL="$ac_xml_cflags"
12557 fi
12558
12559              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12560 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12561 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12562   $as_echo_n "(cached) " >&6
12563 else
12564   ac_check_lib_save_LIBS=$LIBS
12565 LIBS="-lxml2 $ac_xml_libs $LIBS"
12566 cat >conftest.$ac_ext <<_ACEOF
12567 /* confdefs.h.  */
12568 _ACEOF
12569 cat confdefs.h >>conftest.$ac_ext
12570 cat >>conftest.$ac_ext <<_ACEOF
12571 /* end confdefs.h.  */
12572
12573 /* Override any GCC internal prototype to avoid an error.
12574    Use char because int might match the return type of a GCC
12575    builtin and then its argument prototype would still apply.  */
12576 #ifdef __cplusplus
12577 extern "C"
12578 #endif
12579 char xmlReadMemory ();
12580 int
12581 main ()
12582 {
12583 return xmlReadMemory ();
12584   ;
12585   return 0;
12586 }
12587 _ACEOF
12588 rm -f conftest.$ac_objext conftest$ac_exeext
12589 if { (ac_try="$ac_link"
12590 case "(($ac_try" in
12591   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12592   *) ac_try_echo=$ac_try;;
12593 esac
12594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12595 $as_echo "$ac_try_echo") >&5
12596   (eval "$ac_link") 2>conftest.er1
12597   ac_status=$?
12598   grep -v '^ *+' conftest.er1 >conftest.err
12599   rm -f conftest.er1
12600   cat conftest.err >&5
12601   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12602   (exit $ac_status); } && {
12603          test -z "$ac_c_werror_flag" ||
12604          test ! -s conftest.err
12605        } && test -s conftest$ac_exeext && {
12606          test "$cross_compiling" = yes ||
12607          $as_test_x conftest$ac_exeext
12608        }; then
12609   ac_cv_lib_xml2_xmlReadMemory=yes
12610 else
12611   $as_echo "$as_me: failed program was:" >&5
12612 sed 's/^/| /' conftest.$ac_ext >&5
12613
12614         ac_cv_lib_xml2_xmlReadMemory=no
12615 fi
12616
12617 rm -rf conftest.dSYM
12618 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12619       conftest$ac_exeext conftest.$ac_ext
12620 LIBS=$ac_check_lib_save_LIBS
12621 fi
12622 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12623 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12624 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12625
12626 cat >>confdefs.h <<\_ACEOF
12627 #define HAVE_XMLREADMEMORY 1
12628 _ACEOF
12629
12630 fi
12631
12632              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12633 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12634 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12635   $as_echo_n "(cached) " >&6
12636 else
12637   ac_check_lib_save_LIBS=$LIBS
12638 LIBS="-lxml2 $ac_xml_libs $LIBS"
12639 cat >conftest.$ac_ext <<_ACEOF
12640 /* confdefs.h.  */
12641 _ACEOF
12642 cat confdefs.h >>conftest.$ac_ext
12643 cat >>conftest.$ac_ext <<_ACEOF
12644 /* end confdefs.h.  */
12645
12646 /* Override any GCC internal prototype to avoid an error.
12647    Use char because int might match the return type of a GCC
12648    builtin and then its argument prototype would still apply.  */
12649 #ifdef __cplusplus
12650 extern "C"
12651 #endif
12652 char xmlNewDocPI ();
12653 int
12654 main ()
12655 {
12656 return xmlNewDocPI ();
12657   ;
12658   return 0;
12659 }
12660 _ACEOF
12661 rm -f conftest.$ac_objext conftest$ac_exeext
12662 if { (ac_try="$ac_link"
12663 case "(($ac_try" in
12664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12665   *) ac_try_echo=$ac_try;;
12666 esac
12667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12668 $as_echo "$ac_try_echo") >&5
12669   (eval "$ac_link") 2>conftest.er1
12670   ac_status=$?
12671   grep -v '^ *+' conftest.er1 >conftest.err
12672   rm -f conftest.er1
12673   cat conftest.err >&5
12674   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12675   (exit $ac_status); } && {
12676          test -z "$ac_c_werror_flag" ||
12677          test ! -s conftest.err
12678        } && test -s conftest$ac_exeext && {
12679          test "$cross_compiling" = yes ||
12680          $as_test_x conftest$ac_exeext
12681        }; then
12682   ac_cv_lib_xml2_xmlNewDocPI=yes
12683 else
12684   $as_echo "$as_me: failed program was:" >&5
12685 sed 's/^/| /' conftest.$ac_ext >&5
12686
12687         ac_cv_lib_xml2_xmlNewDocPI=no
12688 fi
12689
12690 rm -rf conftest.dSYM
12691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12692       conftest$ac_exeext conftest.$ac_ext
12693 LIBS=$ac_check_lib_save_LIBS
12694 fi
12695 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12696 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12697 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12698
12699 cat >>confdefs.h <<\_ACEOF
12700 #define HAVE_XMLNEWDOCPI 1
12701 _ACEOF
12702
12703 fi
12704
12705
12706 fi
12707
12708 done
12709
12710     CPPFLAGS="$ac_save_CPPFLAGS"
12711 fi
12712 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12713   case "x$with_xml" in
12714   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12715   xno) ;;
12716   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12717 This is an error since --with-xml was requested." >&5
12718 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12719 This is an error since --with-xml was requested." >&2;}
12720    { (exit 1); exit 1; }; } ;;
12721 esac
12722 fi
12723
12724
12725 if test "x$with_xslt" != "xno"
12726 then
12727     if test "$PKG_CONFIG" != "false"
12728     then
12729         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12730         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12731     else
12732         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12733         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12734     fi
12735     ac_save_CPPFLAGS="$CPPFLAGS"
12736     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12737
12738
12739 for ac_header in libxslt/pattern.h libxslt/transform.h
12740 do
12741 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12742 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12743 $as_echo_n "checking for $ac_header... " >&6; }
12744 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12745   $as_echo_n "(cached) " >&6
12746 else
12747   cat >conftest.$ac_ext <<_ACEOF
12748 /* confdefs.h.  */
12749 _ACEOF
12750 cat confdefs.h >>conftest.$ac_ext
12751 cat >>conftest.$ac_ext <<_ACEOF
12752 /* end confdefs.h.  */
12753 #ifdef HAVE_LIBXSLT_PATTERN_H
12754 # include <libxslt/pattern.h>
12755 #endif
12756
12757 #include <$ac_header>
12758 _ACEOF
12759 rm -f conftest.$ac_objext
12760 if { (ac_try="$ac_compile"
12761 case "(($ac_try" in
12762   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12763   *) ac_try_echo=$ac_try;;
12764 esac
12765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12766 $as_echo "$ac_try_echo") >&5
12767   (eval "$ac_compile") 2>conftest.er1
12768   ac_status=$?
12769   grep -v '^ *+' conftest.er1 >conftest.err
12770   rm -f conftest.er1
12771   cat conftest.err >&5
12772   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12773   (exit $ac_status); } && {
12774          test -z "$ac_c_werror_flag" ||
12775          test ! -s conftest.err
12776        } && test -s conftest.$ac_objext; then
12777   eval "$as_ac_Header=yes"
12778 else
12779   $as_echo "$as_me: failed program was:" >&5
12780 sed 's/^/| /' conftest.$ac_ext >&5
12781
12782         eval "$as_ac_Header=no"
12783 fi
12784
12785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12786 fi
12787 ac_res=`eval 'as_val=${'$as_ac_Header'}
12788                  $as_echo "$as_val"'`
12789                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12790 $as_echo "$ac_res" >&6; }
12791 as_val=`eval 'as_val=${'$as_ac_Header'}
12792                  $as_echo "$as_val"'`
12793    if test "x$as_val" = x""yes; then
12794   cat >>confdefs.h <<_ACEOF
12795 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12796 _ACEOF
12797
12798 fi
12799
12800 done
12801
12802     CPPFLAGS="$ac_save_CPPFLAGS"
12803     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12804     then
12805         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12806 $as_echo_n "checking for -lxslt... " >&6; }
12807 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12808   $as_echo_n "(cached) " >&6
12809 else
12810   ac_check_soname_save_LIBS=$LIBS
12811 LIBS="-lxslt $ac_xslt_libs $LIBS"
12812   cat >conftest.$ac_ext <<_ACEOF
12813 /* confdefs.h.  */
12814 _ACEOF
12815 cat confdefs.h >>conftest.$ac_ext
12816 cat >>conftest.$ac_ext <<_ACEOF
12817 /* end confdefs.h.  */
12818
12819 /* Override any GCC internal prototype to avoid an error.
12820    Use char because int might match the return type of a GCC
12821    builtin and then its argument prototype would still apply.  */
12822 #ifdef __cplusplus
12823 extern "C"
12824 #endif
12825 char xsltCompilePattern ();
12826 int
12827 main ()
12828 {
12829 return xsltCompilePattern ();
12830   ;
12831   return 0;
12832 }
12833 _ACEOF
12834 rm -f conftest.$ac_objext conftest$ac_exeext
12835 if { (ac_try="$ac_link"
12836 case "(($ac_try" in
12837   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12838   *) ac_try_echo=$ac_try;;
12839 esac
12840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12841 $as_echo "$ac_try_echo") >&5
12842   (eval "$ac_link") 2>conftest.er1
12843   ac_status=$?
12844   grep -v '^ *+' conftest.er1 >conftest.err
12845   rm -f conftest.er1
12846   cat conftest.err >&5
12847   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12848   (exit $ac_status); } && {
12849          test -z "$ac_c_werror_flag" ||
12850          test ! -s conftest.err
12851        } && test -s conftest$ac_exeext && {
12852          test "$cross_compiling" = yes ||
12853          $as_test_x conftest$ac_exeext
12854        }; then
12855   case "$LIBEXT" in
12856     dll) ;;
12857     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'` ;;
12858     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12859   esac
12860 else
12861   $as_echo "$as_me: failed program was:" >&5
12862 sed 's/^/| /' conftest.$ac_ext >&5
12863
12864
12865 fi
12866
12867 rm -rf conftest.dSYM
12868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12869       conftest$ac_exeext conftest.$ac_ext
12870   LIBS=$ac_check_soname_save_LIBS
12871 fi
12872 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12873   { $as_echo "$as_me:$LINENO: result: not found" >&5
12874 $as_echo "not found" >&6; }
12875
12876 else
12877   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12878 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12879
12880 cat >>confdefs.h <<_ACEOF
12881 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12882 _ACEOF
12883
12884        XSLTINCL="$ac_xslt_cflags"
12885 fi
12886
12887     fi
12888 fi
12889 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12890   case "x$with_xslt" in
12891   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12892   xno) ;;
12893   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12894 This is an error since --with-xslt was requested." >&5
12895 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12896 This is an error since --with-xslt was requested." >&2;}
12897    { (exit 1); exit 1; }; } ;;
12898 esac
12899 fi
12900
12901
12902 HALINCL=""
12903
12904 if test "x$with_hal" != "xno"
12905 then
12906     ac_save_CPPFLAGS="$CPPFLAGS"
12907     if test "$PKG_CONFIG" != "false"
12908     then
12909         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12910         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12911         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12912     fi
12913
12914
12915 for ac_header in dbus/dbus.h hal/libhal.h
12916 do
12917 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12918 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12919   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12920 $as_echo_n "checking for $ac_header... " >&6; }
12921 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12922   $as_echo_n "(cached) " >&6
12923 fi
12924 ac_res=`eval 'as_val=${'$as_ac_Header'}
12925                  $as_echo "$as_val"'`
12926                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12927 $as_echo "$ac_res" >&6; }
12928 else
12929   # Is the header compilable?
12930 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12931 $as_echo_n "checking $ac_header usability... " >&6; }
12932 cat >conftest.$ac_ext <<_ACEOF
12933 /* confdefs.h.  */
12934 _ACEOF
12935 cat confdefs.h >>conftest.$ac_ext
12936 cat >>conftest.$ac_ext <<_ACEOF
12937 /* end confdefs.h.  */
12938 $ac_includes_default
12939 #include <$ac_header>
12940 _ACEOF
12941 rm -f conftest.$ac_objext
12942 if { (ac_try="$ac_compile"
12943 case "(($ac_try" in
12944   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12945   *) ac_try_echo=$ac_try;;
12946 esac
12947 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12948 $as_echo "$ac_try_echo") >&5
12949   (eval "$ac_compile") 2>conftest.er1
12950   ac_status=$?
12951   grep -v '^ *+' conftest.er1 >conftest.err
12952   rm -f conftest.er1
12953   cat conftest.err >&5
12954   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955   (exit $ac_status); } && {
12956          test -z "$ac_c_werror_flag" ||
12957          test ! -s conftest.err
12958        } && test -s conftest.$ac_objext; then
12959   ac_header_compiler=yes
12960 else
12961   $as_echo "$as_me: failed program was:" >&5
12962 sed 's/^/| /' conftest.$ac_ext >&5
12963
12964         ac_header_compiler=no
12965 fi
12966
12967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12968 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12969 $as_echo "$ac_header_compiler" >&6; }
12970
12971 # Is the header present?
12972 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12973 $as_echo_n "checking $ac_header presence... " >&6; }
12974 cat >conftest.$ac_ext <<_ACEOF
12975 /* confdefs.h.  */
12976 _ACEOF
12977 cat confdefs.h >>conftest.$ac_ext
12978 cat >>conftest.$ac_ext <<_ACEOF
12979 /* end confdefs.h.  */
12980 #include <$ac_header>
12981 _ACEOF
12982 if { (ac_try="$ac_cpp conftest.$ac_ext"
12983 case "(($ac_try" in
12984   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12985   *) ac_try_echo=$ac_try;;
12986 esac
12987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12988 $as_echo "$ac_try_echo") >&5
12989   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12990   ac_status=$?
12991   grep -v '^ *+' conftest.er1 >conftest.err
12992   rm -f conftest.er1
12993   cat conftest.err >&5
12994   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12995   (exit $ac_status); } >/dev/null && {
12996          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12997          test ! -s conftest.err
12998        }; then
12999   ac_header_preproc=yes
13000 else
13001   $as_echo "$as_me: failed program was:" >&5
13002 sed 's/^/| /' conftest.$ac_ext >&5
13003
13004   ac_header_preproc=no
13005 fi
13006
13007 rm -f conftest.err conftest.$ac_ext
13008 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13009 $as_echo "$ac_header_preproc" >&6; }
13010
13011 # So?  What about this header?
13012 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13013   yes:no: )
13014     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13015 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13016     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13017 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13018     ac_header_preproc=yes
13019     ;;
13020   no:yes:* )
13021     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13022 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13023     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13024 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13025     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13026 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13027     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13028 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13029     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13030 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13031     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13032 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13033     ( cat <<\_ASBOX
13034 ## ------------------------------------ ##
13035 ## Report this to wine-devel@winehq.org ##
13036 ## ------------------------------------ ##
13037 _ASBOX
13038      ) | sed "s/^/$as_me: WARNING:     /" >&2
13039     ;;
13040 esac
13041 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13042 $as_echo_n "checking for $ac_header... " >&6; }
13043 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13044   $as_echo_n "(cached) " >&6
13045 else
13046   eval "$as_ac_Header=\$ac_header_preproc"
13047 fi
13048 ac_res=`eval 'as_val=${'$as_ac_Header'}
13049                  $as_echo "$as_val"'`
13050                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13051 $as_echo "$ac_res" >&6; }
13052
13053 fi
13054 as_val=`eval 'as_val=${'$as_ac_Header'}
13055                  $as_echo "$as_val"'`
13056    if test "x$as_val" = x""yes; then
13057   cat >>confdefs.h <<_ACEOF
13058 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13059 _ACEOF
13060
13061 fi
13062
13063 done
13064
13065     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13066     then
13067         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13068 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13069 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13070   $as_echo_n "(cached) " >&6
13071 else
13072   ac_check_lib_save_LIBS=$LIBS
13073 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13074 cat >conftest.$ac_ext <<_ACEOF
13075 /* confdefs.h.  */
13076 _ACEOF
13077 cat confdefs.h >>conftest.$ac_ext
13078 cat >>conftest.$ac_ext <<_ACEOF
13079 /* end confdefs.h.  */
13080
13081 /* Override any GCC internal prototype to avoid an error.
13082    Use char because int might match the return type of a GCC
13083    builtin and then its argument prototype would still apply.  */
13084 #ifdef __cplusplus
13085 extern "C"
13086 #endif
13087 char dbus_connection_close ();
13088 int
13089 main ()
13090 {
13091 return dbus_connection_close ();
13092   ;
13093   return 0;
13094 }
13095 _ACEOF
13096 rm -f conftest.$ac_objext conftest$ac_exeext
13097 if { (ac_try="$ac_link"
13098 case "(($ac_try" in
13099   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13100   *) ac_try_echo=$ac_try;;
13101 esac
13102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13103 $as_echo "$ac_try_echo") >&5
13104   (eval "$ac_link") 2>conftest.er1
13105   ac_status=$?
13106   grep -v '^ *+' conftest.er1 >conftest.err
13107   rm -f conftest.er1
13108   cat conftest.err >&5
13109   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13110   (exit $ac_status); } && {
13111          test -z "$ac_c_werror_flag" ||
13112          test ! -s conftest.err
13113        } && test -s conftest$ac_exeext && {
13114          test "$cross_compiling" = yes ||
13115          $as_test_x conftest$ac_exeext
13116        }; then
13117   ac_cv_lib_dbus_1_dbus_connection_close=yes
13118 else
13119   $as_echo "$as_me: failed program was:" >&5
13120 sed 's/^/| /' conftest.$ac_ext >&5
13121
13122         ac_cv_lib_dbus_1_dbus_connection_close=no
13123 fi
13124
13125 rm -rf conftest.dSYM
13126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13127       conftest$ac_exeext conftest.$ac_ext
13128 LIBS=$ac_check_lib_save_LIBS
13129 fi
13130 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13131 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13132 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13133   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13134 $as_echo_n "checking for -lhal... " >&6; }
13135 if test "${ac_cv_lib_soname_hal+set}" = set; then
13136   $as_echo_n "(cached) " >&6
13137 else
13138   ac_check_soname_save_LIBS=$LIBS
13139 LIBS="-lhal $ac_hal_libs $LIBS"
13140   cat >conftest.$ac_ext <<_ACEOF
13141 /* confdefs.h.  */
13142 _ACEOF
13143 cat confdefs.h >>conftest.$ac_ext
13144 cat >>conftest.$ac_ext <<_ACEOF
13145 /* end confdefs.h.  */
13146
13147 /* Override any GCC internal prototype to avoid an error.
13148    Use char because int might match the return type of a GCC
13149    builtin and then its argument prototype would still apply.  */
13150 #ifdef __cplusplus
13151 extern "C"
13152 #endif
13153 char libhal_ctx_new ();
13154 int
13155 main ()
13156 {
13157 return libhal_ctx_new ();
13158   ;
13159   return 0;
13160 }
13161 _ACEOF
13162 rm -f conftest.$ac_objext conftest$ac_exeext
13163 if { (ac_try="$ac_link"
13164 case "(($ac_try" in
13165   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13166   *) ac_try_echo=$ac_try;;
13167 esac
13168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13169 $as_echo "$ac_try_echo") >&5
13170   (eval "$ac_link") 2>conftest.er1
13171   ac_status=$?
13172   grep -v '^ *+' conftest.er1 >conftest.err
13173   rm -f conftest.er1
13174   cat conftest.err >&5
13175   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13176   (exit $ac_status); } && {
13177          test -z "$ac_c_werror_flag" ||
13178          test ! -s conftest.err
13179        } && test -s conftest$ac_exeext && {
13180          test "$cross_compiling" = yes ||
13181          $as_test_x conftest$ac_exeext
13182        }; then
13183   case "$LIBEXT" in
13184     dll) ;;
13185     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'` ;;
13186     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13187   esac
13188 else
13189   $as_echo "$as_me: failed program was:" >&5
13190 sed 's/^/| /' conftest.$ac_ext >&5
13191
13192
13193 fi
13194
13195 rm -rf conftest.dSYM
13196 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13197       conftest$ac_exeext conftest.$ac_ext
13198   LIBS=$ac_check_soname_save_LIBS
13199 fi
13200 if test "x$ac_cv_lib_soname_hal" = "x"; then
13201   { $as_echo "$as_me:$LINENO: result: not found" >&5
13202 $as_echo "not found" >&6; }
13203
13204 else
13205   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13206 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13207
13208 cat >>confdefs.h <<_ACEOF
13209 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13210 _ACEOF
13211
13212        HALINCL="$ac_hal_cflags"
13213 fi
13214
13215 fi
13216
13217     fi
13218     CPPFLAGS="$ac_save_CPPFLAGS"
13219 fi
13220 if test "x$ac_cv_lib_soname_hal" = "x"; then
13221   case "x$with_hal" in
13222   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13223   xno) ;;
13224   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13225 This is an error since --with-hal was requested." >&5
13226 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13227 This is an error since --with-hal was requested." >&2;}
13228    { (exit 1); exit 1; }; } ;;
13229 esac
13230 fi
13231
13232
13233 if test "x$with_gnutls" != "xno"
13234 then
13235     ac_save_CPPFLAGS="$CPPFLAGS"
13236     if test "$PKG_CONFIG" != "false"
13237     then
13238         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13239         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13240         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13241     fi
13242     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13243   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13244 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13245 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13246   $as_echo_n "(cached) " >&6
13247 fi
13248 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13249 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13250 else
13251   # Is the header compilable?
13252 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13253 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13254 cat >conftest.$ac_ext <<_ACEOF
13255 /* confdefs.h.  */
13256 _ACEOF
13257 cat confdefs.h >>conftest.$ac_ext
13258 cat >>conftest.$ac_ext <<_ACEOF
13259 /* end confdefs.h.  */
13260 $ac_includes_default
13261 #include <gnutls/gnutls.h>
13262 _ACEOF
13263 rm -f conftest.$ac_objext
13264 if { (ac_try="$ac_compile"
13265 case "(($ac_try" in
13266   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13267   *) ac_try_echo=$ac_try;;
13268 esac
13269 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13270 $as_echo "$ac_try_echo") >&5
13271   (eval "$ac_compile") 2>conftest.er1
13272   ac_status=$?
13273   grep -v '^ *+' conftest.er1 >conftest.err
13274   rm -f conftest.er1
13275   cat conftest.err >&5
13276   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13277   (exit $ac_status); } && {
13278          test -z "$ac_c_werror_flag" ||
13279          test ! -s conftest.err
13280        } && test -s conftest.$ac_objext; then
13281   ac_header_compiler=yes
13282 else
13283   $as_echo "$as_me: failed program was:" >&5
13284 sed 's/^/| /' conftest.$ac_ext >&5
13285
13286         ac_header_compiler=no
13287 fi
13288
13289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13290 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13291 $as_echo "$ac_header_compiler" >&6; }
13292
13293 # Is the header present?
13294 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13295 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13296 cat >conftest.$ac_ext <<_ACEOF
13297 /* confdefs.h.  */
13298 _ACEOF
13299 cat confdefs.h >>conftest.$ac_ext
13300 cat >>conftest.$ac_ext <<_ACEOF
13301 /* end confdefs.h.  */
13302 #include <gnutls/gnutls.h>
13303 _ACEOF
13304 if { (ac_try="$ac_cpp conftest.$ac_ext"
13305 case "(($ac_try" in
13306   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13307   *) ac_try_echo=$ac_try;;
13308 esac
13309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13310 $as_echo "$ac_try_echo") >&5
13311   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13312   ac_status=$?
13313   grep -v '^ *+' conftest.er1 >conftest.err
13314   rm -f conftest.er1
13315   cat conftest.err >&5
13316   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13317   (exit $ac_status); } >/dev/null && {
13318          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13319          test ! -s conftest.err
13320        }; then
13321   ac_header_preproc=yes
13322 else
13323   $as_echo "$as_me: failed program was:" >&5
13324 sed 's/^/| /' conftest.$ac_ext >&5
13325
13326   ac_header_preproc=no
13327 fi
13328
13329 rm -f conftest.err conftest.$ac_ext
13330 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13331 $as_echo "$ac_header_preproc" >&6; }
13332
13333 # So?  What about this header?
13334 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13335   yes:no: )
13336     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13337 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13338     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13339 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13340     ac_header_preproc=yes
13341     ;;
13342   no:yes:* )
13343     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13344 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13345     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13346 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13347     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13348 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13349     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13350 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13351     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13352 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13353     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13354 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13355     ( cat <<\_ASBOX
13356 ## ------------------------------------ ##
13357 ## Report this to wine-devel@winehq.org ##
13358 ## ------------------------------------ ##
13359 _ASBOX
13360      ) | sed "s/^/$as_me: WARNING:     /" >&2
13361     ;;
13362 esac
13363 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13364 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13365 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13366   $as_echo_n "(cached) " >&6
13367 else
13368   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13369 fi
13370 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13371 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13372
13373 fi
13374 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13375   cat >conftest.$ac_ext <<_ACEOF
13376 /* confdefs.h.  */
13377 _ACEOF
13378 cat confdefs.h >>conftest.$ac_ext
13379 cat >>conftest.$ac_ext <<_ACEOF
13380 /* end confdefs.h.  */
13381 #include <gnutls/gnutls.h>
13382 int
13383 main ()
13384 {
13385 typeof(gnutls_mac_get_key_size) *pfunc;
13386   ;
13387   return 0;
13388 }
13389 _ACEOF
13390 rm -f conftest.$ac_objext
13391 if { (ac_try="$ac_compile"
13392 case "(($ac_try" in
13393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13394   *) ac_try_echo=$ac_try;;
13395 esac
13396 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13397 $as_echo "$ac_try_echo") >&5
13398   (eval "$ac_compile") 2>conftest.er1
13399   ac_status=$?
13400   grep -v '^ *+' conftest.er1 >conftest.err
13401   rm -f conftest.er1
13402   cat conftest.err >&5
13403   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13404   (exit $ac_status); } && {
13405          test -z "$ac_c_werror_flag" ||
13406          test ! -s conftest.err
13407        } && test -s conftest.$ac_objext; then
13408   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13409 $as_echo_n "checking for -lgnutls... " >&6; }
13410 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13411   $as_echo_n "(cached) " >&6
13412 else
13413   ac_check_soname_save_LIBS=$LIBS
13414 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13415   cat >conftest.$ac_ext <<_ACEOF
13416 /* confdefs.h.  */
13417 _ACEOF
13418 cat confdefs.h >>conftest.$ac_ext
13419 cat >>conftest.$ac_ext <<_ACEOF
13420 /* end confdefs.h.  */
13421
13422 /* Override any GCC internal prototype to avoid an error.
13423    Use char because int might match the return type of a GCC
13424    builtin and then its argument prototype would still apply.  */
13425 #ifdef __cplusplus
13426 extern "C"
13427 #endif
13428 char gnutls_global_init ();
13429 int
13430 main ()
13431 {
13432 return gnutls_global_init ();
13433   ;
13434   return 0;
13435 }
13436 _ACEOF
13437 rm -f conftest.$ac_objext conftest$ac_exeext
13438 if { (ac_try="$ac_link"
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_link") 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); } && {
13452          test -z "$ac_c_werror_flag" ||
13453          test ! -s conftest.err
13454        } && test -s conftest$ac_exeext && {
13455          test "$cross_compiling" = yes ||
13456          $as_test_x conftest$ac_exeext
13457        }; then
13458   case "$LIBEXT" in
13459     dll) ;;
13460     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'` ;;
13461     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13462   esac
13463 else
13464   $as_echo "$as_me: failed program was:" >&5
13465 sed 's/^/| /' conftest.$ac_ext >&5
13466
13467
13468 fi
13469
13470 rm -rf conftest.dSYM
13471 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13472       conftest$ac_exeext conftest.$ac_ext
13473   LIBS=$ac_check_soname_save_LIBS
13474 fi
13475 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13476   { $as_echo "$as_me:$LINENO: result: not found" >&5
13477 $as_echo "not found" >&6; }
13478
13479 else
13480   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13481 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13482
13483 cat >>confdefs.h <<_ACEOF
13484 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13485 _ACEOF
13486
13487        GNUTLSINCL="$ac_gnutls_cflags"
13488
13489 fi
13490
13491 else
13492   $as_echo "$as_me: failed program was:" >&5
13493 sed 's/^/| /' conftest.$ac_ext >&5
13494
13495
13496 fi
13497
13498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13499 fi
13500
13501
13502     CPPFLAGS="$ac_save_CPPFLAGS"
13503 fi
13504 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13505   case "x$with_gnutls" in
13506   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13507   xno) ;;
13508   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13509 This is an error since --with-gnutls was requested." >&5
13510 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13511 This is an error since --with-gnutls was requested." >&2;}
13512    { (exit 1); exit 1; }; } ;;
13513 esac
13514 fi
13515
13516
13517 CURSESLIBS=""
13518 if test "$ac_cv_header_ncurses_h" = "yes"
13519 then
13520     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13521 $as_echo_n "checking for -lncurses... " >&6; }
13522 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13523   $as_echo_n "(cached) " >&6
13524 else
13525   ac_check_soname_save_LIBS=$LIBS
13526 LIBS="-lncurses  $LIBS"
13527   cat >conftest.$ac_ext <<_ACEOF
13528 /* confdefs.h.  */
13529 _ACEOF
13530 cat confdefs.h >>conftest.$ac_ext
13531 cat >>conftest.$ac_ext <<_ACEOF
13532 /* end confdefs.h.  */
13533
13534 /* Override any GCC internal prototype to avoid an error.
13535    Use char because int might match the return type of a GCC
13536    builtin and then its argument prototype would still apply.  */
13537 #ifdef __cplusplus
13538 extern "C"
13539 #endif
13540 char waddch ();
13541 int
13542 main ()
13543 {
13544 return waddch ();
13545   ;
13546   return 0;
13547 }
13548 _ACEOF
13549 rm -f conftest.$ac_objext conftest$ac_exeext
13550 if { (ac_try="$ac_link"
13551 case "(($ac_try" in
13552   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13553   *) ac_try_echo=$ac_try;;
13554 esac
13555 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13556 $as_echo "$ac_try_echo") >&5
13557   (eval "$ac_link") 2>conftest.er1
13558   ac_status=$?
13559   grep -v '^ *+' conftest.er1 >conftest.err
13560   rm -f conftest.er1
13561   cat conftest.err >&5
13562   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13563   (exit $ac_status); } && {
13564          test -z "$ac_c_werror_flag" ||
13565          test ! -s conftest.err
13566        } && test -s conftest$ac_exeext && {
13567          test "$cross_compiling" = yes ||
13568          $as_test_x conftest$ac_exeext
13569        }; then
13570   case "$LIBEXT" in
13571     dll) ;;
13572     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'` ;;
13573     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13574   esac
13575 else
13576   $as_echo "$as_me: failed program was:" >&5
13577 sed 's/^/| /' conftest.$ac_ext >&5
13578
13579
13580 fi
13581
13582 rm -rf conftest.dSYM
13583 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13584       conftest$ac_exeext conftest.$ac_ext
13585   LIBS=$ac_check_soname_save_LIBS
13586 fi
13587 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13588   { $as_echo "$as_me:$LINENO: result: not found" >&5
13589 $as_echo "not found" >&6; }
13590
13591 else
13592   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13593 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13594
13595 cat >>confdefs.h <<_ACEOF
13596 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13597 _ACEOF
13598
13599        CURSESLIBS="-lncurses"
13600 fi
13601
13602 elif test "$ac_cv_header_curses_h" = "yes"
13603 then
13604     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13605 $as_echo_n "checking for -lcurses... " >&6; }
13606 if test "${ac_cv_lib_soname_curses+set}" = set; then
13607   $as_echo_n "(cached) " >&6
13608 else
13609   ac_check_soname_save_LIBS=$LIBS
13610 LIBS="-lcurses  $LIBS"
13611   cat >conftest.$ac_ext <<_ACEOF
13612 /* confdefs.h.  */
13613 _ACEOF
13614 cat confdefs.h >>conftest.$ac_ext
13615 cat >>conftest.$ac_ext <<_ACEOF
13616 /* end confdefs.h.  */
13617
13618 /* Override any GCC internal prototype to avoid an error.
13619    Use char because int might match the return type of a GCC
13620    builtin and then its argument prototype would still apply.  */
13621 #ifdef __cplusplus
13622 extern "C"
13623 #endif
13624 char waddch ();
13625 int
13626 main ()
13627 {
13628 return waddch ();
13629   ;
13630   return 0;
13631 }
13632 _ACEOF
13633 rm -f conftest.$ac_objext conftest$ac_exeext
13634 if { (ac_try="$ac_link"
13635 case "(($ac_try" in
13636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13637   *) ac_try_echo=$ac_try;;
13638 esac
13639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13640 $as_echo "$ac_try_echo") >&5
13641   (eval "$ac_link") 2>conftest.er1
13642   ac_status=$?
13643   grep -v '^ *+' conftest.er1 >conftest.err
13644   rm -f conftest.er1
13645   cat conftest.err >&5
13646   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13647   (exit $ac_status); } && {
13648          test -z "$ac_c_werror_flag" ||
13649          test ! -s conftest.err
13650        } && test -s conftest$ac_exeext && {
13651          test "$cross_compiling" = yes ||
13652          $as_test_x conftest$ac_exeext
13653        }; then
13654   case "$LIBEXT" in
13655     dll) ;;
13656     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'` ;;
13657     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13658   esac
13659 else
13660   $as_echo "$as_me: failed program was:" >&5
13661 sed 's/^/| /' conftest.$ac_ext >&5
13662
13663
13664 fi
13665
13666 rm -rf conftest.dSYM
13667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13668       conftest$ac_exeext conftest.$ac_ext
13669   LIBS=$ac_check_soname_save_LIBS
13670 fi
13671 if test "x$ac_cv_lib_soname_curses" = "x"; then
13672   { $as_echo "$as_me:$LINENO: result: not found" >&5
13673 $as_echo "not found" >&6; }
13674
13675 else
13676   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13677 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13678
13679 cat >>confdefs.h <<_ACEOF
13680 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13681 _ACEOF
13682
13683        CURSESLIBS="-lcurses"
13684 fi
13685
13686 fi
13687 ac_save_LIBS="$LIBS"
13688 LIBS="$LIBS $CURSESLIBS"
13689
13690 for ac_func in mousemask
13691 do
13692 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13693 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13694 $as_echo_n "checking for $ac_func... " >&6; }
13695 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13696   $as_echo_n "(cached) " >&6
13697 else
13698   cat >conftest.$ac_ext <<_ACEOF
13699 /* confdefs.h.  */
13700 _ACEOF
13701 cat confdefs.h >>conftest.$ac_ext
13702 cat >>conftest.$ac_ext <<_ACEOF
13703 /* end confdefs.h.  */
13704 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13705    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13706 #define $ac_func innocuous_$ac_func
13707
13708 /* System header to define __stub macros and hopefully few prototypes,
13709     which can conflict with char $ac_func (); below.
13710     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13711     <limits.h> exists even on freestanding compilers.  */
13712
13713 #ifdef __STDC__
13714 # include <limits.h>
13715 #else
13716 # include <assert.h>
13717 #endif
13718
13719 #undef $ac_func
13720
13721 /* Override any GCC internal prototype to avoid an error.
13722    Use char because int might match the return type of a GCC
13723    builtin and then its argument prototype would still apply.  */
13724 #ifdef __cplusplus
13725 extern "C"
13726 #endif
13727 char $ac_func ();
13728 /* The GNU C library defines this for functions which it implements
13729     to always fail with ENOSYS.  Some functions are actually named
13730     something starting with __ and the normal name is an alias.  */
13731 #if defined __stub_$ac_func || defined __stub___$ac_func
13732 choke me
13733 #endif
13734
13735 int
13736 main ()
13737 {
13738 return $ac_func ();
13739   ;
13740   return 0;
13741 }
13742 _ACEOF
13743 rm -f conftest.$ac_objext conftest$ac_exeext
13744 if { (ac_try="$ac_link"
13745 case "(($ac_try" in
13746   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13747   *) ac_try_echo=$ac_try;;
13748 esac
13749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13750 $as_echo "$ac_try_echo") >&5
13751   (eval "$ac_link") 2>conftest.er1
13752   ac_status=$?
13753   grep -v '^ *+' conftest.er1 >conftest.err
13754   rm -f conftest.er1
13755   cat conftest.err >&5
13756   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13757   (exit $ac_status); } && {
13758          test -z "$ac_c_werror_flag" ||
13759          test ! -s conftest.err
13760        } && test -s conftest$ac_exeext && {
13761          test "$cross_compiling" = yes ||
13762          $as_test_x conftest$ac_exeext
13763        }; then
13764   eval "$as_ac_var=yes"
13765 else
13766   $as_echo "$as_me: failed program was:" >&5
13767 sed 's/^/| /' conftest.$ac_ext >&5
13768
13769         eval "$as_ac_var=no"
13770 fi
13771
13772 rm -rf conftest.dSYM
13773 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13774       conftest$ac_exeext conftest.$ac_ext
13775 fi
13776 ac_res=`eval 'as_val=${'$as_ac_var'}
13777                  $as_echo "$as_val"'`
13778                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13779 $as_echo "$ac_res" >&6; }
13780 as_val=`eval 'as_val=${'$as_ac_var'}
13781                  $as_echo "$as_val"'`
13782    if test "x$as_val" = x""yes; then
13783   cat >>confdefs.h <<_ACEOF
13784 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13785 _ACEOF
13786
13787 fi
13788 done
13789
13790 LIBS="$ac_save_LIBS"
13791 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13792   case "x$with_curses" in
13793   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13794   xno) ;;
13795   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13796 This is an error since --with-curses was requested." >&5
13797 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13798 This is an error since --with-curses was requested." >&2;}
13799    { (exit 1); exit 1; }; } ;;
13800 esac
13801 fi
13802
13803
13804 if test "x$with_sane" != "xno"
13805 then
13806     ac_save_CPPFLAGS="$CPPFLAGS"
13807     # Extract the first word of "sane-config", so it can be a program name with args.
13808 set dummy sane-config; ac_word=$2
13809 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13810 $as_echo_n "checking for $ac_word... " >&6; }
13811 if test "${ac_cv_prog_sane_devel+set}" = set; then
13812   $as_echo_n "(cached) " >&6
13813 else
13814   if test -n "$sane_devel"; then
13815   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13816 else
13817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13818 for as_dir in $PATH
13819 do
13820   IFS=$as_save_IFS
13821   test -z "$as_dir" && as_dir=.
13822   for ac_exec_ext in '' $ac_executable_extensions; do
13823   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13824     ac_cv_prog_sane_devel="sane-config"
13825     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13826     break 2
13827   fi
13828 done
13829 done
13830 IFS=$as_save_IFS
13831
13832   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13833 fi
13834 fi
13835 sane_devel=$ac_cv_prog_sane_devel
13836 if test -n "$sane_devel"; then
13837   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13838 $as_echo "$sane_devel" >&6; }
13839 else
13840   { $as_echo "$as_me:$LINENO: result: no" >&5
13841 $as_echo "no" >&6; }
13842 fi
13843
13844
13845     if test "$sane_devel" != "no"
13846     then
13847         ac_sane_incl="`$sane_devel --cflags`"
13848         ac_sane_libs="`$sane_devel --ldflags`"
13849         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13850     fi
13851     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13852   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13853 $as_echo_n "checking for sane/sane.h... " >&6; }
13854 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13855   $as_echo_n "(cached) " >&6
13856 fi
13857 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13858 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13859 else
13860   # Is the header compilable?
13861 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13862 $as_echo_n "checking sane/sane.h usability... " >&6; }
13863 cat >conftest.$ac_ext <<_ACEOF
13864 /* confdefs.h.  */
13865 _ACEOF
13866 cat confdefs.h >>conftest.$ac_ext
13867 cat >>conftest.$ac_ext <<_ACEOF
13868 /* end confdefs.h.  */
13869 $ac_includes_default
13870 #include <sane/sane.h>
13871 _ACEOF
13872 rm -f conftest.$ac_objext
13873 if { (ac_try="$ac_compile"
13874 case "(($ac_try" in
13875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13876   *) ac_try_echo=$ac_try;;
13877 esac
13878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13879 $as_echo "$ac_try_echo") >&5
13880   (eval "$ac_compile") 2>conftest.er1
13881   ac_status=$?
13882   grep -v '^ *+' conftest.er1 >conftest.err
13883   rm -f conftest.er1
13884   cat conftest.err >&5
13885   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13886   (exit $ac_status); } && {
13887          test -z "$ac_c_werror_flag" ||
13888          test ! -s conftest.err
13889        } && test -s conftest.$ac_objext; then
13890   ac_header_compiler=yes
13891 else
13892   $as_echo "$as_me: failed program was:" >&5
13893 sed 's/^/| /' conftest.$ac_ext >&5
13894
13895         ac_header_compiler=no
13896 fi
13897
13898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13899 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13900 $as_echo "$ac_header_compiler" >&6; }
13901
13902 # Is the header present?
13903 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13904 $as_echo_n "checking sane/sane.h presence... " >&6; }
13905 cat >conftest.$ac_ext <<_ACEOF
13906 /* confdefs.h.  */
13907 _ACEOF
13908 cat confdefs.h >>conftest.$ac_ext
13909 cat >>conftest.$ac_ext <<_ACEOF
13910 /* end confdefs.h.  */
13911 #include <sane/sane.h>
13912 _ACEOF
13913 if { (ac_try="$ac_cpp conftest.$ac_ext"
13914 case "(($ac_try" in
13915   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13916   *) ac_try_echo=$ac_try;;
13917 esac
13918 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13919 $as_echo "$ac_try_echo") >&5
13920   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13921   ac_status=$?
13922   grep -v '^ *+' conftest.er1 >conftest.err
13923   rm -f conftest.er1
13924   cat conftest.err >&5
13925   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13926   (exit $ac_status); } >/dev/null && {
13927          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13928          test ! -s conftest.err
13929        }; then
13930   ac_header_preproc=yes
13931 else
13932   $as_echo "$as_me: failed program was:" >&5
13933 sed 's/^/| /' conftest.$ac_ext >&5
13934
13935   ac_header_preproc=no
13936 fi
13937
13938 rm -f conftest.err conftest.$ac_ext
13939 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13940 $as_echo "$ac_header_preproc" >&6; }
13941
13942 # So?  What about this header?
13943 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13944   yes:no: )
13945     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13946 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13947     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13948 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13949     ac_header_preproc=yes
13950     ;;
13951   no:yes:* )
13952     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13953 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13954     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13955 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13956     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13957 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13958     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13959 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13960     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13961 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13962     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13963 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13964     ( cat <<\_ASBOX
13965 ## ------------------------------------ ##
13966 ## Report this to wine-devel@winehq.org ##
13967 ## ------------------------------------ ##
13968 _ASBOX
13969      ) | sed "s/^/$as_me: WARNING:     /" >&2
13970     ;;
13971 esac
13972 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13973 $as_echo_n "checking for sane/sane.h... " >&6; }
13974 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13975   $as_echo_n "(cached) " >&6
13976 else
13977   ac_cv_header_sane_sane_h=$ac_header_preproc
13978 fi
13979 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13980 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13981
13982 fi
13983 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13984   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13985 $as_echo_n "checking for -lsane... " >&6; }
13986 if test "${ac_cv_lib_soname_sane+set}" = set; then
13987   $as_echo_n "(cached) " >&6
13988 else
13989   ac_check_soname_save_LIBS=$LIBS
13990 LIBS="-lsane $ac_sane_libs $LIBS"
13991   cat >conftest.$ac_ext <<_ACEOF
13992 /* confdefs.h.  */
13993 _ACEOF
13994 cat confdefs.h >>conftest.$ac_ext
13995 cat >>conftest.$ac_ext <<_ACEOF
13996 /* end confdefs.h.  */
13997
13998 /* Override any GCC internal prototype to avoid an error.
13999    Use char because int might match the return type of a GCC
14000    builtin and then its argument prototype would still apply.  */
14001 #ifdef __cplusplus
14002 extern "C"
14003 #endif
14004 char sane_init ();
14005 int
14006 main ()
14007 {
14008 return sane_init ();
14009   ;
14010   return 0;
14011 }
14012 _ACEOF
14013 rm -f conftest.$ac_objext conftest$ac_exeext
14014 if { (ac_try="$ac_link"
14015 case "(($ac_try" in
14016   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14017   *) ac_try_echo=$ac_try;;
14018 esac
14019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14020 $as_echo "$ac_try_echo") >&5
14021   (eval "$ac_link") 2>conftest.er1
14022   ac_status=$?
14023   grep -v '^ *+' conftest.er1 >conftest.err
14024   rm -f conftest.er1
14025   cat conftest.err >&5
14026   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14027   (exit $ac_status); } && {
14028          test -z "$ac_c_werror_flag" ||
14029          test ! -s conftest.err
14030        } && test -s conftest$ac_exeext && {
14031          test "$cross_compiling" = yes ||
14032          $as_test_x conftest$ac_exeext
14033        }; then
14034   case "$LIBEXT" in
14035     dll) ;;
14036     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'` ;;
14037     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14038   esac
14039 else
14040   $as_echo "$as_me: failed program was:" >&5
14041 sed 's/^/| /' conftest.$ac_ext >&5
14042
14043
14044 fi
14045
14046 rm -rf conftest.dSYM
14047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14048       conftest$ac_exeext conftest.$ac_ext
14049   LIBS=$ac_check_soname_save_LIBS
14050 fi
14051 if test "x$ac_cv_lib_soname_sane" = "x"; then
14052   { $as_echo "$as_me:$LINENO: result: not found" >&5
14053 $as_echo "not found" >&6; }
14054
14055 else
14056   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14057 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14058
14059 cat >>confdefs.h <<_ACEOF
14060 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14061 _ACEOF
14062
14063        SANEINCL="$ac_sane_incl"
14064
14065 fi
14066
14067 fi
14068
14069
14070     CPPFLAGS="$ac_save_CPPFLAGS"
14071 fi
14072 if test "x$ac_cv_lib_soname_sane" = "x"; then
14073   case "x$with_sane" in
14074   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14075   xno) ;;
14076   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14077 This is an error since --with-sane was requested." >&5
14078 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14079 This is an error since --with-sane was requested." >&2;}
14080    { (exit 1); exit 1; }; } ;;
14081 esac
14082 fi
14083
14084
14085 if test "x$with_gphoto" != "xno"
14086 then
14087     ac_save_CPPFLAGS="$CPPFLAGS"
14088     # Extract the first word of "gphoto2-config", so it can be a program name with args.
14089 set dummy gphoto2-config; ac_word=$2
14090 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14091 $as_echo_n "checking for $ac_word... " >&6; }
14092 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14093   $as_echo_n "(cached) " >&6
14094 else
14095   if test -n "$gphoto2_devel"; then
14096   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14097 else
14098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14099 for as_dir in $PATH
14100 do
14101   IFS=$as_save_IFS
14102   test -z "$as_dir" && as_dir=.
14103   for ac_exec_ext in '' $ac_executable_extensions; do
14104   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14105     ac_cv_prog_gphoto2_devel="gphoto2-config"
14106     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14107     break 2
14108   fi
14109 done
14110 done
14111 IFS=$as_save_IFS
14112
14113   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14114 fi
14115 fi
14116 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14117 if test -n "$gphoto2_devel"; then
14118   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14119 $as_echo "$gphoto2_devel" >&6; }
14120 else
14121   { $as_echo "$as_me:$LINENO: result: no" >&5
14122 $as_echo "no" >&6; }
14123 fi
14124
14125
14126     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14127 set dummy gphoto2-port-config; ac_word=$2
14128 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14129 $as_echo_n "checking for $ac_word... " >&6; }
14130 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14131   $as_echo_n "(cached) " >&6
14132 else
14133   if test -n "$gphoto2port_devel"; then
14134   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14135 else
14136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14137 for as_dir in $PATH
14138 do
14139   IFS=$as_save_IFS
14140   test -z "$as_dir" && as_dir=.
14141   for ac_exec_ext in '' $ac_executable_extensions; do
14142   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14143     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14144     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14145     break 2
14146   fi
14147 done
14148 done
14149 IFS=$as_save_IFS
14150
14151   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14152 fi
14153 fi
14154 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14155 if test -n "$gphoto2port_devel"; then
14156   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14157 $as_echo "$gphoto2port_devel" >&6; }
14158 else
14159   { $as_echo "$as_me:$LINENO: result: no" >&5
14160 $as_echo "no" >&6; }
14161 fi
14162
14163
14164     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14165     then
14166         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14167         ac_gphoto2_libs=""
14168         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14169         do
14170             case "$i" in
14171             -L/usr/lib|-L/usr/lib64) ;;
14172             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14173             esac
14174         done
14175         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14176     fi
14177     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14178     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14179   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14180 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14181 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14182   $as_echo_n "(cached) " >&6
14183 fi
14184 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14185 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14186 else
14187   # Is the header compilable?
14188 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14189 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14190 cat >conftest.$ac_ext <<_ACEOF
14191 /* confdefs.h.  */
14192 _ACEOF
14193 cat confdefs.h >>conftest.$ac_ext
14194 cat >>conftest.$ac_ext <<_ACEOF
14195 /* end confdefs.h.  */
14196 $ac_includes_default
14197 #include <gphoto2-camera.h>
14198 _ACEOF
14199 rm -f conftest.$ac_objext
14200 if { (ac_try="$ac_compile"
14201 case "(($ac_try" in
14202   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14203   *) ac_try_echo=$ac_try;;
14204 esac
14205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14206 $as_echo "$ac_try_echo") >&5
14207   (eval "$ac_compile") 2>conftest.er1
14208   ac_status=$?
14209   grep -v '^ *+' conftest.er1 >conftest.err
14210   rm -f conftest.er1
14211   cat conftest.err >&5
14212   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14213   (exit $ac_status); } && {
14214          test -z "$ac_c_werror_flag" ||
14215          test ! -s conftest.err
14216        } && test -s conftest.$ac_objext; then
14217   ac_header_compiler=yes
14218 else
14219   $as_echo "$as_me: failed program was:" >&5
14220 sed 's/^/| /' conftest.$ac_ext >&5
14221
14222         ac_header_compiler=no
14223 fi
14224
14225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14226 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14227 $as_echo "$ac_header_compiler" >&6; }
14228
14229 # Is the header present?
14230 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14231 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14232 cat >conftest.$ac_ext <<_ACEOF
14233 /* confdefs.h.  */
14234 _ACEOF
14235 cat confdefs.h >>conftest.$ac_ext
14236 cat >>conftest.$ac_ext <<_ACEOF
14237 /* end confdefs.h.  */
14238 #include <gphoto2-camera.h>
14239 _ACEOF
14240 if { (ac_try="$ac_cpp conftest.$ac_ext"
14241 case "(($ac_try" in
14242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14243   *) ac_try_echo=$ac_try;;
14244 esac
14245 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14246 $as_echo "$ac_try_echo") >&5
14247   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14248   ac_status=$?
14249   grep -v '^ *+' conftest.er1 >conftest.err
14250   rm -f conftest.er1
14251   cat conftest.err >&5
14252   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14253   (exit $ac_status); } >/dev/null && {
14254          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14255          test ! -s conftest.err
14256        }; then
14257   ac_header_preproc=yes
14258 else
14259   $as_echo "$as_me: failed program was:" >&5
14260 sed 's/^/| /' conftest.$ac_ext >&5
14261
14262   ac_header_preproc=no
14263 fi
14264
14265 rm -f conftest.err conftest.$ac_ext
14266 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14267 $as_echo "$ac_header_preproc" >&6; }
14268
14269 # So?  What about this header?
14270 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14271   yes:no: )
14272     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14273 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14274     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14275 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14276     ac_header_preproc=yes
14277     ;;
14278   no:yes:* )
14279     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14280 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14281     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14282 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14283     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14284 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14285     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14286 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14287     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14288 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14289     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14290 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14291     ( cat <<\_ASBOX
14292 ## ------------------------------------ ##
14293 ## Report this to wine-devel@winehq.org ##
14294 ## ------------------------------------ ##
14295 _ASBOX
14296      ) | sed "s/^/$as_me: WARNING:     /" >&2
14297     ;;
14298 esac
14299 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14300 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14301 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14302   $as_echo_n "(cached) " >&6
14303 else
14304   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14305 fi
14306 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14307 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14308
14309 fi
14310 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14311   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14312 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14313 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14314   $as_echo_n "(cached) " >&6
14315 else
14316   ac_check_lib_save_LIBS=$LIBS
14317 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14318 cat >conftest.$ac_ext <<_ACEOF
14319 /* confdefs.h.  */
14320 _ACEOF
14321 cat confdefs.h >>conftest.$ac_ext
14322 cat >>conftest.$ac_ext <<_ACEOF
14323 /* end confdefs.h.  */
14324
14325 /* Override any GCC internal prototype to avoid an error.
14326    Use char because int might match the return type of a GCC
14327    builtin and then its argument prototype would still apply.  */
14328 #ifdef __cplusplus
14329 extern "C"
14330 #endif
14331 char gp_camera_new ();
14332 int
14333 main ()
14334 {
14335 return gp_camera_new ();
14336   ;
14337   return 0;
14338 }
14339 _ACEOF
14340 rm -f conftest.$ac_objext conftest$ac_exeext
14341 if { (ac_try="$ac_link"
14342 case "(($ac_try" in
14343   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14344   *) ac_try_echo=$ac_try;;
14345 esac
14346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14347 $as_echo "$ac_try_echo") >&5
14348   (eval "$ac_link") 2>conftest.er1
14349   ac_status=$?
14350   grep -v '^ *+' conftest.er1 >conftest.err
14351   rm -f conftest.er1
14352   cat conftest.err >&5
14353   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14354   (exit $ac_status); } && {
14355          test -z "$ac_c_werror_flag" ||
14356          test ! -s conftest.err
14357        } && test -s conftest$ac_exeext && {
14358          test "$cross_compiling" = yes ||
14359          $as_test_x conftest$ac_exeext
14360        }; then
14361   ac_cv_lib_gphoto2_gp_camera_new=yes
14362 else
14363   $as_echo "$as_me: failed program was:" >&5
14364 sed 's/^/| /' conftest.$ac_ext >&5
14365
14366         ac_cv_lib_gphoto2_gp_camera_new=no
14367 fi
14368
14369 rm -rf conftest.dSYM
14370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14371       conftest$ac_exeext conftest.$ac_ext
14372 LIBS=$ac_check_lib_save_LIBS
14373 fi
14374 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14375 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14376 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14377
14378 cat >>confdefs.h <<\_ACEOF
14379 #define HAVE_GPHOTO2 1
14380 _ACEOF
14381
14382                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14383
14384                                    GPHOTO2INCL="$ac_gphoto2_incl"
14385
14386 fi
14387
14388 fi
14389
14390
14391     CPPFLAGS="$ac_save_CPPFLAGS"
14392 fi
14393 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14394   case "x$with_gphoto" in
14395   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14396   xno) ;;
14397   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14398 This is an error since --with-gphoto was requested." >&5
14399 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14400 This is an error since --with-gphoto was requested." >&2;}
14401    { (exit 1); exit 1; }; } ;;
14402 esac
14403 fi
14404
14405
14406
14407 RESOLVLIBS=""
14408
14409 if test "$ac_cv_header_resolv_h" = "yes"
14410 then
14411     ac_save_LIBS="$LIBS"
14412     LIBS="$LIBS -lresolv"
14413     cat >conftest.$ac_ext <<_ACEOF
14414 /* confdefs.h.  */
14415 _ACEOF
14416 cat confdefs.h >>conftest.$ac_ext
14417 cat >>conftest.$ac_ext <<_ACEOF
14418 /* end confdefs.h.  */
14419 #ifdef HAVE_NETINET_IN_H
14420 #include <netinet/in.h>
14421 #endif
14422 #include <resolv.h>
14423 int
14424 main ()
14425 {
14426 res_init();
14427   ;
14428   return 0;
14429 }
14430 _ACEOF
14431 rm -f conftest.$ac_objext conftest$ac_exeext
14432 if { (ac_try="$ac_link"
14433 case "(($ac_try" in
14434   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14435   *) ac_try_echo=$ac_try;;
14436 esac
14437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14438 $as_echo "$ac_try_echo") >&5
14439   (eval "$ac_link") 2>conftest.er1
14440   ac_status=$?
14441   grep -v '^ *+' conftest.er1 >conftest.err
14442   rm -f conftest.er1
14443   cat conftest.err >&5
14444   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14445   (exit $ac_status); } && {
14446          test -z "$ac_c_werror_flag" ||
14447          test ! -s conftest.err
14448        } && test -s conftest$ac_exeext && {
14449          test "$cross_compiling" = yes ||
14450          $as_test_x conftest$ac_exeext
14451        }; then
14452
14453 cat >>confdefs.h <<\_ACEOF
14454 #define HAVE_RESOLV 1
14455 _ACEOF
14456
14457          RESOLVLIBS="-lresolv"
14458 else
14459   $as_echo "$as_me: failed program was:" >&5
14460 sed 's/^/| /' conftest.$ac_ext >&5
14461
14462
14463 fi
14464
14465 rm -rf conftest.dSYM
14466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14467       conftest$ac_exeext conftest.$ac_ext
14468     LIBS="$ac_save_LIBS"
14469 fi
14470
14471 LCMSLIBS=""
14472
14473 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14474 then
14475     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14476 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14477 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14478   $as_echo_n "(cached) " >&6
14479 else
14480   ac_check_lib_save_LIBS=$LIBS
14481 LIBS="-llcms  $LIBS"
14482 cat >conftest.$ac_ext <<_ACEOF
14483 /* confdefs.h.  */
14484 _ACEOF
14485 cat confdefs.h >>conftest.$ac_ext
14486 cat >>conftest.$ac_ext <<_ACEOF
14487 /* end confdefs.h.  */
14488
14489 /* Override any GCC internal prototype to avoid an error.
14490    Use char because int might match the return type of a GCC
14491    builtin and then its argument prototype would still apply.  */
14492 #ifdef __cplusplus
14493 extern "C"
14494 #endif
14495 char cmsOpenProfileFromFile ();
14496 int
14497 main ()
14498 {
14499 return cmsOpenProfileFromFile ();
14500   ;
14501   return 0;
14502 }
14503 _ACEOF
14504 rm -f conftest.$ac_objext conftest$ac_exeext
14505 if { (ac_try="$ac_link"
14506 case "(($ac_try" in
14507   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14508   *) ac_try_echo=$ac_try;;
14509 esac
14510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14511 $as_echo "$ac_try_echo") >&5
14512   (eval "$ac_link") 2>conftest.er1
14513   ac_status=$?
14514   grep -v '^ *+' conftest.er1 >conftest.err
14515   rm -f conftest.er1
14516   cat conftest.err >&5
14517   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14518   (exit $ac_status); } && {
14519          test -z "$ac_c_werror_flag" ||
14520          test ! -s conftest.err
14521        } && test -s conftest$ac_exeext && {
14522          test "$cross_compiling" = yes ||
14523          $as_test_x conftest$ac_exeext
14524        }; then
14525   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14526 else
14527   $as_echo "$as_me: failed program was:" >&5
14528 sed 's/^/| /' conftest.$ac_ext >&5
14529
14530         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14531 fi
14532
14533 rm -rf conftest.dSYM
14534 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14535       conftest$ac_exeext conftest.$ac_ext
14536 LIBS=$ac_check_lib_save_LIBS
14537 fi
14538 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14539 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14540 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14541
14542 cat >>confdefs.h <<\_ACEOF
14543 #define HAVE_LCMS 1
14544 _ACEOF
14545
14546          LCMSLIBS="-llcms"
14547 fi
14548
14549 fi
14550 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14551   case "x$with_cms" in
14552   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14553   xno) ;;
14554   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14555 This is an error since --with-cms was requested." >&5
14556 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14557 This is an error since --with-cms was requested." >&2;}
14558    { (exit 1); exit 1; }; } ;;
14559 esac
14560 fi
14561
14562
14563 if test "x$with_freetype" != "xno"
14564 then
14565     for ac_prog in freetype-config freetype2-config
14566 do
14567   # Extract the first word of "$ac_prog", so it can be a program name with args.
14568 set dummy $ac_prog; ac_word=$2
14569 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14570 $as_echo_n "checking for $ac_word... " >&6; }
14571 if test "${ac_cv_prog_ft_devel+set}" = set; then
14572   $as_echo_n "(cached) " >&6
14573 else
14574   if test -n "$ft_devel"; then
14575   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14576 else
14577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14578 for as_dir in $PATH
14579 do
14580   IFS=$as_save_IFS
14581   test -z "$as_dir" && as_dir=.
14582   for ac_exec_ext in '' $ac_executable_extensions; do
14583   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14584     ac_cv_prog_ft_devel="$ac_prog"
14585     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14586     break 2
14587   fi
14588 done
14589 done
14590 IFS=$as_save_IFS
14591
14592 fi
14593 fi
14594 ft_devel=$ac_cv_prog_ft_devel
14595 if test -n "$ft_devel"; then
14596   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14597 $as_echo "$ft_devel" >&6; }
14598 else
14599   { $as_echo "$as_me:$LINENO: result: no" >&5
14600 $as_echo "no" >&6; }
14601 fi
14602
14603
14604   test -n "$ft_devel" && break
14605 done
14606 test -n "$ft_devel" || ft_devel="no"
14607
14608     if test "$ft_devel" != "no"
14609     then
14610         ac_freetype_incl=`$ft_devel --cflags`
14611         ac_freetype_libs=`$ft_devel --libs`
14612     fi
14613     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14614     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14615 $as_echo_n "checking for -lfreetype... " >&6; }
14616 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14617   $as_echo_n "(cached) " >&6
14618 else
14619   ac_check_soname_save_LIBS=$LIBS
14620 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14621   cat >conftest.$ac_ext <<_ACEOF
14622 /* confdefs.h.  */
14623 _ACEOF
14624 cat confdefs.h >>conftest.$ac_ext
14625 cat >>conftest.$ac_ext <<_ACEOF
14626 /* end confdefs.h.  */
14627
14628 /* Override any GCC internal prototype to avoid an error.
14629    Use char because int might match the return type of a GCC
14630    builtin and then its argument prototype would still apply.  */
14631 #ifdef __cplusplus
14632 extern "C"
14633 #endif
14634 char FT_Init_FreeType ();
14635 int
14636 main ()
14637 {
14638 return FT_Init_FreeType ();
14639   ;
14640   return 0;
14641 }
14642 _ACEOF
14643 rm -f conftest.$ac_objext conftest$ac_exeext
14644 if { (ac_try="$ac_link"
14645 case "(($ac_try" in
14646   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14647   *) ac_try_echo=$ac_try;;
14648 esac
14649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14650 $as_echo "$ac_try_echo") >&5
14651   (eval "$ac_link") 2>conftest.er1
14652   ac_status=$?
14653   grep -v '^ *+' conftest.er1 >conftest.err
14654   rm -f conftest.er1
14655   cat conftest.err >&5
14656   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14657   (exit $ac_status); } && {
14658          test -z "$ac_c_werror_flag" ||
14659          test ! -s conftest.err
14660        } && test -s conftest$ac_exeext && {
14661          test "$cross_compiling" = yes ||
14662          $as_test_x conftest$ac_exeext
14663        }; then
14664   case "$LIBEXT" in
14665     dll) ;;
14666     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'` ;;
14667     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14668   esac
14669 else
14670   $as_echo "$as_me: failed program was:" >&5
14671 sed 's/^/| /' conftest.$ac_ext >&5
14672
14673
14674 fi
14675
14676 rm -rf conftest.dSYM
14677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14678       conftest$ac_exeext conftest.$ac_ext
14679   LIBS=$ac_check_soname_save_LIBS
14680 fi
14681 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14682   { $as_echo "$as_me:$LINENO: result: not found" >&5
14683 $as_echo "not found" >&6; }
14684        ft_lib=no
14685 else
14686   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14687 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14688
14689 cat >>confdefs.h <<_ACEOF
14690 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14691 _ACEOF
14692
14693        ft_lib=yes
14694 fi
14695
14696     if test "$ft_lib" = "yes"
14697     then
14698         ac_save_CPPFLAGS="$CPPFLAGS"
14699         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14700
14701
14702
14703
14704
14705
14706
14707
14708
14709
14710
14711
14712
14713 for ac_header in ft2build.h \
14714                          freetype/freetype.h \
14715                          freetype/ftglyph.h \
14716                          freetype/fttypes.h \
14717                          freetype/tttables.h \
14718                          freetype/ftnames.h \
14719                          freetype/ftsnames.h \
14720                          freetype/ttnameid.h \
14721                          freetype/ftoutln.h \
14722                          freetype/ftwinfnt.h \
14723                          freetype/ftmodapi.h \
14724                          freetype/ftlcdfil.h \
14725                          freetype/internal/sfnt.h
14726 do
14727 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14728 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14729 $as_echo_n "checking for $ac_header... " >&6; }
14730 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14731   $as_echo_n "(cached) " >&6
14732 else
14733   cat >conftest.$ac_ext <<_ACEOF
14734 /* confdefs.h.  */
14735 _ACEOF
14736 cat confdefs.h >>conftest.$ac_ext
14737 cat >>conftest.$ac_ext <<_ACEOF
14738 /* end confdefs.h.  */
14739 #ifdef HAVE_FT2BUILD_H
14740                           # include <ft2build.h>
14741                           #endif
14742
14743 #include <$ac_header>
14744 _ACEOF
14745 rm -f conftest.$ac_objext
14746 if { (ac_try="$ac_compile"
14747 case "(($ac_try" in
14748   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14749   *) ac_try_echo=$ac_try;;
14750 esac
14751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14752 $as_echo "$ac_try_echo") >&5
14753   (eval "$ac_compile") 2>conftest.er1
14754   ac_status=$?
14755   grep -v '^ *+' conftest.er1 >conftest.err
14756   rm -f conftest.er1
14757   cat conftest.err >&5
14758   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14759   (exit $ac_status); } && {
14760          test -z "$ac_c_werror_flag" ||
14761          test ! -s conftest.err
14762        } && test -s conftest.$ac_objext; then
14763   eval "$as_ac_Header=yes"
14764 else
14765   $as_echo "$as_me: failed program was:" >&5
14766 sed 's/^/| /' conftest.$ac_ext >&5
14767
14768         eval "$as_ac_Header=no"
14769 fi
14770
14771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14772 fi
14773 ac_res=`eval 'as_val=${'$as_ac_Header'}
14774                  $as_echo "$as_val"'`
14775                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14776 $as_echo "$ac_res" >&6; }
14777 as_val=`eval 'as_val=${'$as_ac_Header'}
14778                  $as_echo "$as_val"'`
14779    if test "x$as_val" = x""yes; then
14780   cat >>confdefs.h <<_ACEOF
14781 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14782 _ACEOF
14783
14784 fi
14785
14786 done
14787
14788         cat >conftest.$ac_ext <<_ACEOF
14789 /* confdefs.h.  */
14790 _ACEOF
14791 cat confdefs.h >>conftest.$ac_ext
14792 cat >>conftest.$ac_ext <<_ACEOF
14793 /* end confdefs.h.  */
14794 #include <ft2build.h>
14795                     #include <freetype/fttrigon.h>
14796 _ACEOF
14797 if { (ac_try="$ac_cpp conftest.$ac_ext"
14798 case "(($ac_try" in
14799   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14800   *) ac_try_echo=$ac_try;;
14801 esac
14802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14803 $as_echo "$ac_try_echo") >&5
14804   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14805   ac_status=$?
14806   grep -v '^ *+' conftest.er1 >conftest.err
14807   rm -f conftest.er1
14808   cat conftest.err >&5
14809   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14810   (exit $ac_status); } >/dev/null && {
14811          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14812          test ! -s conftest.err
14813        }; then
14814
14815 cat >>confdefs.h <<\_ACEOF
14816 #define HAVE_FREETYPE_FTTRIGON_H 1
14817 _ACEOF
14818
14819                     wine_cv_fttrigon=yes
14820 else
14821   $as_echo "$as_me: failed program was:" >&5
14822 sed 's/^/| /' conftest.$ac_ext >&5
14823
14824   wine_cv_fttrigon=no
14825 fi
14826
14827 rm -f conftest.err conftest.$ac_ext
14828         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14829 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14830 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14831   $as_echo_n "(cached) " >&6
14832 else
14833   ac_cv_type_FT_TrueTypeEngineType=no
14834 cat >conftest.$ac_ext <<_ACEOF
14835 /* confdefs.h.  */
14836 _ACEOF
14837 cat confdefs.h >>conftest.$ac_ext
14838 cat >>conftest.$ac_ext <<_ACEOF
14839 /* end confdefs.h.  */
14840 #include <freetype/ftmodapi.h>
14841
14842 int
14843 main ()
14844 {
14845 if (sizeof (FT_TrueTypeEngineType))
14846        return 0;
14847   ;
14848   return 0;
14849 }
14850 _ACEOF
14851 rm -f conftest.$ac_objext
14852 if { (ac_try="$ac_compile"
14853 case "(($ac_try" in
14854   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14855   *) ac_try_echo=$ac_try;;
14856 esac
14857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14858 $as_echo "$ac_try_echo") >&5
14859   (eval "$ac_compile") 2>conftest.er1
14860   ac_status=$?
14861   grep -v '^ *+' conftest.er1 >conftest.err
14862   rm -f conftest.er1
14863   cat conftest.err >&5
14864   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14865   (exit $ac_status); } && {
14866          test -z "$ac_c_werror_flag" ||
14867          test ! -s conftest.err
14868        } && test -s conftest.$ac_objext; then
14869   cat >conftest.$ac_ext <<_ACEOF
14870 /* confdefs.h.  */
14871 _ACEOF
14872 cat confdefs.h >>conftest.$ac_ext
14873 cat >>conftest.$ac_ext <<_ACEOF
14874 /* end confdefs.h.  */
14875 #include <freetype/ftmodapi.h>
14876
14877 int
14878 main ()
14879 {
14880 if (sizeof ((FT_TrueTypeEngineType)))
14881           return 0;
14882   ;
14883   return 0;
14884 }
14885 _ACEOF
14886 rm -f conftest.$ac_objext
14887 if { (ac_try="$ac_compile"
14888 case "(($ac_try" in
14889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14890   *) ac_try_echo=$ac_try;;
14891 esac
14892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14893 $as_echo "$ac_try_echo") >&5
14894   (eval "$ac_compile") 2>conftest.er1
14895   ac_status=$?
14896   grep -v '^ *+' conftest.er1 >conftest.err
14897   rm -f conftest.er1
14898   cat conftest.err >&5
14899   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14900   (exit $ac_status); } && {
14901          test -z "$ac_c_werror_flag" ||
14902          test ! -s conftest.err
14903        } && test -s conftest.$ac_objext; then
14904   :
14905 else
14906   $as_echo "$as_me: failed program was:" >&5
14907 sed 's/^/| /' conftest.$ac_ext >&5
14908
14909         ac_cv_type_FT_TrueTypeEngineType=yes
14910 fi
14911
14912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14913 else
14914   $as_echo "$as_me: failed program was:" >&5
14915 sed 's/^/| /' conftest.$ac_ext >&5
14916
14917
14918 fi
14919
14920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14921 fi
14922 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14923 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14924 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14925
14926 cat >>confdefs.h <<_ACEOF
14927 #define HAVE_FT_TRUETYPEENGINETYPE 1
14928 _ACEOF
14929
14930
14931 fi
14932
14933         ac_save_CFLAGS="$CFLAGS"
14934         CFLAGS="$CFLAGS $ac_freetype_libs"
14935
14936 for ac_func in FT_Load_Sfnt_Table
14937 do
14938 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14939 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14940 $as_echo_n "checking for $ac_func... " >&6; }
14941 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14942   $as_echo_n "(cached) " >&6
14943 else
14944   cat >conftest.$ac_ext <<_ACEOF
14945 /* confdefs.h.  */
14946 _ACEOF
14947 cat confdefs.h >>conftest.$ac_ext
14948 cat >>conftest.$ac_ext <<_ACEOF
14949 /* end confdefs.h.  */
14950 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14951    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14952 #define $ac_func innocuous_$ac_func
14953
14954 /* System header to define __stub macros and hopefully few prototypes,
14955     which can conflict with char $ac_func (); below.
14956     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14957     <limits.h> exists even on freestanding compilers.  */
14958
14959 #ifdef __STDC__
14960 # include <limits.h>
14961 #else
14962 # include <assert.h>
14963 #endif
14964
14965 #undef $ac_func
14966
14967 /* Override any GCC internal prototype to avoid an error.
14968    Use char because int might match the return type of a GCC
14969    builtin and then its argument prototype would still apply.  */
14970 #ifdef __cplusplus
14971 extern "C"
14972 #endif
14973 char $ac_func ();
14974 /* The GNU C library defines this for functions which it implements
14975     to always fail with ENOSYS.  Some functions are actually named
14976     something starting with __ and the normal name is an alias.  */
14977 #if defined __stub_$ac_func || defined __stub___$ac_func
14978 choke me
14979 #endif
14980
14981 int
14982 main ()
14983 {
14984 return $ac_func ();
14985   ;
14986   return 0;
14987 }
14988 _ACEOF
14989 rm -f conftest.$ac_objext conftest$ac_exeext
14990 if { (ac_try="$ac_link"
14991 case "(($ac_try" in
14992   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14993   *) ac_try_echo=$ac_try;;
14994 esac
14995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14996 $as_echo "$ac_try_echo") >&5
14997   (eval "$ac_link") 2>conftest.er1
14998   ac_status=$?
14999   grep -v '^ *+' conftest.er1 >conftest.err
15000   rm -f conftest.er1
15001   cat conftest.err >&5
15002   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15003   (exit $ac_status); } && {
15004          test -z "$ac_c_werror_flag" ||
15005          test ! -s conftest.err
15006        } && test -s conftest$ac_exeext && {
15007          test "$cross_compiling" = yes ||
15008          $as_test_x conftest$ac_exeext
15009        }; then
15010   eval "$as_ac_var=yes"
15011 else
15012   $as_echo "$as_me: failed program was:" >&5
15013 sed 's/^/| /' conftest.$ac_ext >&5
15014
15015         eval "$as_ac_var=no"
15016 fi
15017
15018 rm -rf conftest.dSYM
15019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15020       conftest$ac_exeext conftest.$ac_ext
15021 fi
15022 ac_res=`eval 'as_val=${'$as_ac_var'}
15023                  $as_echo "$as_val"'`
15024                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15025 $as_echo "$ac_res" >&6; }
15026 as_val=`eval 'as_val=${'$as_ac_var'}
15027                  $as_echo "$as_val"'`
15028    if test "x$as_val" = x""yes; then
15029   cat >>confdefs.h <<_ACEOF
15030 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15031 _ACEOF
15032
15033 fi
15034 done
15035
15036         CFLAGS="$ac_save_CFLAGS"
15037         CPPFLAGS="$ac_save_CPPFLAGS"
15038                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15039         then
15040
15041 cat >>confdefs.h <<\_ACEOF
15042 #define HAVE_FREETYPE 1
15043 _ACEOF
15044
15045             FREETYPELIBS="$ac_freetype_libs"
15046
15047             FREETYPEINCL="$ac_freetype_incl"
15048
15049         fi
15050     fi
15051 fi
15052 if test "x$FREETYPELIBS" = "x"; then
15053   case "x$with_freetype" in
15054   xno) ;;
15055   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15056 Use the --without-freetype option if you really want this." >&5
15057 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15058 Use the --without-freetype option if you really want this." >&2;}
15059    { (exit 1); exit 1; }; } ;;
15060 esac
15061 fi
15062
15063 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15064
15065 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15066 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15067 if test "${ac_cv_c_ppdev+set}" = set; then
15068   $as_echo_n "(cached) " >&6
15069 else
15070   cat >conftest.$ac_ext <<_ACEOF
15071 /* confdefs.h.  */
15072 _ACEOF
15073 cat confdefs.h >>conftest.$ac_ext
15074 cat >>conftest.$ac_ext <<_ACEOF
15075 /* end confdefs.h.  */
15076 #include <linux/ppdev.h>
15077 int
15078 main ()
15079 {
15080 ioctl (1,PPCLAIM,0)
15081   ;
15082   return 0;
15083 }
15084 _ACEOF
15085 rm -f conftest.$ac_objext
15086 if { (ac_try="$ac_compile"
15087 case "(($ac_try" in
15088   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15089   *) ac_try_echo=$ac_try;;
15090 esac
15091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15092 $as_echo "$ac_try_echo") >&5
15093   (eval "$ac_compile") 2>conftest.er1
15094   ac_status=$?
15095   grep -v '^ *+' conftest.er1 >conftest.err
15096   rm -f conftest.er1
15097   cat conftest.err >&5
15098   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15099   (exit $ac_status); } && {
15100          test -z "$ac_c_werror_flag" ||
15101          test ! -s conftest.err
15102        } && test -s conftest.$ac_objext; then
15103   ac_cv_c_ppdev="yes"
15104 else
15105   $as_echo "$as_me: failed program was:" >&5
15106 sed 's/^/| /' conftest.$ac_ext >&5
15107
15108         ac_cv_c_ppdev="no"
15109 fi
15110
15111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15112 fi
15113 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15114 $as_echo "$ac_cv_c_ppdev" >&6; }
15115 if test "$ac_cv_c_ppdev" = "yes"
15116 then
15117
15118 cat >>confdefs.h <<\_ACEOF
15119 #define HAVE_PPDEV 1
15120 _ACEOF
15121
15122 fi
15123
15124 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15125 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15126 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15127   $as_echo_n "(cached) " >&6
15128 else
15129   ac_cv_type_pthread_rwlock_t=no
15130 cat >conftest.$ac_ext <<_ACEOF
15131 /* confdefs.h.  */
15132 _ACEOF
15133 cat confdefs.h >>conftest.$ac_ext
15134 cat >>conftest.$ac_ext <<_ACEOF
15135 /* end confdefs.h.  */
15136 #define _GNU_SOURCE
15137 #include <pthread.h>
15138
15139 int
15140 main ()
15141 {
15142 if (sizeof (pthread_rwlock_t))
15143        return 0;
15144   ;
15145   return 0;
15146 }
15147 _ACEOF
15148 rm -f conftest.$ac_objext
15149 if { (ac_try="$ac_compile"
15150 case "(($ac_try" in
15151   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15152   *) ac_try_echo=$ac_try;;
15153 esac
15154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15155 $as_echo "$ac_try_echo") >&5
15156   (eval "$ac_compile") 2>conftest.er1
15157   ac_status=$?
15158   grep -v '^ *+' conftest.er1 >conftest.err
15159   rm -f conftest.er1
15160   cat conftest.err >&5
15161   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15162   (exit $ac_status); } && {
15163          test -z "$ac_c_werror_flag" ||
15164          test ! -s conftest.err
15165        } && test -s conftest.$ac_objext; then
15166   cat >conftest.$ac_ext <<_ACEOF
15167 /* confdefs.h.  */
15168 _ACEOF
15169 cat confdefs.h >>conftest.$ac_ext
15170 cat >>conftest.$ac_ext <<_ACEOF
15171 /* end confdefs.h.  */
15172 #define _GNU_SOURCE
15173 #include <pthread.h>
15174
15175 int
15176 main ()
15177 {
15178 if (sizeof ((pthread_rwlock_t)))
15179           return 0;
15180   ;
15181   return 0;
15182 }
15183 _ACEOF
15184 rm -f conftest.$ac_objext
15185 if { (ac_try="$ac_compile"
15186 case "(($ac_try" in
15187   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15188   *) ac_try_echo=$ac_try;;
15189 esac
15190 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15191 $as_echo "$ac_try_echo") >&5
15192   (eval "$ac_compile") 2>conftest.er1
15193   ac_status=$?
15194   grep -v '^ *+' conftest.er1 >conftest.err
15195   rm -f conftest.er1
15196   cat conftest.err >&5
15197   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15198   (exit $ac_status); } && {
15199          test -z "$ac_c_werror_flag" ||
15200          test ! -s conftest.err
15201        } && test -s conftest.$ac_objext; then
15202   :
15203 else
15204   $as_echo "$as_me: failed program was:" >&5
15205 sed 's/^/| /' conftest.$ac_ext >&5
15206
15207         ac_cv_type_pthread_rwlock_t=yes
15208 fi
15209
15210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15211 else
15212   $as_echo "$as_me: failed program was:" >&5
15213 sed 's/^/| /' conftest.$ac_ext >&5
15214
15215
15216 fi
15217
15218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15219 fi
15220 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15221 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15222 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15223
15224 cat >>confdefs.h <<_ACEOF
15225 #define HAVE_PTHREAD_RWLOCK_T 1
15226 _ACEOF
15227
15228
15229 fi
15230 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15231 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15232 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15233   $as_echo_n "(cached) " >&6
15234 else
15235   ac_cv_type_pthread_rwlockattr_t=no
15236 cat >conftest.$ac_ext <<_ACEOF
15237 /* confdefs.h.  */
15238 _ACEOF
15239 cat confdefs.h >>conftest.$ac_ext
15240 cat >>conftest.$ac_ext <<_ACEOF
15241 /* end confdefs.h.  */
15242 #define _GNU_SOURCE
15243 #include <pthread.h>
15244
15245 int
15246 main ()
15247 {
15248 if (sizeof (pthread_rwlockattr_t))
15249        return 0;
15250   ;
15251   return 0;
15252 }
15253 _ACEOF
15254 rm -f conftest.$ac_objext
15255 if { (ac_try="$ac_compile"
15256 case "(($ac_try" in
15257   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15258   *) ac_try_echo=$ac_try;;
15259 esac
15260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15261 $as_echo "$ac_try_echo") >&5
15262   (eval "$ac_compile") 2>conftest.er1
15263   ac_status=$?
15264   grep -v '^ *+' conftest.er1 >conftest.err
15265   rm -f conftest.er1
15266   cat conftest.err >&5
15267   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15268   (exit $ac_status); } && {
15269          test -z "$ac_c_werror_flag" ||
15270          test ! -s conftest.err
15271        } && test -s conftest.$ac_objext; then
15272   cat >conftest.$ac_ext <<_ACEOF
15273 /* confdefs.h.  */
15274 _ACEOF
15275 cat confdefs.h >>conftest.$ac_ext
15276 cat >>conftest.$ac_ext <<_ACEOF
15277 /* end confdefs.h.  */
15278 #define _GNU_SOURCE
15279 #include <pthread.h>
15280
15281 int
15282 main ()
15283 {
15284 if (sizeof ((pthread_rwlockattr_t)))
15285           return 0;
15286   ;
15287   return 0;
15288 }
15289 _ACEOF
15290 rm -f conftest.$ac_objext
15291 if { (ac_try="$ac_compile"
15292 case "(($ac_try" in
15293   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15294   *) ac_try_echo=$ac_try;;
15295 esac
15296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15297 $as_echo "$ac_try_echo") >&5
15298   (eval "$ac_compile") 2>conftest.er1
15299   ac_status=$?
15300   grep -v '^ *+' conftest.er1 >conftest.err
15301   rm -f conftest.er1
15302   cat conftest.err >&5
15303   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15304   (exit $ac_status); } && {
15305          test -z "$ac_c_werror_flag" ||
15306          test ! -s conftest.err
15307        } && test -s conftest.$ac_objext; then
15308   :
15309 else
15310   $as_echo "$as_me: failed program was:" >&5
15311 sed 's/^/| /' conftest.$ac_ext >&5
15312
15313         ac_cv_type_pthread_rwlockattr_t=yes
15314 fi
15315
15316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15317 else
15318   $as_echo "$as_me: failed program was:" >&5
15319 sed 's/^/| /' conftest.$ac_ext >&5
15320
15321
15322 fi
15323
15324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15325 fi
15326 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15327 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15328 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15329
15330 cat >>confdefs.h <<_ACEOF
15331 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15332 _ACEOF
15333
15334
15335 fi
15336
15337
15338 ac_wine_check_funcs_save_LIBS="$LIBS"
15339 LIBS="$LIBS $LIBPTHREAD"
15340
15341
15342
15343
15344 for ac_func in \
15345         pthread_attr_get_np \
15346         pthread_getattr_np \
15347         pthread_get_stackaddr_np \
15348         pthread_get_stacksize_np
15349 do
15350 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15351 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15352 $as_echo_n "checking for $ac_func... " >&6; }
15353 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15354   $as_echo_n "(cached) " >&6
15355 else
15356   cat >conftest.$ac_ext <<_ACEOF
15357 /* confdefs.h.  */
15358 _ACEOF
15359 cat confdefs.h >>conftest.$ac_ext
15360 cat >>conftest.$ac_ext <<_ACEOF
15361 /* end confdefs.h.  */
15362 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15363    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15364 #define $ac_func innocuous_$ac_func
15365
15366 /* System header to define __stub macros and hopefully few prototypes,
15367     which can conflict with char $ac_func (); below.
15368     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15369     <limits.h> exists even on freestanding compilers.  */
15370
15371 #ifdef __STDC__
15372 # include <limits.h>
15373 #else
15374 # include <assert.h>
15375 #endif
15376
15377 #undef $ac_func
15378
15379 /* Override any GCC internal prototype to avoid an error.
15380    Use char because int might match the return type of a GCC
15381    builtin and then its argument prototype would still apply.  */
15382 #ifdef __cplusplus
15383 extern "C"
15384 #endif
15385 char $ac_func ();
15386 /* The GNU C library defines this for functions which it implements
15387     to always fail with ENOSYS.  Some functions are actually named
15388     something starting with __ and the normal name is an alias.  */
15389 #if defined __stub_$ac_func || defined __stub___$ac_func
15390 choke me
15391 #endif
15392
15393 int
15394 main ()
15395 {
15396 return $ac_func ();
15397   ;
15398   return 0;
15399 }
15400 _ACEOF
15401 rm -f conftest.$ac_objext conftest$ac_exeext
15402 if { (ac_try="$ac_link"
15403 case "(($ac_try" in
15404   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15405   *) ac_try_echo=$ac_try;;
15406 esac
15407 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15408 $as_echo "$ac_try_echo") >&5
15409   (eval "$ac_link") 2>conftest.er1
15410   ac_status=$?
15411   grep -v '^ *+' conftest.er1 >conftest.err
15412   rm -f conftest.er1
15413   cat conftest.err >&5
15414   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15415   (exit $ac_status); } && {
15416          test -z "$ac_c_werror_flag" ||
15417          test ! -s conftest.err
15418        } && test -s conftest$ac_exeext && {
15419          test "$cross_compiling" = yes ||
15420          $as_test_x conftest$ac_exeext
15421        }; then
15422   eval "$as_ac_var=yes"
15423 else
15424   $as_echo "$as_me: failed program was:" >&5
15425 sed 's/^/| /' conftest.$ac_ext >&5
15426
15427         eval "$as_ac_var=no"
15428 fi
15429
15430 rm -rf conftest.dSYM
15431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15432       conftest$ac_exeext conftest.$ac_ext
15433 fi
15434 ac_res=`eval 'as_val=${'$as_ac_var'}
15435                  $as_echo "$as_val"'`
15436                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15437 $as_echo "$ac_res" >&6; }
15438 as_val=`eval 'as_val=${'$as_ac_var'}
15439                  $as_echo "$as_val"'`
15440    if test "x$as_val" = x""yes; then
15441   cat >>confdefs.h <<_ACEOF
15442 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15443 _ACEOF
15444
15445 fi
15446 done
15447
15448 LIBS="$ac_wine_check_funcs_save_LIBS"
15449
15450 if test "x$with_esd" != xno
15451 then
15452     save_CFLAGS="$CFLAGS"
15453     # Extract the first word of "esd-config", so it can be a program name with args.
15454 set dummy esd-config; ac_word=$2
15455 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15456 $as_echo_n "checking for $ac_word... " >&6; }
15457 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15458   $as_echo_n "(cached) " >&6
15459 else
15460   case $ESDCONFIG in
15461   [\\/]* | ?:[\\/]*)
15462   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15463   ;;
15464   *)
15465   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15466 for as_dir in $PATH
15467 do
15468   IFS=$as_save_IFS
15469   test -z "$as_dir" && as_dir=.
15470   for ac_exec_ext in '' $ac_executable_extensions; do
15471   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15472     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15473     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15474     break 2
15475   fi
15476 done
15477 done
15478 IFS=$as_save_IFS
15479
15480   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15481   ;;
15482 esac
15483 fi
15484 ESDCONFIG=$ac_cv_path_ESDCONFIG
15485 if test -n "$ESDCONFIG"; then
15486   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15487 $as_echo "$ESDCONFIG" >&6; }
15488 else
15489   { $as_echo "$as_me:$LINENO: result: no" >&5
15490 $as_echo "no" >&6; }
15491 fi
15492
15493
15494     if test "x$ESDCONFIG" != "xno"
15495     then
15496         ac_esd_incl=""
15497         for i in `$ESDCONFIG --cflags`
15498         do
15499             case "$i" in
15500                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15501             esac
15502         done
15503         ac_esd_libs=`$ESDCONFIG --libs`
15504         CFLAGS="$CFLAGS $ac_esd_incl"
15505     fi
15506     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15507     if test "${ac_cv_header_esd_h+set}" = set; then
15508   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15509 $as_echo_n "checking for esd.h... " >&6; }
15510 if test "${ac_cv_header_esd_h+set}" = set; then
15511   $as_echo_n "(cached) " >&6
15512 fi
15513 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15514 $as_echo "$ac_cv_header_esd_h" >&6; }
15515 else
15516   # Is the header compilable?
15517 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15518 $as_echo_n "checking esd.h usability... " >&6; }
15519 cat >conftest.$ac_ext <<_ACEOF
15520 /* confdefs.h.  */
15521 _ACEOF
15522 cat confdefs.h >>conftest.$ac_ext
15523 cat >>conftest.$ac_ext <<_ACEOF
15524 /* end confdefs.h.  */
15525 $ac_includes_default
15526 #include <esd.h>
15527 _ACEOF
15528 rm -f conftest.$ac_objext
15529 if { (ac_try="$ac_compile"
15530 case "(($ac_try" in
15531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15532   *) ac_try_echo=$ac_try;;
15533 esac
15534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15535 $as_echo "$ac_try_echo") >&5
15536   (eval "$ac_compile") 2>conftest.er1
15537   ac_status=$?
15538   grep -v '^ *+' conftest.er1 >conftest.err
15539   rm -f conftest.er1
15540   cat conftest.err >&5
15541   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15542   (exit $ac_status); } && {
15543          test -z "$ac_c_werror_flag" ||
15544          test ! -s conftest.err
15545        } && test -s conftest.$ac_objext; then
15546   ac_header_compiler=yes
15547 else
15548   $as_echo "$as_me: failed program was:" >&5
15549 sed 's/^/| /' conftest.$ac_ext >&5
15550
15551         ac_header_compiler=no
15552 fi
15553
15554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15555 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15556 $as_echo "$ac_header_compiler" >&6; }
15557
15558 # Is the header present?
15559 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15560 $as_echo_n "checking esd.h presence... " >&6; }
15561 cat >conftest.$ac_ext <<_ACEOF
15562 /* confdefs.h.  */
15563 _ACEOF
15564 cat confdefs.h >>conftest.$ac_ext
15565 cat >>conftest.$ac_ext <<_ACEOF
15566 /* end confdefs.h.  */
15567 #include <esd.h>
15568 _ACEOF
15569 if { (ac_try="$ac_cpp conftest.$ac_ext"
15570 case "(($ac_try" in
15571   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15572   *) ac_try_echo=$ac_try;;
15573 esac
15574 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15575 $as_echo "$ac_try_echo") >&5
15576   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15577   ac_status=$?
15578   grep -v '^ *+' conftest.er1 >conftest.err
15579   rm -f conftest.er1
15580   cat conftest.err >&5
15581   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15582   (exit $ac_status); } >/dev/null && {
15583          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15584          test ! -s conftest.err
15585        }; then
15586   ac_header_preproc=yes
15587 else
15588   $as_echo "$as_me: failed program was:" >&5
15589 sed 's/^/| /' conftest.$ac_ext >&5
15590
15591   ac_header_preproc=no
15592 fi
15593
15594 rm -f conftest.err conftest.$ac_ext
15595 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15596 $as_echo "$ac_header_preproc" >&6; }
15597
15598 # So?  What about this header?
15599 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15600   yes:no: )
15601     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15602 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15603     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15604 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15605     ac_header_preproc=yes
15606     ;;
15607   no:yes:* )
15608     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15609 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15610     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15611 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15612     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15613 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15614     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15615 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15616     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15617 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15618     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15619 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15620     ( cat <<\_ASBOX
15621 ## ------------------------------------ ##
15622 ## Report this to wine-devel@winehq.org ##
15623 ## ------------------------------------ ##
15624 _ASBOX
15625      ) | sed "s/^/$as_me: WARNING:     /" >&2
15626     ;;
15627 esac
15628 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15629 $as_echo_n "checking for esd.h... " >&6; }
15630 if test "${ac_cv_header_esd_h+set}" = set; then
15631   $as_echo_n "(cached) " >&6
15632 else
15633   ac_cv_header_esd_h=$ac_header_preproc
15634 fi
15635 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15636 $as_echo "$ac_cv_header_esd_h" >&6; }
15637
15638 fi
15639 if test "x$ac_cv_header_esd_h" = x""yes; then
15640   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15641 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15642 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15643   $as_echo_n "(cached) " >&6
15644 else
15645   ac_check_lib_save_LIBS=$LIBS
15646 LIBS="-lesd $ac_esd_libs $LIBS"
15647 cat >conftest.$ac_ext <<_ACEOF
15648 /* confdefs.h.  */
15649 _ACEOF
15650 cat confdefs.h >>conftest.$ac_ext
15651 cat >>conftest.$ac_ext <<_ACEOF
15652 /* end confdefs.h.  */
15653
15654 /* Override any GCC internal prototype to avoid an error.
15655    Use char because int might match the return type of a GCC
15656    builtin and then its argument prototype would still apply.  */
15657 #ifdef __cplusplus
15658 extern "C"
15659 #endif
15660 char esd_open_sound ();
15661 int
15662 main ()
15663 {
15664 return esd_open_sound ();
15665   ;
15666   return 0;
15667 }
15668 _ACEOF
15669 rm -f conftest.$ac_objext conftest$ac_exeext
15670 if { (ac_try="$ac_link"
15671 case "(($ac_try" in
15672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15673   *) ac_try_echo=$ac_try;;
15674 esac
15675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15676 $as_echo "$ac_try_echo") >&5
15677   (eval "$ac_link") 2>conftest.er1
15678   ac_status=$?
15679   grep -v '^ *+' conftest.er1 >conftest.err
15680   rm -f conftest.er1
15681   cat conftest.err >&5
15682   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15683   (exit $ac_status); } && {
15684          test -z "$ac_c_werror_flag" ||
15685          test ! -s conftest.err
15686        } && test -s conftest$ac_exeext && {
15687          test "$cross_compiling" = yes ||
15688          $as_test_x conftest$ac_exeext
15689        }; then
15690   ac_cv_lib_esd_esd_open_sound=yes
15691 else
15692   $as_echo "$as_me: failed program was:" >&5
15693 sed 's/^/| /' conftest.$ac_ext >&5
15694
15695         ac_cv_lib_esd_esd_open_sound=no
15696 fi
15697
15698 rm -rf conftest.dSYM
15699 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15700       conftest$ac_exeext conftest.$ac_ext
15701 LIBS=$ac_check_lib_save_LIBS
15702 fi
15703 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15704 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15705 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15706   ESDINCL="$ac_esd_incl"
15707
15708              ESDLIBS="$ac_esd_libs"
15709
15710
15711 cat >>confdefs.h <<\_ACEOF
15712 #define HAVE_ESD 1
15713 _ACEOF
15714
15715 fi
15716
15717 fi
15718
15719
15720     CFLAGS="$save_CFLAGS"
15721 fi
15722
15723 ALSALIBS=""
15724
15725 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15726 then
15727     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15728 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15729 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15730   $as_echo_n "(cached) " >&6
15731 else
15732   ac_check_lib_save_LIBS=$LIBS
15733 LIBS="-lasound  $LIBS"
15734 cat >conftest.$ac_ext <<_ACEOF
15735 /* confdefs.h.  */
15736 _ACEOF
15737 cat confdefs.h >>conftest.$ac_ext
15738 cat >>conftest.$ac_ext <<_ACEOF
15739 /* end confdefs.h.  */
15740
15741 /* Override any GCC internal prototype to avoid an error.
15742    Use char because int might match the return type of a GCC
15743    builtin and then its argument prototype would still apply.  */
15744 #ifdef __cplusplus
15745 extern "C"
15746 #endif
15747 char snd_pcm_hw_params_get_access ();
15748 int
15749 main ()
15750 {
15751 return snd_pcm_hw_params_get_access ();
15752   ;
15753   return 0;
15754 }
15755 _ACEOF
15756 rm -f conftest.$ac_objext conftest$ac_exeext
15757 if { (ac_try="$ac_link"
15758 case "(($ac_try" in
15759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15760   *) ac_try_echo=$ac_try;;
15761 esac
15762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15763 $as_echo "$ac_try_echo") >&5
15764   (eval "$ac_link") 2>conftest.er1
15765   ac_status=$?
15766   grep -v '^ *+' conftest.er1 >conftest.err
15767   rm -f conftest.er1
15768   cat conftest.err >&5
15769   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15770   (exit $ac_status); } && {
15771          test -z "$ac_c_werror_flag" ||
15772          test ! -s conftest.err
15773        } && test -s conftest$ac_exeext && {
15774          test "$cross_compiling" = yes ||
15775          $as_test_x conftest$ac_exeext
15776        }; then
15777   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15778 else
15779   $as_echo "$as_me: failed program was:" >&5
15780 sed 's/^/| /' conftest.$ac_ext >&5
15781
15782         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15783 fi
15784
15785 rm -rf conftest.dSYM
15786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15787       conftest$ac_exeext conftest.$ac_ext
15788 LIBS=$ac_check_lib_save_LIBS
15789 fi
15790 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15791 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15792 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15793   cat >conftest.$ac_ext <<_ACEOF
15794 /* confdefs.h.  */
15795 _ACEOF
15796 cat confdefs.h >>conftest.$ac_ext
15797 cat >>conftest.$ac_ext <<_ACEOF
15798 /* end confdefs.h.  */
15799 #ifdef HAVE_ALSA_ASOUNDLIB_H
15800 #include <alsa/asoundlib.h>
15801 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15802 #include <sys/asoundlib.h>
15803 #endif
15804 int
15805 main ()
15806 {
15807 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15808   ;
15809   return 0;
15810 }
15811 _ACEOF
15812 rm -f conftest.$ac_objext
15813 if { (ac_try="$ac_compile"
15814 case "(($ac_try" in
15815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15816   *) ac_try_echo=$ac_try;;
15817 esac
15818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15819 $as_echo "$ac_try_echo") >&5
15820   (eval "$ac_compile") 2>conftest.er1
15821   ac_status=$?
15822   grep -v '^ *+' conftest.er1 >conftest.err
15823   rm -f conftest.er1
15824   cat conftest.err >&5
15825   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15826   (exit $ac_status); } && {
15827          test -z "$ac_c_werror_flag" ||
15828          test ! -s conftest.err
15829        } && test -s conftest.$ac_objext; then
15830
15831 cat >>confdefs.h <<\_ACEOF
15832 #define HAVE_ALSA 1
15833 _ACEOF
15834
15835                          ALSALIBS="-lasound"
15836 else
15837   $as_echo "$as_me: failed program was:" >&5
15838 sed 's/^/| /' conftest.$ac_ext >&5
15839
15840
15841 fi
15842
15843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15844 fi
15845
15846 fi
15847
15848 AUDIOIOLIBS=""
15849
15850 if test "$ac_cv_header_libaudioio_h" = "yes"
15851 then
15852     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15853 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15854 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15855   $as_echo_n "(cached) " >&6
15856 else
15857   ac_check_lib_save_LIBS=$LIBS
15858 LIBS="-laudioio  $LIBS"
15859 cat >conftest.$ac_ext <<_ACEOF
15860 /* confdefs.h.  */
15861 _ACEOF
15862 cat confdefs.h >>conftest.$ac_ext
15863 cat >>conftest.$ac_ext <<_ACEOF
15864 /* end confdefs.h.  */
15865
15866 /* Override any GCC internal prototype to avoid an error.
15867    Use char because int might match the return type of a GCC
15868    builtin and then its argument prototype would still apply.  */
15869 #ifdef __cplusplus
15870 extern "C"
15871 #endif
15872 char AudioIOGetVersion ();
15873 int
15874 main ()
15875 {
15876 return AudioIOGetVersion ();
15877   ;
15878   return 0;
15879 }
15880 _ACEOF
15881 rm -f conftest.$ac_objext conftest$ac_exeext
15882 if { (ac_try="$ac_link"
15883 case "(($ac_try" in
15884   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15885   *) ac_try_echo=$ac_try;;
15886 esac
15887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15888 $as_echo "$ac_try_echo") >&5
15889   (eval "$ac_link") 2>conftest.er1
15890   ac_status=$?
15891   grep -v '^ *+' conftest.er1 >conftest.err
15892   rm -f conftest.er1
15893   cat conftest.err >&5
15894   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15895   (exit $ac_status); } && {
15896          test -z "$ac_c_werror_flag" ||
15897          test ! -s conftest.err
15898        } && test -s conftest$ac_exeext && {
15899          test "$cross_compiling" = yes ||
15900          $as_test_x conftest$ac_exeext
15901        }; then
15902   ac_cv_lib_audioio_AudioIOGetVersion=yes
15903 else
15904   $as_echo "$as_me: failed program was:" >&5
15905 sed 's/^/| /' conftest.$ac_ext >&5
15906
15907         ac_cv_lib_audioio_AudioIOGetVersion=no
15908 fi
15909
15910 rm -rf conftest.dSYM
15911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15912       conftest$ac_exeext conftest.$ac_ext
15913 LIBS=$ac_check_lib_save_LIBS
15914 fi
15915 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15916 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15917 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15918   AUDIOIOLIBS="-laudioio"
15919
15920 cat >>confdefs.h <<\_ACEOF
15921 #define HAVE_LIBAUDIOIO 1
15922 _ACEOF
15923
15924 fi
15925
15926 fi
15927
15928
15929 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15930 then
15931     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15932 $as_echo_n "checking for -lcapi20... " >&6; }
15933 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15934   $as_echo_n "(cached) " >&6
15935 else
15936   ac_check_soname_save_LIBS=$LIBS
15937 LIBS="-lcapi20  $LIBS"
15938   cat >conftest.$ac_ext <<_ACEOF
15939 /* confdefs.h.  */
15940 _ACEOF
15941 cat confdefs.h >>conftest.$ac_ext
15942 cat >>conftest.$ac_ext <<_ACEOF
15943 /* end confdefs.h.  */
15944
15945 /* Override any GCC internal prototype to avoid an error.
15946    Use char because int might match the return type of a GCC
15947    builtin and then its argument prototype would still apply.  */
15948 #ifdef __cplusplus
15949 extern "C"
15950 #endif
15951 char capi20_register ();
15952 int
15953 main ()
15954 {
15955 return capi20_register ();
15956   ;
15957   return 0;
15958 }
15959 _ACEOF
15960 rm -f conftest.$ac_objext conftest$ac_exeext
15961 if { (ac_try="$ac_link"
15962 case "(($ac_try" in
15963   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15964   *) ac_try_echo=$ac_try;;
15965 esac
15966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15967 $as_echo "$ac_try_echo") >&5
15968   (eval "$ac_link") 2>conftest.er1
15969   ac_status=$?
15970   grep -v '^ *+' conftest.er1 >conftest.err
15971   rm -f conftest.er1
15972   cat conftest.err >&5
15973   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15974   (exit $ac_status); } && {
15975          test -z "$ac_c_werror_flag" ||
15976          test ! -s conftest.err
15977        } && test -s conftest$ac_exeext && {
15978          test "$cross_compiling" = yes ||
15979          $as_test_x conftest$ac_exeext
15980        }; then
15981   case "$LIBEXT" in
15982     dll) ;;
15983     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'` ;;
15984     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15985   esac
15986 else
15987   $as_echo "$as_me: failed program was:" >&5
15988 sed 's/^/| /' conftest.$ac_ext >&5
15989
15990
15991 fi
15992
15993 rm -rf conftest.dSYM
15994 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15995       conftest$ac_exeext conftest.$ac_ext
15996   LIBS=$ac_check_soname_save_LIBS
15997 fi
15998 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15999   { $as_echo "$as_me:$LINENO: result: not found" >&5
16000 $as_echo "not found" >&6; }
16001
16002 else
16003   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16004 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16005
16006 cat >>confdefs.h <<_ACEOF
16007 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16008 _ACEOF
16009
16010
16011 fi
16012
16013 fi
16014 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16015   case "x$with_capi" in
16016   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16017   xno) ;;
16018   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16019 This is an error since --with-capi was requested." >&5
16020 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16021 This is an error since --with-capi was requested." >&2;}
16022    { (exit 1); exit 1; }; } ;;
16023 esac
16024 fi
16025
16026
16027 CUPSINCL=""
16028
16029 if test "x$with_cups" != "xno"
16030 then
16031     ac_save_CPPFLAGS="$CPPFLAGS"
16032     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16033     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16034     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16035
16036 for ac_header in cups/cups.h
16037 do
16038 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16039 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16040   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16041 $as_echo_n "checking for $ac_header... " >&6; }
16042 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16043   $as_echo_n "(cached) " >&6
16044 fi
16045 ac_res=`eval 'as_val=${'$as_ac_Header'}
16046                  $as_echo "$as_val"'`
16047                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16048 $as_echo "$ac_res" >&6; }
16049 else
16050   # Is the header compilable?
16051 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16052 $as_echo_n "checking $ac_header usability... " >&6; }
16053 cat >conftest.$ac_ext <<_ACEOF
16054 /* confdefs.h.  */
16055 _ACEOF
16056 cat confdefs.h >>conftest.$ac_ext
16057 cat >>conftest.$ac_ext <<_ACEOF
16058 /* end confdefs.h.  */
16059 $ac_includes_default
16060 #include <$ac_header>
16061 _ACEOF
16062 rm -f conftest.$ac_objext
16063 if { (ac_try="$ac_compile"
16064 case "(($ac_try" in
16065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16066   *) ac_try_echo=$ac_try;;
16067 esac
16068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16069 $as_echo "$ac_try_echo") >&5
16070   (eval "$ac_compile") 2>conftest.er1
16071   ac_status=$?
16072   grep -v '^ *+' conftest.er1 >conftest.err
16073   rm -f conftest.er1
16074   cat conftest.err >&5
16075   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16076   (exit $ac_status); } && {
16077          test -z "$ac_c_werror_flag" ||
16078          test ! -s conftest.err
16079        } && test -s conftest.$ac_objext; then
16080   ac_header_compiler=yes
16081 else
16082   $as_echo "$as_me: failed program was:" >&5
16083 sed 's/^/| /' conftest.$ac_ext >&5
16084
16085         ac_header_compiler=no
16086 fi
16087
16088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16089 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16090 $as_echo "$ac_header_compiler" >&6; }
16091
16092 # Is the header present?
16093 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16094 $as_echo_n "checking $ac_header presence... " >&6; }
16095 cat >conftest.$ac_ext <<_ACEOF
16096 /* confdefs.h.  */
16097 _ACEOF
16098 cat confdefs.h >>conftest.$ac_ext
16099 cat >>conftest.$ac_ext <<_ACEOF
16100 /* end confdefs.h.  */
16101 #include <$ac_header>
16102 _ACEOF
16103 if { (ac_try="$ac_cpp conftest.$ac_ext"
16104 case "(($ac_try" in
16105   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16106   *) ac_try_echo=$ac_try;;
16107 esac
16108 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16109 $as_echo "$ac_try_echo") >&5
16110   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16111   ac_status=$?
16112   grep -v '^ *+' conftest.er1 >conftest.err
16113   rm -f conftest.er1
16114   cat conftest.err >&5
16115   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16116   (exit $ac_status); } >/dev/null && {
16117          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16118          test ! -s conftest.err
16119        }; then
16120   ac_header_preproc=yes
16121 else
16122   $as_echo "$as_me: failed program was:" >&5
16123 sed 's/^/| /' conftest.$ac_ext >&5
16124
16125   ac_header_preproc=no
16126 fi
16127
16128 rm -f conftest.err conftest.$ac_ext
16129 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16130 $as_echo "$ac_header_preproc" >&6; }
16131
16132 # So?  What about this header?
16133 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16134   yes:no: )
16135     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16136 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16137     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16138 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16139     ac_header_preproc=yes
16140     ;;
16141   no:yes:* )
16142     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16143 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16144     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16145 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16146     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16147 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16148     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16149 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16150     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16151 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16152     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16153 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16154     ( cat <<\_ASBOX
16155 ## ------------------------------------ ##
16156 ## Report this to wine-devel@winehq.org ##
16157 ## ------------------------------------ ##
16158 _ASBOX
16159      ) | sed "s/^/$as_me: WARNING:     /" >&2
16160     ;;
16161 esac
16162 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16163 $as_echo_n "checking for $ac_header... " >&6; }
16164 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16165   $as_echo_n "(cached) " >&6
16166 else
16167   eval "$as_ac_Header=\$ac_header_preproc"
16168 fi
16169 ac_res=`eval 'as_val=${'$as_ac_Header'}
16170                  $as_echo "$as_val"'`
16171                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16172 $as_echo "$ac_res" >&6; }
16173
16174 fi
16175 as_val=`eval 'as_val=${'$as_ac_Header'}
16176                  $as_echo "$as_val"'`
16177    if test "x$as_val" = x""yes; then
16178   cat >>confdefs.h <<_ACEOF
16179 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16180 _ACEOF
16181  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16182 $as_echo_n "checking for -lcups... " >&6; }
16183 if test "${ac_cv_lib_soname_cups+set}" = set; then
16184   $as_echo_n "(cached) " >&6
16185 else
16186   ac_check_soname_save_LIBS=$LIBS
16187 LIBS="-lcups $ac_cups_libs $LIBS"
16188   cat >conftest.$ac_ext <<_ACEOF
16189 /* confdefs.h.  */
16190 _ACEOF
16191 cat confdefs.h >>conftest.$ac_ext
16192 cat >>conftest.$ac_ext <<_ACEOF
16193 /* end confdefs.h.  */
16194
16195 /* Override any GCC internal prototype to avoid an error.
16196    Use char because int might match the return type of a GCC
16197    builtin and then its argument prototype would still apply.  */
16198 #ifdef __cplusplus
16199 extern "C"
16200 #endif
16201 char cupsGetDefault ();
16202 int
16203 main ()
16204 {
16205 return cupsGetDefault ();
16206   ;
16207   return 0;
16208 }
16209 _ACEOF
16210 rm -f conftest.$ac_objext conftest$ac_exeext
16211 if { (ac_try="$ac_link"
16212 case "(($ac_try" in
16213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16214   *) ac_try_echo=$ac_try;;
16215 esac
16216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16217 $as_echo "$ac_try_echo") >&5
16218   (eval "$ac_link") 2>conftest.er1
16219   ac_status=$?
16220   grep -v '^ *+' conftest.er1 >conftest.err
16221   rm -f conftest.er1
16222   cat conftest.err >&5
16223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16224   (exit $ac_status); } && {
16225          test -z "$ac_c_werror_flag" ||
16226          test ! -s conftest.err
16227        } && test -s conftest$ac_exeext && {
16228          test "$cross_compiling" = yes ||
16229          $as_test_x conftest$ac_exeext
16230        }; then
16231   case "$LIBEXT" in
16232     dll) ;;
16233     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'` ;;
16234     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16235   esac
16236 else
16237   $as_echo "$as_me: failed program was:" >&5
16238 sed 's/^/| /' conftest.$ac_ext >&5
16239
16240
16241 fi
16242
16243 rm -rf conftest.dSYM
16244 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16245       conftest$ac_exeext conftest.$ac_ext
16246   LIBS=$ac_check_soname_save_LIBS
16247 fi
16248 if test "x$ac_cv_lib_soname_cups" = "x"; then
16249   { $as_echo "$as_me:$LINENO: result: not found" >&5
16250 $as_echo "not found" >&6; }
16251
16252 else
16253   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16254 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16255
16256 cat >>confdefs.h <<_ACEOF
16257 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16258 _ACEOF
16259
16260        CUPSINCL="$ac_cups_cflags"
16261 fi
16262
16263 fi
16264
16265 done
16266
16267     CPPFLAGS="$ac_save_CPPFLAGS"
16268 fi
16269 if test "x$ac_cv_lib_soname_cups" = "x"; then
16270   case "x$with_cups" in
16271   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16272   xno) ;;
16273   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16274 This is an error since --with-cups was requested." >&5
16275 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16276 This is an error since --with-cups was requested." >&2;}
16277    { (exit 1); exit 1; }; } ;;
16278 esac
16279 fi
16280
16281
16282 if test "$ac_cv_header_jack_jack_h" = "yes"
16283 then
16284     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16285 $as_echo_n "checking for -ljack... " >&6; }
16286 if test "${ac_cv_lib_soname_jack+set}" = set; then
16287   $as_echo_n "(cached) " >&6
16288 else
16289   ac_check_soname_save_LIBS=$LIBS
16290 LIBS="-ljack  $LIBS"
16291   cat >conftest.$ac_ext <<_ACEOF
16292 /* confdefs.h.  */
16293 _ACEOF
16294 cat confdefs.h >>conftest.$ac_ext
16295 cat >>conftest.$ac_ext <<_ACEOF
16296 /* end confdefs.h.  */
16297
16298 /* Override any GCC internal prototype to avoid an error.
16299    Use char because int might match the return type of a GCC
16300    builtin and then its argument prototype would still apply.  */
16301 #ifdef __cplusplus
16302 extern "C"
16303 #endif
16304 char jack_client_new ();
16305 int
16306 main ()
16307 {
16308 return jack_client_new ();
16309   ;
16310   return 0;
16311 }
16312 _ACEOF
16313 rm -f conftest.$ac_objext conftest$ac_exeext
16314 if { (ac_try="$ac_link"
16315 case "(($ac_try" in
16316   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16317   *) ac_try_echo=$ac_try;;
16318 esac
16319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16320 $as_echo "$ac_try_echo") >&5
16321   (eval "$ac_link") 2>conftest.er1
16322   ac_status=$?
16323   grep -v '^ *+' conftest.er1 >conftest.err
16324   rm -f conftest.er1
16325   cat conftest.err >&5
16326   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16327   (exit $ac_status); } && {
16328          test -z "$ac_c_werror_flag" ||
16329          test ! -s conftest.err
16330        } && test -s conftest$ac_exeext && {
16331          test "$cross_compiling" = yes ||
16332          $as_test_x conftest$ac_exeext
16333        }; then
16334   case "$LIBEXT" in
16335     dll) ;;
16336     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'` ;;
16337     *) 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'` ;;
16338   esac
16339 else
16340   $as_echo "$as_me: failed program was:" >&5
16341 sed 's/^/| /' conftest.$ac_ext >&5
16342
16343
16344 fi
16345
16346 rm -rf conftest.dSYM
16347 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16348       conftest$ac_exeext conftest.$ac_ext
16349   LIBS=$ac_check_soname_save_LIBS
16350 fi
16351 if test "x$ac_cv_lib_soname_jack" = "x"; then
16352   { $as_echo "$as_me:$LINENO: result: not found" >&5
16353 $as_echo "not found" >&6; }
16354
16355 else
16356   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16357 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16358
16359 cat >>confdefs.h <<_ACEOF
16360 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16361 _ACEOF
16362
16363
16364 fi
16365
16366 fi
16367
16368 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16369 then
16370     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16371 $as_echo_n "checking for -lfontconfig... " >&6; }
16372 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16373   $as_echo_n "(cached) " >&6
16374 else
16375   ac_check_soname_save_LIBS=$LIBS
16376 LIBS="-lfontconfig  $LIBS"
16377   cat >conftest.$ac_ext <<_ACEOF
16378 /* confdefs.h.  */
16379 _ACEOF
16380 cat confdefs.h >>conftest.$ac_ext
16381 cat >>conftest.$ac_ext <<_ACEOF
16382 /* end confdefs.h.  */
16383
16384 /* Override any GCC internal prototype to avoid an error.
16385    Use char because int might match the return type of a GCC
16386    builtin and then its argument prototype would still apply.  */
16387 #ifdef __cplusplus
16388 extern "C"
16389 #endif
16390 char FcInit ();
16391 int
16392 main ()
16393 {
16394 return FcInit ();
16395   ;
16396   return 0;
16397 }
16398 _ACEOF
16399 rm -f conftest.$ac_objext conftest$ac_exeext
16400 if { (ac_try="$ac_link"
16401 case "(($ac_try" in
16402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16403   *) ac_try_echo=$ac_try;;
16404 esac
16405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16406 $as_echo "$ac_try_echo") >&5
16407   (eval "$ac_link") 2>conftest.er1
16408   ac_status=$?
16409   grep -v '^ *+' conftest.er1 >conftest.err
16410   rm -f conftest.er1
16411   cat conftest.err >&5
16412   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16413   (exit $ac_status); } && {
16414          test -z "$ac_c_werror_flag" ||
16415          test ! -s conftest.err
16416        } && test -s conftest$ac_exeext && {
16417          test "$cross_compiling" = yes ||
16418          $as_test_x conftest$ac_exeext
16419        }; then
16420   case "$LIBEXT" in
16421     dll) ;;
16422     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'` ;;
16423     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16424   esac
16425 else
16426   $as_echo "$as_me: failed program was:" >&5
16427 sed 's/^/| /' conftest.$ac_ext >&5
16428
16429
16430 fi
16431
16432 rm -rf conftest.dSYM
16433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16434       conftest$ac_exeext conftest.$ac_ext
16435   LIBS=$ac_check_soname_save_LIBS
16436 fi
16437 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16438   { $as_echo "$as_me:$LINENO: result: not found" >&5
16439 $as_echo "not found" >&6; }
16440
16441 else
16442   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16443 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16444
16445 cat >>confdefs.h <<_ACEOF
16446 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16447 _ACEOF
16448
16449
16450 fi
16451
16452 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16453 then
16454         ac_save_CPPFLAGS="$CPPFLAGS"
16455     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16456     $as_unset ac_cv_header_fontconfig_fontconfig_h
16457
16458 for ac_header in fontconfig/fontconfig.h
16459 do
16460 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16461 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16462   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16463 $as_echo_n "checking for $ac_header... " >&6; }
16464 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16465   $as_echo_n "(cached) " >&6
16466 fi
16467 ac_res=`eval 'as_val=${'$as_ac_Header'}
16468                  $as_echo "$as_val"'`
16469                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16470 $as_echo "$ac_res" >&6; }
16471 else
16472   # Is the header compilable?
16473 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16474 $as_echo_n "checking $ac_header usability... " >&6; }
16475 cat >conftest.$ac_ext <<_ACEOF
16476 /* confdefs.h.  */
16477 _ACEOF
16478 cat confdefs.h >>conftest.$ac_ext
16479 cat >>conftest.$ac_ext <<_ACEOF
16480 /* end confdefs.h.  */
16481 $ac_includes_default
16482 #include <$ac_header>
16483 _ACEOF
16484 rm -f conftest.$ac_objext
16485 if { (ac_try="$ac_compile"
16486 case "(($ac_try" in
16487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16488   *) ac_try_echo=$ac_try;;
16489 esac
16490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16491 $as_echo "$ac_try_echo") >&5
16492   (eval "$ac_compile") 2>conftest.er1
16493   ac_status=$?
16494   grep -v '^ *+' conftest.er1 >conftest.err
16495   rm -f conftest.er1
16496   cat conftest.err >&5
16497   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16498   (exit $ac_status); } && {
16499          test -z "$ac_c_werror_flag" ||
16500          test ! -s conftest.err
16501        } && test -s conftest.$ac_objext; then
16502   ac_header_compiler=yes
16503 else
16504   $as_echo "$as_me: failed program was:" >&5
16505 sed 's/^/| /' conftest.$ac_ext >&5
16506
16507         ac_header_compiler=no
16508 fi
16509
16510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16511 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16512 $as_echo "$ac_header_compiler" >&6; }
16513
16514 # Is the header present?
16515 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16516 $as_echo_n "checking $ac_header presence... " >&6; }
16517 cat >conftest.$ac_ext <<_ACEOF
16518 /* confdefs.h.  */
16519 _ACEOF
16520 cat confdefs.h >>conftest.$ac_ext
16521 cat >>conftest.$ac_ext <<_ACEOF
16522 /* end confdefs.h.  */
16523 #include <$ac_header>
16524 _ACEOF
16525 if { (ac_try="$ac_cpp conftest.$ac_ext"
16526 case "(($ac_try" in
16527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16528   *) ac_try_echo=$ac_try;;
16529 esac
16530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16531 $as_echo "$ac_try_echo") >&5
16532   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16533   ac_status=$?
16534   grep -v '^ *+' conftest.er1 >conftest.err
16535   rm -f conftest.er1
16536   cat conftest.err >&5
16537   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16538   (exit $ac_status); } >/dev/null && {
16539          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16540          test ! -s conftest.err
16541        }; then
16542   ac_header_preproc=yes
16543 else
16544   $as_echo "$as_me: failed program was:" >&5
16545 sed 's/^/| /' conftest.$ac_ext >&5
16546
16547   ac_header_preproc=no
16548 fi
16549
16550 rm -f conftest.err conftest.$ac_ext
16551 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16552 $as_echo "$ac_header_preproc" >&6; }
16553
16554 # So?  What about this header?
16555 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16556   yes:no: )
16557     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16558 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16559     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16560 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16561     ac_header_preproc=yes
16562     ;;
16563   no:yes:* )
16564     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16565 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16566     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16567 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16568     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16569 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16570     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16571 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16572     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16573 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16574     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16575 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16576     ( cat <<\_ASBOX
16577 ## ------------------------------------ ##
16578 ## Report this to wine-devel@winehq.org ##
16579 ## ------------------------------------ ##
16580 _ASBOX
16581      ) | sed "s/^/$as_me: WARNING:     /" >&2
16582     ;;
16583 esac
16584 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16585 $as_echo_n "checking for $ac_header... " >&6; }
16586 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16587   $as_echo_n "(cached) " >&6
16588 else
16589   eval "$as_ac_Header=\$ac_header_preproc"
16590 fi
16591 ac_res=`eval 'as_val=${'$as_ac_Header'}
16592                  $as_echo "$as_val"'`
16593                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16594 $as_echo "$ac_res" >&6; }
16595
16596 fi
16597 as_val=`eval 'as_val=${'$as_ac_Header'}
16598                  $as_echo "$as_val"'`
16599    if test "x$as_val" = x""yes; then
16600   cat >>confdefs.h <<_ACEOF
16601 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16602 _ACEOF
16603
16604 fi
16605
16606 done
16607
16608     CPPFLAGS="$ac_save_CPPFLAGS"
16609     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16610     then
16611         FONTCONFIGINCL="$X_CFLAGS"
16612
16613         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16614 $as_echo_n "checking for -lfontconfig... " >&6; }
16615 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16616   $as_echo_n "(cached) " >&6
16617 else
16618   ac_check_soname_save_LIBS=$LIBS
16619 LIBS="-lfontconfig $X_LIBS $LIBS"
16620   cat >conftest.$ac_ext <<_ACEOF
16621 /* confdefs.h.  */
16622 _ACEOF
16623 cat confdefs.h >>conftest.$ac_ext
16624 cat >>conftest.$ac_ext <<_ACEOF
16625 /* end confdefs.h.  */
16626
16627 /* Override any GCC internal prototype to avoid an error.
16628    Use char because int might match the return type of a GCC
16629    builtin and then its argument prototype would still apply.  */
16630 #ifdef __cplusplus
16631 extern "C"
16632 #endif
16633 char FcInit ();
16634 int
16635 main ()
16636 {
16637 return FcInit ();
16638   ;
16639   return 0;
16640 }
16641 _ACEOF
16642 rm -f conftest.$ac_objext conftest$ac_exeext
16643 if { (ac_try="$ac_link"
16644 case "(($ac_try" in
16645   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16646   *) ac_try_echo=$ac_try;;
16647 esac
16648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16649 $as_echo "$ac_try_echo") >&5
16650   (eval "$ac_link") 2>conftest.er1
16651   ac_status=$?
16652   grep -v '^ *+' conftest.er1 >conftest.err
16653   rm -f conftest.er1
16654   cat conftest.err >&5
16655   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16656   (exit $ac_status); } && {
16657          test -z "$ac_c_werror_flag" ||
16658          test ! -s conftest.err
16659        } && test -s conftest$ac_exeext && {
16660          test "$cross_compiling" = yes ||
16661          $as_test_x conftest$ac_exeext
16662        }; then
16663   case "$LIBEXT" in
16664     dll) ;;
16665     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'` ;;
16666     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16667   esac
16668 else
16669   $as_echo "$as_me: failed program was:" >&5
16670 sed 's/^/| /' conftest.$ac_ext >&5
16671
16672
16673 fi
16674
16675 rm -rf conftest.dSYM
16676 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16677       conftest$ac_exeext conftest.$ac_ext
16678   LIBS=$ac_check_soname_save_LIBS
16679 fi
16680 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16681   { $as_echo "$as_me:$LINENO: result: not found" >&5
16682 $as_echo "not found" >&6; }
16683
16684 else
16685   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16686 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16687
16688 cat >>confdefs.h <<_ACEOF
16689 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16690 _ACEOF
16691
16692
16693 fi
16694
16695     fi
16696 fi
16697 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16698   case "x$with_fontconfig" in
16699   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16700   xno) ;;
16701   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16702 This is an error since --with-fontconfig was requested." >&5
16703 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16704 This is an error since --with-fontconfig was requested." >&2;}
16705    { (exit 1); exit 1; }; } ;;
16706 esac
16707 fi
16708
16709
16710 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16711 then
16712     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16713 $as_echo_n "checking for -lssl... " >&6; }
16714 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16715   $as_echo_n "(cached) " >&6
16716 else
16717   ac_check_soname_save_LIBS=$LIBS
16718 LIBS="-lssl  $LIBS"
16719   cat >conftest.$ac_ext <<_ACEOF
16720 /* confdefs.h.  */
16721 _ACEOF
16722 cat confdefs.h >>conftest.$ac_ext
16723 cat >>conftest.$ac_ext <<_ACEOF
16724 /* end confdefs.h.  */
16725
16726 /* Override any GCC internal prototype to avoid an error.
16727    Use char because int might match the return type of a GCC
16728    builtin and then its argument prototype would still apply.  */
16729 #ifdef __cplusplus
16730 extern "C"
16731 #endif
16732 char SSL_library_init ();
16733 int
16734 main ()
16735 {
16736 return SSL_library_init ();
16737   ;
16738   return 0;
16739 }
16740 _ACEOF
16741 rm -f conftest.$ac_objext conftest$ac_exeext
16742 if { (ac_try="$ac_link"
16743 case "(($ac_try" in
16744   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16745   *) ac_try_echo=$ac_try;;
16746 esac
16747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16748 $as_echo "$ac_try_echo") >&5
16749   (eval "$ac_link") 2>conftest.er1
16750   ac_status=$?
16751   grep -v '^ *+' conftest.er1 >conftest.err
16752   rm -f conftest.er1
16753   cat conftest.err >&5
16754   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16755   (exit $ac_status); } && {
16756          test -z "$ac_c_werror_flag" ||
16757          test ! -s conftest.err
16758        } && test -s conftest$ac_exeext && {
16759          test "$cross_compiling" = yes ||
16760          $as_test_x conftest$ac_exeext
16761        }; then
16762   case "$LIBEXT" in
16763     dll) ;;
16764     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'` ;;
16765     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16766   esac
16767 else
16768   $as_echo "$as_me: failed program was:" >&5
16769 sed 's/^/| /' conftest.$ac_ext >&5
16770
16771
16772 fi
16773
16774 rm -rf conftest.dSYM
16775 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16776       conftest$ac_exeext conftest.$ac_ext
16777   LIBS=$ac_check_soname_save_LIBS
16778 fi
16779 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16780   { $as_echo "$as_me:$LINENO: result: not found" >&5
16781 $as_echo "not found" >&6; }
16782
16783 else
16784   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16785 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16786
16787 cat >>confdefs.h <<_ACEOF
16788 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16789 _ACEOF
16790
16791
16792 fi
16793
16794     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16795 $as_echo_n "checking for -lcrypto... " >&6; }
16796 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16797   $as_echo_n "(cached) " >&6
16798 else
16799   ac_check_soname_save_LIBS=$LIBS
16800 LIBS="-lcrypto  $LIBS"
16801   cat >conftest.$ac_ext <<_ACEOF
16802 /* confdefs.h.  */
16803 _ACEOF
16804 cat confdefs.h >>conftest.$ac_ext
16805 cat >>conftest.$ac_ext <<_ACEOF
16806 /* end confdefs.h.  */
16807
16808 /* Override any GCC internal prototype to avoid an error.
16809    Use char because int might match the return type of a GCC
16810    builtin and then its argument prototype would still apply.  */
16811 #ifdef __cplusplus
16812 extern "C"
16813 #endif
16814 char BIO_new_socket ();
16815 int
16816 main ()
16817 {
16818 return BIO_new_socket ();
16819   ;
16820   return 0;
16821 }
16822 _ACEOF
16823 rm -f conftest.$ac_objext conftest$ac_exeext
16824 if { (ac_try="$ac_link"
16825 case "(($ac_try" in
16826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16827   *) ac_try_echo=$ac_try;;
16828 esac
16829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16830 $as_echo "$ac_try_echo") >&5
16831   (eval "$ac_link") 2>conftest.er1
16832   ac_status=$?
16833   grep -v '^ *+' conftest.er1 >conftest.err
16834   rm -f conftest.er1
16835   cat conftest.err >&5
16836   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16837   (exit $ac_status); } && {
16838          test -z "$ac_c_werror_flag" ||
16839          test ! -s conftest.err
16840        } && test -s conftest$ac_exeext && {
16841          test "$cross_compiling" = yes ||
16842          $as_test_x conftest$ac_exeext
16843        }; then
16844   case "$LIBEXT" in
16845     dll) ;;
16846     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'` ;;
16847     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16848   esac
16849 else
16850   $as_echo "$as_me: failed program was:" >&5
16851 sed 's/^/| /' conftest.$ac_ext >&5
16852
16853
16854 fi
16855
16856 rm -rf conftest.dSYM
16857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16858       conftest$ac_exeext conftest.$ac_ext
16859   LIBS=$ac_check_soname_save_LIBS
16860 fi
16861 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16862   { $as_echo "$as_me:$LINENO: result: not found" >&5
16863 $as_echo "not found" >&6; }
16864
16865 else
16866   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16867 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16868
16869 cat >>confdefs.h <<_ACEOF
16870 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16871 _ACEOF
16872
16873
16874 fi
16875
16876 fi
16877 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16878   case "x$with_openssl" in
16879   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16880   xno) ;;
16881   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16882 This is an error since --with-openssl was requested." >&5
16883 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16884 This is an error since --with-openssl was requested." >&2;}
16885    { (exit 1); exit 1; }; } ;;
16886 esac
16887 fi
16888
16889
16890 if test "$ac_cv_header_jpeglib_h" = "yes"
16891 then
16892     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16893 $as_echo_n "checking for -ljpeg... " >&6; }
16894 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16895   $as_echo_n "(cached) " >&6
16896 else
16897   ac_check_soname_save_LIBS=$LIBS
16898 LIBS="-ljpeg  $LIBS"
16899   cat >conftest.$ac_ext <<_ACEOF
16900 /* confdefs.h.  */
16901 _ACEOF
16902 cat confdefs.h >>conftest.$ac_ext
16903 cat >>conftest.$ac_ext <<_ACEOF
16904 /* end confdefs.h.  */
16905
16906 /* Override any GCC internal prototype to avoid an error.
16907    Use char because int might match the return type of a GCC
16908    builtin and then its argument prototype would still apply.  */
16909 #ifdef __cplusplus
16910 extern "C"
16911 #endif
16912 char jpeg_start_decompress ();
16913 int
16914 main ()
16915 {
16916 return jpeg_start_decompress ();
16917   ;
16918   return 0;
16919 }
16920 _ACEOF
16921 rm -f conftest.$ac_objext conftest$ac_exeext
16922 if { (ac_try="$ac_link"
16923 case "(($ac_try" in
16924   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16925   *) ac_try_echo=$ac_try;;
16926 esac
16927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16928 $as_echo "$ac_try_echo") >&5
16929   (eval "$ac_link") 2>conftest.er1
16930   ac_status=$?
16931   grep -v '^ *+' conftest.er1 >conftest.err
16932   rm -f conftest.er1
16933   cat conftest.err >&5
16934   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16935   (exit $ac_status); } && {
16936          test -z "$ac_c_werror_flag" ||
16937          test ! -s conftest.err
16938        } && test -s conftest$ac_exeext && {
16939          test "$cross_compiling" = yes ||
16940          $as_test_x conftest$ac_exeext
16941        }; then
16942   case "$LIBEXT" in
16943     dll) ;;
16944     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'` ;;
16945     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16946   esac
16947 else
16948   $as_echo "$as_me: failed program was:" >&5
16949 sed 's/^/| /' conftest.$ac_ext >&5
16950
16951
16952 fi
16953
16954 rm -rf conftest.dSYM
16955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16956       conftest$ac_exeext conftest.$ac_ext
16957   LIBS=$ac_check_soname_save_LIBS
16958 fi
16959 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16960   { $as_echo "$as_me:$LINENO: result: not found" >&5
16961 $as_echo "not found" >&6; }
16962
16963 else
16964   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16965 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16966
16967 cat >>confdefs.h <<_ACEOF
16968 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16969 _ACEOF
16970
16971
16972 fi
16973
16974 fi
16975 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16976   case "x$with_jpeg" in
16977   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16978   xno) ;;
16979   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16980 This is an error since --with-jpeg was requested." >&5
16981 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16982 This is an error since --with-jpeg was requested." >&2;}
16983    { (exit 1); exit 1; }; } ;;
16984 esac
16985 fi
16986
16987
16988 if test "$ac_cv_header_png_h" = "yes"
16989 then
16990     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16991 $as_echo_n "checking for -lpng... " >&6; }
16992 if test "${ac_cv_lib_soname_png+set}" = set; then
16993   $as_echo_n "(cached) " >&6
16994 else
16995   ac_check_soname_save_LIBS=$LIBS
16996 LIBS="-lpng -lm -lz $LIBS"
16997   cat >conftest.$ac_ext <<_ACEOF
16998 /* confdefs.h.  */
16999 _ACEOF
17000 cat confdefs.h >>conftest.$ac_ext
17001 cat >>conftest.$ac_ext <<_ACEOF
17002 /* end confdefs.h.  */
17003
17004 /* Override any GCC internal prototype to avoid an error.
17005    Use char because int might match the return type of a GCC
17006    builtin and then its argument prototype would still apply.  */
17007 #ifdef __cplusplus
17008 extern "C"
17009 #endif
17010 char png_create_read_struct ();
17011 int
17012 main ()
17013 {
17014 return png_create_read_struct ();
17015   ;
17016   return 0;
17017 }
17018 _ACEOF
17019 rm -f conftest.$ac_objext conftest$ac_exeext
17020 if { (ac_try="$ac_link"
17021 case "(($ac_try" in
17022   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17023   *) ac_try_echo=$ac_try;;
17024 esac
17025 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17026 $as_echo "$ac_try_echo") >&5
17027   (eval "$ac_link") 2>conftest.er1
17028   ac_status=$?
17029   grep -v '^ *+' conftest.er1 >conftest.err
17030   rm -f conftest.er1
17031   cat conftest.err >&5
17032   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17033   (exit $ac_status); } && {
17034          test -z "$ac_c_werror_flag" ||
17035          test ! -s conftest.err
17036        } && test -s conftest$ac_exeext && {
17037          test "$cross_compiling" = yes ||
17038          $as_test_x conftest$ac_exeext
17039        }; then
17040   case "$LIBEXT" in
17041     dll) ;;
17042     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'` ;;
17043     *) 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'` ;;
17044   esac
17045 else
17046   $as_echo "$as_me: failed program was:" >&5
17047 sed 's/^/| /' conftest.$ac_ext >&5
17048
17049
17050 fi
17051
17052 rm -rf conftest.dSYM
17053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17054       conftest$ac_exeext conftest.$ac_ext
17055   LIBS=$ac_check_soname_save_LIBS
17056 fi
17057 if test "x$ac_cv_lib_soname_png" = "x"; then
17058   { $as_echo "$as_me:$LINENO: result: not found" >&5
17059 $as_echo "not found" >&6; }
17060
17061 else
17062   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17063 $as_echo "$ac_cv_lib_soname_png" >&6; }
17064
17065 cat >>confdefs.h <<_ACEOF
17066 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17067 _ACEOF
17068
17069
17070 fi
17071
17072 fi
17073 if test "x$ac_cv_lib_soname_png" = "x"; then
17074   case "x$with_png" in
17075   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17076   xno) ;;
17077   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17078 This is an error since --with-png was requested." >&5
17079 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17080 This is an error since --with-png was requested." >&2;}
17081    { (exit 1); exit 1; }; } ;;
17082 esac
17083 fi
17084
17085
17086 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17087 $as_echo_n "checking for -lodbc... " >&6; }
17088 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17089   $as_echo_n "(cached) " >&6
17090 else
17091   ac_check_soname_save_LIBS=$LIBS
17092 LIBS="-lodbc  $LIBS"
17093   cat >conftest.$ac_ext <<_ACEOF
17094 /* confdefs.h.  */
17095 _ACEOF
17096 cat confdefs.h >>conftest.$ac_ext
17097 cat >>conftest.$ac_ext <<_ACEOF
17098 /* end confdefs.h.  */
17099
17100 /* Override any GCC internal prototype to avoid an error.
17101    Use char because int might match the return type of a GCC
17102    builtin and then its argument prototype would still apply.  */
17103 #ifdef __cplusplus
17104 extern "C"
17105 #endif
17106 char SQLConnect ();
17107 int
17108 main ()
17109 {
17110 return SQLConnect ();
17111   ;
17112   return 0;
17113 }
17114 _ACEOF
17115 rm -f conftest.$ac_objext conftest$ac_exeext
17116 if { (ac_try="$ac_link"
17117 case "(($ac_try" in
17118   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17119   *) ac_try_echo=$ac_try;;
17120 esac
17121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17122 $as_echo "$ac_try_echo") >&5
17123   (eval "$ac_link") 2>conftest.er1
17124   ac_status=$?
17125   grep -v '^ *+' conftest.er1 >conftest.err
17126   rm -f conftest.er1
17127   cat conftest.err >&5
17128   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17129   (exit $ac_status); } && {
17130          test -z "$ac_c_werror_flag" ||
17131          test ! -s conftest.err
17132        } && test -s conftest$ac_exeext && {
17133          test "$cross_compiling" = yes ||
17134          $as_test_x conftest$ac_exeext
17135        }; then
17136   case "$LIBEXT" in
17137     dll) ;;
17138     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'` ;;
17139     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17140   esac
17141 else
17142   $as_echo "$as_me: failed program was:" >&5
17143 sed 's/^/| /' conftest.$ac_ext >&5
17144
17145
17146 fi
17147
17148 rm -rf conftest.dSYM
17149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17150       conftest$ac_exeext conftest.$ac_ext
17151   LIBS=$ac_check_soname_save_LIBS
17152 fi
17153 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17154   { $as_echo "$as_me:$LINENO: result: not found" >&5
17155 $as_echo "not found" >&6; }
17156        cat >>confdefs.h <<_ACEOF
17157 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17158 _ACEOF
17159
17160 else
17161   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17162 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17163
17164 cat >>confdefs.h <<_ACEOF
17165 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17166 _ACEOF
17167
17168
17169 fi
17170
17171
17172 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17173         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17174         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17175         "$ac_cv_header_soundcard_h" != "yes" -a \
17176         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17177 then
17178     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17179 fi
17180
17181
17182 EXTRACFLAGS=""
17183
17184 if test "x${GCC}" = "xyes"
17185 then
17186   EXTRACFLAGS="-Wall -pipe"
17187
17188     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17189 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17190 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17191   $as_echo_n "(cached) " >&6
17192 else
17193   if test "$cross_compiling" = yes; then
17194   ac_cv_c_gcc_strength_bug="yes"
17195 else
17196   cat >conftest.$ac_ext <<_ACEOF
17197 /* confdefs.h.  */
17198 _ACEOF
17199 cat confdefs.h >>conftest.$ac_ext
17200 cat >>conftest.$ac_ext <<_ACEOF
17201 /* end confdefs.h.  */
17202 int L[4] = {0,1,2,3};
17203 int
17204 main ()
17205 {
17206 static int Array[3];
17207   unsigned int B = 3;
17208   int i;
17209   for(i=0; i<B; i++) Array[i] = i - 3;
17210   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17211   L[i] = 4;
17212   return (Array[1] != -2 || L[2] != 3)
17213   ;
17214   return 0;
17215 }
17216 _ACEOF
17217 rm -f conftest$ac_exeext
17218 if { (ac_try="$ac_link"
17219 case "(($ac_try" in
17220   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17221   *) ac_try_echo=$ac_try;;
17222 esac
17223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17224 $as_echo "$ac_try_echo") >&5
17225   (eval "$ac_link") 2>&5
17226   ac_status=$?
17227   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17228   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17229   { (case "(($ac_try" in
17230   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17231   *) ac_try_echo=$ac_try;;
17232 esac
17233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17234 $as_echo "$ac_try_echo") >&5
17235   (eval "$ac_try") 2>&5
17236   ac_status=$?
17237   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17238   (exit $ac_status); }; }; then
17239   ac_cv_c_gcc_strength_bug="no"
17240 else
17241   $as_echo "$as_me: program exited with status $ac_status" >&5
17242 $as_echo "$as_me: failed program was:" >&5
17243 sed 's/^/| /' conftest.$ac_ext >&5
17244
17245 ( exit $ac_status )
17246 ac_cv_c_gcc_strength_bug="yes"
17247 fi
17248 rm -rf conftest.dSYM
17249 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17250 fi
17251
17252
17253 fi
17254 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17255 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17256   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17257   then
17258     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17259   fi
17260
17261     { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17262 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17263 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17264   $as_echo_n "(cached) " >&6
17265 else
17266   ac_wine_try_cflags_saved=$CFLAGS
17267 CFLAGS="$CFLAGS -fno-builtin"
17268 cat >conftest.$ac_ext <<_ACEOF
17269 /* confdefs.h.  */
17270 _ACEOF
17271 cat confdefs.h >>conftest.$ac_ext
17272 cat >>conftest.$ac_ext <<_ACEOF
17273 /* end confdefs.h.  */
17274
17275 int
17276 main ()
17277 {
17278
17279   ;
17280   return 0;
17281 }
17282 _ACEOF
17283 rm -f conftest.$ac_objext conftest$ac_exeext
17284 if { (ac_try="$ac_link"
17285 case "(($ac_try" in
17286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17287   *) ac_try_echo=$ac_try;;
17288 esac
17289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17290 $as_echo "$ac_try_echo") >&5
17291   (eval "$ac_link") 2>conftest.er1
17292   ac_status=$?
17293   grep -v '^ *+' conftest.er1 >conftest.err
17294   rm -f conftest.er1
17295   cat conftest.err >&5
17296   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17297   (exit $ac_status); } && {
17298          test -z "$ac_c_werror_flag" ||
17299          test ! -s conftest.err
17300        } && test -s conftest$ac_exeext && {
17301          test "$cross_compiling" = yes ||
17302          $as_test_x conftest$ac_exeext
17303        }; then
17304   ac_cv_cflags__fno_builtin=yes
17305 else
17306   $as_echo "$as_me: failed program was:" >&5
17307 sed 's/^/| /' conftest.$ac_ext >&5
17308
17309         ac_cv_cflags__fno_builtin=no
17310 fi
17311
17312 rm -rf conftest.dSYM
17313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17314       conftest$ac_exeext conftest.$ac_ext
17315 CFLAGS=$ac_wine_try_cflags_saved
17316 fi
17317 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17318 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17319 if test $ac_cv_cflags__fno_builtin = yes; then
17320   BUILTINFLAG="-fno-builtin"
17321
17322 fi
17323
17324   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17325 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17326 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17327   $as_echo_n "(cached) " >&6
17328 else
17329   ac_wine_try_cflags_saved=$CFLAGS
17330 CFLAGS="$CFLAGS -fno-strict-aliasing"
17331 cat >conftest.$ac_ext <<_ACEOF
17332 /* confdefs.h.  */
17333 _ACEOF
17334 cat confdefs.h >>conftest.$ac_ext
17335 cat >>conftest.$ac_ext <<_ACEOF
17336 /* end confdefs.h.  */
17337
17338 int
17339 main ()
17340 {
17341
17342   ;
17343   return 0;
17344 }
17345 _ACEOF
17346 rm -f conftest.$ac_objext conftest$ac_exeext
17347 if { (ac_try="$ac_link"
17348 case "(($ac_try" in
17349   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17350   *) ac_try_echo=$ac_try;;
17351 esac
17352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17353 $as_echo "$ac_try_echo") >&5
17354   (eval "$ac_link") 2>conftest.er1
17355   ac_status=$?
17356   grep -v '^ *+' conftest.er1 >conftest.err
17357   rm -f conftest.er1
17358   cat conftest.err >&5
17359   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17360   (exit $ac_status); } && {
17361          test -z "$ac_c_werror_flag" ||
17362          test ! -s conftest.err
17363        } && test -s conftest$ac_exeext && {
17364          test "$cross_compiling" = yes ||
17365          $as_test_x conftest$ac_exeext
17366        }; then
17367   ac_cv_cflags__fno_strict_aliasing=yes
17368 else
17369   $as_echo "$as_me: failed program was:" >&5
17370 sed 's/^/| /' conftest.$ac_ext >&5
17371
17372         ac_cv_cflags__fno_strict_aliasing=no
17373 fi
17374
17375 rm -rf conftest.dSYM
17376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17377       conftest$ac_exeext conftest.$ac_ext
17378 CFLAGS=$ac_wine_try_cflags_saved
17379 fi
17380 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17381 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17382 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17383   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17384 fi
17385
17386   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17387 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17388 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17389   $as_echo_n "(cached) " >&6
17390 else
17391   ac_wine_try_cflags_saved=$CFLAGS
17392 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17393 cat >conftest.$ac_ext <<_ACEOF
17394 /* confdefs.h.  */
17395 _ACEOF
17396 cat confdefs.h >>conftest.$ac_ext
17397 cat >>conftest.$ac_ext <<_ACEOF
17398 /* end confdefs.h.  */
17399
17400 int
17401 main ()
17402 {
17403
17404   ;
17405   return 0;
17406 }
17407 _ACEOF
17408 rm -f conftest.$ac_objext conftest$ac_exeext
17409 if { (ac_try="$ac_link"
17410 case "(($ac_try" in
17411   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17412   *) ac_try_echo=$ac_try;;
17413 esac
17414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17415 $as_echo "$ac_try_echo") >&5
17416   (eval "$ac_link") 2>conftest.er1
17417   ac_status=$?
17418   grep -v '^ *+' conftest.er1 >conftest.err
17419   rm -f conftest.er1
17420   cat conftest.err >&5
17421   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17422   (exit $ac_status); } && {
17423          test -z "$ac_c_werror_flag" ||
17424          test ! -s conftest.err
17425        } && test -s conftest$ac_exeext && {
17426          test "$cross_compiling" = yes ||
17427          $as_test_x conftest$ac_exeext
17428        }; then
17429   ac_cv_cflags__Wdeclaration_after_statement=yes
17430 else
17431   $as_echo "$as_me: failed program was:" >&5
17432 sed 's/^/| /' conftest.$ac_ext >&5
17433
17434         ac_cv_cflags__Wdeclaration_after_statement=no
17435 fi
17436
17437 rm -rf conftest.dSYM
17438 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17439       conftest$ac_exeext conftest.$ac_ext
17440 CFLAGS=$ac_wine_try_cflags_saved
17441 fi
17442 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17443 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17444 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17445   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17446 fi
17447
17448   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17449 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17450 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17451   $as_echo_n "(cached) " >&6
17452 else
17453   ac_wine_try_cflags_saved=$CFLAGS
17454 CFLAGS="$CFLAGS -Wwrite-strings"
17455 cat >conftest.$ac_ext <<_ACEOF
17456 /* confdefs.h.  */
17457 _ACEOF
17458 cat confdefs.h >>conftest.$ac_ext
17459 cat >>conftest.$ac_ext <<_ACEOF
17460 /* end confdefs.h.  */
17461
17462 int
17463 main ()
17464 {
17465
17466   ;
17467   return 0;
17468 }
17469 _ACEOF
17470 rm -f conftest.$ac_objext conftest$ac_exeext
17471 if { (ac_try="$ac_link"
17472 case "(($ac_try" in
17473   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17474   *) ac_try_echo=$ac_try;;
17475 esac
17476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17477 $as_echo "$ac_try_echo") >&5
17478   (eval "$ac_link") 2>conftest.er1
17479   ac_status=$?
17480   grep -v '^ *+' conftest.er1 >conftest.err
17481   rm -f conftest.er1
17482   cat conftest.err >&5
17483   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17484   (exit $ac_status); } && {
17485          test -z "$ac_c_werror_flag" ||
17486          test ! -s conftest.err
17487        } && test -s conftest$ac_exeext && {
17488          test "$cross_compiling" = yes ||
17489          $as_test_x conftest$ac_exeext
17490        }; then
17491   ac_cv_cflags__Wwrite_strings=yes
17492 else
17493   $as_echo "$as_me: failed program was:" >&5
17494 sed 's/^/| /' conftest.$ac_ext >&5
17495
17496         ac_cv_cflags__Wwrite_strings=no
17497 fi
17498
17499 rm -rf conftest.dSYM
17500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17501       conftest$ac_exeext conftest.$ac_ext
17502 CFLAGS=$ac_wine_try_cflags_saved
17503 fi
17504 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17505 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17506 if test $ac_cv_cflags__Wwrite_strings = yes; then
17507   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17508 fi
17509
17510   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17511 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17512 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17513   $as_echo_n "(cached) " >&6
17514 else
17515   ac_wine_try_cflags_saved=$CFLAGS
17516 CFLAGS="$CFLAGS -Wtype-limits"
17517 cat >conftest.$ac_ext <<_ACEOF
17518 /* confdefs.h.  */
17519 _ACEOF
17520 cat confdefs.h >>conftest.$ac_ext
17521 cat >>conftest.$ac_ext <<_ACEOF
17522 /* end confdefs.h.  */
17523
17524 int
17525 main ()
17526 {
17527
17528   ;
17529   return 0;
17530 }
17531 _ACEOF
17532 rm -f conftest.$ac_objext conftest$ac_exeext
17533 if { (ac_try="$ac_link"
17534 case "(($ac_try" in
17535   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17536   *) ac_try_echo=$ac_try;;
17537 esac
17538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17539 $as_echo "$ac_try_echo") >&5
17540   (eval "$ac_link") 2>conftest.er1
17541   ac_status=$?
17542   grep -v '^ *+' conftest.er1 >conftest.err
17543   rm -f conftest.er1
17544   cat conftest.err >&5
17545   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17546   (exit $ac_status); } && {
17547          test -z "$ac_c_werror_flag" ||
17548          test ! -s conftest.err
17549        } && test -s conftest$ac_exeext && {
17550          test "$cross_compiling" = yes ||
17551          $as_test_x conftest$ac_exeext
17552        }; then
17553   ac_cv_cflags__Wtype_limits=yes
17554 else
17555   $as_echo "$as_me: failed program was:" >&5
17556 sed 's/^/| /' conftest.$ac_ext >&5
17557
17558         ac_cv_cflags__Wtype_limits=no
17559 fi
17560
17561 rm -rf conftest.dSYM
17562 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17563       conftest$ac_exeext conftest.$ac_ext
17564 CFLAGS=$ac_wine_try_cflags_saved
17565 fi
17566 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17567 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17568 if test $ac_cv_cflags__Wtype_limits = yes; then
17569   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17570 fi
17571
17572
17573     saved_CFLAGS="$CFLAGS"
17574   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17575   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17576 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17577 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17578   $as_echo_n "(cached) " >&6
17579 else
17580   cat >conftest.$ac_ext <<_ACEOF
17581 /* confdefs.h.  */
17582 _ACEOF
17583 cat confdefs.h >>conftest.$ac_ext
17584 cat >>conftest.$ac_ext <<_ACEOF
17585 /* end confdefs.h.  */
17586 #include <string.h>
17587 int
17588 main ()
17589 {
17590
17591   ;
17592   return 0;
17593 }
17594 _ACEOF
17595 rm -f conftest.$ac_objext
17596 if { (ac_try="$ac_compile"
17597 case "(($ac_try" in
17598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17599   *) ac_try_echo=$ac_try;;
17600 esac
17601 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17602 $as_echo "$ac_try_echo") >&5
17603   (eval "$ac_compile") 2>conftest.er1
17604   ac_status=$?
17605   grep -v '^ *+' conftest.er1 >conftest.err
17606   rm -f conftest.er1
17607   cat conftest.err >&5
17608   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17609   (exit $ac_status); } && {
17610          test -z "$ac_c_werror_flag" ||
17611          test ! -s conftest.err
17612        } && test -s conftest.$ac_objext; then
17613   ac_cv_c_string_h_warnings=no
17614 else
17615   $as_echo "$as_me: failed program was:" >&5
17616 sed 's/^/| /' conftest.$ac_ext >&5
17617
17618         ac_cv_c_string_h_warnings=yes
17619 fi
17620
17621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17622 fi
17623 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17624 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17625   CFLAGS="$saved_CFLAGS"
17626   if test "$ac_cv_c_string_h_warnings" = "no"
17627   then
17628     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17629   fi
17630 fi
17631
17632
17633 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17634 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17635 if test "${ac_cv_asm_func_def+set}" = set; then
17636   $as_echo_n "(cached) " >&6
17637 else
17638   cat >conftest.$ac_ext <<_ACEOF
17639 /* confdefs.h.  */
17640 _ACEOF
17641 cat confdefs.h >>conftest.$ac_ext
17642 cat >>conftest.$ac_ext <<_ACEOF
17643 /* end confdefs.h.  */
17644
17645 int
17646 main ()
17647 {
17648 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17649   ;
17650   return 0;
17651 }
17652 _ACEOF
17653 rm -f conftest.$ac_objext conftest$ac_exeext
17654 if { (ac_try="$ac_link"
17655 case "(($ac_try" in
17656   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17657   *) ac_try_echo=$ac_try;;
17658 esac
17659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17660 $as_echo "$ac_try_echo") >&5
17661   (eval "$ac_link") 2>conftest.er1
17662   ac_status=$?
17663   grep -v '^ *+' conftest.er1 >conftest.err
17664   rm -f conftest.er1
17665   cat conftest.err >&5
17666   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17667   (exit $ac_status); } && {
17668          test -z "$ac_c_werror_flag" ||
17669          test ! -s conftest.err
17670        } && test -s conftest$ac_exeext && {
17671          test "$cross_compiling" = yes ||
17672          $as_test_x conftest$ac_exeext
17673        }; then
17674   ac_cv_asm_func_def=".def"
17675 else
17676   $as_echo "$as_me: failed program was:" >&5
17677 sed 's/^/| /' conftest.$ac_ext >&5
17678
17679         cat >conftest.$ac_ext <<_ACEOF
17680 /* confdefs.h.  */
17681 _ACEOF
17682 cat confdefs.h >>conftest.$ac_ext
17683 cat >>conftest.$ac_ext <<_ACEOF
17684 /* end confdefs.h.  */
17685
17686 int
17687 main ()
17688 {
17689 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17690   ;
17691   return 0;
17692 }
17693 _ACEOF
17694 rm -f conftest.$ac_objext conftest$ac_exeext
17695 if { (ac_try="$ac_link"
17696 case "(($ac_try" in
17697   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17698   *) ac_try_echo=$ac_try;;
17699 esac
17700 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17701 $as_echo "$ac_try_echo") >&5
17702   (eval "$ac_link") 2>conftest.er1
17703   ac_status=$?
17704   grep -v '^ *+' conftest.er1 >conftest.err
17705   rm -f conftest.er1
17706   cat conftest.err >&5
17707   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17708   (exit $ac_status); } && {
17709          test -z "$ac_c_werror_flag" ||
17710          test ! -s conftest.err
17711        } && test -s conftest$ac_exeext && {
17712          test "$cross_compiling" = yes ||
17713          $as_test_x conftest$ac_exeext
17714        }; then
17715   ac_cv_asm_func_def=".type @function"
17716 else
17717   $as_echo "$as_me: failed program was:" >&5
17718 sed 's/^/| /' conftest.$ac_ext >&5
17719
17720         cat >conftest.$ac_ext <<_ACEOF
17721 /* confdefs.h.  */
17722 _ACEOF
17723 cat confdefs.h >>conftest.$ac_ext
17724 cat >>conftest.$ac_ext <<_ACEOF
17725 /* end confdefs.h.  */
17726
17727 int
17728 main ()
17729 {
17730 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17731   ;
17732   return 0;
17733 }
17734 _ACEOF
17735 rm -f conftest.$ac_objext conftest$ac_exeext
17736 if { (ac_try="$ac_link"
17737 case "(($ac_try" in
17738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17739   *) ac_try_echo=$ac_try;;
17740 esac
17741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17742 $as_echo "$ac_try_echo") >&5
17743   (eval "$ac_link") 2>conftest.er1
17744   ac_status=$?
17745   grep -v '^ *+' conftest.er1 >conftest.err
17746   rm -f conftest.er1
17747   cat conftest.err >&5
17748   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17749   (exit $ac_status); } && {
17750          test -z "$ac_c_werror_flag" ||
17751          test ! -s conftest.err
17752        } && test -s conftest$ac_exeext && {
17753          test "$cross_compiling" = yes ||
17754          $as_test_x conftest$ac_exeext
17755        }; then
17756   ac_cv_asm_func_def=".type 2"
17757 else
17758   $as_echo "$as_me: failed program was:" >&5
17759 sed 's/^/| /' conftest.$ac_ext >&5
17760
17761         ac_cv_asm_func_def="unknown"
17762 fi
17763
17764 rm -rf conftest.dSYM
17765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17766       conftest$ac_exeext conftest.$ac_ext
17767 fi
17768
17769 rm -rf conftest.dSYM
17770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17771       conftest$ac_exeext conftest.$ac_ext
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 fi
17778 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17779 $as_echo "$ac_cv_asm_func_def" >&6; }
17780
17781
17782
17783 case "$ac_cv_asm_func_def" in
17784   ".def")
17785      cat >>confdefs.h <<\_ACEOF
17786 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17787 _ACEOF
17788  ;;
17789   ".type @function")
17790      cat >>confdefs.h <<\_ACEOF
17791 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17792 _ACEOF
17793  ;;
17794   ".type 2")
17795      cat >>confdefs.h <<\_ACEOF
17796 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17797 _ACEOF
17798  ;;
17799   *)
17800      cat >>confdefs.h <<\_ACEOF
17801 #define __ASM_FUNC(name) ""
17802 _ACEOF
17803  ;;
17804 esac
17805
17806
17807 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17808 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17809 if test "${ac_cv_c_extern_prefix+set}" = set; then
17810   $as_echo_n "(cached) " >&6
17811 else
17812   cat >conftest.$ac_ext <<_ACEOF
17813 /* confdefs.h.  */
17814 _ACEOF
17815 cat confdefs.h >>conftest.$ac_ext
17816 cat >>conftest.$ac_ext <<_ACEOF
17817 /* end confdefs.h.  */
17818 extern int ac_test;
17819 int
17820 main ()
17821 {
17822 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17823   ;
17824   return 0;
17825 }
17826 _ACEOF
17827 rm -f conftest.$ac_objext conftest$ac_exeext
17828 if { (ac_try="$ac_link"
17829 case "(($ac_try" in
17830   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17831   *) ac_try_echo=$ac_try;;
17832 esac
17833 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17834 $as_echo "$ac_try_echo") >&5
17835   (eval "$ac_link") 2>conftest.er1
17836   ac_status=$?
17837   grep -v '^ *+' conftest.er1 >conftest.err
17838   rm -f conftest.er1
17839   cat conftest.err >&5
17840   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17841   (exit $ac_status); } && {
17842          test -z "$ac_c_werror_flag" ||
17843          test ! -s conftest.err
17844        } && test -s conftest$ac_exeext && {
17845          test "$cross_compiling" = yes ||
17846          $as_test_x conftest$ac_exeext
17847        }; then
17848   ac_cv_c_extern_prefix="yes"
17849 else
17850   $as_echo "$as_me: failed program was:" >&5
17851 sed 's/^/| /' conftest.$ac_ext >&5
17852
17853         ac_cv_c_extern_prefix="no"
17854 fi
17855
17856 rm -rf conftest.dSYM
17857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17858       conftest$ac_exeext conftest.$ac_ext
17859 fi
17860 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17861 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17862
17863
17864
17865 if test "$ac_cv_c_extern_prefix" = "yes"
17866 then
17867   cat >>confdefs.h <<\_ACEOF
17868 #define __ASM_NAME(name) "_" name
17869 _ACEOF
17870
17871 else
17872   cat >>confdefs.h <<\_ACEOF
17873 #define __ASM_NAME(name) name
17874 _ACEOF
17875
17876 fi
17877
17878
17879 LDPATH=""
17880
17881 case $build_os in
17882   cygwin*|mingw32*)
17883     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17884     ;;
17885   darwin*|macosx*)
17886     ;;
17887   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17888     then
17889       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17890     fi
17891     ;;
17892   *)
17893     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17894     ;;
17895 esac
17896
17897 case $host_os in
17898   mingw32*)
17899     CRTLIBS="-lmsvcrt"
17900
17901     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17902
17903     ;;
17904 esac
17905
17906 MAIN_BINARY="wine-pthread"
17907   case $host_cpu in
17908   *i[3456789]86*)
17909     case $host_os in
17910       linux* | k*bsd*-gnu)
17911         MAIN_BINARY="wine-glibc"
17912
17913         EXTRA_BINARIES="wine-pthread wine-preloader"
17914  ;;
17915       freebsd*)
17916         MAIN_BINARY="wine-freebsd"
17917
17918         EXTRA_BINARIES="wine-pthread"
17919  ;;
17920     esac
17921     ;;
17922 esac
17923
17924
17925 ac_save_CFLAGS="$CFLAGS"
17926 CFLAGS="$CFLAGS $BUILTINFLAG"
17927
17928
17929
17930
17931
17932
17933
17934
17935
17936
17937
17938
17939
17940
17941
17942
17943
17944
17945
17946
17947
17948
17949
17950
17951
17952
17953
17954
17955
17956
17957
17958
17959
17960
17961
17962
17963
17964
17965
17966
17967
17968
17969
17970
17971
17972
17973
17974
17975
17976
17977
17978
17979
17980
17981
17982
17983
17984
17985
17986
17987
17988
17989
17990
17991
17992
17993
17994
17995
17996
17997
17998 for ac_func in \
17999         _pclose \
18000         _popen \
18001         _snprintf \
18002         _spawnvp \
18003         _strdup \
18004         _stricmp \
18005         _strnicmp \
18006         _strtoi64 \
18007         _strtoui64 \
18008         _vsnprintf \
18009         asctime_r \
18010         chsize \
18011         dlopen \
18012         epoll_create \
18013         ffs \
18014         finite \
18015         fork \
18016         fpclass \
18017         fstatfs \
18018         fstatvfs \
18019         ftruncate \
18020         futimes \
18021         futimesat \
18022         getdirentries \
18023         getopt_long \
18024         getpagesize \
18025         getpwuid \
18026         gettid \
18027         gettimeofday \
18028         getuid \
18029         inet_ntop \
18030         inet_pton \
18031         kqueue \
18032         lstat \
18033         memmove \
18034         mmap \
18035         pclose \
18036         poll \
18037         popen \
18038         prctl \
18039         pread \
18040         pwrite \
18041         readdir \
18042         readlink \
18043         sched_yield \
18044         select \
18045         setproctitle \
18046         setrlimit \
18047         settimeofday \
18048         sigaltstack \
18049         sigprocmask \
18050         snprintf \
18051         socketpair \
18052         spawnvp \
18053         statfs \
18054         statvfs \
18055         strcasecmp \
18056         strdup \
18057         strerror \
18058         strncasecmp \
18059         strtold \
18060         strtoll \
18061         strtoull \
18062         symlink \
18063         tcgetattr \
18064         thr_kill2 \
18065         timegm \
18066         usleep \
18067         vsnprintf \
18068         wait4 \
18069         waitpid \
18070
18071 do
18072 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18073 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18074 $as_echo_n "checking for $ac_func... " >&6; }
18075 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18076   $as_echo_n "(cached) " >&6
18077 else
18078   cat >conftest.$ac_ext <<_ACEOF
18079 /* confdefs.h.  */
18080 _ACEOF
18081 cat confdefs.h >>conftest.$ac_ext
18082 cat >>conftest.$ac_ext <<_ACEOF
18083 /* end confdefs.h.  */
18084 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18085    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18086 #define $ac_func innocuous_$ac_func
18087
18088 /* System header to define __stub macros and hopefully few prototypes,
18089     which can conflict with char $ac_func (); below.
18090     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18091     <limits.h> exists even on freestanding compilers.  */
18092
18093 #ifdef __STDC__
18094 # include <limits.h>
18095 #else
18096 # include <assert.h>
18097 #endif
18098
18099 #undef $ac_func
18100
18101 /* Override any GCC internal prototype to avoid an error.
18102    Use char because int might match the return type of a GCC
18103    builtin and then its argument prototype would still apply.  */
18104 #ifdef __cplusplus
18105 extern "C"
18106 #endif
18107 char $ac_func ();
18108 /* The GNU C library defines this for functions which it implements
18109     to always fail with ENOSYS.  Some functions are actually named
18110     something starting with __ and the normal name is an alias.  */
18111 #if defined __stub_$ac_func || defined __stub___$ac_func
18112 choke me
18113 #endif
18114
18115 int
18116 main ()
18117 {
18118 return $ac_func ();
18119   ;
18120   return 0;
18121 }
18122 _ACEOF
18123 rm -f conftest.$ac_objext conftest$ac_exeext
18124 if { (ac_try="$ac_link"
18125 case "(($ac_try" in
18126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18127   *) ac_try_echo=$ac_try;;
18128 esac
18129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18130 $as_echo "$ac_try_echo") >&5
18131   (eval "$ac_link") 2>conftest.er1
18132   ac_status=$?
18133   grep -v '^ *+' conftest.er1 >conftest.err
18134   rm -f conftest.er1
18135   cat conftest.err >&5
18136   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18137   (exit $ac_status); } && {
18138          test -z "$ac_c_werror_flag" ||
18139          test ! -s conftest.err
18140        } && test -s conftest$ac_exeext && {
18141          test "$cross_compiling" = yes ||
18142          $as_test_x conftest$ac_exeext
18143        }; then
18144   eval "$as_ac_var=yes"
18145 else
18146   $as_echo "$as_me: failed program was:" >&5
18147 sed 's/^/| /' conftest.$ac_ext >&5
18148
18149         eval "$as_ac_var=no"
18150 fi
18151
18152 rm -rf conftest.dSYM
18153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18154       conftest$ac_exeext conftest.$ac_ext
18155 fi
18156 ac_res=`eval 'as_val=${'$as_ac_var'}
18157                  $as_echo "$as_val"'`
18158                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18159 $as_echo "$ac_res" >&6; }
18160 as_val=`eval 'as_val=${'$as_ac_var'}
18161                  $as_echo "$as_val"'`
18162    if test "x$as_val" = x""yes; then
18163   cat >>confdefs.h <<_ACEOF
18164 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18165 _ACEOF
18166
18167 fi
18168 done
18169
18170 CFLAGS="$ac_save_CFLAGS"
18171
18172 if test "$ac_cv_func_dlopen" = no
18173 then
18174     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18175 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18176 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18177   $as_echo_n "(cached) " >&6
18178 else
18179   ac_check_lib_save_LIBS=$LIBS
18180 LIBS="-ldl  $LIBS"
18181 cat >conftest.$ac_ext <<_ACEOF
18182 /* confdefs.h.  */
18183 _ACEOF
18184 cat confdefs.h >>conftest.$ac_ext
18185 cat >>conftest.$ac_ext <<_ACEOF
18186 /* end confdefs.h.  */
18187
18188 /* Override any GCC internal prototype to avoid an error.
18189    Use char because int might match the return type of a GCC
18190    builtin and then its argument prototype would still apply.  */
18191 #ifdef __cplusplus
18192 extern "C"
18193 #endif
18194 char dlopen ();
18195 int
18196 main ()
18197 {
18198 return dlopen ();
18199   ;
18200   return 0;
18201 }
18202 _ACEOF
18203 rm -f conftest.$ac_objext conftest$ac_exeext
18204 if { (ac_try="$ac_link"
18205 case "(($ac_try" in
18206   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18207   *) ac_try_echo=$ac_try;;
18208 esac
18209 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18210 $as_echo "$ac_try_echo") >&5
18211   (eval "$ac_link") 2>conftest.er1
18212   ac_status=$?
18213   grep -v '^ *+' conftest.er1 >conftest.err
18214   rm -f conftest.er1
18215   cat conftest.err >&5
18216   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18217   (exit $ac_status); } && {
18218          test -z "$ac_c_werror_flag" ||
18219          test ! -s conftest.err
18220        } && test -s conftest$ac_exeext && {
18221          test "$cross_compiling" = yes ||
18222          $as_test_x conftest$ac_exeext
18223        }; then
18224   ac_cv_lib_dl_dlopen=yes
18225 else
18226   $as_echo "$as_me: failed program was:" >&5
18227 sed 's/^/| /' conftest.$ac_ext >&5
18228
18229         ac_cv_lib_dl_dlopen=no
18230 fi
18231
18232 rm -rf conftest.dSYM
18233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18234       conftest$ac_exeext conftest.$ac_ext
18235 LIBS=$ac_check_lib_save_LIBS
18236 fi
18237 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18238 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18239 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18240   cat >>confdefs.h <<\_ACEOF
18241 #define HAVE_DLOPEN 1
18242 _ACEOF
18243  LIBDL="-ldl"
18244
18245 fi
18246
18247 fi
18248 ac_wine_check_funcs_save_LIBS="$LIBS"
18249 LIBS="$LIBS $LIBDL"
18250
18251 for ac_func in dladdr
18252 do
18253 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18254 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18255 $as_echo_n "checking for $ac_func... " >&6; }
18256 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18257   $as_echo_n "(cached) " >&6
18258 else
18259   cat >conftest.$ac_ext <<_ACEOF
18260 /* confdefs.h.  */
18261 _ACEOF
18262 cat confdefs.h >>conftest.$ac_ext
18263 cat >>conftest.$ac_ext <<_ACEOF
18264 /* end confdefs.h.  */
18265 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18266    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18267 #define $ac_func innocuous_$ac_func
18268
18269 /* System header to define __stub macros and hopefully few prototypes,
18270     which can conflict with char $ac_func (); below.
18271     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18272     <limits.h> exists even on freestanding compilers.  */
18273
18274 #ifdef __STDC__
18275 # include <limits.h>
18276 #else
18277 # include <assert.h>
18278 #endif
18279
18280 #undef $ac_func
18281
18282 /* Override any GCC internal prototype to avoid an error.
18283    Use char because int might match the return type of a GCC
18284    builtin and then its argument prototype would still apply.  */
18285 #ifdef __cplusplus
18286 extern "C"
18287 #endif
18288 char $ac_func ();
18289 /* The GNU C library defines this for functions which it implements
18290     to always fail with ENOSYS.  Some functions are actually named
18291     something starting with __ and the normal name is an alias.  */
18292 #if defined __stub_$ac_func || defined __stub___$ac_func
18293 choke me
18294 #endif
18295
18296 int
18297 main ()
18298 {
18299 return $ac_func ();
18300   ;
18301   return 0;
18302 }
18303 _ACEOF
18304 rm -f conftest.$ac_objext conftest$ac_exeext
18305 if { (ac_try="$ac_link"
18306 case "(($ac_try" in
18307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18308   *) ac_try_echo=$ac_try;;
18309 esac
18310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18311 $as_echo "$ac_try_echo") >&5
18312   (eval "$ac_link") 2>conftest.er1
18313   ac_status=$?
18314   grep -v '^ *+' conftest.er1 >conftest.err
18315   rm -f conftest.er1
18316   cat conftest.err >&5
18317   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18318   (exit $ac_status); } && {
18319          test -z "$ac_c_werror_flag" ||
18320          test ! -s conftest.err
18321        } && test -s conftest$ac_exeext && {
18322          test "$cross_compiling" = yes ||
18323          $as_test_x conftest$ac_exeext
18324        }; then
18325   eval "$as_ac_var=yes"
18326 else
18327   $as_echo "$as_me: failed program was:" >&5
18328 sed 's/^/| /' conftest.$ac_ext >&5
18329
18330         eval "$as_ac_var=no"
18331 fi
18332
18333 rm -rf conftest.dSYM
18334 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18335       conftest$ac_exeext conftest.$ac_ext
18336 fi
18337 ac_res=`eval 'as_val=${'$as_ac_var'}
18338                  $as_echo "$as_val"'`
18339                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18340 $as_echo "$ac_res" >&6; }
18341 as_val=`eval 'as_val=${'$as_ac_var'}
18342                  $as_echo "$as_val"'`
18343    if test "x$as_val" = x""yes; then
18344   cat >>confdefs.h <<_ACEOF
18345 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18346 _ACEOF
18347
18348 fi
18349 done
18350
18351 LIBS="$ac_wine_check_funcs_save_LIBS"
18352
18353 if test "$ac_cv_func_poll" = no
18354 then
18355     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18356 $as_echo_n "checking for poll in -lpoll... " >&6; }
18357 if test "${ac_cv_lib_poll_poll+set}" = set; then
18358   $as_echo_n "(cached) " >&6
18359 else
18360   ac_check_lib_save_LIBS=$LIBS
18361 LIBS="-lpoll  $LIBS"
18362 cat >conftest.$ac_ext <<_ACEOF
18363 /* confdefs.h.  */
18364 _ACEOF
18365 cat confdefs.h >>conftest.$ac_ext
18366 cat >>conftest.$ac_ext <<_ACEOF
18367 /* end confdefs.h.  */
18368
18369 /* Override any GCC internal prototype to avoid an error.
18370    Use char because int might match the return type of a GCC
18371    builtin and then its argument prototype would still apply.  */
18372 #ifdef __cplusplus
18373 extern "C"
18374 #endif
18375 char poll ();
18376 int
18377 main ()
18378 {
18379 return poll ();
18380   ;
18381   return 0;
18382 }
18383 _ACEOF
18384 rm -f conftest.$ac_objext conftest$ac_exeext
18385 if { (ac_try="$ac_link"
18386 case "(($ac_try" in
18387   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18388   *) ac_try_echo=$ac_try;;
18389 esac
18390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18391 $as_echo "$ac_try_echo") >&5
18392   (eval "$ac_link") 2>conftest.er1
18393   ac_status=$?
18394   grep -v '^ *+' conftest.er1 >conftest.err
18395   rm -f conftest.er1
18396   cat conftest.err >&5
18397   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18398   (exit $ac_status); } && {
18399          test -z "$ac_c_werror_flag" ||
18400          test ! -s conftest.err
18401        } && test -s conftest$ac_exeext && {
18402          test "$cross_compiling" = yes ||
18403          $as_test_x conftest$ac_exeext
18404        }; then
18405   ac_cv_lib_poll_poll=yes
18406 else
18407   $as_echo "$as_me: failed program was:" >&5
18408 sed 's/^/| /' conftest.$ac_ext >&5
18409
18410         ac_cv_lib_poll_poll=no
18411 fi
18412
18413 rm -rf conftest.dSYM
18414 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18415       conftest$ac_exeext conftest.$ac_ext
18416 LIBS=$ac_check_lib_save_LIBS
18417 fi
18418 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18419 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18420 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18421   cat >>confdefs.h <<\_ACEOF
18422 #define HAVE_POLL 1
18423 _ACEOF
18424  LIBPOLL="-lpoll"
18425
18426 fi
18427
18428 fi
18429
18430 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18431 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18432 if test "${ac_cv_search_gethostbyname+set}" = set; then
18433   $as_echo_n "(cached) " >&6
18434 else
18435   ac_func_search_save_LIBS=$LIBS
18436 cat >conftest.$ac_ext <<_ACEOF
18437 /* confdefs.h.  */
18438 _ACEOF
18439 cat confdefs.h >>conftest.$ac_ext
18440 cat >>conftest.$ac_ext <<_ACEOF
18441 /* end confdefs.h.  */
18442
18443 /* Override any GCC internal prototype to avoid an error.
18444    Use char because int might match the return type of a GCC
18445    builtin and then its argument prototype would still apply.  */
18446 #ifdef __cplusplus
18447 extern "C"
18448 #endif
18449 char gethostbyname ();
18450 int
18451 main ()
18452 {
18453 return gethostbyname ();
18454   ;
18455   return 0;
18456 }
18457 _ACEOF
18458 for ac_lib in '' nsl; do
18459   if test -z "$ac_lib"; then
18460     ac_res="none required"
18461   else
18462     ac_res=-l$ac_lib
18463     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18464   fi
18465   rm -f conftest.$ac_objext conftest$ac_exeext
18466 if { (ac_try="$ac_link"
18467 case "(($ac_try" in
18468   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18469   *) ac_try_echo=$ac_try;;
18470 esac
18471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18472 $as_echo "$ac_try_echo") >&5
18473   (eval "$ac_link") 2>conftest.er1
18474   ac_status=$?
18475   grep -v '^ *+' conftest.er1 >conftest.err
18476   rm -f conftest.er1
18477   cat conftest.err >&5
18478   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18479   (exit $ac_status); } && {
18480          test -z "$ac_c_werror_flag" ||
18481          test ! -s conftest.err
18482        } && test -s conftest$ac_exeext && {
18483          test "$cross_compiling" = yes ||
18484          $as_test_x conftest$ac_exeext
18485        }; then
18486   ac_cv_search_gethostbyname=$ac_res
18487 else
18488   $as_echo "$as_me: failed program was:" >&5
18489 sed 's/^/| /' conftest.$ac_ext >&5
18490
18491
18492 fi
18493
18494 rm -rf conftest.dSYM
18495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18496       conftest$ac_exeext
18497   if test "${ac_cv_search_gethostbyname+set}" = set; then
18498   break
18499 fi
18500 done
18501 if test "${ac_cv_search_gethostbyname+set}" = set; then
18502   :
18503 else
18504   ac_cv_search_gethostbyname=no
18505 fi
18506 rm conftest.$ac_ext
18507 LIBS=$ac_func_search_save_LIBS
18508 fi
18509 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18510 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18511 ac_res=$ac_cv_search_gethostbyname
18512 if test "$ac_res" != no; then
18513   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18514
18515 fi
18516
18517
18518 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18519 $as_echo_n "checking for library containing connect... " >&6; }
18520 if test "${ac_cv_search_connect+set}" = set; then
18521   $as_echo_n "(cached) " >&6
18522 else
18523   ac_func_search_save_LIBS=$LIBS
18524 cat >conftest.$ac_ext <<_ACEOF
18525 /* confdefs.h.  */
18526 _ACEOF
18527 cat confdefs.h >>conftest.$ac_ext
18528 cat >>conftest.$ac_ext <<_ACEOF
18529 /* end confdefs.h.  */
18530
18531 /* Override any GCC internal prototype to avoid an error.
18532    Use char because int might match the return type of a GCC
18533    builtin and then its argument prototype would still apply.  */
18534 #ifdef __cplusplus
18535 extern "C"
18536 #endif
18537 char connect ();
18538 int
18539 main ()
18540 {
18541 return connect ();
18542   ;
18543   return 0;
18544 }
18545 _ACEOF
18546 for ac_lib in '' socket; do
18547   if test -z "$ac_lib"; then
18548     ac_res="none required"
18549   else
18550     ac_res=-l$ac_lib
18551     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18552   fi
18553   rm -f conftest.$ac_objext conftest$ac_exeext
18554 if { (ac_try="$ac_link"
18555 case "(($ac_try" in
18556   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18557   *) ac_try_echo=$ac_try;;
18558 esac
18559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18560 $as_echo "$ac_try_echo") >&5
18561   (eval "$ac_link") 2>conftest.er1
18562   ac_status=$?
18563   grep -v '^ *+' conftest.er1 >conftest.err
18564   rm -f conftest.er1
18565   cat conftest.err >&5
18566   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18567   (exit $ac_status); } && {
18568          test -z "$ac_c_werror_flag" ||
18569          test ! -s conftest.err
18570        } && test -s conftest$ac_exeext && {
18571          test "$cross_compiling" = yes ||
18572          $as_test_x conftest$ac_exeext
18573        }; then
18574   ac_cv_search_connect=$ac_res
18575 else
18576   $as_echo "$as_me: failed program was:" >&5
18577 sed 's/^/| /' conftest.$ac_ext >&5
18578
18579
18580 fi
18581
18582 rm -rf conftest.dSYM
18583 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18584       conftest$ac_exeext
18585   if test "${ac_cv_search_connect+set}" = set; then
18586   break
18587 fi
18588 done
18589 if test "${ac_cv_search_connect+set}" = set; then
18590   :
18591 else
18592   ac_cv_search_connect=no
18593 fi
18594 rm conftest.$ac_ext
18595 LIBS=$ac_func_search_save_LIBS
18596 fi
18597 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18598 $as_echo "$ac_cv_search_connect" >&6; }
18599 ac_res=$ac_cv_search_connect
18600 if test "$ac_res" != no; then
18601   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18602
18603 fi
18604
18605
18606 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18607 $as_echo_n "checking for library containing inet_aton... " >&6; }
18608 if test "${ac_cv_search_inet_aton+set}" = set; then
18609   $as_echo_n "(cached) " >&6
18610 else
18611   ac_func_search_save_LIBS=$LIBS
18612 cat >conftest.$ac_ext <<_ACEOF
18613 /* confdefs.h.  */
18614 _ACEOF
18615 cat confdefs.h >>conftest.$ac_ext
18616 cat >>conftest.$ac_ext <<_ACEOF
18617 /* end confdefs.h.  */
18618
18619 /* Override any GCC internal prototype to avoid an error.
18620    Use char because int might match the return type of a GCC
18621    builtin and then its argument prototype would still apply.  */
18622 #ifdef __cplusplus
18623 extern "C"
18624 #endif
18625 char inet_aton ();
18626 int
18627 main ()
18628 {
18629 return inet_aton ();
18630   ;
18631   return 0;
18632 }
18633 _ACEOF
18634 for ac_lib in '' resolv; do
18635   if test -z "$ac_lib"; then
18636     ac_res="none required"
18637   else
18638     ac_res=-l$ac_lib
18639     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18640   fi
18641   rm -f conftest.$ac_objext conftest$ac_exeext
18642 if { (ac_try="$ac_link"
18643 case "(($ac_try" in
18644   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18645   *) ac_try_echo=$ac_try;;
18646 esac
18647 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18648 $as_echo "$ac_try_echo") >&5
18649   (eval "$ac_link") 2>conftest.er1
18650   ac_status=$?
18651   grep -v '^ *+' conftest.er1 >conftest.err
18652   rm -f conftest.er1
18653   cat conftest.err >&5
18654   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18655   (exit $ac_status); } && {
18656          test -z "$ac_c_werror_flag" ||
18657          test ! -s conftest.err
18658        } && test -s conftest$ac_exeext && {
18659          test "$cross_compiling" = yes ||
18660          $as_test_x conftest$ac_exeext
18661        }; then
18662   ac_cv_search_inet_aton=$ac_res
18663 else
18664   $as_echo "$as_me: failed program was:" >&5
18665 sed 's/^/| /' conftest.$ac_ext >&5
18666
18667
18668 fi
18669
18670 rm -rf conftest.dSYM
18671 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18672       conftest$ac_exeext
18673   if test "${ac_cv_search_inet_aton+set}" = set; then
18674   break
18675 fi
18676 done
18677 if test "${ac_cv_search_inet_aton+set}" = set; then
18678   :
18679 else
18680   ac_cv_search_inet_aton=no
18681 fi
18682 rm conftest.$ac_ext
18683 LIBS=$ac_func_search_save_LIBS
18684 fi
18685 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18686 $as_echo "$ac_cv_search_inet_aton" >&6; }
18687 ac_res=$ac_cv_search_inet_aton
18688 if test "$ac_res" != no; then
18689   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18690
18691 fi
18692
18693
18694
18695
18696
18697
18698
18699
18700
18701
18702 for ac_func in \
18703         getaddrinfo \
18704         getnameinfo \
18705         getnetbyname \
18706         getprotobyname \
18707         getprotobynumber \
18708         getservbyport \
18709         inet_network \
18710         sendmsg \
18711
18712 do
18713 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18714 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18715 $as_echo_n "checking for $ac_func... " >&6; }
18716 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18717   $as_echo_n "(cached) " >&6
18718 else
18719   cat >conftest.$ac_ext <<_ACEOF
18720 /* confdefs.h.  */
18721 _ACEOF
18722 cat confdefs.h >>conftest.$ac_ext
18723 cat >>conftest.$ac_ext <<_ACEOF
18724 /* end confdefs.h.  */
18725 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18726    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18727 #define $ac_func innocuous_$ac_func
18728
18729 /* System header to define __stub macros and hopefully few prototypes,
18730     which can conflict with char $ac_func (); below.
18731     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18732     <limits.h> exists even on freestanding compilers.  */
18733
18734 #ifdef __STDC__
18735 # include <limits.h>
18736 #else
18737 # include <assert.h>
18738 #endif
18739
18740 #undef $ac_func
18741
18742 /* Override any GCC internal prototype to avoid an error.
18743    Use char because int might match the return type of a GCC
18744    builtin and then its argument prototype would still apply.  */
18745 #ifdef __cplusplus
18746 extern "C"
18747 #endif
18748 char $ac_func ();
18749 /* The GNU C library defines this for functions which it implements
18750     to always fail with ENOSYS.  Some functions are actually named
18751     something starting with __ and the normal name is an alias.  */
18752 #if defined __stub_$ac_func || defined __stub___$ac_func
18753 choke me
18754 #endif
18755
18756 int
18757 main ()
18758 {
18759 return $ac_func ();
18760   ;
18761   return 0;
18762 }
18763 _ACEOF
18764 rm -f conftest.$ac_objext conftest$ac_exeext
18765 if { (ac_try="$ac_link"
18766 case "(($ac_try" in
18767   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18768   *) ac_try_echo=$ac_try;;
18769 esac
18770 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18771 $as_echo "$ac_try_echo") >&5
18772   (eval "$ac_link") 2>conftest.er1
18773   ac_status=$?
18774   grep -v '^ *+' conftest.er1 >conftest.err
18775   rm -f conftest.er1
18776   cat conftest.err >&5
18777   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18778   (exit $ac_status); } && {
18779          test -z "$ac_c_werror_flag" ||
18780          test ! -s conftest.err
18781        } && test -s conftest$ac_exeext && {
18782          test "$cross_compiling" = yes ||
18783          $as_test_x conftest$ac_exeext
18784        }; then
18785   eval "$as_ac_var=yes"
18786 else
18787   $as_echo "$as_me: failed program was:" >&5
18788 sed 's/^/| /' conftest.$ac_ext >&5
18789
18790         eval "$as_ac_var=no"
18791 fi
18792
18793 rm -rf conftest.dSYM
18794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18795       conftest$ac_exeext conftest.$ac_ext
18796 fi
18797 ac_res=`eval 'as_val=${'$as_ac_var'}
18798                  $as_echo "$as_val"'`
18799                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18800 $as_echo "$ac_res" >&6; }
18801 as_val=`eval 'as_val=${'$as_ac_var'}
18802                  $as_echo "$as_val"'`
18803    if test "x$as_val" = x""yes; then
18804   cat >>confdefs.h <<_ACEOF
18805 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18806 _ACEOF
18807
18808 fi
18809 done
18810
18811
18812 LDAPLIBS=""
18813
18814 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18815 then
18816     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18817 $as_echo_n "checking for LDAPSortKey... " >&6; }
18818 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18819   $as_echo_n "(cached) " >&6
18820 else
18821   ac_cv_type_LDAPSortKey=no
18822 cat >conftest.$ac_ext <<_ACEOF
18823 /* confdefs.h.  */
18824 _ACEOF
18825 cat confdefs.h >>conftest.$ac_ext
18826 cat >>conftest.$ac_ext <<_ACEOF
18827 /* end confdefs.h.  */
18828 #include <ldap.h>
18829
18830 int
18831 main ()
18832 {
18833 if (sizeof (LDAPSortKey))
18834        return 0;
18835   ;
18836   return 0;
18837 }
18838 _ACEOF
18839 rm -f conftest.$ac_objext
18840 if { (ac_try="$ac_compile"
18841 case "(($ac_try" in
18842   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18843   *) ac_try_echo=$ac_try;;
18844 esac
18845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18846 $as_echo "$ac_try_echo") >&5
18847   (eval "$ac_compile") 2>conftest.er1
18848   ac_status=$?
18849   grep -v '^ *+' conftest.er1 >conftest.err
18850   rm -f conftest.er1
18851   cat conftest.err >&5
18852   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18853   (exit $ac_status); } && {
18854          test -z "$ac_c_werror_flag" ||
18855          test ! -s conftest.err
18856        } && test -s conftest.$ac_objext; then
18857   cat >conftest.$ac_ext <<_ACEOF
18858 /* confdefs.h.  */
18859 _ACEOF
18860 cat confdefs.h >>conftest.$ac_ext
18861 cat >>conftest.$ac_ext <<_ACEOF
18862 /* end confdefs.h.  */
18863 #include <ldap.h>
18864
18865 int
18866 main ()
18867 {
18868 if (sizeof ((LDAPSortKey)))
18869           return 0;
18870   ;
18871   return 0;
18872 }
18873 _ACEOF
18874 rm -f conftest.$ac_objext
18875 if { (ac_try="$ac_compile"
18876 case "(($ac_try" in
18877   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18878   *) ac_try_echo=$ac_try;;
18879 esac
18880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18881 $as_echo "$ac_try_echo") >&5
18882   (eval "$ac_compile") 2>conftest.er1
18883   ac_status=$?
18884   grep -v '^ *+' conftest.er1 >conftest.err
18885   rm -f conftest.er1
18886   cat conftest.err >&5
18887   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18888   (exit $ac_status); } && {
18889          test -z "$ac_c_werror_flag" ||
18890          test ! -s conftest.err
18891        } && test -s conftest.$ac_objext; then
18892   :
18893 else
18894   $as_echo "$as_me: failed program was:" >&5
18895 sed 's/^/| /' conftest.$ac_ext >&5
18896
18897         ac_cv_type_LDAPSortKey=yes
18898 fi
18899
18900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18901 else
18902   $as_echo "$as_me: failed program was:" >&5
18903 sed 's/^/| /' conftest.$ac_ext >&5
18904
18905
18906 fi
18907
18908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18909 fi
18910 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18911 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18912 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18913   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18914 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18915 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18916   $as_echo_n "(cached) " >&6
18917 else
18918   ac_check_lib_save_LIBS=$LIBS
18919 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18920 cat >conftest.$ac_ext <<_ACEOF
18921 /* confdefs.h.  */
18922 _ACEOF
18923 cat confdefs.h >>conftest.$ac_ext
18924 cat >>conftest.$ac_ext <<_ACEOF
18925 /* end confdefs.h.  */
18926
18927 /* Override any GCC internal prototype to avoid an error.
18928    Use char because int might match the return type of a GCC
18929    builtin and then its argument prototype would still apply.  */
18930 #ifdef __cplusplus
18931 extern "C"
18932 #endif
18933 char ldap_initialize ();
18934 int
18935 main ()
18936 {
18937 return ldap_initialize ();
18938   ;
18939   return 0;
18940 }
18941 _ACEOF
18942 rm -f conftest.$ac_objext conftest$ac_exeext
18943 if { (ac_try="$ac_link"
18944 case "(($ac_try" in
18945   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18946   *) ac_try_echo=$ac_try;;
18947 esac
18948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18949 $as_echo "$ac_try_echo") >&5
18950   (eval "$ac_link") 2>conftest.er1
18951   ac_status=$?
18952   grep -v '^ *+' conftest.er1 >conftest.err
18953   rm -f conftest.er1
18954   cat conftest.err >&5
18955   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18956   (exit $ac_status); } && {
18957          test -z "$ac_c_werror_flag" ||
18958          test ! -s conftest.err
18959        } && test -s conftest$ac_exeext && {
18960          test "$cross_compiling" = yes ||
18961          $as_test_x conftest$ac_exeext
18962        }; then
18963   ac_cv_lib_ldap_r_ldap_initialize=yes
18964 else
18965   $as_echo "$as_me: failed program was:" >&5
18966 sed 's/^/| /' conftest.$ac_ext >&5
18967
18968         ac_cv_lib_ldap_r_ldap_initialize=no
18969 fi
18970
18971 rm -rf conftest.dSYM
18972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18973       conftest$ac_exeext conftest.$ac_ext
18974 LIBS=$ac_check_lib_save_LIBS
18975 fi
18976 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18977 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18978 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18979   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18980 $as_echo_n "checking for ber_init in -llber... " >&6; }
18981 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18982   $as_echo_n "(cached) " >&6
18983 else
18984   ac_check_lib_save_LIBS=$LIBS
18985 LIBS="-llber $LIBPTHREAD $LIBS"
18986 cat >conftest.$ac_ext <<_ACEOF
18987 /* confdefs.h.  */
18988 _ACEOF
18989 cat confdefs.h >>conftest.$ac_ext
18990 cat >>conftest.$ac_ext <<_ACEOF
18991 /* end confdefs.h.  */
18992
18993 /* Override any GCC internal prototype to avoid an error.
18994    Use char because int might match the return type of a GCC
18995    builtin and then its argument prototype would still apply.  */
18996 #ifdef __cplusplus
18997 extern "C"
18998 #endif
18999 char ber_init ();
19000 int
19001 main ()
19002 {
19003 return ber_init ();
19004   ;
19005   return 0;
19006 }
19007 _ACEOF
19008 rm -f conftest.$ac_objext conftest$ac_exeext
19009 if { (ac_try="$ac_link"
19010 case "(($ac_try" in
19011   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19012   *) ac_try_echo=$ac_try;;
19013 esac
19014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19015 $as_echo "$ac_try_echo") >&5
19016   (eval "$ac_link") 2>conftest.er1
19017   ac_status=$?
19018   grep -v '^ *+' conftest.er1 >conftest.err
19019   rm -f conftest.er1
19020   cat conftest.err >&5
19021   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19022   (exit $ac_status); } && {
19023          test -z "$ac_c_werror_flag" ||
19024          test ! -s conftest.err
19025        } && test -s conftest$ac_exeext && {
19026          test "$cross_compiling" = yes ||
19027          $as_test_x conftest$ac_exeext
19028        }; then
19029   ac_cv_lib_lber_ber_init=yes
19030 else
19031   $as_echo "$as_me: failed program was:" >&5
19032 sed 's/^/| /' conftest.$ac_ext >&5
19033
19034         ac_cv_lib_lber_ber_init=no
19035 fi
19036
19037 rm -rf conftest.dSYM
19038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19039       conftest$ac_exeext conftest.$ac_ext
19040 LIBS=$ac_check_lib_save_LIBS
19041 fi
19042 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19043 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19044 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19045
19046 cat >>confdefs.h <<\_ACEOF
19047 #define HAVE_LDAP 1
19048 _ACEOF
19049
19050                  LDAPLIBS="-lldap_r -llber"
19051 fi
19052
19053 fi
19054
19055 fi
19056
19057     ac_wine_check_funcs_save_LIBS="$LIBS"
19058 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19059
19060
19061
19062
19063
19064
19065
19066
19067 for ac_func in \
19068         ldap_count_references \
19069         ldap_first_reference \
19070         ldap_next_reference \
19071         ldap_parse_reference \
19072         ldap_parse_sort_control \
19073         ldap_parse_sortresponse_control \
19074         ldap_parse_vlv_control \
19075         ldap_parse_vlvresponse_control
19076 do
19077 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19078 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19079 $as_echo_n "checking for $ac_func... " >&6; }
19080 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19081   $as_echo_n "(cached) " >&6
19082 else
19083   cat >conftest.$ac_ext <<_ACEOF
19084 /* confdefs.h.  */
19085 _ACEOF
19086 cat confdefs.h >>conftest.$ac_ext
19087 cat >>conftest.$ac_ext <<_ACEOF
19088 /* end confdefs.h.  */
19089 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19090    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19091 #define $ac_func innocuous_$ac_func
19092
19093 /* System header to define __stub macros and hopefully few prototypes,
19094     which can conflict with char $ac_func (); below.
19095     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19096     <limits.h> exists even on freestanding compilers.  */
19097
19098 #ifdef __STDC__
19099 # include <limits.h>
19100 #else
19101 # include <assert.h>
19102 #endif
19103
19104 #undef $ac_func
19105
19106 /* Override any GCC internal prototype to avoid an error.
19107    Use char because int might match the return type of a GCC
19108    builtin and then its argument prototype would still apply.  */
19109 #ifdef __cplusplus
19110 extern "C"
19111 #endif
19112 char $ac_func ();
19113 /* The GNU C library defines this for functions which it implements
19114     to always fail with ENOSYS.  Some functions are actually named
19115     something starting with __ and the normal name is an alias.  */
19116 #if defined __stub_$ac_func || defined __stub___$ac_func
19117 choke me
19118 #endif
19119
19120 int
19121 main ()
19122 {
19123 return $ac_func ();
19124   ;
19125   return 0;
19126 }
19127 _ACEOF
19128 rm -f conftest.$ac_objext conftest$ac_exeext
19129 if { (ac_try="$ac_link"
19130 case "(($ac_try" in
19131   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19132   *) ac_try_echo=$ac_try;;
19133 esac
19134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19135 $as_echo "$ac_try_echo") >&5
19136   (eval "$ac_link") 2>conftest.er1
19137   ac_status=$?
19138   grep -v '^ *+' conftest.er1 >conftest.err
19139   rm -f conftest.er1
19140   cat conftest.err >&5
19141   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19142   (exit $ac_status); } && {
19143          test -z "$ac_c_werror_flag" ||
19144          test ! -s conftest.err
19145        } && test -s conftest$ac_exeext && {
19146          test "$cross_compiling" = yes ||
19147          $as_test_x conftest$ac_exeext
19148        }; then
19149   eval "$as_ac_var=yes"
19150 else
19151   $as_echo "$as_me: failed program was:" >&5
19152 sed 's/^/| /' conftest.$ac_ext >&5
19153
19154         eval "$as_ac_var=no"
19155 fi
19156
19157 rm -rf conftest.dSYM
19158 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19159       conftest$ac_exeext conftest.$ac_ext
19160 fi
19161 ac_res=`eval 'as_val=${'$as_ac_var'}
19162                  $as_echo "$as_val"'`
19163                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19164 $as_echo "$ac_res" >&6; }
19165 as_val=`eval 'as_val=${'$as_ac_var'}
19166                  $as_echo "$as_val"'`
19167    if test "x$as_val" = x""yes; then
19168   cat >>confdefs.h <<_ACEOF
19169 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19170 _ACEOF
19171
19172 fi
19173 done
19174
19175 LIBS="$ac_wine_check_funcs_save_LIBS"
19176 fi
19177 if test "x$LDAPLIBS" = "x"; then
19178   case "x$with_ldap" in
19179   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19180   xno) ;;
19181   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19182 This is an error since --with-ldap was requested." >&5
19183 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19184 This is an error since --with-ldap was requested." >&2;}
19185    { (exit 1); exit 1; }; } ;;
19186 esac
19187 fi
19188
19189
19190 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19191 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19192 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19193   $as_echo_n "(cached) " >&6
19194 else
19195   cat >conftest.$ac_ext <<_ACEOF
19196 /* confdefs.h.  */
19197 _ACEOF
19198 cat confdefs.h >>conftest.$ac_ext
19199 cat >>conftest.$ac_ext <<_ACEOF
19200 /* end confdefs.h.  */
19201 #include <sys/stat.h>
19202 int
19203 main ()
19204 {
19205 mkdir("foo");
19206   ;
19207   return 0;
19208 }
19209 _ACEOF
19210 rm -f conftest.$ac_objext
19211 if { (ac_try="$ac_compile"
19212 case "(($ac_try" in
19213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19214   *) ac_try_echo=$ac_try;;
19215 esac
19216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19217 $as_echo "$ac_try_echo") >&5
19218   (eval "$ac_compile") 2>conftest.er1
19219   ac_status=$?
19220   grep -v '^ *+' conftest.er1 >conftest.err
19221   rm -f conftest.er1
19222   cat conftest.err >&5
19223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19224   (exit $ac_status); } && {
19225          test -z "$ac_c_werror_flag" ||
19226          test ! -s conftest.err
19227        } && test -s conftest.$ac_objext; then
19228   wine_cv_one_arg_mkdir=yes
19229 else
19230   $as_echo "$as_me: failed program was:" >&5
19231 sed 's/^/| /' conftest.$ac_ext >&5
19232
19233         wine_cv_one_arg_mkdir=no
19234 fi
19235
19236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19237 fi
19238 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19239 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19240 if test "$wine_cv_one_arg_mkdir" = "yes"
19241 then
19242
19243 cat >>confdefs.h <<\_ACEOF
19244 #define HAVE_ONE_ARG_MKDIR 1
19245 _ACEOF
19246
19247 fi
19248
19249
19250 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19251 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19252 if test "${ac_cv_c_const+set}" = set; then
19253   $as_echo_n "(cached) " >&6
19254 else
19255   cat >conftest.$ac_ext <<_ACEOF
19256 /* confdefs.h.  */
19257 _ACEOF
19258 cat confdefs.h >>conftest.$ac_ext
19259 cat >>conftest.$ac_ext <<_ACEOF
19260 /* end confdefs.h.  */
19261
19262 int
19263 main ()
19264 {
19265 /* FIXME: Include the comments suggested by Paul. */
19266 #ifndef __cplusplus
19267   /* Ultrix mips cc rejects this.  */
19268   typedef int charset[2];
19269   const charset cs;
19270   /* SunOS 4.1.1 cc rejects this.  */
19271   char const *const *pcpcc;
19272   char **ppc;
19273   /* NEC SVR4.0.2 mips cc rejects this.  */
19274   struct point {int x, y;};
19275   static struct point const zero = {0,0};
19276   /* AIX XL C 1.02.0.0 rejects this.
19277      It does not let you subtract one const X* pointer from another in
19278      an arm of an if-expression whose if-part is not a constant
19279      expression */
19280   const char *g = "string";
19281   pcpcc = &g + (g ? g-g : 0);
19282   /* HPUX 7.0 cc rejects these. */
19283   ++pcpcc;
19284   ppc = (char**) pcpcc;
19285   pcpcc = (char const *const *) ppc;
19286   { /* SCO 3.2v4 cc rejects this.  */
19287     char *t;
19288     char const *s = 0 ? (char *) 0 : (char const *) 0;
19289
19290     *t++ = 0;
19291     if (s) return 0;
19292   }
19293   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19294     int x[] = {25, 17};
19295     const int *foo = &x[0];
19296     ++foo;
19297   }
19298   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19299     typedef const int *iptr;
19300     iptr p = 0;
19301     ++p;
19302   }
19303   { /* AIX XL C 1.02.0.0 rejects this saying
19304        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19305     struct s { int j; const int *ap[3]; };
19306     struct s *b; b->j = 5;
19307   }
19308   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19309     const int foo = 10;
19310     if (!foo) return 0;
19311   }
19312   return !cs[0] && !zero.x;
19313 #endif
19314
19315   ;
19316   return 0;
19317 }
19318 _ACEOF
19319 rm -f conftest.$ac_objext
19320 if { (ac_try="$ac_compile"
19321 case "(($ac_try" in
19322   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19323   *) ac_try_echo=$ac_try;;
19324 esac
19325 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19326 $as_echo "$ac_try_echo") >&5
19327   (eval "$ac_compile") 2>conftest.er1
19328   ac_status=$?
19329   grep -v '^ *+' conftest.er1 >conftest.err
19330   rm -f conftest.er1
19331   cat conftest.err >&5
19332   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19333   (exit $ac_status); } && {
19334          test -z "$ac_c_werror_flag" ||
19335          test ! -s conftest.err
19336        } && test -s conftest.$ac_objext; then
19337   ac_cv_c_const=yes
19338 else
19339   $as_echo "$as_me: failed program was:" >&5
19340 sed 's/^/| /' conftest.$ac_ext >&5
19341
19342         ac_cv_c_const=no
19343 fi
19344
19345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19346 fi
19347 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19348 $as_echo "$ac_cv_c_const" >&6; }
19349 if test $ac_cv_c_const = no; then
19350
19351 cat >>confdefs.h <<\_ACEOF
19352 #define const /**/
19353 _ACEOF
19354
19355 fi
19356
19357 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19358 $as_echo_n "checking for inline... " >&6; }
19359 if test "${ac_cv_c_inline+set}" = set; then
19360   $as_echo_n "(cached) " >&6
19361 else
19362   ac_cv_c_inline=no
19363 for ac_kw in inline __inline__ __inline; do
19364   cat >conftest.$ac_ext <<_ACEOF
19365 /* confdefs.h.  */
19366 _ACEOF
19367 cat confdefs.h >>conftest.$ac_ext
19368 cat >>conftest.$ac_ext <<_ACEOF
19369 /* end confdefs.h.  */
19370 #ifndef __cplusplus
19371 typedef int foo_t;
19372 static $ac_kw foo_t static_foo () {return 0; }
19373 $ac_kw foo_t foo () {return 0; }
19374 #endif
19375
19376 _ACEOF
19377 rm -f conftest.$ac_objext
19378 if { (ac_try="$ac_compile"
19379 case "(($ac_try" in
19380   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19381   *) ac_try_echo=$ac_try;;
19382 esac
19383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19384 $as_echo "$ac_try_echo") >&5
19385   (eval "$ac_compile") 2>conftest.er1
19386   ac_status=$?
19387   grep -v '^ *+' conftest.er1 >conftest.err
19388   rm -f conftest.er1
19389   cat conftest.err >&5
19390   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19391   (exit $ac_status); } && {
19392          test -z "$ac_c_werror_flag" ||
19393          test ! -s conftest.err
19394        } && test -s conftest.$ac_objext; then
19395   ac_cv_c_inline=$ac_kw
19396 else
19397   $as_echo "$as_me: failed program was:" >&5
19398 sed 's/^/| /' conftest.$ac_ext >&5
19399
19400
19401 fi
19402
19403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19404   test "$ac_cv_c_inline" != no && break
19405 done
19406
19407 fi
19408 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19409 $as_echo "$ac_cv_c_inline" >&6; }
19410
19411
19412 case $ac_cv_c_inline in
19413   inline | yes) ;;
19414   *)
19415     case $ac_cv_c_inline in
19416       no) ac_val=;;
19417       *) ac_val=$ac_cv_c_inline;;
19418     esac
19419     cat >>confdefs.h <<_ACEOF
19420 #ifndef __cplusplus
19421 #define inline $ac_val
19422 #endif
19423 _ACEOF
19424     ;;
19425 esac
19426
19427 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19428 $as_echo_n "checking for mode_t... " >&6; }
19429 if test "${ac_cv_type_mode_t+set}" = set; then
19430   $as_echo_n "(cached) " >&6
19431 else
19432   ac_cv_type_mode_t=no
19433 cat >conftest.$ac_ext <<_ACEOF
19434 /* confdefs.h.  */
19435 _ACEOF
19436 cat confdefs.h >>conftest.$ac_ext
19437 cat >>conftest.$ac_ext <<_ACEOF
19438 /* end confdefs.h.  */
19439 $ac_includes_default
19440 int
19441 main ()
19442 {
19443 if (sizeof (mode_t))
19444        return 0;
19445   ;
19446   return 0;
19447 }
19448 _ACEOF
19449 rm -f conftest.$ac_objext
19450 if { (ac_try="$ac_compile"
19451 case "(($ac_try" in
19452   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19453   *) ac_try_echo=$ac_try;;
19454 esac
19455 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19456 $as_echo "$ac_try_echo") >&5
19457   (eval "$ac_compile") 2>conftest.er1
19458   ac_status=$?
19459   grep -v '^ *+' conftest.er1 >conftest.err
19460   rm -f conftest.er1
19461   cat conftest.err >&5
19462   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19463   (exit $ac_status); } && {
19464          test -z "$ac_c_werror_flag" ||
19465          test ! -s conftest.err
19466        } && test -s conftest.$ac_objext; then
19467   cat >conftest.$ac_ext <<_ACEOF
19468 /* confdefs.h.  */
19469 _ACEOF
19470 cat confdefs.h >>conftest.$ac_ext
19471 cat >>conftest.$ac_ext <<_ACEOF
19472 /* end confdefs.h.  */
19473 $ac_includes_default
19474 int
19475 main ()
19476 {
19477 if (sizeof ((mode_t)))
19478           return 0;
19479   ;
19480   return 0;
19481 }
19482 _ACEOF
19483 rm -f conftest.$ac_objext
19484 if { (ac_try="$ac_compile"
19485 case "(($ac_try" in
19486   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19487   *) ac_try_echo=$ac_try;;
19488 esac
19489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19490 $as_echo "$ac_try_echo") >&5
19491   (eval "$ac_compile") 2>conftest.er1
19492   ac_status=$?
19493   grep -v '^ *+' conftest.er1 >conftest.err
19494   rm -f conftest.er1
19495   cat conftest.err >&5
19496   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19497   (exit $ac_status); } && {
19498          test -z "$ac_c_werror_flag" ||
19499          test ! -s conftest.err
19500        } && test -s conftest.$ac_objext; then
19501   :
19502 else
19503   $as_echo "$as_me: failed program was:" >&5
19504 sed 's/^/| /' conftest.$ac_ext >&5
19505
19506         ac_cv_type_mode_t=yes
19507 fi
19508
19509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19510 else
19511   $as_echo "$as_me: failed program was:" >&5
19512 sed 's/^/| /' conftest.$ac_ext >&5
19513
19514
19515 fi
19516
19517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19518 fi
19519 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19520 $as_echo "$ac_cv_type_mode_t" >&6; }
19521 if test "x$ac_cv_type_mode_t" = x""yes; then
19522
19523 cat >>confdefs.h <<_ACEOF
19524 #define HAVE_MODE_T 1
19525 _ACEOF
19526
19527
19528 fi
19529 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19530 $as_echo_n "checking for off_t... " >&6; }
19531 if test "${ac_cv_type_off_t+set}" = set; then
19532   $as_echo_n "(cached) " >&6
19533 else
19534   ac_cv_type_off_t=no
19535 cat >conftest.$ac_ext <<_ACEOF
19536 /* confdefs.h.  */
19537 _ACEOF
19538 cat confdefs.h >>conftest.$ac_ext
19539 cat >>conftest.$ac_ext <<_ACEOF
19540 /* end confdefs.h.  */
19541 $ac_includes_default
19542 int
19543 main ()
19544 {
19545 if (sizeof (off_t))
19546        return 0;
19547   ;
19548   return 0;
19549 }
19550 _ACEOF
19551 rm -f conftest.$ac_objext
19552 if { (ac_try="$ac_compile"
19553 case "(($ac_try" in
19554   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19555   *) ac_try_echo=$ac_try;;
19556 esac
19557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19558 $as_echo "$ac_try_echo") >&5
19559   (eval "$ac_compile") 2>conftest.er1
19560   ac_status=$?
19561   grep -v '^ *+' conftest.er1 >conftest.err
19562   rm -f conftest.er1
19563   cat conftest.err >&5
19564   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19565   (exit $ac_status); } && {
19566          test -z "$ac_c_werror_flag" ||
19567          test ! -s conftest.err
19568        } && test -s conftest.$ac_objext; then
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 $ac_includes_default
19576 int
19577 main ()
19578 {
19579 if (sizeof ((off_t)))
19580           return 0;
19581   ;
19582   return 0;
19583 }
19584 _ACEOF
19585 rm -f conftest.$ac_objext
19586 if { (ac_try="$ac_compile"
19587 case "(($ac_try" in
19588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19589   *) ac_try_echo=$ac_try;;
19590 esac
19591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19592 $as_echo "$ac_try_echo") >&5
19593   (eval "$ac_compile") 2>conftest.er1
19594   ac_status=$?
19595   grep -v '^ *+' conftest.er1 >conftest.err
19596   rm -f conftest.er1
19597   cat conftest.err >&5
19598   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19599   (exit $ac_status); } && {
19600          test -z "$ac_c_werror_flag" ||
19601          test ! -s conftest.err
19602        } && test -s conftest.$ac_objext; then
19603   :
19604 else
19605   $as_echo "$as_me: failed program was:" >&5
19606 sed 's/^/| /' conftest.$ac_ext >&5
19607
19608         ac_cv_type_off_t=yes
19609 fi
19610
19611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19612 else
19613   $as_echo "$as_me: failed program was:" >&5
19614 sed 's/^/| /' conftest.$ac_ext >&5
19615
19616
19617 fi
19618
19619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19620 fi
19621 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19622 $as_echo "$ac_cv_type_off_t" >&6; }
19623 if test "x$ac_cv_type_off_t" = x""yes; then
19624
19625 cat >>confdefs.h <<_ACEOF
19626 #define HAVE_OFF_T 1
19627 _ACEOF
19628
19629
19630 fi
19631 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19632 $as_echo_n "checking for pid_t... " >&6; }
19633 if test "${ac_cv_type_pid_t+set}" = set; then
19634   $as_echo_n "(cached) " >&6
19635 else
19636   ac_cv_type_pid_t=no
19637 cat >conftest.$ac_ext <<_ACEOF
19638 /* confdefs.h.  */
19639 _ACEOF
19640 cat confdefs.h >>conftest.$ac_ext
19641 cat >>conftest.$ac_ext <<_ACEOF
19642 /* end confdefs.h.  */
19643 $ac_includes_default
19644 int
19645 main ()
19646 {
19647 if (sizeof (pid_t))
19648        return 0;
19649   ;
19650   return 0;
19651 }
19652 _ACEOF
19653 rm -f conftest.$ac_objext
19654 if { (ac_try="$ac_compile"
19655 case "(($ac_try" in
19656   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19657   *) ac_try_echo=$ac_try;;
19658 esac
19659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19660 $as_echo "$ac_try_echo") >&5
19661   (eval "$ac_compile") 2>conftest.er1
19662   ac_status=$?
19663   grep -v '^ *+' conftest.er1 >conftest.err
19664   rm -f conftest.er1
19665   cat conftest.err >&5
19666   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19667   (exit $ac_status); } && {
19668          test -z "$ac_c_werror_flag" ||
19669          test ! -s conftest.err
19670        } && test -s conftest.$ac_objext; then
19671   cat >conftest.$ac_ext <<_ACEOF
19672 /* confdefs.h.  */
19673 _ACEOF
19674 cat confdefs.h >>conftest.$ac_ext
19675 cat >>conftest.$ac_ext <<_ACEOF
19676 /* end confdefs.h.  */
19677 $ac_includes_default
19678 int
19679 main ()
19680 {
19681 if (sizeof ((pid_t)))
19682           return 0;
19683   ;
19684   return 0;
19685 }
19686 _ACEOF
19687 rm -f conftest.$ac_objext
19688 if { (ac_try="$ac_compile"
19689 case "(($ac_try" in
19690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19691   *) ac_try_echo=$ac_try;;
19692 esac
19693 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19694 $as_echo "$ac_try_echo") >&5
19695   (eval "$ac_compile") 2>conftest.er1
19696   ac_status=$?
19697   grep -v '^ *+' conftest.er1 >conftest.err
19698   rm -f conftest.er1
19699   cat conftest.err >&5
19700   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19701   (exit $ac_status); } && {
19702          test -z "$ac_c_werror_flag" ||
19703          test ! -s conftest.err
19704        } && test -s conftest.$ac_objext; then
19705   :
19706 else
19707   $as_echo "$as_me: failed program was:" >&5
19708 sed 's/^/| /' conftest.$ac_ext >&5
19709
19710         ac_cv_type_pid_t=yes
19711 fi
19712
19713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19714 else
19715   $as_echo "$as_me: failed program was:" >&5
19716 sed 's/^/| /' conftest.$ac_ext >&5
19717
19718
19719 fi
19720
19721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19722 fi
19723 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19724 $as_echo "$ac_cv_type_pid_t" >&6; }
19725 if test "x$ac_cv_type_pid_t" = x""yes; then
19726
19727 cat >>confdefs.h <<_ACEOF
19728 #define HAVE_PID_T 1
19729 _ACEOF
19730
19731
19732 fi
19733 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19734 $as_echo_n "checking for size_t... " >&6; }
19735 if test "${ac_cv_type_size_t+set}" = set; then
19736   $as_echo_n "(cached) " >&6
19737 else
19738   ac_cv_type_size_t=no
19739 cat >conftest.$ac_ext <<_ACEOF
19740 /* confdefs.h.  */
19741 _ACEOF
19742 cat confdefs.h >>conftest.$ac_ext
19743 cat >>conftest.$ac_ext <<_ACEOF
19744 /* end confdefs.h.  */
19745 $ac_includes_default
19746 int
19747 main ()
19748 {
19749 if (sizeof (size_t))
19750        return 0;
19751   ;
19752   return 0;
19753 }
19754 _ACEOF
19755 rm -f conftest.$ac_objext
19756 if { (ac_try="$ac_compile"
19757 case "(($ac_try" in
19758   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19759   *) ac_try_echo=$ac_try;;
19760 esac
19761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19762 $as_echo "$ac_try_echo") >&5
19763   (eval "$ac_compile") 2>conftest.er1
19764   ac_status=$?
19765   grep -v '^ *+' conftest.er1 >conftest.err
19766   rm -f conftest.er1
19767   cat conftest.err >&5
19768   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19769   (exit $ac_status); } && {
19770          test -z "$ac_c_werror_flag" ||
19771          test ! -s conftest.err
19772        } && test -s conftest.$ac_objext; then
19773   cat >conftest.$ac_ext <<_ACEOF
19774 /* confdefs.h.  */
19775 _ACEOF
19776 cat confdefs.h >>conftest.$ac_ext
19777 cat >>conftest.$ac_ext <<_ACEOF
19778 /* end confdefs.h.  */
19779 $ac_includes_default
19780 int
19781 main ()
19782 {
19783 if (sizeof ((size_t)))
19784           return 0;
19785   ;
19786   return 0;
19787 }
19788 _ACEOF
19789 rm -f conftest.$ac_objext
19790 if { (ac_try="$ac_compile"
19791 case "(($ac_try" in
19792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19793   *) ac_try_echo=$ac_try;;
19794 esac
19795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19796 $as_echo "$ac_try_echo") >&5
19797   (eval "$ac_compile") 2>conftest.er1
19798   ac_status=$?
19799   grep -v '^ *+' conftest.er1 >conftest.err
19800   rm -f conftest.er1
19801   cat conftest.err >&5
19802   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19803   (exit $ac_status); } && {
19804          test -z "$ac_c_werror_flag" ||
19805          test ! -s conftest.err
19806        } && test -s conftest.$ac_objext; then
19807   :
19808 else
19809   $as_echo "$as_me: failed program was:" >&5
19810 sed 's/^/| /' conftest.$ac_ext >&5
19811
19812         ac_cv_type_size_t=yes
19813 fi
19814
19815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19816 else
19817   $as_echo "$as_me: failed program was:" >&5
19818 sed 's/^/| /' conftest.$ac_ext >&5
19819
19820
19821 fi
19822
19823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19824 fi
19825 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19826 $as_echo "$ac_cv_type_size_t" >&6; }
19827 if test "x$ac_cv_type_size_t" = x""yes; then
19828
19829 cat >>confdefs.h <<_ACEOF
19830 #define HAVE_SIZE_T 1
19831 _ACEOF
19832
19833
19834 fi
19835 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19836 $as_echo_n "checking for ssize_t... " >&6; }
19837 if test "${ac_cv_type_ssize_t+set}" = set; then
19838   $as_echo_n "(cached) " >&6
19839 else
19840   ac_cv_type_ssize_t=no
19841 cat >conftest.$ac_ext <<_ACEOF
19842 /* confdefs.h.  */
19843 _ACEOF
19844 cat confdefs.h >>conftest.$ac_ext
19845 cat >>conftest.$ac_ext <<_ACEOF
19846 /* end confdefs.h.  */
19847 $ac_includes_default
19848 int
19849 main ()
19850 {
19851 if (sizeof (ssize_t))
19852        return 0;
19853   ;
19854   return 0;
19855 }
19856 _ACEOF
19857 rm -f conftest.$ac_objext
19858 if { (ac_try="$ac_compile"
19859 case "(($ac_try" in
19860   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19861   *) ac_try_echo=$ac_try;;
19862 esac
19863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19864 $as_echo "$ac_try_echo") >&5
19865   (eval "$ac_compile") 2>conftest.er1
19866   ac_status=$?
19867   grep -v '^ *+' conftest.er1 >conftest.err
19868   rm -f conftest.er1
19869   cat conftest.err >&5
19870   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19871   (exit $ac_status); } && {
19872          test -z "$ac_c_werror_flag" ||
19873          test ! -s conftest.err
19874        } && test -s conftest.$ac_objext; then
19875   cat >conftest.$ac_ext <<_ACEOF
19876 /* confdefs.h.  */
19877 _ACEOF
19878 cat confdefs.h >>conftest.$ac_ext
19879 cat >>conftest.$ac_ext <<_ACEOF
19880 /* end confdefs.h.  */
19881 $ac_includes_default
19882 int
19883 main ()
19884 {
19885 if (sizeof ((ssize_t)))
19886           return 0;
19887   ;
19888   return 0;
19889 }
19890 _ACEOF
19891 rm -f conftest.$ac_objext
19892 if { (ac_try="$ac_compile"
19893 case "(($ac_try" in
19894   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19895   *) ac_try_echo=$ac_try;;
19896 esac
19897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19898 $as_echo "$ac_try_echo") >&5
19899   (eval "$ac_compile") 2>conftest.er1
19900   ac_status=$?
19901   grep -v '^ *+' conftest.er1 >conftest.err
19902   rm -f conftest.er1
19903   cat conftest.err >&5
19904   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19905   (exit $ac_status); } && {
19906          test -z "$ac_c_werror_flag" ||
19907          test ! -s conftest.err
19908        } && test -s conftest.$ac_objext; then
19909   :
19910 else
19911   $as_echo "$as_me: failed program was:" >&5
19912 sed 's/^/| /' conftest.$ac_ext >&5
19913
19914         ac_cv_type_ssize_t=yes
19915 fi
19916
19917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19918 else
19919   $as_echo "$as_me: failed program was:" >&5
19920 sed 's/^/| /' conftest.$ac_ext >&5
19921
19922
19923 fi
19924
19925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19926 fi
19927 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19928 $as_echo "$ac_cv_type_ssize_t" >&6; }
19929 if test "x$ac_cv_type_ssize_t" = x""yes; then
19930
19931 cat >>confdefs.h <<_ACEOF
19932 #define HAVE_SSIZE_T 1
19933 _ACEOF
19934
19935
19936 fi
19937 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19938 $as_echo_n "checking for long long... " >&6; }
19939 if test "${ac_cv_type_long_long+set}" = set; then
19940   $as_echo_n "(cached) " >&6
19941 else
19942   ac_cv_type_long_long=no
19943 cat >conftest.$ac_ext <<_ACEOF
19944 /* confdefs.h.  */
19945 _ACEOF
19946 cat confdefs.h >>conftest.$ac_ext
19947 cat >>conftest.$ac_ext <<_ACEOF
19948 /* end confdefs.h.  */
19949 $ac_includes_default
19950 int
19951 main ()
19952 {
19953 if (sizeof (long long))
19954        return 0;
19955   ;
19956   return 0;
19957 }
19958 _ACEOF
19959 rm -f conftest.$ac_objext
19960 if { (ac_try="$ac_compile"
19961 case "(($ac_try" in
19962   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19963   *) ac_try_echo=$ac_try;;
19964 esac
19965 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19966 $as_echo "$ac_try_echo") >&5
19967   (eval "$ac_compile") 2>conftest.er1
19968   ac_status=$?
19969   grep -v '^ *+' conftest.er1 >conftest.err
19970   rm -f conftest.er1
19971   cat conftest.err >&5
19972   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19973   (exit $ac_status); } && {
19974          test -z "$ac_c_werror_flag" ||
19975          test ! -s conftest.err
19976        } && test -s conftest.$ac_objext; then
19977   cat >conftest.$ac_ext <<_ACEOF
19978 /* confdefs.h.  */
19979 _ACEOF
19980 cat confdefs.h >>conftest.$ac_ext
19981 cat >>conftest.$ac_ext <<_ACEOF
19982 /* end confdefs.h.  */
19983 $ac_includes_default
19984 int
19985 main ()
19986 {
19987 if (sizeof ((long long)))
19988           return 0;
19989   ;
19990   return 0;
19991 }
19992 _ACEOF
19993 rm -f conftest.$ac_objext
19994 if { (ac_try="$ac_compile"
19995 case "(($ac_try" in
19996   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19997   *) ac_try_echo=$ac_try;;
19998 esac
19999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20000 $as_echo "$ac_try_echo") >&5
20001   (eval "$ac_compile") 2>conftest.er1
20002   ac_status=$?
20003   grep -v '^ *+' conftest.er1 >conftest.err
20004   rm -f conftest.er1
20005   cat conftest.err >&5
20006   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20007   (exit $ac_status); } && {
20008          test -z "$ac_c_werror_flag" ||
20009          test ! -s conftest.err
20010        } && test -s conftest.$ac_objext; then
20011   :
20012 else
20013   $as_echo "$as_me: failed program was:" >&5
20014 sed 's/^/| /' conftest.$ac_ext >&5
20015
20016         ac_cv_type_long_long=yes
20017 fi
20018
20019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20020 else
20021   $as_echo "$as_me: failed program was:" >&5
20022 sed 's/^/| /' conftest.$ac_ext >&5
20023
20024
20025 fi
20026
20027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20028 fi
20029 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20030 $as_echo "$ac_cv_type_long_long" >&6; }
20031 if test "x$ac_cv_type_long_long" = x""yes; then
20032
20033 cat >>confdefs.h <<_ACEOF
20034 #define HAVE_LONG_LONG 1
20035 _ACEOF
20036
20037
20038 fi
20039 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20040 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20041 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20042   $as_echo_n "(cached) " >&6
20043 else
20044   ac_cv_type_fsblkcnt_t=no
20045 cat >conftest.$ac_ext <<_ACEOF
20046 /* confdefs.h.  */
20047 _ACEOF
20048 cat confdefs.h >>conftest.$ac_ext
20049 cat >>conftest.$ac_ext <<_ACEOF
20050 /* end confdefs.h.  */
20051 $ac_includes_default
20052 int
20053 main ()
20054 {
20055 if (sizeof (fsblkcnt_t))
20056        return 0;
20057   ;
20058   return 0;
20059 }
20060 _ACEOF
20061 rm -f conftest.$ac_objext
20062 if { (ac_try="$ac_compile"
20063 case "(($ac_try" in
20064   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20065   *) ac_try_echo=$ac_try;;
20066 esac
20067 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20068 $as_echo "$ac_try_echo") >&5
20069   (eval "$ac_compile") 2>conftest.er1
20070   ac_status=$?
20071   grep -v '^ *+' conftest.er1 >conftest.err
20072   rm -f conftest.er1
20073   cat conftest.err >&5
20074   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20075   (exit $ac_status); } && {
20076          test -z "$ac_c_werror_flag" ||
20077          test ! -s conftest.err
20078        } && test -s conftest.$ac_objext; then
20079   cat >conftest.$ac_ext <<_ACEOF
20080 /* confdefs.h.  */
20081 _ACEOF
20082 cat confdefs.h >>conftest.$ac_ext
20083 cat >>conftest.$ac_ext <<_ACEOF
20084 /* end confdefs.h.  */
20085 $ac_includes_default
20086 int
20087 main ()
20088 {
20089 if (sizeof ((fsblkcnt_t)))
20090           return 0;
20091   ;
20092   return 0;
20093 }
20094 _ACEOF
20095 rm -f conftest.$ac_objext
20096 if { (ac_try="$ac_compile"
20097 case "(($ac_try" in
20098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20099   *) ac_try_echo=$ac_try;;
20100 esac
20101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20102 $as_echo "$ac_try_echo") >&5
20103   (eval "$ac_compile") 2>conftest.er1
20104   ac_status=$?
20105   grep -v '^ *+' conftest.er1 >conftest.err
20106   rm -f conftest.er1
20107   cat conftest.err >&5
20108   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20109   (exit $ac_status); } && {
20110          test -z "$ac_c_werror_flag" ||
20111          test ! -s conftest.err
20112        } && test -s conftest.$ac_objext; then
20113   :
20114 else
20115   $as_echo "$as_me: failed program was:" >&5
20116 sed 's/^/| /' conftest.$ac_ext >&5
20117
20118         ac_cv_type_fsblkcnt_t=yes
20119 fi
20120
20121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20122 else
20123   $as_echo "$as_me: failed program was:" >&5
20124 sed 's/^/| /' conftest.$ac_ext >&5
20125
20126
20127 fi
20128
20129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20130 fi
20131 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20132 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20133 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20134
20135 cat >>confdefs.h <<_ACEOF
20136 #define HAVE_FSBLKCNT_T 1
20137 _ACEOF
20138
20139
20140 fi
20141 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20142 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20143 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20144   $as_echo_n "(cached) " >&6
20145 else
20146   ac_cv_type_fsfilcnt_t=no
20147 cat >conftest.$ac_ext <<_ACEOF
20148 /* confdefs.h.  */
20149 _ACEOF
20150 cat confdefs.h >>conftest.$ac_ext
20151 cat >>conftest.$ac_ext <<_ACEOF
20152 /* end confdefs.h.  */
20153 $ac_includes_default
20154 int
20155 main ()
20156 {
20157 if (sizeof (fsfilcnt_t))
20158        return 0;
20159   ;
20160   return 0;
20161 }
20162 _ACEOF
20163 rm -f conftest.$ac_objext
20164 if { (ac_try="$ac_compile"
20165 case "(($ac_try" in
20166   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20167   *) ac_try_echo=$ac_try;;
20168 esac
20169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20170 $as_echo "$ac_try_echo") >&5
20171   (eval "$ac_compile") 2>conftest.er1
20172   ac_status=$?
20173   grep -v '^ *+' conftest.er1 >conftest.err
20174   rm -f conftest.er1
20175   cat conftest.err >&5
20176   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20177   (exit $ac_status); } && {
20178          test -z "$ac_c_werror_flag" ||
20179          test ! -s conftest.err
20180        } && test -s conftest.$ac_objext; then
20181   cat >conftest.$ac_ext <<_ACEOF
20182 /* confdefs.h.  */
20183 _ACEOF
20184 cat confdefs.h >>conftest.$ac_ext
20185 cat >>conftest.$ac_ext <<_ACEOF
20186 /* end confdefs.h.  */
20187 $ac_includes_default
20188 int
20189 main ()
20190 {
20191 if (sizeof ((fsfilcnt_t)))
20192           return 0;
20193   ;
20194   return 0;
20195 }
20196 _ACEOF
20197 rm -f conftest.$ac_objext
20198 if { (ac_try="$ac_compile"
20199 case "(($ac_try" in
20200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20201   *) ac_try_echo=$ac_try;;
20202 esac
20203 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20204 $as_echo "$ac_try_echo") >&5
20205   (eval "$ac_compile") 2>conftest.er1
20206   ac_status=$?
20207   grep -v '^ *+' conftest.er1 >conftest.err
20208   rm -f conftest.er1
20209   cat conftest.err >&5
20210   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20211   (exit $ac_status); } && {
20212          test -z "$ac_c_werror_flag" ||
20213          test ! -s conftest.err
20214        } && test -s conftest.$ac_objext; then
20215   :
20216 else
20217   $as_echo "$as_me: failed program was:" >&5
20218 sed 's/^/| /' conftest.$ac_ext >&5
20219
20220         ac_cv_type_fsfilcnt_t=yes
20221 fi
20222
20223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20224 else
20225   $as_echo "$as_me: failed program was:" >&5
20226 sed 's/^/| /' conftest.$ac_ext >&5
20227
20228
20229 fi
20230
20231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20232 fi
20233 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20234 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20235 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20236
20237 cat >>confdefs.h <<_ACEOF
20238 #define HAVE_FSFILCNT_T 1
20239 _ACEOF
20240
20241
20242 fi
20243
20244 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20245 $as_echo_n "checking for sigset_t... " >&6; }
20246 if test "${ac_cv_type_sigset_t+set}" = set; then
20247   $as_echo_n "(cached) " >&6
20248 else
20249   ac_cv_type_sigset_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 #include <sys/types.h>
20257 #include <signal.h>
20258
20259 int
20260 main ()
20261 {
20262 if (sizeof (sigset_t))
20263        return 0;
20264   ;
20265   return 0;
20266 }
20267 _ACEOF
20268 rm -f conftest.$ac_objext
20269 if { (ac_try="$ac_compile"
20270 case "(($ac_try" in
20271   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20272   *) ac_try_echo=$ac_try;;
20273 esac
20274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20275 $as_echo "$ac_try_echo") >&5
20276   (eval "$ac_compile") 2>conftest.er1
20277   ac_status=$?
20278   grep -v '^ *+' conftest.er1 >conftest.err
20279   rm -f conftest.er1
20280   cat conftest.err >&5
20281   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20282   (exit $ac_status); } && {
20283          test -z "$ac_c_werror_flag" ||
20284          test ! -s conftest.err
20285        } && test -s conftest.$ac_objext; then
20286   cat >conftest.$ac_ext <<_ACEOF
20287 /* confdefs.h.  */
20288 _ACEOF
20289 cat confdefs.h >>conftest.$ac_ext
20290 cat >>conftest.$ac_ext <<_ACEOF
20291 /* end confdefs.h.  */
20292 #include <sys/types.h>
20293 #include <signal.h>
20294
20295 int
20296 main ()
20297 {
20298 if (sizeof ((sigset_t)))
20299           return 0;
20300   ;
20301   return 0;
20302 }
20303 _ACEOF
20304 rm -f conftest.$ac_objext
20305 if { (ac_try="$ac_compile"
20306 case "(($ac_try" in
20307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20308   *) ac_try_echo=$ac_try;;
20309 esac
20310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20311 $as_echo "$ac_try_echo") >&5
20312   (eval "$ac_compile") 2>conftest.er1
20313   ac_status=$?
20314   grep -v '^ *+' conftest.er1 >conftest.err
20315   rm -f conftest.er1
20316   cat conftest.err >&5
20317   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20318   (exit $ac_status); } && {
20319          test -z "$ac_c_werror_flag" ||
20320          test ! -s conftest.err
20321        } && test -s conftest.$ac_objext; then
20322   :
20323 else
20324   $as_echo "$as_me: failed program was:" >&5
20325 sed 's/^/| /' conftest.$ac_ext >&5
20326
20327         ac_cv_type_sigset_t=yes
20328 fi
20329
20330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20331 else
20332   $as_echo "$as_me: failed program was:" >&5
20333 sed 's/^/| /' conftest.$ac_ext >&5
20334
20335
20336 fi
20337
20338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20339 fi
20340 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20341 $as_echo "$ac_cv_type_sigset_t" >&6; }
20342 if test "x$ac_cv_type_sigset_t" = x""yes; then
20343
20344 cat >>confdefs.h <<_ACEOF
20345 #define HAVE_SIGSET_T 1
20346 _ACEOF
20347
20348
20349 fi
20350
20351 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20352 $as_echo_n "checking for request_sense... " >&6; }
20353 if test "${ac_cv_type_request_sense+set}" = set; then
20354   $as_echo_n "(cached) " >&6
20355 else
20356   ac_cv_type_request_sense=no
20357 cat >conftest.$ac_ext <<_ACEOF
20358 /* confdefs.h.  */
20359 _ACEOF
20360 cat confdefs.h >>conftest.$ac_ext
20361 cat >>conftest.$ac_ext <<_ACEOF
20362 /* end confdefs.h.  */
20363 #include <linux/cdrom.h>
20364
20365 int
20366 main ()
20367 {
20368 if (sizeof (request_sense))
20369        return 0;
20370   ;
20371   return 0;
20372 }
20373 _ACEOF
20374 rm -f conftest.$ac_objext
20375 if { (ac_try="$ac_compile"
20376 case "(($ac_try" in
20377   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20378   *) ac_try_echo=$ac_try;;
20379 esac
20380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20381 $as_echo "$ac_try_echo") >&5
20382   (eval "$ac_compile") 2>conftest.er1
20383   ac_status=$?
20384   grep -v '^ *+' conftest.er1 >conftest.err
20385   rm -f conftest.er1
20386   cat conftest.err >&5
20387   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20388   (exit $ac_status); } && {
20389          test -z "$ac_c_werror_flag" ||
20390          test ! -s conftest.err
20391        } && test -s conftest.$ac_objext; then
20392   cat >conftest.$ac_ext <<_ACEOF
20393 /* confdefs.h.  */
20394 _ACEOF
20395 cat confdefs.h >>conftest.$ac_ext
20396 cat >>conftest.$ac_ext <<_ACEOF
20397 /* end confdefs.h.  */
20398 #include <linux/cdrom.h>
20399
20400 int
20401 main ()
20402 {
20403 if (sizeof ((request_sense)))
20404           return 0;
20405   ;
20406   return 0;
20407 }
20408 _ACEOF
20409 rm -f conftest.$ac_objext
20410 if { (ac_try="$ac_compile"
20411 case "(($ac_try" in
20412   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20413   *) ac_try_echo=$ac_try;;
20414 esac
20415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20416 $as_echo "$ac_try_echo") >&5
20417   (eval "$ac_compile") 2>conftest.er1
20418   ac_status=$?
20419   grep -v '^ *+' conftest.er1 >conftest.err
20420   rm -f conftest.er1
20421   cat conftest.err >&5
20422   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20423   (exit $ac_status); } && {
20424          test -z "$ac_c_werror_flag" ||
20425          test ! -s conftest.err
20426        } && test -s conftest.$ac_objext; then
20427   :
20428 else
20429   $as_echo "$as_me: failed program was:" >&5
20430 sed 's/^/| /' conftest.$ac_ext >&5
20431
20432         ac_cv_type_request_sense=yes
20433 fi
20434
20435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20436 else
20437   $as_echo "$as_me: failed program was:" >&5
20438 sed 's/^/| /' conftest.$ac_ext >&5
20439
20440
20441 fi
20442
20443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20444 fi
20445 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20446 $as_echo "$ac_cv_type_request_sense" >&6; }
20447 if test "x$ac_cv_type_request_sense" = x""yes; then
20448
20449 cat >>confdefs.h <<_ACEOF
20450 #define HAVE_REQUEST_SENSE 1
20451 _ACEOF
20452
20453
20454 fi
20455
20456
20457 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20458 $as_echo_n "checking for struct xinpgen... " >&6; }
20459 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20460   $as_echo_n "(cached) " >&6
20461 else
20462   ac_cv_type_struct_xinpgen=no
20463 cat >conftest.$ac_ext <<_ACEOF
20464 /* confdefs.h.  */
20465 _ACEOF
20466 cat confdefs.h >>conftest.$ac_ext
20467 cat >>conftest.$ac_ext <<_ACEOF
20468 /* end confdefs.h.  */
20469 #include <sys/types.h>
20470 #ifdef HAVE_SYS_SOCKET_H
20471 #include <sys/socket.h>
20472 #endif
20473 #ifdef HAVE_SYS_SOCKETVAR_H
20474 #include <sys/socketvar.h>
20475 #endif
20476 #ifdef HAVE_NET_ROUTE_H
20477 #include <net/route.h>
20478 #endif
20479 #ifdef HAVE_NETINET_IN_H
20480 #include <netinet/in.h>
20481 #endif
20482 #ifdef HAVE_NETINET_IN_SYSTM_H
20483 #include <netinet/in_systm.h>
20484 #endif
20485 #ifdef HAVE_NETINET_IP_H
20486 #include <netinet/ip.h>
20487 #endif
20488 #ifdef HAVE_NETINET_IN_PCB_H
20489 #include <netinet/in_pcb.h>
20490 #endif
20491
20492 int
20493 main ()
20494 {
20495 if (sizeof (struct xinpgen))
20496        return 0;
20497   ;
20498   return 0;
20499 }
20500 _ACEOF
20501 rm -f conftest.$ac_objext
20502 if { (ac_try="$ac_compile"
20503 case "(($ac_try" in
20504   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20505   *) ac_try_echo=$ac_try;;
20506 esac
20507 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20508 $as_echo "$ac_try_echo") >&5
20509   (eval "$ac_compile") 2>conftest.er1
20510   ac_status=$?
20511   grep -v '^ *+' conftest.er1 >conftest.err
20512   rm -f conftest.er1
20513   cat conftest.err >&5
20514   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20515   (exit $ac_status); } && {
20516          test -z "$ac_c_werror_flag" ||
20517          test ! -s conftest.err
20518        } && test -s conftest.$ac_objext; then
20519   cat >conftest.$ac_ext <<_ACEOF
20520 /* confdefs.h.  */
20521 _ACEOF
20522 cat confdefs.h >>conftest.$ac_ext
20523 cat >>conftest.$ac_ext <<_ACEOF
20524 /* end confdefs.h.  */
20525 #include <sys/types.h>
20526 #ifdef HAVE_SYS_SOCKET_H
20527 #include <sys/socket.h>
20528 #endif
20529 #ifdef HAVE_SYS_SOCKETVAR_H
20530 #include <sys/socketvar.h>
20531 #endif
20532 #ifdef HAVE_NET_ROUTE_H
20533 #include <net/route.h>
20534 #endif
20535 #ifdef HAVE_NETINET_IN_H
20536 #include <netinet/in.h>
20537 #endif
20538 #ifdef HAVE_NETINET_IN_SYSTM_H
20539 #include <netinet/in_systm.h>
20540 #endif
20541 #ifdef HAVE_NETINET_IP_H
20542 #include <netinet/ip.h>
20543 #endif
20544 #ifdef HAVE_NETINET_IN_PCB_H
20545 #include <netinet/in_pcb.h>
20546 #endif
20547
20548 int
20549 main ()
20550 {
20551 if (sizeof ((struct xinpgen)))
20552           return 0;
20553   ;
20554   return 0;
20555 }
20556 _ACEOF
20557 rm -f conftest.$ac_objext
20558 if { (ac_try="$ac_compile"
20559 case "(($ac_try" in
20560   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20561   *) ac_try_echo=$ac_try;;
20562 esac
20563 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20564 $as_echo "$ac_try_echo") >&5
20565   (eval "$ac_compile") 2>conftest.er1
20566   ac_status=$?
20567   grep -v '^ *+' conftest.er1 >conftest.err
20568   rm -f conftest.er1
20569   cat conftest.err >&5
20570   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20571   (exit $ac_status); } && {
20572          test -z "$ac_c_werror_flag" ||
20573          test ! -s conftest.err
20574        } && test -s conftest.$ac_objext; then
20575   :
20576 else
20577   $as_echo "$as_me: failed program was:" >&5
20578 sed 's/^/| /' conftest.$ac_ext >&5
20579
20580         ac_cv_type_struct_xinpgen=yes
20581 fi
20582
20583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20584 else
20585   $as_echo "$as_me: failed program was:" >&5
20586 sed 's/^/| /' conftest.$ac_ext >&5
20587
20588
20589 fi
20590
20591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20592 fi
20593 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20594 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20595 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20596
20597 cat >>confdefs.h <<_ACEOF
20598 #define HAVE_STRUCT_XINPGEN 1
20599 _ACEOF
20600
20601
20602 fi
20603
20604
20605 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20606 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20607 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20608   $as_echo_n "(cached) " >&6
20609 else
20610   cat >conftest.$ac_ext <<_ACEOF
20611 /* confdefs.h.  */
20612 _ACEOF
20613 cat confdefs.h >>conftest.$ac_ext
20614 cat >>conftest.$ac_ext <<_ACEOF
20615 /* end confdefs.h.  */
20616 #ifdef HAVE_LINUX_INPUT_H
20617 #include <linux/input.h>
20618 #endif
20619
20620 int
20621 main ()
20622 {
20623 static struct ff_effect ac_aggr;
20624 if (ac_aggr.direction)
20625 return 0;
20626   ;
20627   return 0;
20628 }
20629 _ACEOF
20630 rm -f conftest.$ac_objext
20631 if { (ac_try="$ac_compile"
20632 case "(($ac_try" in
20633   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20634   *) ac_try_echo=$ac_try;;
20635 esac
20636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20637 $as_echo "$ac_try_echo") >&5
20638   (eval "$ac_compile") 2>conftest.er1
20639   ac_status=$?
20640   grep -v '^ *+' conftest.er1 >conftest.err
20641   rm -f conftest.er1
20642   cat conftest.err >&5
20643   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20644   (exit $ac_status); } && {
20645          test -z "$ac_c_werror_flag" ||
20646          test ! -s conftest.err
20647        } && test -s conftest.$ac_objext; then
20648   ac_cv_member_struct_ff_effect_direction=yes
20649 else
20650   $as_echo "$as_me: failed program was:" >&5
20651 sed 's/^/| /' conftest.$ac_ext >&5
20652
20653         cat >conftest.$ac_ext <<_ACEOF
20654 /* confdefs.h.  */
20655 _ACEOF
20656 cat confdefs.h >>conftest.$ac_ext
20657 cat >>conftest.$ac_ext <<_ACEOF
20658 /* end confdefs.h.  */
20659 #ifdef HAVE_LINUX_INPUT_H
20660 #include <linux/input.h>
20661 #endif
20662
20663 int
20664 main ()
20665 {
20666 static struct ff_effect ac_aggr;
20667 if (sizeof ac_aggr.direction)
20668 return 0;
20669   ;
20670   return 0;
20671 }
20672 _ACEOF
20673 rm -f conftest.$ac_objext
20674 if { (ac_try="$ac_compile"
20675 case "(($ac_try" in
20676   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20677   *) ac_try_echo=$ac_try;;
20678 esac
20679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20680 $as_echo "$ac_try_echo") >&5
20681   (eval "$ac_compile") 2>conftest.er1
20682   ac_status=$?
20683   grep -v '^ *+' conftest.er1 >conftest.err
20684   rm -f conftest.er1
20685   cat conftest.err >&5
20686   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20687   (exit $ac_status); } && {
20688          test -z "$ac_c_werror_flag" ||
20689          test ! -s conftest.err
20690        } && test -s conftest.$ac_objext; then
20691   ac_cv_member_struct_ff_effect_direction=yes
20692 else
20693   $as_echo "$as_me: failed program was:" >&5
20694 sed 's/^/| /' conftest.$ac_ext >&5
20695
20696         ac_cv_member_struct_ff_effect_direction=no
20697 fi
20698
20699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20700 fi
20701
20702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20703 fi
20704 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20705 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20706 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20707
20708 cat >>confdefs.h <<_ACEOF
20709 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20710 _ACEOF
20711
20712
20713 fi
20714
20715
20716 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20717 $as_echo_n "checking for sigaddset... " >&6; }
20718 if test "${wine_cv_have_sigaddset+set}" = set; then
20719   $as_echo_n "(cached) " >&6
20720 else
20721   cat >conftest.$ac_ext <<_ACEOF
20722 /* confdefs.h.  */
20723 _ACEOF
20724 cat confdefs.h >>conftest.$ac_ext
20725 cat >>conftest.$ac_ext <<_ACEOF
20726 /* end confdefs.h.  */
20727 #include <signal.h>
20728 int
20729 main ()
20730 {
20731 sigset_t set; sigaddset(&set,SIGTERM);
20732   ;
20733   return 0;
20734 }
20735 _ACEOF
20736 rm -f conftest.$ac_objext conftest$ac_exeext
20737 if { (ac_try="$ac_link"
20738 case "(($ac_try" in
20739   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20740   *) ac_try_echo=$ac_try;;
20741 esac
20742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20743 $as_echo "$ac_try_echo") >&5
20744   (eval "$ac_link") 2>conftest.er1
20745   ac_status=$?
20746   grep -v '^ *+' conftest.er1 >conftest.err
20747   rm -f conftest.er1
20748   cat conftest.err >&5
20749   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20750   (exit $ac_status); } && {
20751          test -z "$ac_c_werror_flag" ||
20752          test ! -s conftest.err
20753        } && test -s conftest$ac_exeext && {
20754          test "$cross_compiling" = yes ||
20755          $as_test_x conftest$ac_exeext
20756        }; then
20757   wine_cv_have_sigaddset=yes
20758 else
20759   $as_echo "$as_me: failed program was:" >&5
20760 sed 's/^/| /' conftest.$ac_ext >&5
20761
20762         wine_cv_have_sigaddset=no
20763 fi
20764
20765 rm -rf conftest.dSYM
20766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20767       conftest$ac_exeext conftest.$ac_ext
20768 fi
20769 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20770 $as_echo "$wine_cv_have_sigaddset" >&6; }
20771 if test "$wine_cv_have_sigaddset" = "yes"
20772 then
20773
20774 cat >>confdefs.h <<\_ACEOF
20775 #define HAVE_SIGADDSET 1
20776 _ACEOF
20777
20778 fi
20779
20780
20781 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20782 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20783 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20784   $as_echo_n "(cached) " >&6
20785 else
20786   cat >conftest.$ac_ext <<_ACEOF
20787 /* confdefs.h.  */
20788 _ACEOF
20789 cat confdefs.h >>conftest.$ac_ext
20790 cat >>conftest.$ac_ext <<_ACEOF
20791 /* end confdefs.h.  */
20792 #include <netdb.h>
20793 int
20794 main ()
20795 {
20796
20797     char *name=0;
20798     struct hostent he;
20799     struct hostent *result;
20800     char *buf=0;
20801     int bufsize=0;
20802     int res,errnr;
20803     char *addr=0;
20804     int addrlen=0;
20805     int addrtype=0;
20806     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20807     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20808
20809   ;
20810   return 0;
20811 }
20812 _ACEOF
20813 rm -f conftest.$ac_objext conftest$ac_exeext
20814 if { (ac_try="$ac_link"
20815 case "(($ac_try" in
20816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20817   *) ac_try_echo=$ac_try;;
20818 esac
20819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20820 $as_echo "$ac_try_echo") >&5
20821   (eval "$ac_link") 2>conftest.er1
20822   ac_status=$?
20823   grep -v '^ *+' conftest.er1 >conftest.err
20824   rm -f conftest.er1
20825   cat conftest.err >&5
20826   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20827   (exit $ac_status); } && {
20828          test -z "$ac_c_werror_flag" ||
20829          test ! -s conftest.err
20830        } && test -s conftest$ac_exeext && {
20831          test "$cross_compiling" = yes ||
20832          $as_test_x conftest$ac_exeext
20833        }; then
20834   wine_cv_linux_gethostbyname_r_6=yes
20835 else
20836   $as_echo "$as_me: failed program was:" >&5
20837 sed 's/^/| /' conftest.$ac_ext >&5
20838
20839         wine_cv_linux_gethostbyname_r_6=no
20840
20841 fi
20842
20843 rm -rf conftest.dSYM
20844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20845       conftest$ac_exeext conftest.$ac_ext
20846
20847 fi
20848 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20849 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20850    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20851    then
20852
20853 cat >>confdefs.h <<\_ACEOF
20854 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20855 _ACEOF
20856
20857    fi
20858
20859 if test "$ac_cv_header_linux_joystick_h" = "yes"
20860 then
20861    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20862 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20863 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20864   $as_echo_n "(cached) " >&6
20865 else
20866   cat >conftest.$ac_ext <<_ACEOF
20867 /* confdefs.h.  */
20868 _ACEOF
20869 cat confdefs.h >>conftest.$ac_ext
20870 cat >>conftest.$ac_ext <<_ACEOF
20871 /* end confdefs.h.  */
20872
20873         #include <sys/ioctl.h>
20874         #include <sys/types.h>
20875         #include <linux/joystick.h>
20876
20877         struct js_event blub;
20878         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20879         #error "no 2.2 header"
20880         #endif
20881
20882 int
20883 main ()
20884 {
20885 /*empty*/
20886   ;
20887   return 0;
20888 }
20889 _ACEOF
20890 rm -f conftest.$ac_objext
20891 if { (ac_try="$ac_compile"
20892 case "(($ac_try" in
20893   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20894   *) ac_try_echo=$ac_try;;
20895 esac
20896 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20897 $as_echo "$ac_try_echo") >&5
20898   (eval "$ac_compile") 2>conftest.er1
20899   ac_status=$?
20900   grep -v '^ *+' conftest.er1 >conftest.err
20901   rm -f conftest.er1
20902   cat conftest.err >&5
20903   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20904   (exit $ac_status); } && {
20905          test -z "$ac_c_werror_flag" ||
20906          test ! -s conftest.err
20907        } && test -s conftest.$ac_objext; then
20908   wine_cv_linux_joystick_22_api=yes
20909 else
20910   $as_echo "$as_me: failed program was:" >&5
20911 sed 's/^/| /' conftest.$ac_ext >&5
20912
20913         wine_cv_linux_joystick_22_api=no
20914 fi
20915
20916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20917
20918 fi
20919 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20920 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20921    if test "$wine_cv_linux_joystick_22_api" = "yes"
20922    then
20923
20924 cat >>confdefs.h <<\_ACEOF
20925 #define HAVE_LINUX_22_JOYSTICK_API 1
20926 _ACEOF
20927
20928    fi
20929 fi
20930
20931
20932 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20933 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20934 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20935   $as_echo_n "(cached) " >&6
20936 else
20937   cat >conftest.$ac_ext <<_ACEOF
20938 /* confdefs.h.  */
20939 _ACEOF
20940 cat confdefs.h >>conftest.$ac_ext
20941 cat >>conftest.$ac_ext <<_ACEOF
20942 /* end confdefs.h.  */
20943 #include <sys/types.h>
20944 #ifdef HAVE_SYS_PARAM_H
20945 # include <sys/param.h>
20946 #endif
20947 #ifdef HAVE_SYS_MOUNT_H
20948 # include <sys/mount.h>
20949 #endif
20950 #ifdef HAVE_SYS_VFS_H
20951 # include <sys/vfs.h>
20952 #endif
20953 #ifdef HAVE_SYS_STATFS_H
20954 # include <sys/statfs.h>
20955 #endif
20956
20957 int
20958 main ()
20959 {
20960 static struct statfs ac_aggr;
20961 if (ac_aggr.f_bfree)
20962 return 0;
20963   ;
20964   return 0;
20965 }
20966 _ACEOF
20967 rm -f conftest.$ac_objext
20968 if { (ac_try="$ac_compile"
20969 case "(($ac_try" in
20970   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20971   *) ac_try_echo=$ac_try;;
20972 esac
20973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20974 $as_echo "$ac_try_echo") >&5
20975   (eval "$ac_compile") 2>conftest.er1
20976   ac_status=$?
20977   grep -v '^ *+' conftest.er1 >conftest.err
20978   rm -f conftest.er1
20979   cat conftest.err >&5
20980   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20981   (exit $ac_status); } && {
20982          test -z "$ac_c_werror_flag" ||
20983          test ! -s conftest.err
20984        } && test -s conftest.$ac_objext; then
20985   ac_cv_member_struct_statfs_f_bfree=yes
20986 else
20987   $as_echo "$as_me: failed program was:" >&5
20988 sed 's/^/| /' conftest.$ac_ext >&5
20989
20990         cat >conftest.$ac_ext <<_ACEOF
20991 /* confdefs.h.  */
20992 _ACEOF
20993 cat confdefs.h >>conftest.$ac_ext
20994 cat >>conftest.$ac_ext <<_ACEOF
20995 /* end confdefs.h.  */
20996 #include <sys/types.h>
20997 #ifdef HAVE_SYS_PARAM_H
20998 # include <sys/param.h>
20999 #endif
21000 #ifdef HAVE_SYS_MOUNT_H
21001 # include <sys/mount.h>
21002 #endif
21003 #ifdef HAVE_SYS_VFS_H
21004 # include <sys/vfs.h>
21005 #endif
21006 #ifdef HAVE_SYS_STATFS_H
21007 # include <sys/statfs.h>
21008 #endif
21009
21010 int
21011 main ()
21012 {
21013 static struct statfs ac_aggr;
21014 if (sizeof ac_aggr.f_bfree)
21015 return 0;
21016   ;
21017   return 0;
21018 }
21019 _ACEOF
21020 rm -f conftest.$ac_objext
21021 if { (ac_try="$ac_compile"
21022 case "(($ac_try" in
21023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21024   *) ac_try_echo=$ac_try;;
21025 esac
21026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21027 $as_echo "$ac_try_echo") >&5
21028   (eval "$ac_compile") 2>conftest.er1
21029   ac_status=$?
21030   grep -v '^ *+' conftest.er1 >conftest.err
21031   rm -f conftest.er1
21032   cat conftest.err >&5
21033   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21034   (exit $ac_status); } && {
21035          test -z "$ac_c_werror_flag" ||
21036          test ! -s conftest.err
21037        } && test -s conftest.$ac_objext; then
21038   ac_cv_member_struct_statfs_f_bfree=yes
21039 else
21040   $as_echo "$as_me: failed program was:" >&5
21041 sed 's/^/| /' conftest.$ac_ext >&5
21042
21043         ac_cv_member_struct_statfs_f_bfree=no
21044 fi
21045
21046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21047 fi
21048
21049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21050 fi
21051 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21052 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21053 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21054
21055 cat >>confdefs.h <<_ACEOF
21056 #define HAVE_STRUCT_STATFS_F_BFREE 1
21057 _ACEOF
21058
21059
21060 fi
21061 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21062 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21063 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21064   $as_echo_n "(cached) " >&6
21065 else
21066   cat >conftest.$ac_ext <<_ACEOF
21067 /* confdefs.h.  */
21068 _ACEOF
21069 cat confdefs.h >>conftest.$ac_ext
21070 cat >>conftest.$ac_ext <<_ACEOF
21071 /* end confdefs.h.  */
21072 #include <sys/types.h>
21073 #ifdef HAVE_SYS_PARAM_H
21074 # include <sys/param.h>
21075 #endif
21076 #ifdef HAVE_SYS_MOUNT_H
21077 # include <sys/mount.h>
21078 #endif
21079 #ifdef HAVE_SYS_VFS_H
21080 # include <sys/vfs.h>
21081 #endif
21082 #ifdef HAVE_SYS_STATFS_H
21083 # include <sys/statfs.h>
21084 #endif
21085
21086 int
21087 main ()
21088 {
21089 static struct statfs ac_aggr;
21090 if (ac_aggr.f_bavail)
21091 return 0;
21092   ;
21093   return 0;
21094 }
21095 _ACEOF
21096 rm -f conftest.$ac_objext
21097 if { (ac_try="$ac_compile"
21098 case "(($ac_try" in
21099   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21100   *) ac_try_echo=$ac_try;;
21101 esac
21102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21103 $as_echo "$ac_try_echo") >&5
21104   (eval "$ac_compile") 2>conftest.er1
21105   ac_status=$?
21106   grep -v '^ *+' conftest.er1 >conftest.err
21107   rm -f conftest.er1
21108   cat conftest.err >&5
21109   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21110   (exit $ac_status); } && {
21111          test -z "$ac_c_werror_flag" ||
21112          test ! -s conftest.err
21113        } && test -s conftest.$ac_objext; then
21114   ac_cv_member_struct_statfs_f_bavail=yes
21115 else
21116   $as_echo "$as_me: failed program was:" >&5
21117 sed 's/^/| /' conftest.$ac_ext >&5
21118
21119         cat >conftest.$ac_ext <<_ACEOF
21120 /* confdefs.h.  */
21121 _ACEOF
21122 cat confdefs.h >>conftest.$ac_ext
21123 cat >>conftest.$ac_ext <<_ACEOF
21124 /* end confdefs.h.  */
21125 #include <sys/types.h>
21126 #ifdef HAVE_SYS_PARAM_H
21127 # include <sys/param.h>
21128 #endif
21129 #ifdef HAVE_SYS_MOUNT_H
21130 # include <sys/mount.h>
21131 #endif
21132 #ifdef HAVE_SYS_VFS_H
21133 # include <sys/vfs.h>
21134 #endif
21135 #ifdef HAVE_SYS_STATFS_H
21136 # include <sys/statfs.h>
21137 #endif
21138
21139 int
21140 main ()
21141 {
21142 static struct statfs ac_aggr;
21143 if (sizeof ac_aggr.f_bavail)
21144 return 0;
21145   ;
21146   return 0;
21147 }
21148 _ACEOF
21149 rm -f conftest.$ac_objext
21150 if { (ac_try="$ac_compile"
21151 case "(($ac_try" in
21152   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21153   *) ac_try_echo=$ac_try;;
21154 esac
21155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21156 $as_echo "$ac_try_echo") >&5
21157   (eval "$ac_compile") 2>conftest.er1
21158   ac_status=$?
21159   grep -v '^ *+' conftest.er1 >conftest.err
21160   rm -f conftest.er1
21161   cat conftest.err >&5
21162   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21163   (exit $ac_status); } && {
21164          test -z "$ac_c_werror_flag" ||
21165          test ! -s conftest.err
21166        } && test -s conftest.$ac_objext; then
21167   ac_cv_member_struct_statfs_f_bavail=yes
21168 else
21169   $as_echo "$as_me: failed program was:" >&5
21170 sed 's/^/| /' conftest.$ac_ext >&5
21171
21172         ac_cv_member_struct_statfs_f_bavail=no
21173 fi
21174
21175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21176 fi
21177
21178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21179 fi
21180 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21181 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21182 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21183
21184 cat >>confdefs.h <<_ACEOF
21185 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21186 _ACEOF
21187
21188
21189 fi
21190 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21191 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21192 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21193   $as_echo_n "(cached) " >&6
21194 else
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 (ac_aggr.f_frsize)
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_frsize=yes
21244 else
21245   $as_echo "$as_me: failed program was:" >&5
21246 sed 's/^/| /' conftest.$ac_ext >&5
21247
21248         cat >conftest.$ac_ext <<_ACEOF
21249 /* confdefs.h.  */
21250 _ACEOF
21251 cat confdefs.h >>conftest.$ac_ext
21252 cat >>conftest.$ac_ext <<_ACEOF
21253 /* end confdefs.h.  */
21254 #include <sys/types.h>
21255 #ifdef HAVE_SYS_PARAM_H
21256 # include <sys/param.h>
21257 #endif
21258 #ifdef HAVE_SYS_MOUNT_H
21259 # include <sys/mount.h>
21260 #endif
21261 #ifdef HAVE_SYS_VFS_H
21262 # include <sys/vfs.h>
21263 #endif
21264 #ifdef HAVE_SYS_STATFS_H
21265 # include <sys/statfs.h>
21266 #endif
21267
21268 int
21269 main ()
21270 {
21271 static struct statfs ac_aggr;
21272 if (sizeof ac_aggr.f_frsize)
21273 return 0;
21274   ;
21275   return 0;
21276 }
21277 _ACEOF
21278 rm -f conftest.$ac_objext
21279 if { (ac_try="$ac_compile"
21280 case "(($ac_try" in
21281   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21282   *) ac_try_echo=$ac_try;;
21283 esac
21284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21285 $as_echo "$ac_try_echo") >&5
21286   (eval "$ac_compile") 2>conftest.er1
21287   ac_status=$?
21288   grep -v '^ *+' conftest.er1 >conftest.err
21289   rm -f conftest.er1
21290   cat conftest.err >&5
21291   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21292   (exit $ac_status); } && {
21293          test -z "$ac_c_werror_flag" ||
21294          test ! -s conftest.err
21295        } && test -s conftest.$ac_objext; then
21296   ac_cv_member_struct_statfs_f_frsize=yes
21297 else
21298   $as_echo "$as_me: failed program was:" >&5
21299 sed 's/^/| /' conftest.$ac_ext >&5
21300
21301         ac_cv_member_struct_statfs_f_frsize=no
21302 fi
21303
21304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21305 fi
21306
21307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21308 fi
21309 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21310 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21311 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21312
21313 cat >>confdefs.h <<_ACEOF
21314 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21315 _ACEOF
21316
21317
21318 fi
21319 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21320 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21321 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21322   $as_echo_n "(cached) " >&6
21323 else
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 (ac_aggr.f_ffree)
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_ffree=yes
21373 else
21374   $as_echo "$as_me: failed program was:" >&5
21375 sed 's/^/| /' conftest.$ac_ext >&5
21376
21377         cat >conftest.$ac_ext <<_ACEOF
21378 /* confdefs.h.  */
21379 _ACEOF
21380 cat confdefs.h >>conftest.$ac_ext
21381 cat >>conftest.$ac_ext <<_ACEOF
21382 /* end confdefs.h.  */
21383 #include <sys/types.h>
21384 #ifdef HAVE_SYS_PARAM_H
21385 # include <sys/param.h>
21386 #endif
21387 #ifdef HAVE_SYS_MOUNT_H
21388 # include <sys/mount.h>
21389 #endif
21390 #ifdef HAVE_SYS_VFS_H
21391 # include <sys/vfs.h>
21392 #endif
21393 #ifdef HAVE_SYS_STATFS_H
21394 # include <sys/statfs.h>
21395 #endif
21396
21397 int
21398 main ()
21399 {
21400 static struct statfs ac_aggr;
21401 if (sizeof ac_aggr.f_ffree)
21402 return 0;
21403   ;
21404   return 0;
21405 }
21406 _ACEOF
21407 rm -f conftest.$ac_objext
21408 if { (ac_try="$ac_compile"
21409 case "(($ac_try" in
21410   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21411   *) ac_try_echo=$ac_try;;
21412 esac
21413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21414 $as_echo "$ac_try_echo") >&5
21415   (eval "$ac_compile") 2>conftest.er1
21416   ac_status=$?
21417   grep -v '^ *+' conftest.er1 >conftest.err
21418   rm -f conftest.er1
21419   cat conftest.err >&5
21420   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21421   (exit $ac_status); } && {
21422          test -z "$ac_c_werror_flag" ||
21423          test ! -s conftest.err
21424        } && test -s conftest.$ac_objext; then
21425   ac_cv_member_struct_statfs_f_ffree=yes
21426 else
21427   $as_echo "$as_me: failed program was:" >&5
21428 sed 's/^/| /' conftest.$ac_ext >&5
21429
21430         ac_cv_member_struct_statfs_f_ffree=no
21431 fi
21432
21433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21434 fi
21435
21436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21437 fi
21438 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21439 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21440 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21441
21442 cat >>confdefs.h <<_ACEOF
21443 #define HAVE_STRUCT_STATFS_F_FFREE 1
21444 _ACEOF
21445
21446
21447 fi
21448 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21449 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21450 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21451   $as_echo_n "(cached) " >&6
21452 else
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 (ac_aggr.f_favail)
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_favail=yes
21502 else
21503   $as_echo "$as_me: failed program was:" >&5
21504 sed 's/^/| /' conftest.$ac_ext >&5
21505
21506         cat >conftest.$ac_ext <<_ACEOF
21507 /* confdefs.h.  */
21508 _ACEOF
21509 cat confdefs.h >>conftest.$ac_ext
21510 cat >>conftest.$ac_ext <<_ACEOF
21511 /* end confdefs.h.  */
21512 #include <sys/types.h>
21513 #ifdef HAVE_SYS_PARAM_H
21514 # include <sys/param.h>
21515 #endif
21516 #ifdef HAVE_SYS_MOUNT_H
21517 # include <sys/mount.h>
21518 #endif
21519 #ifdef HAVE_SYS_VFS_H
21520 # include <sys/vfs.h>
21521 #endif
21522 #ifdef HAVE_SYS_STATFS_H
21523 # include <sys/statfs.h>
21524 #endif
21525
21526 int
21527 main ()
21528 {
21529 static struct statfs ac_aggr;
21530 if (sizeof ac_aggr.f_favail)
21531 return 0;
21532   ;
21533   return 0;
21534 }
21535 _ACEOF
21536 rm -f conftest.$ac_objext
21537 if { (ac_try="$ac_compile"
21538 case "(($ac_try" in
21539   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21540   *) ac_try_echo=$ac_try;;
21541 esac
21542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21543 $as_echo "$ac_try_echo") >&5
21544   (eval "$ac_compile") 2>conftest.er1
21545   ac_status=$?
21546   grep -v '^ *+' conftest.er1 >conftest.err
21547   rm -f conftest.er1
21548   cat conftest.err >&5
21549   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21550   (exit $ac_status); } && {
21551          test -z "$ac_c_werror_flag" ||
21552          test ! -s conftest.err
21553        } && test -s conftest.$ac_objext; then
21554   ac_cv_member_struct_statfs_f_favail=yes
21555 else
21556   $as_echo "$as_me: failed program was:" >&5
21557 sed 's/^/| /' conftest.$ac_ext >&5
21558
21559         ac_cv_member_struct_statfs_f_favail=no
21560 fi
21561
21562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21563 fi
21564
21565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21566 fi
21567 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21568 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21569 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21570
21571 cat >>confdefs.h <<_ACEOF
21572 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21573 _ACEOF
21574
21575
21576 fi
21577 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21578 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21579 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21580   $as_echo_n "(cached) " >&6
21581 else
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 (ac_aggr.f_namelen)
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_namelen=yes
21631 else
21632   $as_echo "$as_me: failed program was:" >&5
21633 sed 's/^/| /' conftest.$ac_ext >&5
21634
21635         cat >conftest.$ac_ext <<_ACEOF
21636 /* confdefs.h.  */
21637 _ACEOF
21638 cat confdefs.h >>conftest.$ac_ext
21639 cat >>conftest.$ac_ext <<_ACEOF
21640 /* end confdefs.h.  */
21641 #include <sys/types.h>
21642 #ifdef HAVE_SYS_PARAM_H
21643 # include <sys/param.h>
21644 #endif
21645 #ifdef HAVE_SYS_MOUNT_H
21646 # include <sys/mount.h>
21647 #endif
21648 #ifdef HAVE_SYS_VFS_H
21649 # include <sys/vfs.h>
21650 #endif
21651 #ifdef HAVE_SYS_STATFS_H
21652 # include <sys/statfs.h>
21653 #endif
21654
21655 int
21656 main ()
21657 {
21658 static struct statfs ac_aggr;
21659 if (sizeof ac_aggr.f_namelen)
21660 return 0;
21661   ;
21662   return 0;
21663 }
21664 _ACEOF
21665 rm -f conftest.$ac_objext
21666 if { (ac_try="$ac_compile"
21667 case "(($ac_try" in
21668   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21669   *) ac_try_echo=$ac_try;;
21670 esac
21671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21672 $as_echo "$ac_try_echo") >&5
21673   (eval "$ac_compile") 2>conftest.er1
21674   ac_status=$?
21675   grep -v '^ *+' conftest.er1 >conftest.err
21676   rm -f conftest.er1
21677   cat conftest.err >&5
21678   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21679   (exit $ac_status); } && {
21680          test -z "$ac_c_werror_flag" ||
21681          test ! -s conftest.err
21682        } && test -s conftest.$ac_objext; then
21683   ac_cv_member_struct_statfs_f_namelen=yes
21684 else
21685   $as_echo "$as_me: failed program was:" >&5
21686 sed 's/^/| /' conftest.$ac_ext >&5
21687
21688         ac_cv_member_struct_statfs_f_namelen=no
21689 fi
21690
21691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21692 fi
21693
21694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21695 fi
21696 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21697 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21698 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21699
21700 cat >>confdefs.h <<_ACEOF
21701 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21702 _ACEOF
21703
21704
21705 fi
21706
21707
21708 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21709 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21710 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21711   $as_echo_n "(cached) " >&6
21712 else
21713   cat >conftest.$ac_ext <<_ACEOF
21714 /* confdefs.h.  */
21715 _ACEOF
21716 cat confdefs.h >>conftest.$ac_ext
21717 cat >>conftest.$ac_ext <<_ACEOF
21718 /* end confdefs.h.  */
21719 #ifdef HAVE_SYS_STATVFS_H
21720 #include <sys/statvfs.h>
21721 #endif
21722
21723 int
21724 main ()
21725 {
21726 static struct statvfs ac_aggr;
21727 if (ac_aggr.f_blocks)
21728 return 0;
21729   ;
21730   return 0;
21731 }
21732 _ACEOF
21733 rm -f conftest.$ac_objext
21734 if { (ac_try="$ac_compile"
21735 case "(($ac_try" in
21736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21737   *) ac_try_echo=$ac_try;;
21738 esac
21739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21740 $as_echo "$ac_try_echo") >&5
21741   (eval "$ac_compile") 2>conftest.er1
21742   ac_status=$?
21743   grep -v '^ *+' conftest.er1 >conftest.err
21744   rm -f conftest.er1
21745   cat conftest.err >&5
21746   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21747   (exit $ac_status); } && {
21748          test -z "$ac_c_werror_flag" ||
21749          test ! -s conftest.err
21750        } && test -s conftest.$ac_objext; then
21751   ac_cv_member_struct_statvfs_f_blocks=yes
21752 else
21753   $as_echo "$as_me: failed program was:" >&5
21754 sed 's/^/| /' conftest.$ac_ext >&5
21755
21756         cat >conftest.$ac_ext <<_ACEOF
21757 /* confdefs.h.  */
21758 _ACEOF
21759 cat confdefs.h >>conftest.$ac_ext
21760 cat >>conftest.$ac_ext <<_ACEOF
21761 /* end confdefs.h.  */
21762 #ifdef HAVE_SYS_STATVFS_H
21763 #include <sys/statvfs.h>
21764 #endif
21765
21766 int
21767 main ()
21768 {
21769 static struct statvfs ac_aggr;
21770 if (sizeof ac_aggr.f_blocks)
21771 return 0;
21772   ;
21773   return 0;
21774 }
21775 _ACEOF
21776 rm -f conftest.$ac_objext
21777 if { (ac_try="$ac_compile"
21778 case "(($ac_try" in
21779   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21780   *) ac_try_echo=$ac_try;;
21781 esac
21782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21783 $as_echo "$ac_try_echo") >&5
21784   (eval "$ac_compile") 2>conftest.er1
21785   ac_status=$?
21786   grep -v '^ *+' conftest.er1 >conftest.err
21787   rm -f conftest.er1
21788   cat conftest.err >&5
21789   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21790   (exit $ac_status); } && {
21791          test -z "$ac_c_werror_flag" ||
21792          test ! -s conftest.err
21793        } && test -s conftest.$ac_objext; then
21794   ac_cv_member_struct_statvfs_f_blocks=yes
21795 else
21796   $as_echo "$as_me: failed program was:" >&5
21797 sed 's/^/| /' conftest.$ac_ext >&5
21798
21799         ac_cv_member_struct_statvfs_f_blocks=no
21800 fi
21801
21802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21803 fi
21804
21805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21806 fi
21807 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21808 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21809 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21810
21811 cat >>confdefs.h <<_ACEOF
21812 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21813 _ACEOF
21814
21815
21816 fi
21817
21818
21819 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21820 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21821 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21822   $as_echo_n "(cached) " >&6
21823 else
21824   cat >conftest.$ac_ext <<_ACEOF
21825 /* confdefs.h.  */
21826 _ACEOF
21827 cat confdefs.h >>conftest.$ac_ext
21828 cat >>conftest.$ac_ext <<_ACEOF
21829 /* end confdefs.h.  */
21830 #include <sys/types.h>
21831 #ifdef HAVE_SYS_SOCKET_H
21832 # include <sys/socket.h>
21833 #endif
21834 #ifdef HAVE_SYS_UN_H
21835 # include <sys/un.h>
21836 #endif
21837
21838 int
21839 main ()
21840 {
21841 static struct msghdr ac_aggr;
21842 if (ac_aggr.msg_accrights)
21843 return 0;
21844   ;
21845   return 0;
21846 }
21847 _ACEOF
21848 rm -f conftest.$ac_objext
21849 if { (ac_try="$ac_compile"
21850 case "(($ac_try" in
21851   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21852   *) ac_try_echo=$ac_try;;
21853 esac
21854 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21855 $as_echo "$ac_try_echo") >&5
21856   (eval "$ac_compile") 2>conftest.er1
21857   ac_status=$?
21858   grep -v '^ *+' conftest.er1 >conftest.err
21859   rm -f conftest.er1
21860   cat conftest.err >&5
21861   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21862   (exit $ac_status); } && {
21863          test -z "$ac_c_werror_flag" ||
21864          test ! -s conftest.err
21865        } && test -s conftest.$ac_objext; then
21866   ac_cv_member_struct_msghdr_msg_accrights=yes
21867 else
21868   $as_echo "$as_me: failed program was:" >&5
21869 sed 's/^/| /' conftest.$ac_ext >&5
21870
21871         cat >conftest.$ac_ext <<_ACEOF
21872 /* confdefs.h.  */
21873 _ACEOF
21874 cat confdefs.h >>conftest.$ac_ext
21875 cat >>conftest.$ac_ext <<_ACEOF
21876 /* end confdefs.h.  */
21877 #include <sys/types.h>
21878 #ifdef HAVE_SYS_SOCKET_H
21879 # include <sys/socket.h>
21880 #endif
21881 #ifdef HAVE_SYS_UN_H
21882 # include <sys/un.h>
21883 #endif
21884
21885 int
21886 main ()
21887 {
21888 static struct msghdr ac_aggr;
21889 if (sizeof ac_aggr.msg_accrights)
21890 return 0;
21891   ;
21892   return 0;
21893 }
21894 _ACEOF
21895 rm -f conftest.$ac_objext
21896 if { (ac_try="$ac_compile"
21897 case "(($ac_try" in
21898   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21899   *) ac_try_echo=$ac_try;;
21900 esac
21901 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21902 $as_echo "$ac_try_echo") >&5
21903   (eval "$ac_compile") 2>conftest.er1
21904   ac_status=$?
21905   grep -v '^ *+' conftest.er1 >conftest.err
21906   rm -f conftest.er1
21907   cat conftest.err >&5
21908   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21909   (exit $ac_status); } && {
21910          test -z "$ac_c_werror_flag" ||
21911          test ! -s conftest.err
21912        } && test -s conftest.$ac_objext; then
21913   ac_cv_member_struct_msghdr_msg_accrights=yes
21914 else
21915   $as_echo "$as_me: failed program was:" >&5
21916 sed 's/^/| /' conftest.$ac_ext >&5
21917
21918         ac_cv_member_struct_msghdr_msg_accrights=no
21919 fi
21920
21921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21922 fi
21923
21924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21925 fi
21926 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21927 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21928 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21929
21930 cat >>confdefs.h <<_ACEOF
21931 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21932 _ACEOF
21933
21934
21935 fi
21936 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21937 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21938 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21939   $as_echo_n "(cached) " >&6
21940 else
21941   cat >conftest.$ac_ext <<_ACEOF
21942 /* confdefs.h.  */
21943 _ACEOF
21944 cat confdefs.h >>conftest.$ac_ext
21945 cat >>conftest.$ac_ext <<_ACEOF
21946 /* end confdefs.h.  */
21947 #include <sys/types.h>
21948 #ifdef HAVE_SYS_SOCKET_H
21949 # include <sys/socket.h>
21950 #endif
21951 #ifdef HAVE_SYS_UN_H
21952 # include <sys/un.h>
21953 #endif
21954
21955 int
21956 main ()
21957 {
21958 static struct sockaddr ac_aggr;
21959 if (ac_aggr.sa_len)
21960 return 0;
21961   ;
21962   return 0;
21963 }
21964 _ACEOF
21965 rm -f conftest.$ac_objext
21966 if { (ac_try="$ac_compile"
21967 case "(($ac_try" in
21968   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21969   *) ac_try_echo=$ac_try;;
21970 esac
21971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21972 $as_echo "$ac_try_echo") >&5
21973   (eval "$ac_compile") 2>conftest.er1
21974   ac_status=$?
21975   grep -v '^ *+' conftest.er1 >conftest.err
21976   rm -f conftest.er1
21977   cat conftest.err >&5
21978   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21979   (exit $ac_status); } && {
21980          test -z "$ac_c_werror_flag" ||
21981          test ! -s conftest.err
21982        } && test -s conftest.$ac_objext; then
21983   ac_cv_member_struct_sockaddr_sa_len=yes
21984 else
21985   $as_echo "$as_me: failed program was:" >&5
21986 sed 's/^/| /' conftest.$ac_ext >&5
21987
21988         cat >conftest.$ac_ext <<_ACEOF
21989 /* confdefs.h.  */
21990 _ACEOF
21991 cat confdefs.h >>conftest.$ac_ext
21992 cat >>conftest.$ac_ext <<_ACEOF
21993 /* end confdefs.h.  */
21994 #include <sys/types.h>
21995 #ifdef HAVE_SYS_SOCKET_H
21996 # include <sys/socket.h>
21997 #endif
21998 #ifdef HAVE_SYS_UN_H
21999 # include <sys/un.h>
22000 #endif
22001
22002 int
22003 main ()
22004 {
22005 static struct sockaddr ac_aggr;
22006 if (sizeof ac_aggr.sa_len)
22007 return 0;
22008   ;
22009   return 0;
22010 }
22011 _ACEOF
22012 rm -f conftest.$ac_objext
22013 if { (ac_try="$ac_compile"
22014 case "(($ac_try" in
22015   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22016   *) ac_try_echo=$ac_try;;
22017 esac
22018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22019 $as_echo "$ac_try_echo") >&5
22020   (eval "$ac_compile") 2>conftest.er1
22021   ac_status=$?
22022   grep -v '^ *+' conftest.er1 >conftest.err
22023   rm -f conftest.er1
22024   cat conftest.err >&5
22025   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22026   (exit $ac_status); } && {
22027          test -z "$ac_c_werror_flag" ||
22028          test ! -s conftest.err
22029        } && test -s conftest.$ac_objext; then
22030   ac_cv_member_struct_sockaddr_sa_len=yes
22031 else
22032   $as_echo "$as_me: failed program was:" >&5
22033 sed 's/^/| /' conftest.$ac_ext >&5
22034
22035         ac_cv_member_struct_sockaddr_sa_len=no
22036 fi
22037
22038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22039 fi
22040
22041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22042 fi
22043 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22044 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22045 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22046
22047 cat >>confdefs.h <<_ACEOF
22048 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22049 _ACEOF
22050
22051
22052 fi
22053 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22054 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22055 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22056   $as_echo_n "(cached) " >&6
22057 else
22058   cat >conftest.$ac_ext <<_ACEOF
22059 /* confdefs.h.  */
22060 _ACEOF
22061 cat confdefs.h >>conftest.$ac_ext
22062 cat >>conftest.$ac_ext <<_ACEOF
22063 /* end confdefs.h.  */
22064 #include <sys/types.h>
22065 #ifdef HAVE_SYS_SOCKET_H
22066 # include <sys/socket.h>
22067 #endif
22068 #ifdef HAVE_SYS_UN_H
22069 # include <sys/un.h>
22070 #endif
22071
22072 int
22073 main ()
22074 {
22075 static struct sockaddr_un ac_aggr;
22076 if (ac_aggr.sun_len)
22077 return 0;
22078   ;
22079   return 0;
22080 }
22081 _ACEOF
22082 rm -f conftest.$ac_objext
22083 if { (ac_try="$ac_compile"
22084 case "(($ac_try" in
22085   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22086   *) ac_try_echo=$ac_try;;
22087 esac
22088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22089 $as_echo "$ac_try_echo") >&5
22090   (eval "$ac_compile") 2>conftest.er1
22091   ac_status=$?
22092   grep -v '^ *+' conftest.er1 >conftest.err
22093   rm -f conftest.er1
22094   cat conftest.err >&5
22095   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22096   (exit $ac_status); } && {
22097          test -z "$ac_c_werror_flag" ||
22098          test ! -s conftest.err
22099        } && test -s conftest.$ac_objext; then
22100   ac_cv_member_struct_sockaddr_un_sun_len=yes
22101 else
22102   $as_echo "$as_me: failed program was:" >&5
22103 sed 's/^/| /' conftest.$ac_ext >&5
22104
22105         cat >conftest.$ac_ext <<_ACEOF
22106 /* confdefs.h.  */
22107 _ACEOF
22108 cat confdefs.h >>conftest.$ac_ext
22109 cat >>conftest.$ac_ext <<_ACEOF
22110 /* end confdefs.h.  */
22111 #include <sys/types.h>
22112 #ifdef HAVE_SYS_SOCKET_H
22113 # include <sys/socket.h>
22114 #endif
22115 #ifdef HAVE_SYS_UN_H
22116 # include <sys/un.h>
22117 #endif
22118
22119 int
22120 main ()
22121 {
22122 static struct sockaddr_un ac_aggr;
22123 if (sizeof ac_aggr.sun_len)
22124 return 0;
22125   ;
22126   return 0;
22127 }
22128 _ACEOF
22129 rm -f conftest.$ac_objext
22130 if { (ac_try="$ac_compile"
22131 case "(($ac_try" in
22132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22133   *) ac_try_echo=$ac_try;;
22134 esac
22135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22136 $as_echo "$ac_try_echo") >&5
22137   (eval "$ac_compile") 2>conftest.er1
22138   ac_status=$?
22139   grep -v '^ *+' conftest.er1 >conftest.err
22140   rm -f conftest.er1
22141   cat conftest.err >&5
22142   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22143   (exit $ac_status); } && {
22144          test -z "$ac_c_werror_flag" ||
22145          test ! -s conftest.err
22146        } && test -s conftest.$ac_objext; then
22147   ac_cv_member_struct_sockaddr_un_sun_len=yes
22148 else
22149   $as_echo "$as_me: failed program was:" >&5
22150 sed 's/^/| /' conftest.$ac_ext >&5
22151
22152         ac_cv_member_struct_sockaddr_un_sun_len=no
22153 fi
22154
22155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22156 fi
22157
22158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22159 fi
22160 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22161 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22162 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22163
22164 cat >>confdefs.h <<_ACEOF
22165 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22166 _ACEOF
22167
22168
22169 fi
22170
22171
22172 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22173 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22174 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22175   $as_echo_n "(cached) " >&6
22176 else
22177   cat >conftest.$ac_ext <<_ACEOF
22178 /* confdefs.h.  */
22179 _ACEOF
22180 cat confdefs.h >>conftest.$ac_ext
22181 cat >>conftest.$ac_ext <<_ACEOF
22182 /* end confdefs.h.  */
22183 #include <sys/types.h>
22184 #ifdef HAVE_SCSI_SG_H
22185 #include <scsi/sg.h>
22186 #endif
22187
22188 int
22189 main ()
22190 {
22191 static scsireq_t ac_aggr;
22192 if (ac_aggr.cmd)
22193 return 0;
22194   ;
22195   return 0;
22196 }
22197 _ACEOF
22198 rm -f conftest.$ac_objext
22199 if { (ac_try="$ac_compile"
22200 case "(($ac_try" in
22201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22202   *) ac_try_echo=$ac_try;;
22203 esac
22204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22205 $as_echo "$ac_try_echo") >&5
22206   (eval "$ac_compile") 2>conftest.er1
22207   ac_status=$?
22208   grep -v '^ *+' conftest.er1 >conftest.err
22209   rm -f conftest.er1
22210   cat conftest.err >&5
22211   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22212   (exit $ac_status); } && {
22213          test -z "$ac_c_werror_flag" ||
22214          test ! -s conftest.err
22215        } && test -s conftest.$ac_objext; then
22216   ac_cv_member_scsireq_t_cmd=yes
22217 else
22218   $as_echo "$as_me: failed program was:" >&5
22219 sed 's/^/| /' conftest.$ac_ext >&5
22220
22221         cat >conftest.$ac_ext <<_ACEOF
22222 /* confdefs.h.  */
22223 _ACEOF
22224 cat confdefs.h >>conftest.$ac_ext
22225 cat >>conftest.$ac_ext <<_ACEOF
22226 /* end confdefs.h.  */
22227 #include <sys/types.h>
22228 #ifdef HAVE_SCSI_SG_H
22229 #include <scsi/sg.h>
22230 #endif
22231
22232 int
22233 main ()
22234 {
22235 static scsireq_t ac_aggr;
22236 if (sizeof ac_aggr.cmd)
22237 return 0;
22238   ;
22239   return 0;
22240 }
22241 _ACEOF
22242 rm -f conftest.$ac_objext
22243 if { (ac_try="$ac_compile"
22244 case "(($ac_try" in
22245   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22246   *) ac_try_echo=$ac_try;;
22247 esac
22248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22249 $as_echo "$ac_try_echo") >&5
22250   (eval "$ac_compile") 2>conftest.er1
22251   ac_status=$?
22252   grep -v '^ *+' conftest.er1 >conftest.err
22253   rm -f conftest.er1
22254   cat conftest.err >&5
22255   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22256   (exit $ac_status); } && {
22257          test -z "$ac_c_werror_flag" ||
22258          test ! -s conftest.err
22259        } && test -s conftest.$ac_objext; then
22260   ac_cv_member_scsireq_t_cmd=yes
22261 else
22262   $as_echo "$as_me: failed program was:" >&5
22263 sed 's/^/| /' conftest.$ac_ext >&5
22264
22265         ac_cv_member_scsireq_t_cmd=no
22266 fi
22267
22268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22269 fi
22270
22271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22272 fi
22273 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22274 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22275 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22276
22277 cat >>confdefs.h <<_ACEOF
22278 #define HAVE_SCSIREQ_T_CMD 1
22279 _ACEOF
22280
22281
22282 fi
22283 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22284 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22285 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22286   $as_echo_n "(cached) " >&6
22287 else
22288   cat >conftest.$ac_ext <<_ACEOF
22289 /* confdefs.h.  */
22290 _ACEOF
22291 cat confdefs.h >>conftest.$ac_ext
22292 cat >>conftest.$ac_ext <<_ACEOF
22293 /* end confdefs.h.  */
22294 #include <sys/types.h>
22295 #ifdef HAVE_SCSI_SG_H
22296 #include <scsi/sg.h>
22297 #endif
22298
22299 int
22300 main ()
22301 {
22302 static sg_io_hdr_t ac_aggr;
22303 if (ac_aggr.interface_id)
22304 return 0;
22305   ;
22306   return 0;
22307 }
22308 _ACEOF
22309 rm -f conftest.$ac_objext
22310 if { (ac_try="$ac_compile"
22311 case "(($ac_try" in
22312   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22313   *) ac_try_echo=$ac_try;;
22314 esac
22315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22316 $as_echo "$ac_try_echo") >&5
22317   (eval "$ac_compile") 2>conftest.er1
22318   ac_status=$?
22319   grep -v '^ *+' conftest.er1 >conftest.err
22320   rm -f conftest.er1
22321   cat conftest.err >&5
22322   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22323   (exit $ac_status); } && {
22324          test -z "$ac_c_werror_flag" ||
22325          test ! -s conftest.err
22326        } && test -s conftest.$ac_objext; then
22327   ac_cv_member_sg_io_hdr_t_interface_id=yes
22328 else
22329   $as_echo "$as_me: failed program was:" >&5
22330 sed 's/^/| /' conftest.$ac_ext >&5
22331
22332         cat >conftest.$ac_ext <<_ACEOF
22333 /* confdefs.h.  */
22334 _ACEOF
22335 cat confdefs.h >>conftest.$ac_ext
22336 cat >>conftest.$ac_ext <<_ACEOF
22337 /* end confdefs.h.  */
22338 #include <sys/types.h>
22339 #ifdef HAVE_SCSI_SG_H
22340 #include <scsi/sg.h>
22341 #endif
22342
22343 int
22344 main ()
22345 {
22346 static sg_io_hdr_t ac_aggr;
22347 if (sizeof ac_aggr.interface_id)
22348 return 0;
22349   ;
22350   return 0;
22351 }
22352 _ACEOF
22353 rm -f conftest.$ac_objext
22354 if { (ac_try="$ac_compile"
22355 case "(($ac_try" in
22356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22357   *) ac_try_echo=$ac_try;;
22358 esac
22359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22360 $as_echo "$ac_try_echo") >&5
22361   (eval "$ac_compile") 2>conftest.er1
22362   ac_status=$?
22363   grep -v '^ *+' conftest.er1 >conftest.err
22364   rm -f conftest.er1
22365   cat conftest.err >&5
22366   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22367   (exit $ac_status); } && {
22368          test -z "$ac_c_werror_flag" ||
22369          test ! -s conftest.err
22370        } && test -s conftest.$ac_objext; then
22371   ac_cv_member_sg_io_hdr_t_interface_id=yes
22372 else
22373   $as_echo "$as_me: failed program was:" >&5
22374 sed 's/^/| /' conftest.$ac_ext >&5
22375
22376         ac_cv_member_sg_io_hdr_t_interface_id=no
22377 fi
22378
22379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22380 fi
22381
22382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22383 fi
22384 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22385 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22386 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22387
22388 cat >>confdefs.h <<_ACEOF
22389 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22390 _ACEOF
22391
22392
22393 fi
22394
22395
22396 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22397 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22398 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22399   $as_echo_n "(cached) " >&6
22400 else
22401   cat >conftest.$ac_ext <<_ACEOF
22402 /* confdefs.h.  */
22403 _ACEOF
22404 cat confdefs.h >>conftest.$ac_ext
22405 cat >>conftest.$ac_ext <<_ACEOF
22406 /* end confdefs.h.  */
22407 #include <signal.h>
22408
22409 int
22410 main ()
22411 {
22412 static siginfo_t ac_aggr;
22413 if (ac_aggr.si_fd)
22414 return 0;
22415   ;
22416   return 0;
22417 }
22418 _ACEOF
22419 rm -f conftest.$ac_objext
22420 if { (ac_try="$ac_compile"
22421 case "(($ac_try" in
22422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22423   *) ac_try_echo=$ac_try;;
22424 esac
22425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22426 $as_echo "$ac_try_echo") >&5
22427   (eval "$ac_compile") 2>conftest.er1
22428   ac_status=$?
22429   grep -v '^ *+' conftest.er1 >conftest.err
22430   rm -f conftest.er1
22431   cat conftest.err >&5
22432   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22433   (exit $ac_status); } && {
22434          test -z "$ac_c_werror_flag" ||
22435          test ! -s conftest.err
22436        } && test -s conftest.$ac_objext; then
22437   ac_cv_member_siginfo_t_si_fd=yes
22438 else
22439   $as_echo "$as_me: failed program was:" >&5
22440 sed 's/^/| /' conftest.$ac_ext >&5
22441
22442         cat >conftest.$ac_ext <<_ACEOF
22443 /* confdefs.h.  */
22444 _ACEOF
22445 cat confdefs.h >>conftest.$ac_ext
22446 cat >>conftest.$ac_ext <<_ACEOF
22447 /* end confdefs.h.  */
22448 #include <signal.h>
22449
22450 int
22451 main ()
22452 {
22453 static siginfo_t ac_aggr;
22454 if (sizeof ac_aggr.si_fd)
22455 return 0;
22456   ;
22457   return 0;
22458 }
22459 _ACEOF
22460 rm -f conftest.$ac_objext
22461 if { (ac_try="$ac_compile"
22462 case "(($ac_try" in
22463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22464   *) ac_try_echo=$ac_try;;
22465 esac
22466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22467 $as_echo "$ac_try_echo") >&5
22468   (eval "$ac_compile") 2>conftest.er1
22469   ac_status=$?
22470   grep -v '^ *+' conftest.er1 >conftest.err
22471   rm -f conftest.er1
22472   cat conftest.err >&5
22473   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22474   (exit $ac_status); } && {
22475          test -z "$ac_c_werror_flag" ||
22476          test ! -s conftest.err
22477        } && test -s conftest.$ac_objext; then
22478   ac_cv_member_siginfo_t_si_fd=yes
22479 else
22480   $as_echo "$as_me: failed program was:" >&5
22481 sed 's/^/| /' conftest.$ac_ext >&5
22482
22483         ac_cv_member_siginfo_t_si_fd=no
22484 fi
22485
22486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22487 fi
22488
22489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22490 fi
22491 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22492 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22493 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22494
22495 cat >>confdefs.h <<_ACEOF
22496 #define HAVE_SIGINFO_T_SI_FD 1
22497 _ACEOF
22498
22499
22500 fi
22501
22502
22503 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22504 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22505 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22506   $as_echo_n "(cached) " >&6
22507 else
22508   cat >conftest.$ac_ext <<_ACEOF
22509 /* confdefs.h.  */
22510 _ACEOF
22511 cat confdefs.h >>conftest.$ac_ext
22512 cat >>conftest.$ac_ext <<_ACEOF
22513 /* end confdefs.h.  */
22514 #include <sys/types.h>
22515 #ifdef HAVE_SYS_MTIO_H
22516 #include <sys/mtio.h>
22517 #endif
22518
22519 int
22520 main ()
22521 {
22522 static struct mtget ac_aggr;
22523 if (ac_aggr.mt_blksiz)
22524 return 0;
22525   ;
22526   return 0;
22527 }
22528 _ACEOF
22529 rm -f conftest.$ac_objext
22530 if { (ac_try="$ac_compile"
22531 case "(($ac_try" in
22532   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22533   *) ac_try_echo=$ac_try;;
22534 esac
22535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22536 $as_echo "$ac_try_echo") >&5
22537   (eval "$ac_compile") 2>conftest.er1
22538   ac_status=$?
22539   grep -v '^ *+' conftest.er1 >conftest.err
22540   rm -f conftest.er1
22541   cat conftest.err >&5
22542   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22543   (exit $ac_status); } && {
22544          test -z "$ac_c_werror_flag" ||
22545          test ! -s conftest.err
22546        } && test -s conftest.$ac_objext; then
22547   ac_cv_member_struct_mtget_mt_blksiz=yes
22548 else
22549   $as_echo "$as_me: failed program was:" >&5
22550 sed 's/^/| /' conftest.$ac_ext >&5
22551
22552         cat >conftest.$ac_ext <<_ACEOF
22553 /* confdefs.h.  */
22554 _ACEOF
22555 cat confdefs.h >>conftest.$ac_ext
22556 cat >>conftest.$ac_ext <<_ACEOF
22557 /* end confdefs.h.  */
22558 #include <sys/types.h>
22559 #ifdef HAVE_SYS_MTIO_H
22560 #include <sys/mtio.h>
22561 #endif
22562
22563 int
22564 main ()
22565 {
22566 static struct mtget ac_aggr;
22567 if (sizeof ac_aggr.mt_blksiz)
22568 return 0;
22569   ;
22570   return 0;
22571 }
22572 _ACEOF
22573 rm -f conftest.$ac_objext
22574 if { (ac_try="$ac_compile"
22575 case "(($ac_try" in
22576   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22577   *) ac_try_echo=$ac_try;;
22578 esac
22579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22580 $as_echo "$ac_try_echo") >&5
22581   (eval "$ac_compile") 2>conftest.er1
22582   ac_status=$?
22583   grep -v '^ *+' conftest.er1 >conftest.err
22584   rm -f conftest.er1
22585   cat conftest.err >&5
22586   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22587   (exit $ac_status); } && {
22588          test -z "$ac_c_werror_flag" ||
22589          test ! -s conftest.err
22590        } && test -s conftest.$ac_objext; then
22591   ac_cv_member_struct_mtget_mt_blksiz=yes
22592 else
22593   $as_echo "$as_me: failed program was:" >&5
22594 sed 's/^/| /' conftest.$ac_ext >&5
22595
22596         ac_cv_member_struct_mtget_mt_blksiz=no
22597 fi
22598
22599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22600 fi
22601
22602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22603 fi
22604 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22605 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22606 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22607
22608 cat >>confdefs.h <<_ACEOF
22609 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22610 _ACEOF
22611
22612
22613 fi
22614 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22615 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22616 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22617   $as_echo_n "(cached) " >&6
22618 else
22619   cat >conftest.$ac_ext <<_ACEOF
22620 /* confdefs.h.  */
22621 _ACEOF
22622 cat confdefs.h >>conftest.$ac_ext
22623 cat >>conftest.$ac_ext <<_ACEOF
22624 /* end confdefs.h.  */
22625 #include <sys/types.h>
22626 #ifdef HAVE_SYS_MTIO_H
22627 #include <sys/mtio.h>
22628 #endif
22629
22630 int
22631 main ()
22632 {
22633 static struct mtget ac_aggr;
22634 if (ac_aggr.mt_gstat)
22635 return 0;
22636   ;
22637   return 0;
22638 }
22639 _ACEOF
22640 rm -f conftest.$ac_objext
22641 if { (ac_try="$ac_compile"
22642 case "(($ac_try" in
22643   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22644   *) ac_try_echo=$ac_try;;
22645 esac
22646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22647 $as_echo "$ac_try_echo") >&5
22648   (eval "$ac_compile") 2>conftest.er1
22649   ac_status=$?
22650   grep -v '^ *+' conftest.er1 >conftest.err
22651   rm -f conftest.er1
22652   cat conftest.err >&5
22653   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22654   (exit $ac_status); } && {
22655          test -z "$ac_c_werror_flag" ||
22656          test ! -s conftest.err
22657        } && test -s conftest.$ac_objext; then
22658   ac_cv_member_struct_mtget_mt_gstat=yes
22659 else
22660   $as_echo "$as_me: failed program was:" >&5
22661 sed 's/^/| /' conftest.$ac_ext >&5
22662
22663         cat >conftest.$ac_ext <<_ACEOF
22664 /* confdefs.h.  */
22665 _ACEOF
22666 cat confdefs.h >>conftest.$ac_ext
22667 cat >>conftest.$ac_ext <<_ACEOF
22668 /* end confdefs.h.  */
22669 #include <sys/types.h>
22670 #ifdef HAVE_SYS_MTIO_H
22671 #include <sys/mtio.h>
22672 #endif
22673
22674 int
22675 main ()
22676 {
22677 static struct mtget ac_aggr;
22678 if (sizeof ac_aggr.mt_gstat)
22679 return 0;
22680   ;
22681   return 0;
22682 }
22683 _ACEOF
22684 rm -f conftest.$ac_objext
22685 if { (ac_try="$ac_compile"
22686 case "(($ac_try" in
22687   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22688   *) ac_try_echo=$ac_try;;
22689 esac
22690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22691 $as_echo "$ac_try_echo") >&5
22692   (eval "$ac_compile") 2>conftest.er1
22693   ac_status=$?
22694   grep -v '^ *+' conftest.er1 >conftest.err
22695   rm -f conftest.er1
22696   cat conftest.err >&5
22697   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22698   (exit $ac_status); } && {
22699          test -z "$ac_c_werror_flag" ||
22700          test ! -s conftest.err
22701        } && test -s conftest.$ac_objext; then
22702   ac_cv_member_struct_mtget_mt_gstat=yes
22703 else
22704   $as_echo "$as_me: failed program was:" >&5
22705 sed 's/^/| /' conftest.$ac_ext >&5
22706
22707         ac_cv_member_struct_mtget_mt_gstat=no
22708 fi
22709
22710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22711 fi
22712
22713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22714 fi
22715 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22716 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22717 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22718
22719 cat >>confdefs.h <<_ACEOF
22720 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22721 _ACEOF
22722
22723
22724 fi
22725 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22726 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22727 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22728   $as_echo_n "(cached) " >&6
22729 else
22730   cat >conftest.$ac_ext <<_ACEOF
22731 /* confdefs.h.  */
22732 _ACEOF
22733 cat confdefs.h >>conftest.$ac_ext
22734 cat >>conftest.$ac_ext <<_ACEOF
22735 /* end confdefs.h.  */
22736 #include <sys/types.h>
22737 #ifdef HAVE_SYS_MTIO_H
22738 #include <sys/mtio.h>
22739 #endif
22740
22741 int
22742 main ()
22743 {
22744 static struct mtget ac_aggr;
22745 if (ac_aggr.mt_blkno)
22746 return 0;
22747   ;
22748   return 0;
22749 }
22750 _ACEOF
22751 rm -f conftest.$ac_objext
22752 if { (ac_try="$ac_compile"
22753 case "(($ac_try" in
22754   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22755   *) ac_try_echo=$ac_try;;
22756 esac
22757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22758 $as_echo "$ac_try_echo") >&5
22759   (eval "$ac_compile") 2>conftest.er1
22760   ac_status=$?
22761   grep -v '^ *+' conftest.er1 >conftest.err
22762   rm -f conftest.er1
22763   cat conftest.err >&5
22764   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22765   (exit $ac_status); } && {
22766          test -z "$ac_c_werror_flag" ||
22767          test ! -s conftest.err
22768        } && test -s conftest.$ac_objext; then
22769   ac_cv_member_struct_mtget_mt_blkno=yes
22770 else
22771   $as_echo "$as_me: failed program was:" >&5
22772 sed 's/^/| /' conftest.$ac_ext >&5
22773
22774         cat >conftest.$ac_ext <<_ACEOF
22775 /* confdefs.h.  */
22776 _ACEOF
22777 cat confdefs.h >>conftest.$ac_ext
22778 cat >>conftest.$ac_ext <<_ACEOF
22779 /* end confdefs.h.  */
22780 #include <sys/types.h>
22781 #ifdef HAVE_SYS_MTIO_H
22782 #include <sys/mtio.h>
22783 #endif
22784
22785 int
22786 main ()
22787 {
22788 static struct mtget ac_aggr;
22789 if (sizeof ac_aggr.mt_blkno)
22790 return 0;
22791   ;
22792   return 0;
22793 }
22794 _ACEOF
22795 rm -f conftest.$ac_objext
22796 if { (ac_try="$ac_compile"
22797 case "(($ac_try" in
22798   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22799   *) ac_try_echo=$ac_try;;
22800 esac
22801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22802 $as_echo "$ac_try_echo") >&5
22803   (eval "$ac_compile") 2>conftest.er1
22804   ac_status=$?
22805   grep -v '^ *+' conftest.er1 >conftest.err
22806   rm -f conftest.er1
22807   cat conftest.err >&5
22808   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22809   (exit $ac_status); } && {
22810          test -z "$ac_c_werror_flag" ||
22811          test ! -s conftest.err
22812        } && test -s conftest.$ac_objext; then
22813   ac_cv_member_struct_mtget_mt_blkno=yes
22814 else
22815   $as_echo "$as_me: failed program was:" >&5
22816 sed 's/^/| /' conftest.$ac_ext >&5
22817
22818         ac_cv_member_struct_mtget_mt_blkno=no
22819 fi
22820
22821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22822 fi
22823
22824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22825 fi
22826 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22827 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22828 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22829
22830 cat >>confdefs.h <<_ACEOF
22831 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22832 _ACEOF
22833
22834
22835 fi
22836
22837
22838 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22839 $as_echo_n "checking for struct option.name... " >&6; }
22840 if test "${ac_cv_member_struct_option_name+set}" = set; then
22841   $as_echo_n "(cached) " >&6
22842 else
22843   cat >conftest.$ac_ext <<_ACEOF
22844 /* confdefs.h.  */
22845 _ACEOF
22846 cat confdefs.h >>conftest.$ac_ext
22847 cat >>conftest.$ac_ext <<_ACEOF
22848 /* end confdefs.h.  */
22849 #ifdef HAVE_GETOPT_H
22850 #include <getopt.h>
22851 #endif
22852
22853 int
22854 main ()
22855 {
22856 static struct option ac_aggr;
22857 if (ac_aggr.name)
22858 return 0;
22859   ;
22860   return 0;
22861 }
22862 _ACEOF
22863 rm -f conftest.$ac_objext
22864 if { (ac_try="$ac_compile"
22865 case "(($ac_try" in
22866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22867   *) ac_try_echo=$ac_try;;
22868 esac
22869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22870 $as_echo "$ac_try_echo") >&5
22871   (eval "$ac_compile") 2>conftest.er1
22872   ac_status=$?
22873   grep -v '^ *+' conftest.er1 >conftest.err
22874   rm -f conftest.er1
22875   cat conftest.err >&5
22876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22877   (exit $ac_status); } && {
22878          test -z "$ac_c_werror_flag" ||
22879          test ! -s conftest.err
22880        } && test -s conftest.$ac_objext; then
22881   ac_cv_member_struct_option_name=yes
22882 else
22883   $as_echo "$as_me: failed program was:" >&5
22884 sed 's/^/| /' conftest.$ac_ext >&5
22885
22886         cat >conftest.$ac_ext <<_ACEOF
22887 /* confdefs.h.  */
22888 _ACEOF
22889 cat confdefs.h >>conftest.$ac_ext
22890 cat >>conftest.$ac_ext <<_ACEOF
22891 /* end confdefs.h.  */
22892 #ifdef HAVE_GETOPT_H
22893 #include <getopt.h>
22894 #endif
22895
22896 int
22897 main ()
22898 {
22899 static struct option ac_aggr;
22900 if (sizeof ac_aggr.name)
22901 return 0;
22902   ;
22903   return 0;
22904 }
22905 _ACEOF
22906 rm -f conftest.$ac_objext
22907 if { (ac_try="$ac_compile"
22908 case "(($ac_try" in
22909   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22910   *) ac_try_echo=$ac_try;;
22911 esac
22912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22913 $as_echo "$ac_try_echo") >&5
22914   (eval "$ac_compile") 2>conftest.er1
22915   ac_status=$?
22916   grep -v '^ *+' conftest.er1 >conftest.err
22917   rm -f conftest.er1
22918   cat conftest.err >&5
22919   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22920   (exit $ac_status); } && {
22921          test -z "$ac_c_werror_flag" ||
22922          test ! -s conftest.err
22923        } && test -s conftest.$ac_objext; then
22924   ac_cv_member_struct_option_name=yes
22925 else
22926   $as_echo "$as_me: failed program was:" >&5
22927 sed 's/^/| /' conftest.$ac_ext >&5
22928
22929         ac_cv_member_struct_option_name=no
22930 fi
22931
22932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22933 fi
22934
22935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22936 fi
22937 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22938 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22939 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22940
22941 cat >>confdefs.h <<_ACEOF
22942 #define HAVE_STRUCT_OPTION_NAME 1
22943 _ACEOF
22944
22945
22946 fi
22947
22948
22949 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22950 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22951 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22952   $as_echo_n "(cached) " >&6
22953 else
22954   cat >conftest.$ac_ext <<_ACEOF
22955 /* confdefs.h.  */
22956 _ACEOF
22957 cat confdefs.h >>conftest.$ac_ext
22958 cat >>conftest.$ac_ext <<_ACEOF
22959 /* end confdefs.h.  */
22960 $ac_includes_default
22961 int
22962 main ()
22963 {
22964 static struct stat ac_aggr;
22965 if (ac_aggr.st_blocks)
22966 return 0;
22967   ;
22968   return 0;
22969 }
22970 _ACEOF
22971 rm -f conftest.$ac_objext
22972 if { (ac_try="$ac_compile"
22973 case "(($ac_try" in
22974   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22975   *) ac_try_echo=$ac_try;;
22976 esac
22977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22978 $as_echo "$ac_try_echo") >&5
22979   (eval "$ac_compile") 2>conftest.er1
22980   ac_status=$?
22981   grep -v '^ *+' conftest.er1 >conftest.err
22982   rm -f conftest.er1
22983   cat conftest.err >&5
22984   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22985   (exit $ac_status); } && {
22986          test -z "$ac_c_werror_flag" ||
22987          test ! -s conftest.err
22988        } && test -s conftest.$ac_objext; then
22989   ac_cv_member_struct_stat_st_blocks=yes
22990 else
22991   $as_echo "$as_me: failed program was:" >&5
22992 sed 's/^/| /' conftest.$ac_ext >&5
22993
22994         cat >conftest.$ac_ext <<_ACEOF
22995 /* confdefs.h.  */
22996 _ACEOF
22997 cat confdefs.h >>conftest.$ac_ext
22998 cat >>conftest.$ac_ext <<_ACEOF
22999 /* end confdefs.h.  */
23000 $ac_includes_default
23001 int
23002 main ()
23003 {
23004 static struct stat ac_aggr;
23005 if (sizeof ac_aggr.st_blocks)
23006 return 0;
23007   ;
23008   return 0;
23009 }
23010 _ACEOF
23011 rm -f conftest.$ac_objext
23012 if { (ac_try="$ac_compile"
23013 case "(($ac_try" in
23014   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23015   *) ac_try_echo=$ac_try;;
23016 esac
23017 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23018 $as_echo "$ac_try_echo") >&5
23019   (eval "$ac_compile") 2>conftest.er1
23020   ac_status=$?
23021   grep -v '^ *+' conftest.er1 >conftest.err
23022   rm -f conftest.er1
23023   cat conftest.err >&5
23024   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23025   (exit $ac_status); } && {
23026          test -z "$ac_c_werror_flag" ||
23027          test ! -s conftest.err
23028        } && test -s conftest.$ac_objext; then
23029   ac_cv_member_struct_stat_st_blocks=yes
23030 else
23031   $as_echo "$as_me: failed program was:" >&5
23032 sed 's/^/| /' conftest.$ac_ext >&5
23033
23034         ac_cv_member_struct_stat_st_blocks=no
23035 fi
23036
23037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23038 fi
23039
23040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23041 fi
23042 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23043 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23044 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23045
23046 cat >>confdefs.h <<_ACEOF
23047 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23048 _ACEOF
23049
23050
23051 fi
23052 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23053 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23054 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23055   $as_echo_n "(cached) " >&6
23056 else
23057   cat >conftest.$ac_ext <<_ACEOF
23058 /* confdefs.h.  */
23059 _ACEOF
23060 cat confdefs.h >>conftest.$ac_ext
23061 cat >>conftest.$ac_ext <<_ACEOF
23062 /* end confdefs.h.  */
23063 $ac_includes_default
23064 int
23065 main ()
23066 {
23067 static struct stat ac_aggr;
23068 if (ac_aggr.st_mtim)
23069 return 0;
23070   ;
23071   return 0;
23072 }
23073 _ACEOF
23074 rm -f conftest.$ac_objext
23075 if { (ac_try="$ac_compile"
23076 case "(($ac_try" in
23077   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23078   *) ac_try_echo=$ac_try;;
23079 esac
23080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23081 $as_echo "$ac_try_echo") >&5
23082   (eval "$ac_compile") 2>conftest.er1
23083   ac_status=$?
23084   grep -v '^ *+' conftest.er1 >conftest.err
23085   rm -f conftest.er1
23086   cat conftest.err >&5
23087   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23088   (exit $ac_status); } && {
23089          test -z "$ac_c_werror_flag" ||
23090          test ! -s conftest.err
23091        } && test -s conftest.$ac_objext; then
23092   ac_cv_member_struct_stat_st_mtim=yes
23093 else
23094   $as_echo "$as_me: failed program was:" >&5
23095 sed 's/^/| /' conftest.$ac_ext >&5
23096
23097         cat >conftest.$ac_ext <<_ACEOF
23098 /* confdefs.h.  */
23099 _ACEOF
23100 cat confdefs.h >>conftest.$ac_ext
23101 cat >>conftest.$ac_ext <<_ACEOF
23102 /* end confdefs.h.  */
23103 $ac_includes_default
23104 int
23105 main ()
23106 {
23107 static struct stat ac_aggr;
23108 if (sizeof ac_aggr.st_mtim)
23109 return 0;
23110   ;
23111   return 0;
23112 }
23113 _ACEOF
23114 rm -f conftest.$ac_objext
23115 if { (ac_try="$ac_compile"
23116 case "(($ac_try" in
23117   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23118   *) ac_try_echo=$ac_try;;
23119 esac
23120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23121 $as_echo "$ac_try_echo") >&5
23122   (eval "$ac_compile") 2>conftest.er1
23123   ac_status=$?
23124   grep -v '^ *+' conftest.er1 >conftest.err
23125   rm -f conftest.er1
23126   cat conftest.err >&5
23127   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23128   (exit $ac_status); } && {
23129          test -z "$ac_c_werror_flag" ||
23130          test ! -s conftest.err
23131        } && test -s conftest.$ac_objext; then
23132   ac_cv_member_struct_stat_st_mtim=yes
23133 else
23134   $as_echo "$as_me: failed program was:" >&5
23135 sed 's/^/| /' conftest.$ac_ext >&5
23136
23137         ac_cv_member_struct_stat_st_mtim=no
23138 fi
23139
23140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23141 fi
23142
23143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23144 fi
23145 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23146 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23147 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23148
23149 cat >>confdefs.h <<_ACEOF
23150 #define HAVE_STRUCT_STAT_ST_MTIM 1
23151 _ACEOF
23152
23153
23154 fi
23155 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23156 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23157 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23158   $as_echo_n "(cached) " >&6
23159 else
23160   cat >conftest.$ac_ext <<_ACEOF
23161 /* confdefs.h.  */
23162 _ACEOF
23163 cat confdefs.h >>conftest.$ac_ext
23164 cat >>conftest.$ac_ext <<_ACEOF
23165 /* end confdefs.h.  */
23166 $ac_includes_default
23167 int
23168 main ()
23169 {
23170 static struct stat ac_aggr;
23171 if (ac_aggr.st_ctim)
23172 return 0;
23173   ;
23174   return 0;
23175 }
23176 _ACEOF
23177 rm -f conftest.$ac_objext
23178 if { (ac_try="$ac_compile"
23179 case "(($ac_try" in
23180   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23181   *) ac_try_echo=$ac_try;;
23182 esac
23183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23184 $as_echo "$ac_try_echo") >&5
23185   (eval "$ac_compile") 2>conftest.er1
23186   ac_status=$?
23187   grep -v '^ *+' conftest.er1 >conftest.err
23188   rm -f conftest.er1
23189   cat conftest.err >&5
23190   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23191   (exit $ac_status); } && {
23192          test -z "$ac_c_werror_flag" ||
23193          test ! -s conftest.err
23194        } && test -s conftest.$ac_objext; then
23195   ac_cv_member_struct_stat_st_ctim=yes
23196 else
23197   $as_echo "$as_me: failed program was:" >&5
23198 sed 's/^/| /' conftest.$ac_ext >&5
23199
23200         cat >conftest.$ac_ext <<_ACEOF
23201 /* confdefs.h.  */
23202 _ACEOF
23203 cat confdefs.h >>conftest.$ac_ext
23204 cat >>conftest.$ac_ext <<_ACEOF
23205 /* end confdefs.h.  */
23206 $ac_includes_default
23207 int
23208 main ()
23209 {
23210 static struct stat ac_aggr;
23211 if (sizeof ac_aggr.st_ctim)
23212 return 0;
23213   ;
23214   return 0;
23215 }
23216 _ACEOF
23217 rm -f conftest.$ac_objext
23218 if { (ac_try="$ac_compile"
23219 case "(($ac_try" in
23220   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23221   *) ac_try_echo=$ac_try;;
23222 esac
23223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23224 $as_echo "$ac_try_echo") >&5
23225   (eval "$ac_compile") 2>conftest.er1
23226   ac_status=$?
23227   grep -v '^ *+' conftest.er1 >conftest.err
23228   rm -f conftest.er1
23229   cat conftest.err >&5
23230   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23231   (exit $ac_status); } && {
23232          test -z "$ac_c_werror_flag" ||
23233          test ! -s conftest.err
23234        } && test -s conftest.$ac_objext; then
23235   ac_cv_member_struct_stat_st_ctim=yes
23236 else
23237   $as_echo "$as_me: failed program was:" >&5
23238 sed 's/^/| /' conftest.$ac_ext >&5
23239
23240         ac_cv_member_struct_stat_st_ctim=no
23241 fi
23242
23243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23244 fi
23245
23246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23247 fi
23248 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23249 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23250 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23251
23252 cat >>confdefs.h <<_ACEOF
23253 #define HAVE_STRUCT_STAT_ST_CTIM 1
23254 _ACEOF
23255
23256
23257 fi
23258 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23259 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23260 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23261   $as_echo_n "(cached) " >&6
23262 else
23263   cat >conftest.$ac_ext <<_ACEOF
23264 /* confdefs.h.  */
23265 _ACEOF
23266 cat confdefs.h >>conftest.$ac_ext
23267 cat >>conftest.$ac_ext <<_ACEOF
23268 /* end confdefs.h.  */
23269 $ac_includes_default
23270 int
23271 main ()
23272 {
23273 static struct stat ac_aggr;
23274 if (ac_aggr.st_atim)
23275 return 0;
23276   ;
23277   return 0;
23278 }
23279 _ACEOF
23280 rm -f conftest.$ac_objext
23281 if { (ac_try="$ac_compile"
23282 case "(($ac_try" in
23283   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23284   *) ac_try_echo=$ac_try;;
23285 esac
23286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23287 $as_echo "$ac_try_echo") >&5
23288   (eval "$ac_compile") 2>conftest.er1
23289   ac_status=$?
23290   grep -v '^ *+' conftest.er1 >conftest.err
23291   rm -f conftest.er1
23292   cat conftest.err >&5
23293   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23294   (exit $ac_status); } && {
23295          test -z "$ac_c_werror_flag" ||
23296          test ! -s conftest.err
23297        } && test -s conftest.$ac_objext; then
23298   ac_cv_member_struct_stat_st_atim=yes
23299 else
23300   $as_echo "$as_me: failed program was:" >&5
23301 sed 's/^/| /' conftest.$ac_ext >&5
23302
23303         cat >conftest.$ac_ext <<_ACEOF
23304 /* confdefs.h.  */
23305 _ACEOF
23306 cat confdefs.h >>conftest.$ac_ext
23307 cat >>conftest.$ac_ext <<_ACEOF
23308 /* end confdefs.h.  */
23309 $ac_includes_default
23310 int
23311 main ()
23312 {
23313 static struct stat ac_aggr;
23314 if (sizeof ac_aggr.st_atim)
23315 return 0;
23316   ;
23317   return 0;
23318 }
23319 _ACEOF
23320 rm -f conftest.$ac_objext
23321 if { (ac_try="$ac_compile"
23322 case "(($ac_try" in
23323   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23324   *) ac_try_echo=$ac_try;;
23325 esac
23326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23327 $as_echo "$ac_try_echo") >&5
23328   (eval "$ac_compile") 2>conftest.er1
23329   ac_status=$?
23330   grep -v '^ *+' conftest.er1 >conftest.err
23331   rm -f conftest.er1
23332   cat conftest.err >&5
23333   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23334   (exit $ac_status); } && {
23335          test -z "$ac_c_werror_flag" ||
23336          test ! -s conftest.err
23337        } && test -s conftest.$ac_objext; then
23338   ac_cv_member_struct_stat_st_atim=yes
23339 else
23340   $as_echo "$as_me: failed program was:" >&5
23341 sed 's/^/| /' conftest.$ac_ext >&5
23342
23343         ac_cv_member_struct_stat_st_atim=no
23344 fi
23345
23346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23347 fi
23348
23349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23350 fi
23351 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23352 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23353 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23354
23355 cat >>confdefs.h <<_ACEOF
23356 #define HAVE_STRUCT_STAT_ST_ATIM 1
23357 _ACEOF
23358
23359
23360 fi
23361
23362
23363 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23364 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23365 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23366   $as_echo_n "(cached) " >&6
23367 else
23368   cat >conftest.$ac_ext <<_ACEOF
23369 /* confdefs.h.  */
23370 _ACEOF
23371 cat confdefs.h >>conftest.$ac_ext
23372 cat >>conftest.$ac_ext <<_ACEOF
23373 /* end confdefs.h.  */
23374 #ifdef HAVE_SYS_TYPES_H
23375 #include <sys/types.h>
23376 #endif
23377 #ifdef HAVE_NETINET_IN_H
23378 #include <netinet/in.h>
23379 #endif
23380
23381 int
23382 main ()
23383 {
23384 static struct sockaddr_in6 ac_aggr;
23385 if (ac_aggr.sin6_scope_id)
23386 return 0;
23387   ;
23388   return 0;
23389 }
23390 _ACEOF
23391 rm -f conftest.$ac_objext
23392 if { (ac_try="$ac_compile"
23393 case "(($ac_try" in
23394   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23395   *) ac_try_echo=$ac_try;;
23396 esac
23397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23398 $as_echo "$ac_try_echo") >&5
23399   (eval "$ac_compile") 2>conftest.er1
23400   ac_status=$?
23401   grep -v '^ *+' conftest.er1 >conftest.err
23402   rm -f conftest.er1
23403   cat conftest.err >&5
23404   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23405   (exit $ac_status); } && {
23406          test -z "$ac_c_werror_flag" ||
23407          test ! -s conftest.err
23408        } && test -s conftest.$ac_objext; then
23409   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23410 else
23411   $as_echo "$as_me: failed program was:" >&5
23412 sed 's/^/| /' conftest.$ac_ext >&5
23413
23414         cat >conftest.$ac_ext <<_ACEOF
23415 /* confdefs.h.  */
23416 _ACEOF
23417 cat confdefs.h >>conftest.$ac_ext
23418 cat >>conftest.$ac_ext <<_ACEOF
23419 /* end confdefs.h.  */
23420 #ifdef HAVE_SYS_TYPES_H
23421 #include <sys/types.h>
23422 #endif
23423 #ifdef HAVE_NETINET_IN_H
23424 #include <netinet/in.h>
23425 #endif
23426
23427 int
23428 main ()
23429 {
23430 static struct sockaddr_in6 ac_aggr;
23431 if (sizeof ac_aggr.sin6_scope_id)
23432 return 0;
23433   ;
23434   return 0;
23435 }
23436 _ACEOF
23437 rm -f conftest.$ac_objext
23438 if { (ac_try="$ac_compile"
23439 case "(($ac_try" in
23440   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23441   *) ac_try_echo=$ac_try;;
23442 esac
23443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23444 $as_echo "$ac_try_echo") >&5
23445   (eval "$ac_compile") 2>conftest.er1
23446   ac_status=$?
23447   grep -v '^ *+' conftest.er1 >conftest.err
23448   rm -f conftest.er1
23449   cat conftest.err >&5
23450   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23451   (exit $ac_status); } && {
23452          test -z "$ac_c_werror_flag" ||
23453          test ! -s conftest.err
23454        } && test -s conftest.$ac_objext; then
23455   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23456 else
23457   $as_echo "$as_me: failed program was:" >&5
23458 sed 's/^/| /' conftest.$ac_ext >&5
23459
23460         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23461 fi
23462
23463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23464 fi
23465
23466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23467 fi
23468 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23469 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23470 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23471
23472 cat >>confdefs.h <<_ACEOF
23473 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23474 _ACEOF
23475
23476
23477 fi
23478
23479
23480 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23481 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23482 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23483   $as_echo_n "(cached) " >&6
23484 else
23485   cat >conftest.$ac_ext <<_ACEOF
23486 /* confdefs.h.  */
23487 _ACEOF
23488 cat confdefs.h >>conftest.$ac_ext
23489 cat >>conftest.$ac_ext <<_ACEOF
23490 /* end confdefs.h.  */
23491 #ifdef HAVE_SYS_TYPES_H
23492 #include <sys/types.h>
23493 #endif
23494 #ifdef HAVE_NETINET_IN_H
23495 # include <netinet/in.h>
23496 #endif
23497 #ifdef HAVE_ARPA_NAMESER_H
23498 # include <arpa/nameser.h>
23499 #endif
23500
23501 int
23502 main ()
23503 {
23504 static ns_msg ac_aggr;
23505 if (ac_aggr._msg_ptr)
23506 return 0;
23507   ;
23508   return 0;
23509 }
23510 _ACEOF
23511 rm -f conftest.$ac_objext
23512 if { (ac_try="$ac_compile"
23513 case "(($ac_try" in
23514   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23515   *) ac_try_echo=$ac_try;;
23516 esac
23517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23518 $as_echo "$ac_try_echo") >&5
23519   (eval "$ac_compile") 2>conftest.er1
23520   ac_status=$?
23521   grep -v '^ *+' conftest.er1 >conftest.err
23522   rm -f conftest.er1
23523   cat conftest.err >&5
23524   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23525   (exit $ac_status); } && {
23526          test -z "$ac_c_werror_flag" ||
23527          test ! -s conftest.err
23528        } && test -s conftest.$ac_objext; then
23529   ac_cv_member_ns_msg__msg_ptr=yes
23530 else
23531   $as_echo "$as_me: failed program was:" >&5
23532 sed 's/^/| /' conftest.$ac_ext >&5
23533
23534         cat >conftest.$ac_ext <<_ACEOF
23535 /* confdefs.h.  */
23536 _ACEOF
23537 cat confdefs.h >>conftest.$ac_ext
23538 cat >>conftest.$ac_ext <<_ACEOF
23539 /* end confdefs.h.  */
23540 #ifdef HAVE_SYS_TYPES_H
23541 #include <sys/types.h>
23542 #endif
23543 #ifdef HAVE_NETINET_IN_H
23544 # include <netinet/in.h>
23545 #endif
23546 #ifdef HAVE_ARPA_NAMESER_H
23547 # include <arpa/nameser.h>
23548 #endif
23549
23550 int
23551 main ()
23552 {
23553 static ns_msg ac_aggr;
23554 if (sizeof ac_aggr._msg_ptr)
23555 return 0;
23556   ;
23557   return 0;
23558 }
23559 _ACEOF
23560 rm -f conftest.$ac_objext
23561 if { (ac_try="$ac_compile"
23562 case "(($ac_try" in
23563   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23564   *) ac_try_echo=$ac_try;;
23565 esac
23566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23567 $as_echo "$ac_try_echo") >&5
23568   (eval "$ac_compile") 2>conftest.er1
23569   ac_status=$?
23570   grep -v '^ *+' conftest.er1 >conftest.err
23571   rm -f conftest.er1
23572   cat conftest.err >&5
23573   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23574   (exit $ac_status); } && {
23575          test -z "$ac_c_werror_flag" ||
23576          test ! -s conftest.err
23577        } && test -s conftest.$ac_objext; then
23578   ac_cv_member_ns_msg__msg_ptr=yes
23579 else
23580   $as_echo "$as_me: failed program was:" >&5
23581 sed 's/^/| /' conftest.$ac_ext >&5
23582
23583         ac_cv_member_ns_msg__msg_ptr=no
23584 fi
23585
23586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23587 fi
23588
23589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23590 fi
23591 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23592 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23593 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23594
23595 cat >>confdefs.h <<_ACEOF
23596 #define HAVE_NS_MSG__MSG_PTR 1
23597 _ACEOF
23598
23599
23600 fi
23601
23602
23603 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23604 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23605 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23606   $as_echo_n "(cached) " >&6
23607 else
23608   cat >conftest.$ac_ext <<_ACEOF
23609 /* confdefs.h.  */
23610 _ACEOF
23611 cat confdefs.h >>conftest.$ac_ext
23612 cat >>conftest.$ac_ext <<_ACEOF
23613 /* end confdefs.h.  */
23614 #ifdef HAVE_SYS_TYPES_H
23615 #include <sys/types.h>
23616 #endif
23617 #ifdef HAVE_ALIAS_H
23618 #include <alias.h>
23619 #endif
23620 #ifdef HAVE_SYS_SOCKET_H
23621 #include <sys/socket.h>
23622 #endif
23623 #ifdef HAVE_SYS_SOCKETVAR_H
23624 #include <sys/socketvar.h>
23625 #endif
23626 #ifdef HAVE_SYS_TIMEOUT_H
23627 #include <sys/timeout.h>
23628 #endif
23629 #ifdef HAVE_NETINET_IN_H
23630 #include <netinet/in.h>
23631 #endif
23632 #ifdef HAVE_NETINET_IN_SYSTM_H
23633 #include <netinet/in_systm.h>
23634 #endif
23635 #ifdef HAVE_NETINET_IP_H
23636 #include <netinet/ip.h>
23637 #endif
23638 #ifdef HAVE_NETINET_IP_VAR_H
23639 #include <netinet/ip_var.h>
23640 #endif
23641 #ifdef HAVE_NETINET_IP_ICMP_H
23642 #include <netinet/ip_icmp.h>
23643 #endif
23644 #ifdef HAVE_NETINET_ICMP_VAR
23645 #include <netinet/icmp_var.h>
23646 #endif
23647
23648 int
23649 main ()
23650 {
23651 static struct icmpstat ac_aggr;
23652 if (ac_aggr.icps_outhist)
23653 return 0;
23654   ;
23655   return 0;
23656 }
23657 _ACEOF
23658 rm -f conftest.$ac_objext
23659 if { (ac_try="$ac_compile"
23660 case "(($ac_try" in
23661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23662   *) ac_try_echo=$ac_try;;
23663 esac
23664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23665 $as_echo "$ac_try_echo") >&5
23666   (eval "$ac_compile") 2>conftest.er1
23667   ac_status=$?
23668   grep -v '^ *+' conftest.er1 >conftest.err
23669   rm -f conftest.er1
23670   cat conftest.err >&5
23671   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23672   (exit $ac_status); } && {
23673          test -z "$ac_c_werror_flag" ||
23674          test ! -s conftest.err
23675        } && test -s conftest.$ac_objext; then
23676   ac_cv_member_struct_icmpstat_icps_outhist=yes
23677 else
23678   $as_echo "$as_me: failed program was:" >&5
23679 sed 's/^/| /' conftest.$ac_ext >&5
23680
23681         cat >conftest.$ac_ext <<_ACEOF
23682 /* confdefs.h.  */
23683 _ACEOF
23684 cat confdefs.h >>conftest.$ac_ext
23685 cat >>conftest.$ac_ext <<_ACEOF
23686 /* end confdefs.h.  */
23687 #ifdef HAVE_SYS_TYPES_H
23688 #include <sys/types.h>
23689 #endif
23690 #ifdef HAVE_ALIAS_H
23691 #include <alias.h>
23692 #endif
23693 #ifdef HAVE_SYS_SOCKET_H
23694 #include <sys/socket.h>
23695 #endif
23696 #ifdef HAVE_SYS_SOCKETVAR_H
23697 #include <sys/socketvar.h>
23698 #endif
23699 #ifdef HAVE_SYS_TIMEOUT_H
23700 #include <sys/timeout.h>
23701 #endif
23702 #ifdef HAVE_NETINET_IN_H
23703 #include <netinet/in.h>
23704 #endif
23705 #ifdef HAVE_NETINET_IN_SYSTM_H
23706 #include <netinet/in_systm.h>
23707 #endif
23708 #ifdef HAVE_NETINET_IP_H
23709 #include <netinet/ip.h>
23710 #endif
23711 #ifdef HAVE_NETINET_IP_VAR_H
23712 #include <netinet/ip_var.h>
23713 #endif
23714 #ifdef HAVE_NETINET_IP_ICMP_H
23715 #include <netinet/ip_icmp.h>
23716 #endif
23717 #ifdef HAVE_NETINET_ICMP_VAR
23718 #include <netinet/icmp_var.h>
23719 #endif
23720
23721 int
23722 main ()
23723 {
23724 static struct icmpstat ac_aggr;
23725 if (sizeof ac_aggr.icps_outhist)
23726 return 0;
23727   ;
23728   return 0;
23729 }
23730 _ACEOF
23731 rm -f conftest.$ac_objext
23732 if { (ac_try="$ac_compile"
23733 case "(($ac_try" in
23734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23735   *) ac_try_echo=$ac_try;;
23736 esac
23737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23738 $as_echo "$ac_try_echo") >&5
23739   (eval "$ac_compile") 2>conftest.er1
23740   ac_status=$?
23741   grep -v '^ *+' conftest.er1 >conftest.err
23742   rm -f conftest.er1
23743   cat conftest.err >&5
23744   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23745   (exit $ac_status); } && {
23746          test -z "$ac_c_werror_flag" ||
23747          test ! -s conftest.err
23748        } && test -s conftest.$ac_objext; then
23749   ac_cv_member_struct_icmpstat_icps_outhist=yes
23750 else
23751   $as_echo "$as_me: failed program was:" >&5
23752 sed 's/^/| /' conftest.$ac_ext >&5
23753
23754         ac_cv_member_struct_icmpstat_icps_outhist=no
23755 fi
23756
23757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23758 fi
23759
23760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23761 fi
23762 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23763 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23764 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23765
23766 cat >>confdefs.h <<_ACEOF
23767 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23768 _ACEOF
23769
23770
23771 fi
23772
23773
23774 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23775 $as_echo_n "checking for timezone variable... " >&6; }
23776 if test "${ac_cv_have_timezone+set}" = set; then
23777   $as_echo_n "(cached) " >&6
23778 else
23779   cat >conftest.$ac_ext <<_ACEOF
23780 /* confdefs.h.  */
23781 _ACEOF
23782 cat confdefs.h >>conftest.$ac_ext
23783 cat >>conftest.$ac_ext <<_ACEOF
23784 /* end confdefs.h.  */
23785 #include <time.h>
23786 int
23787 main ()
23788 {
23789 timezone = 1
23790   ;
23791   return 0;
23792 }
23793 _ACEOF
23794 rm -f conftest.$ac_objext conftest$ac_exeext
23795 if { (ac_try="$ac_link"
23796 case "(($ac_try" in
23797   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23798   *) ac_try_echo=$ac_try;;
23799 esac
23800 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23801 $as_echo "$ac_try_echo") >&5
23802   (eval "$ac_link") 2>conftest.er1
23803   ac_status=$?
23804   grep -v '^ *+' conftest.er1 >conftest.err
23805   rm -f conftest.er1
23806   cat conftest.err >&5
23807   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23808   (exit $ac_status); } && {
23809          test -z "$ac_c_werror_flag" ||
23810          test ! -s conftest.err
23811        } && test -s conftest$ac_exeext && {
23812          test "$cross_compiling" = yes ||
23813          $as_test_x conftest$ac_exeext
23814        }; then
23815   ac_cv_have_timezone="yes"
23816 else
23817   $as_echo "$as_me: failed program was:" >&5
23818 sed 's/^/| /' conftest.$ac_ext >&5
23819
23820         ac_cv_have_timezone="no"
23821 fi
23822
23823 rm -rf conftest.dSYM
23824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23825       conftest$ac_exeext conftest.$ac_ext
23826 fi
23827 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23828 $as_echo "$ac_cv_have_timezone" >&6; }
23829 if test "$ac_cv_have_timezone" = "yes"
23830 then
23831
23832 cat >>confdefs.h <<\_ACEOF
23833 #define HAVE_TIMEZONE 1
23834 _ACEOF
23835
23836 fi
23837 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23838 $as_echo_n "checking for daylight variable... " >&6; }
23839 if test "${ac_cv_have_daylight+set}" = set; then
23840   $as_echo_n "(cached) " >&6
23841 else
23842   cat >conftest.$ac_ext <<_ACEOF
23843 /* confdefs.h.  */
23844 _ACEOF
23845 cat confdefs.h >>conftest.$ac_ext
23846 cat >>conftest.$ac_ext <<_ACEOF
23847 /* end confdefs.h.  */
23848 #include <time.h>
23849 int
23850 main ()
23851 {
23852 daylight = 1
23853   ;
23854   return 0;
23855 }
23856 _ACEOF
23857 rm -f conftest.$ac_objext conftest$ac_exeext
23858 if { (ac_try="$ac_link"
23859 case "(($ac_try" in
23860   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23861   *) ac_try_echo=$ac_try;;
23862 esac
23863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23864 $as_echo "$ac_try_echo") >&5
23865   (eval "$ac_link") 2>conftest.er1
23866   ac_status=$?
23867   grep -v '^ *+' conftest.er1 >conftest.err
23868   rm -f conftest.er1
23869   cat conftest.err >&5
23870   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23871   (exit $ac_status); } && {
23872          test -z "$ac_c_werror_flag" ||
23873          test ! -s conftest.err
23874        } && test -s conftest$ac_exeext && {
23875          test "$cross_compiling" = yes ||
23876          $as_test_x conftest$ac_exeext
23877        }; then
23878   ac_cv_have_daylight="yes"
23879 else
23880   $as_echo "$as_me: failed program was:" >&5
23881 sed 's/^/| /' conftest.$ac_ext >&5
23882
23883         ac_cv_have_daylight="no"
23884 fi
23885
23886 rm -rf conftest.dSYM
23887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23888       conftest$ac_exeext conftest.$ac_ext
23889 fi
23890 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23891 $as_echo "$ac_cv_have_daylight" >&6; }
23892 if test "$ac_cv_have_daylight" = "yes"
23893 then
23894
23895 cat >>confdefs.h <<\_ACEOF
23896 #define HAVE_DAYLIGHT 1
23897 _ACEOF
23898
23899 fi
23900
23901 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23902 $as_echo_n "checking for isinf... " >&6; }
23903 if test "${ac_cv_have_isinf+set}" = set; then
23904   $as_echo_n "(cached) " >&6
23905 else
23906   cat >conftest.$ac_ext <<_ACEOF
23907 /* confdefs.h.  */
23908 _ACEOF
23909 cat confdefs.h >>conftest.$ac_ext
23910 cat >>conftest.$ac_ext <<_ACEOF
23911 /* end confdefs.h.  */
23912 #include <math.h>
23913 int
23914 main ()
23915 {
23916 float f = 0.0; int i=isinf(f)
23917   ;
23918   return 0;
23919 }
23920 _ACEOF
23921 rm -f conftest.$ac_objext conftest$ac_exeext
23922 if { (ac_try="$ac_link"
23923 case "(($ac_try" in
23924   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23925   *) ac_try_echo=$ac_try;;
23926 esac
23927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23928 $as_echo "$ac_try_echo") >&5
23929   (eval "$ac_link") 2>conftest.er1
23930   ac_status=$?
23931   grep -v '^ *+' conftest.er1 >conftest.err
23932   rm -f conftest.er1
23933   cat conftest.err >&5
23934   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23935   (exit $ac_status); } && {
23936          test -z "$ac_c_werror_flag" ||
23937          test ! -s conftest.err
23938        } && test -s conftest$ac_exeext && {
23939          test "$cross_compiling" = yes ||
23940          $as_test_x conftest$ac_exeext
23941        }; then
23942   ac_cv_have_isinf="yes"
23943 else
23944   $as_echo "$as_me: failed program was:" >&5
23945 sed 's/^/| /' conftest.$ac_ext >&5
23946
23947         ac_cv_have_isinf="no"
23948 fi
23949
23950 rm -rf conftest.dSYM
23951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23952       conftest$ac_exeext conftest.$ac_ext
23953 fi
23954 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23955 $as_echo "$ac_cv_have_isinf" >&6; }
23956 if test "$ac_cv_have_isinf" = "yes"
23957 then
23958
23959 cat >>confdefs.h <<\_ACEOF
23960 #define HAVE_ISINF 1
23961 _ACEOF
23962
23963 fi
23964
23965 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23966 $as_echo_n "checking for isnan... " >&6; }
23967 if test "${ac_cv_have_isnan+set}" = set; then
23968   $as_echo_n "(cached) " >&6
23969 else
23970   cat >conftest.$ac_ext <<_ACEOF
23971 /* confdefs.h.  */
23972 _ACEOF
23973 cat confdefs.h >>conftest.$ac_ext
23974 cat >>conftest.$ac_ext <<_ACEOF
23975 /* end confdefs.h.  */
23976 #include <math.h>
23977 int
23978 main ()
23979 {
23980 float f = 0.0; int i=isnan(f)
23981   ;
23982   return 0;
23983 }
23984 _ACEOF
23985 rm -f conftest.$ac_objext conftest$ac_exeext
23986 if { (ac_try="$ac_link"
23987 case "(($ac_try" in
23988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23989   *) ac_try_echo=$ac_try;;
23990 esac
23991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23992 $as_echo "$ac_try_echo") >&5
23993   (eval "$ac_link") 2>conftest.er1
23994   ac_status=$?
23995   grep -v '^ *+' conftest.er1 >conftest.err
23996   rm -f conftest.er1
23997   cat conftest.err >&5
23998   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23999   (exit $ac_status); } && {
24000          test -z "$ac_c_werror_flag" ||
24001          test ! -s conftest.err
24002        } && test -s conftest$ac_exeext && {
24003          test "$cross_compiling" = yes ||
24004          $as_test_x conftest$ac_exeext
24005        }; then
24006   ac_cv_have_isnan="yes"
24007 else
24008   $as_echo "$as_me: failed program was:" >&5
24009 sed 's/^/| /' conftest.$ac_ext >&5
24010
24011         ac_cv_have_isnan="no"
24012 fi
24013
24014 rm -rf conftest.dSYM
24015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24016       conftest$ac_exeext conftest.$ac_ext
24017 fi
24018 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24019 $as_echo "$ac_cv_have_isnan" >&6; }
24020 if test "$ac_cv_have_isnan" = "yes"
24021 then
24022
24023 cat >>confdefs.h <<\_ACEOF
24024 #define HAVE_ISNAN 1
24025 _ACEOF
24026
24027 fi
24028
24029
24030 case $host_cpu in
24031   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24032 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24033 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24034   $as_echo_n "(cached) " >&6
24035 else
24036   cat >conftest.$ac_ext <<_ACEOF
24037 /* confdefs.h.  */
24038 _ACEOF
24039 cat confdefs.h >>conftest.$ac_ext
24040 cat >>conftest.$ac_ext <<_ACEOF
24041 /* end confdefs.h.  */
24042 #ifndef __i386__
24043 yes
24044 #endif
24045 _ACEOF
24046 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24047   $EGREP "yes" >/dev/null 2>&1; then
24048   ac_cv_cpp_def___i386__=yes
24049 else
24050   ac_cv_cpp_def___i386__=no
24051 fi
24052 rm -f conftest*
24053
24054 fi
24055 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24056 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24057 if test $ac_cv_cpp_def___i386__ = yes; then
24058   CFLAGS="$CFLAGS -D__i386__"
24059   LINTFLAGS="$LINTFLAGS -D__i386__"
24060 fi
24061  ;;
24062   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24063 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24064 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24065   $as_echo_n "(cached) " >&6
24066 else
24067   cat >conftest.$ac_ext <<_ACEOF
24068 /* confdefs.h.  */
24069 _ACEOF
24070 cat confdefs.h >>conftest.$ac_ext
24071 cat >>conftest.$ac_ext <<_ACEOF
24072 /* end confdefs.h.  */
24073 #ifndef __x86_64__
24074 yes
24075 #endif
24076 _ACEOF
24077 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24078   $EGREP "yes" >/dev/null 2>&1; then
24079   ac_cv_cpp_def___x86_64__=yes
24080 else
24081   ac_cv_cpp_def___x86_64__=no
24082 fi
24083 rm -f conftest*
24084
24085 fi
24086 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24087 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24088 if test $ac_cv_cpp_def___x86_64__ = yes; then
24089   CFLAGS="$CFLAGS -D__x86_64__"
24090   LINTFLAGS="$LINTFLAGS -D__x86_64__"
24091 fi
24092  ;;
24093   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24094 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24095 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24096   $as_echo_n "(cached) " >&6
24097 else
24098   cat >conftest.$ac_ext <<_ACEOF
24099 /* confdefs.h.  */
24100 _ACEOF
24101 cat confdefs.h >>conftest.$ac_ext
24102 cat >>conftest.$ac_ext <<_ACEOF
24103 /* end confdefs.h.  */
24104 #ifndef __ALPHA__
24105 yes
24106 #endif
24107 _ACEOF
24108 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24109   $EGREP "yes" >/dev/null 2>&1; then
24110   ac_cv_cpp_def___ALPHA__=yes
24111 else
24112   ac_cv_cpp_def___ALPHA__=no
24113 fi
24114 rm -f conftest*
24115
24116 fi
24117 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24118 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24119 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24120   CFLAGS="$CFLAGS -D__ALPHA__"
24121   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24122 fi
24123  ;;
24124   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24125 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24126 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24127   $as_echo_n "(cached) " >&6
24128 else
24129   cat >conftest.$ac_ext <<_ACEOF
24130 /* confdefs.h.  */
24131 _ACEOF
24132 cat confdefs.h >>conftest.$ac_ext
24133 cat >>conftest.$ac_ext <<_ACEOF
24134 /* end confdefs.h.  */
24135 #ifndef __sparc__
24136 yes
24137 #endif
24138 _ACEOF
24139 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24140   $EGREP "yes" >/dev/null 2>&1; then
24141   ac_cv_cpp_def___sparc__=yes
24142 else
24143   ac_cv_cpp_def___sparc__=no
24144 fi
24145 rm -f conftest*
24146
24147 fi
24148 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24149 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24150 if test $ac_cv_cpp_def___sparc__ = yes; then
24151   CFLAGS="$CFLAGS -D__sparc__"
24152   LINTFLAGS="$LINTFLAGS -D__sparc__"
24153 fi
24154  ;;
24155   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24156 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24157 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24158   $as_echo_n "(cached) " >&6
24159 else
24160   cat >conftest.$ac_ext <<_ACEOF
24161 /* confdefs.h.  */
24162 _ACEOF
24163 cat confdefs.h >>conftest.$ac_ext
24164 cat >>conftest.$ac_ext <<_ACEOF
24165 /* end confdefs.h.  */
24166 #ifndef __powerpc__
24167 yes
24168 #endif
24169 _ACEOF
24170 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24171   $EGREP "yes" >/dev/null 2>&1; then
24172   ac_cv_cpp_def___powerpc__=yes
24173 else
24174   ac_cv_cpp_def___powerpc__=no
24175 fi
24176 rm -f conftest*
24177
24178 fi
24179 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24180 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24181 if test $ac_cv_cpp_def___powerpc__ = yes; then
24182   CFLAGS="$CFLAGS -D__powerpc__"
24183   LINTFLAGS="$LINTFLAGS -D__powerpc__"
24184 fi
24185  ;;
24186 esac
24187
24188 case $host_vendor in
24189   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24190 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24191 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24192   $as_echo_n "(cached) " >&6
24193 else
24194   cat >conftest.$ac_ext <<_ACEOF
24195 /* confdefs.h.  */
24196 _ACEOF
24197 cat confdefs.h >>conftest.$ac_ext
24198 cat >>conftest.$ac_ext <<_ACEOF
24199 /* end confdefs.h.  */
24200 #ifndef __sun__
24201 yes
24202 #endif
24203 _ACEOF
24204 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24205   $EGREP "yes" >/dev/null 2>&1; then
24206   ac_cv_cpp_def___sun__=yes
24207 else
24208   ac_cv_cpp_def___sun__=no
24209 fi
24210 rm -f conftest*
24211
24212 fi
24213 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24214 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24215 if test $ac_cv_cpp_def___sun__ = yes; then
24216   CFLAGS="$CFLAGS -D__sun__"
24217   LINTFLAGS="$LINTFLAGS -D__sun__"
24218 fi
24219  ;;
24220 esac
24221
24222
24223 DEPENDENCIES="### Dependencies:
24224
24225 .INIT: Makefile
24226 .BEGIN: Makefile
24227 .MAKEFILEDEPS:
24228 Makefile: dummy
24229         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24230
24231 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24232 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24233 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24234 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24235 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24236
24237
24238 ALL_MAKERULES=""
24239
24240 ALL_MAKEFILES=""
24241
24242 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24243
24244
24245 ALL_TOP_DIRS=""
24246
24247 ALL_DLL_DIRS=""
24248
24249 ALL_IMPLIB_DIRS=""
24250
24251 ALL_TEST_DIRS=""
24252
24253 ALL_PROGRAM_DIRS=""
24254
24255 ALL_PROGRAM_INSTALL_DIRS=""
24256
24257 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24258
24259
24260
24261
24262
24263 ac_config_commands="$ac_config_commands include/stamp-h"
24264
24265
24266 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24267
24268 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24269
24270 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24271
24272 ac_config_commands="$ac_config_commands dlls/user32/resources"
24273
24274 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24275
24276 ac_config_commands="$ac_config_commands include/wine"
24277
24278
24279 ALL_MAKERULES="$ALL_MAKERULES \\
24280         Make.rules"
24281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24282 Make.rules: Make.rules.in"
24283 MAKE_RULES=Make.rules
24284 ac_config_files="$ac_config_files Make.rules"
24285
24286 ALL_MAKERULES="$ALL_MAKERULES \\
24287         dlls/Makedll.rules"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24290 MAKE_DLL_RULES=dlls/Makedll.rules
24291 ac_config_files="$ac_config_files dlls/Makedll.rules"
24292
24293 ALL_MAKERULES="$ALL_MAKERULES \\
24294         dlls/Makeimplib.rules"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24297 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24298 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24299
24300 ALL_MAKERULES="$ALL_MAKERULES \\
24301         dlls/Maketest.rules"
24302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24303 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24304 MAKE_TEST_RULES=dlls/Maketest.rules
24305 ac_config_files="$ac_config_files dlls/Maketest.rules"
24306
24307 ALL_MAKERULES="$ALL_MAKERULES \\
24308         programs/Makeprog.rules"
24309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24310 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24311 MAKE_PROG_RULES=programs/Makeprog.rules
24312 ac_config_files="$ac_config_files programs/Makeprog.rules"
24313
24314
24315
24316
24317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24318 Makefile: Makefile.in Make.rules"
24319 ac_config_files="$ac_config_files Makefile"
24320
24321 ALL_MAKEFILES="$ALL_MAKEFILES \\
24322         dlls/Makefile"
24323 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24324         dlls"
24325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24326 dlls/Makefile: dlls/Makefile.in Make.rules"
24327 ac_config_files="$ac_config_files dlls/Makefile"
24328
24329 ALL_MAKEFILES="$ALL_MAKEFILES \\
24330         dlls/acledit/Makefile"
24331 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24332         acledit"
24333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24334 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24335 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24336
24337 ALL_MAKEFILES="$ALL_MAKEFILES \\
24338         dlls/aclui/Makefile"
24339 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24340         aclui"
24341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24342 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24343 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24344
24345 ALL_MAKEFILES="$ALL_MAKEFILES \\
24346         dlls/activeds/Makefile"
24347 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24348         activeds"
24349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24350 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24351 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24352
24353 ALL_MAKEFILES="$ALL_MAKEFILES \\
24354         dlls/actxprxy/Makefile"
24355 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24356         actxprxy"
24357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24358 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24359 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24360
24361 ALL_MAKEFILES="$ALL_MAKEFILES \\
24362         dlls/adsiid/Makefile"
24363 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24364         adsiid"
24365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24366 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24367 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24368
24369 ALL_MAKEFILES="$ALL_MAKEFILES \\
24370         dlls/advapi32/Makefile"
24371 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24372         advapi32"
24373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24374 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24375 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24376
24377 ALL_MAKEFILES="$ALL_MAKEFILES \\
24378         dlls/advapi32/tests/Makefile"
24379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24380         advapi32/tests"
24381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24382 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24383 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24384
24385 ALL_MAKEFILES="$ALL_MAKEFILES \\
24386         dlls/advpack/Makefile"
24387 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24388         advpack"
24389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24390 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24391 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24392
24393 ALL_MAKEFILES="$ALL_MAKEFILES \\
24394         dlls/advpack/tests/Makefile"
24395 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24396         advpack/tests"
24397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24398 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24399 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24400
24401 ALL_MAKEFILES="$ALL_MAKEFILES \\
24402         dlls/amstream/Makefile"
24403 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24404         amstream"
24405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24406 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24407 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24408
24409 ALL_MAKEFILES="$ALL_MAKEFILES \\
24410         dlls/appwiz.cpl/Makefile"
24411 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24412         appwiz.cpl"
24413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24414 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24415 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24416
24417 ALL_MAKEFILES="$ALL_MAKEFILES \\
24418         dlls/atl/Makefile"
24419 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24420         atl"
24421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24422 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24423 ac_config_files="$ac_config_files dlls/atl/Makefile"
24424
24425 ALL_MAKEFILES="$ALL_MAKEFILES \\
24426         dlls/authz/Makefile"
24427 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24428         authz"
24429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24430 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24431 ac_config_files="$ac_config_files dlls/authz/Makefile"
24432
24433 ALL_MAKEFILES="$ALL_MAKEFILES \\
24434         dlls/avicap32/Makefile"
24435 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24436         avicap32"
24437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24438 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24439 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24440
24441 ALL_MAKEFILES="$ALL_MAKEFILES \\
24442         dlls/avifil32/Makefile"
24443 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24444         avifil32"
24445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24446 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24447 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24448
24449 ALL_MAKEFILES="$ALL_MAKEFILES \\
24450         dlls/browseui/Makefile"
24451 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24452         browseui"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24455 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24456
24457 ALL_MAKEFILES="$ALL_MAKEFILES \\
24458         dlls/browseui/tests/Makefile"
24459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24460         browseui/tests"
24461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24462 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24463 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24464
24465 ALL_MAKEFILES="$ALL_MAKEFILES \\
24466         dlls/cabinet/Makefile"
24467 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468         cabinet"
24469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24470 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24471 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24472
24473 ALL_MAKEFILES="$ALL_MAKEFILES \\
24474         dlls/cabinet/tests/Makefile"
24475 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24476         cabinet/tests"
24477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24478 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24479 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24480
24481 ALL_MAKEFILES="$ALL_MAKEFILES \\
24482         dlls/capi2032/Makefile"
24483 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24484         capi2032"
24485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24486 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24487 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24488
24489 ALL_MAKEFILES="$ALL_MAKEFILES \\
24490         dlls/cards/Makefile"
24491 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24492         cards"
24493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24494 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24495 ac_config_files="$ac_config_files dlls/cards/Makefile"
24496
24497 ALL_MAKEFILES="$ALL_MAKEFILES \\
24498         dlls/cfgmgr32/Makefile"
24499 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24500         cfgmgr32"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24503 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24504
24505 ALL_MAKEFILES="$ALL_MAKEFILES \\
24506         dlls/clusapi/Makefile"
24507 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508         clusapi"
24509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24510 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24511 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24512
24513 ALL_MAKEFILES="$ALL_MAKEFILES \\
24514         dlls/comcat/Makefile"
24515 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24516         comcat"
24517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24518 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24519 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24520
24521 ALL_MAKEFILES="$ALL_MAKEFILES \\
24522         dlls/comcat/tests/Makefile"
24523 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24524         comcat/tests"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24527 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24528
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530         dlls/comctl32/Makefile"
24531 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24532         comctl32"
24533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24534 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24535 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24536
24537 ALL_MAKEFILES="$ALL_MAKEFILES \\
24538         dlls/comctl32/tests/Makefile"
24539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24540         comctl32/tests"
24541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24542 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24543 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24544
24545 ALL_MAKEFILES="$ALL_MAKEFILES \\
24546         dlls/comdlg32/Makefile"
24547 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24548         comdlg32"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24551 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24552
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554         dlls/comdlg32/tests/Makefile"
24555 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24556         comdlg32/tests"
24557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24558 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24559 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24560
24561 ALL_MAKEFILES="$ALL_MAKEFILES \\
24562         dlls/comm.drv16/Makefile"
24563 test "x$enable_comm_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24564         comm.drv16"
24565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24566 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24567 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24568
24569 ALL_MAKEFILES="$ALL_MAKEFILES \\
24570         dlls/compstui/Makefile"
24571 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24572         compstui"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24575 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24576
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578         dlls/credui/Makefile"
24579 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24580         credui"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24583 ac_config_files="$ac_config_files dlls/credui/Makefile"
24584
24585 ALL_MAKEFILES="$ALL_MAKEFILES \\
24586         dlls/credui/tests/Makefile"
24587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24588         credui/tests"
24589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24590 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24591 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24592
24593 ALL_MAKEFILES="$ALL_MAKEFILES \\
24594         dlls/crtdll/Makefile"
24595 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24596         crtdll"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24599 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24600
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602         dlls/crypt32/Makefile"
24603 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24604         crypt32"
24605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24606 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24607 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24608
24609 ALL_MAKEFILES="$ALL_MAKEFILES \\
24610         dlls/crypt32/tests/Makefile"
24611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24612         crypt32/tests"
24613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24614 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24615 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24616
24617 ALL_MAKEFILES="$ALL_MAKEFILES \\
24618         dlls/cryptdlg/Makefile"
24619 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620         cryptdlg"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24623 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24624
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626         dlls/cryptdll/Makefile"
24627 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24628         cryptdll"
24629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24630 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24631 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24632
24633 ALL_MAKEFILES="$ALL_MAKEFILES \\
24634         dlls/cryptnet/Makefile"
24635 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24636         cryptnet"
24637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24638 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24639 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24640
24641 ALL_MAKEFILES="$ALL_MAKEFILES \\
24642         dlls/cryptnet/tests/Makefile"
24643 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24644         cryptnet/tests"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24647 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24648
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650         dlls/cryptui/Makefile"
24651 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24652         cryptui"
24653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24654 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24655 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24656
24657 ALL_MAKEFILES="$ALL_MAKEFILES \\
24658         dlls/cryptui/tests/Makefile"
24659 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24660         cryptui/tests"
24661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24662 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24663 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24664
24665 ALL_MAKEFILES="$ALL_MAKEFILES \\
24666         dlls/ctapi32/Makefile"
24667 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24668         ctapi32"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24671 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24672
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674         dlls/ctl3d32/Makefile"
24675 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24676         ctl3d32"
24677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24678 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24679 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24680
24681 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682         dlls/d3d10/Makefile"
24683 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24684         d3d10"
24685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24686 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24687 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24688
24689 ALL_MAKEFILES="$ALL_MAKEFILES \\
24690         dlls/d3d10/tests/Makefile"
24691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24692         d3d10/tests"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24695 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24696
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698         dlls/d3d10core/Makefile"
24699 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24700         d3d10core"
24701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24702 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24703 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24704
24705 ALL_MAKEFILES="$ALL_MAKEFILES \\
24706         dlls/d3d10core/tests/Makefile"
24707 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24708         d3d10core/tests"
24709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24710 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24711 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24712
24713 ALL_MAKEFILES="$ALL_MAKEFILES \\
24714         dlls/d3d8/Makefile"
24715 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24716         d3d8"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24719 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24720
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722         dlls/d3d8/tests/Makefile"
24723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24724         d3d8/tests"
24725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24726 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24727 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24728
24729 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730         dlls/d3d9/Makefile"
24731 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24732         d3d9"
24733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24734 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24735 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24736
24737 ALL_MAKEFILES="$ALL_MAKEFILES \\
24738         dlls/d3d9/tests/Makefile"
24739 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24740         d3d9/tests"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24743 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24744
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746         dlls/d3dim/Makefile"
24747 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24748         d3dim"
24749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24750 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24751 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24752
24753 ALL_MAKEFILES="$ALL_MAKEFILES \\
24754         dlls/d3drm/Makefile"
24755 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24756         d3drm"
24757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24758 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24759 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24760
24761 ALL_MAKEFILES="$ALL_MAKEFILES \\
24762         dlls/d3drm/tests/Makefile"
24763 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24764         d3drm/tests"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24767 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24768
24769 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770         dlls/d3dx8/Makefile"
24771 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24772         d3dx8"
24773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24774 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24775 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24776
24777 ALL_MAKEFILES="$ALL_MAKEFILES \\
24778         dlls/d3dx8/tests/Makefile"
24779 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24780         d3dx8/tests"
24781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24782 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24783 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24784
24785 ALL_MAKEFILES="$ALL_MAKEFILES \\
24786         dlls/d3dx9_24/Makefile"
24787 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24788         d3dx9_24"
24789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24790 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24791 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24792
24793 ALL_MAKEFILES="$ALL_MAKEFILES \\
24794         dlls/d3dx9_25/Makefile"
24795 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24796         d3dx9_25"
24797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24798 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24799 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24800
24801 ALL_MAKEFILES="$ALL_MAKEFILES \\
24802         dlls/d3dx9_26/Makefile"
24803 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24804         d3dx9_26"
24805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24806 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24807 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24808
24809 ALL_MAKEFILES="$ALL_MAKEFILES \\
24810         dlls/d3dx9_27/Makefile"
24811 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24812         d3dx9_27"
24813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24814 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24815 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24816
24817 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818         dlls/d3dx9_28/Makefile"
24819 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820         d3dx9_28"
24821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24822 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24823 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24824
24825 ALL_MAKEFILES="$ALL_MAKEFILES \\
24826         dlls/d3dx9_29/Makefile"
24827 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24828         d3dx9_29"
24829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24830 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24831 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24832
24833 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834         dlls/d3dx9_30/Makefile"
24835 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24836         d3dx9_30"
24837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24838 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24839 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24840
24841 ALL_MAKEFILES="$ALL_MAKEFILES \\
24842         dlls/d3dx9_31/Makefile"
24843 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24844         d3dx9_31"
24845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24846 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24847 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24848
24849 ALL_MAKEFILES="$ALL_MAKEFILES \\
24850         dlls/d3dx9_32/Makefile"
24851 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24852         d3dx9_32"
24853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24854 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24855 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24856
24857 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858         dlls/d3dx9_33/Makefile"
24859 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24860         d3dx9_33"
24861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24862 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24863 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24864
24865 ALL_MAKEFILES="$ALL_MAKEFILES \\
24866         dlls/d3dx9_34/Makefile"
24867 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24868         d3dx9_34"
24869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24870 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24871 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24872
24873 ALL_MAKEFILES="$ALL_MAKEFILES \\
24874         dlls/d3dx9_35/Makefile"
24875 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24876         d3dx9_35"
24877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24878 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24879 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24880
24881 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882         dlls/d3dx9_36/Makefile"
24883 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24884         d3dx9_36"
24885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24886 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24887 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24888
24889 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890         dlls/d3dx9_36/tests/Makefile"
24891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24892         d3dx9_36/tests"
24893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24894 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24895 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24896
24897 ALL_MAKEFILES="$ALL_MAKEFILES \\
24898         dlls/d3dx9_37/Makefile"
24899 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900         d3dx9_37"
24901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24902 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24903 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24904
24905 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906         dlls/d3dx9_38/Makefile"
24907 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24908         d3dx9_38"
24909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24910 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24911 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24912
24913 ALL_MAKEFILES="$ALL_MAKEFILES \\
24914         dlls/d3dx9_39/Makefile"
24915 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24916         d3dx9_39"
24917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24918 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24919 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24920
24921 ALL_MAKEFILES="$ALL_MAKEFILES \\
24922         dlls/d3dx9_40/Makefile"
24923 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24924         d3dx9_40"
24925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24926 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24927 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24928
24929 ALL_MAKEFILES="$ALL_MAKEFILES \\
24930         dlls/d3dxof/Makefile"
24931 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932         d3dxof"
24933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24934 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24935 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24936
24937 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938         dlls/d3dxof/tests/Makefile"
24939 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24940         d3dxof/tests"
24941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24942 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24943 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24944
24945 ALL_MAKEFILES="$ALL_MAKEFILES \\
24946         dlls/dbghelp/Makefile"
24947 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24948         dbghelp"
24949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24950 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24951 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24952
24953 ALL_MAKEFILES="$ALL_MAKEFILES \\
24954         dlls/dciman32/Makefile"
24955 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24956         dciman32"
24957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24958 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24959 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24960
24961 ALL_MAKEFILES="$ALL_MAKEFILES \\
24962         dlls/ddraw/Makefile"
24963 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24964         ddraw"
24965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24966 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24967 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24968
24969 ALL_MAKEFILES="$ALL_MAKEFILES \\
24970         dlls/ddraw/tests/Makefile"
24971 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24972         ddraw/tests"
24973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24974 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24975 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24976
24977 ALL_MAKEFILES="$ALL_MAKEFILES \\
24978         dlls/ddrawex/Makefile"
24979 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24980         ddrawex"
24981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24982 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24983 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24984
24985 ALL_MAKEFILES="$ALL_MAKEFILES \\
24986         dlls/ddrawex/tests/Makefile"
24987 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24988         ddrawex/tests"
24989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24990 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24991 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24992
24993 ALL_MAKEFILES="$ALL_MAKEFILES \\
24994         dlls/devenum/Makefile"
24995 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24996         devenum"
24997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24998 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24999 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25000
25001 ALL_MAKEFILES="$ALL_MAKEFILES \\
25002         dlls/dinput/Makefile"
25003 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004         dinput"
25005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25006 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25007 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25008
25009 ALL_MAKEFILES="$ALL_MAKEFILES \\
25010         dlls/dinput/tests/Makefile"
25011 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25012         dinput/tests"
25013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25014 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25015 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25016
25017 ALL_MAKEFILES="$ALL_MAKEFILES \\
25018         dlls/dinput8/Makefile"
25019 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25020         dinput8"
25021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25022 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25023 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25024
25025 ALL_MAKEFILES="$ALL_MAKEFILES \\
25026         dlls/dmband/Makefile"
25027 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25028         dmband"
25029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25030 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25031 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25032
25033 ALL_MAKEFILES="$ALL_MAKEFILES \\
25034         dlls/dmcompos/Makefile"
25035 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25036         dmcompos"
25037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25038 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25039 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25040
25041 ALL_MAKEFILES="$ALL_MAKEFILES \\
25042         dlls/dmime/Makefile"
25043 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25044         dmime"
25045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25046 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25047 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25048
25049 ALL_MAKEFILES="$ALL_MAKEFILES \\
25050         dlls/dmloader/Makefile"
25051 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25052         dmloader"
25053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25054 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25055 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25056
25057 ALL_MAKEFILES="$ALL_MAKEFILES \\
25058         dlls/dmscript/Makefile"
25059 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25060         dmscript"
25061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25062 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25063 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25064
25065 ALL_MAKEFILES="$ALL_MAKEFILES \\
25066         dlls/dmstyle/Makefile"
25067 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068         dmstyle"
25069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25070 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25071 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25072
25073 ALL_MAKEFILES="$ALL_MAKEFILES \\
25074         dlls/dmsynth/Makefile"
25075 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25076         dmsynth"
25077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25078 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25079 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25080
25081 ALL_MAKEFILES="$ALL_MAKEFILES \\
25082         dlls/dmusic/Makefile"
25083 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25084         dmusic"
25085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25086 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25087 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25088
25089 ALL_MAKEFILES="$ALL_MAKEFILES \\
25090         dlls/dmusic32/Makefile"
25091 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25092         dmusic32"
25093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25094 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25095 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25096
25097 ALL_MAKEFILES="$ALL_MAKEFILES \\
25098         dlls/dnsapi/Makefile"
25099 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25100         dnsapi"
25101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25102 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25103 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25104
25105 ALL_MAKEFILES="$ALL_MAKEFILES \\
25106         dlls/dnsapi/tests/Makefile"
25107 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25108         dnsapi/tests"
25109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25110 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25111 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25112
25113 ALL_MAKEFILES="$ALL_MAKEFILES \\
25114         dlls/dplay/Makefile"
25115 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25116         dplay"
25117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25118 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25119 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25120
25121 ALL_MAKEFILES="$ALL_MAKEFILES \\
25122         dlls/dplayx/Makefile"
25123 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25124         dplayx"
25125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25126 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25127 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25128
25129 ALL_MAKEFILES="$ALL_MAKEFILES \\
25130         dlls/dplayx/tests/Makefile"
25131 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25132         dplayx/tests"
25133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25134 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25135 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25136
25137 ALL_MAKEFILES="$ALL_MAKEFILES \\
25138         dlls/dpnaddr/Makefile"
25139 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25140         dpnaddr"
25141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25142 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25143 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25144
25145 ALL_MAKEFILES="$ALL_MAKEFILES \\
25146         dlls/dpnet/Makefile"
25147 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25148         dpnet"
25149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25150 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25151 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25152
25153 ALL_MAKEFILES="$ALL_MAKEFILES \\
25154         dlls/dpnhpast/Makefile"
25155 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25156         dpnhpast"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25159 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25160
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162         dlls/dpnlobby/Makefile"
25163 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25164         dpnlobby"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25167 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25168
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170         dlls/dpwsockx/Makefile"
25171 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25172         dpwsockx"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25175 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25176
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178         dlls/dsound/Makefile"
25179 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25180         dsound"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25183 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25184
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186         dlls/dsound/tests/Makefile"
25187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25188         dsound/tests"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25191 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25192
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194         dlls/dssenh/Makefile"
25195 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25196         dssenh"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25199 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25200
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202         dlls/dswave/Makefile"
25203 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25204         dswave"
25205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25206 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25207 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25208
25209 ALL_MAKEFILES="$ALL_MAKEFILES \\
25210         dlls/dwmapi/Makefile"
25211 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25212         dwmapi"
25213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25214 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25215 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25216
25217 ALL_MAKEFILES="$ALL_MAKEFILES \\
25218         dlls/dxdiagn/Makefile"
25219 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25220         dxdiagn"
25221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25222 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25223 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25224
25225 ALL_MAKEFILES="$ALL_MAKEFILES \\
25226         dlls/dxerr8/Makefile"
25227 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25228         dxerr8"
25229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25230 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25231 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25232
25233 ALL_MAKEFILES="$ALL_MAKEFILES \\
25234         dlls/dxerr9/Makefile"
25235 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25236         dxerr9"
25237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25238 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25239 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25240
25241 ALL_MAKEFILES="$ALL_MAKEFILES \\
25242         dlls/dxgi/Makefile"
25243 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25244         dxgi"
25245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25246 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25247 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25248
25249 ALL_MAKEFILES="$ALL_MAKEFILES \\
25250         dlls/dxgi/tests/Makefile"
25251 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25252         dxgi/tests"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25255 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25256
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258         dlls/dxguid/Makefile"
25259 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25260         dxguid"
25261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25262 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25263 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25264
25265 ALL_MAKEFILES="$ALL_MAKEFILES \\
25266         dlls/faultrep/Makefile"
25267 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25268         faultrep"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25271 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25272
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274         dlls/fusion/Makefile"
25275 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25276         fusion"
25277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25278 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25279 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25280
25281 ALL_MAKEFILES="$ALL_MAKEFILES \\
25282         dlls/fusion/tests/Makefile"
25283 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25284         fusion/tests"
25285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25286 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25287 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25288
25289 ALL_MAKEFILES="$ALL_MAKEFILES \\
25290         dlls/gdi32/Makefile"
25291 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25292         gdi32"
25293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25294 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25295 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25296
25297 ALL_MAKEFILES="$ALL_MAKEFILES \\
25298         dlls/gdi32/tests/Makefile"
25299 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25300         gdi32/tests"
25301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25302 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25303 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25304
25305 ALL_MAKEFILES="$ALL_MAKEFILES \\
25306         dlls/gdiplus/Makefile"
25307 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25308         gdiplus"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25311 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25312
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314         dlls/gdiplus/tests/Makefile"
25315 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25316         gdiplus/tests"
25317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25318 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25319 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25320
25321 ALL_MAKEFILES="$ALL_MAKEFILES \\
25322         dlls/glu32/Makefile"
25323 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25324         glu32"
25325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25326 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25327 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25328
25329 ALL_MAKEFILES="$ALL_MAKEFILES \\
25330         dlls/gphoto2.ds/Makefile"
25331 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25332         gphoto2.ds"
25333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25334 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25335 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25336
25337 ALL_MAKEFILES="$ALL_MAKEFILES \\
25338         dlls/gpkcsp/Makefile"
25339 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25340         gpkcsp"
25341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25342 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25343 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25344
25345 ALL_MAKEFILES="$ALL_MAKEFILES \\
25346         dlls/hal/Makefile"
25347 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25348         hal"
25349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25350 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25351 ac_config_files="$ac_config_files dlls/hal/Makefile"
25352
25353 ALL_MAKEFILES="$ALL_MAKEFILES \\
25354         dlls/hhctrl.ocx/Makefile"
25355 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25356         hhctrl.ocx"
25357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25358 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25359 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25360
25361 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362         dlls/hid/Makefile"
25363 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25364         hid"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25367 ac_config_files="$ac_config_files dlls/hid/Makefile"
25368
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370         dlls/hlink/Makefile"
25371 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25372         hlink"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25375 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25376
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378         dlls/hlink/tests/Makefile"
25379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25380         hlink/tests"
25381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25382 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25383 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25384
25385 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386         dlls/hnetcfg/Makefile"
25387 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25388         hnetcfg"
25389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25390 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25391 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25392
25393 ALL_MAKEFILES="$ALL_MAKEFILES \\
25394         dlls/httpapi/Makefile"
25395 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25396         httpapi"
25397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25398 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25399 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25400
25401 ALL_MAKEFILES="$ALL_MAKEFILES \\
25402         dlls/iccvid/Makefile"
25403 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25404         iccvid"
25405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25406 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25407 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25408
25409 ALL_MAKEFILES="$ALL_MAKEFILES \\
25410         dlls/icmp/Makefile"
25411 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25412         icmp"
25413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25414 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25415 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25416
25417 ALL_MAKEFILES="$ALL_MAKEFILES \\
25418         dlls/ifsmgr.vxd/Makefile"
25419 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25420         ifsmgr.vxd"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25423 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25424
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426         dlls/imaadp32.acm/Makefile"
25427 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25428         imaadp32.acm"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25431 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25432
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434         dlls/imagehlp/Makefile"
25435 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25436         imagehlp"
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25439 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25440
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442         dlls/imm32/Makefile"
25443 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25444         imm32"
25445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25446 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25447 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25448
25449 ALL_MAKEFILES="$ALL_MAKEFILES \\
25450         dlls/imm32/tests/Makefile"
25451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25452         imm32/tests"
25453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25454 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25455 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25456
25457 ALL_MAKEFILES="$ALL_MAKEFILES \\
25458         dlls/inetcomm/Makefile"
25459 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25460         inetcomm"
25461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25462 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25463 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25464
25465 ALL_MAKEFILES="$ALL_MAKEFILES \\
25466         dlls/inetcomm/tests/Makefile"
25467 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25468         inetcomm/tests"
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25471 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25472
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474         dlls/inetmib1/Makefile"
25475 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25476         inetmib1"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25479 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25480
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482         dlls/inetmib1/tests/Makefile"
25483 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25484         inetmib1/tests"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25487 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25488
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490         dlls/infosoft/Makefile"
25491 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25492         infosoft"
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25495 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25496
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498         dlls/infosoft/tests/Makefile"
25499 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25500         infosoft/tests"
25501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25502 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25503 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25504
25505 ALL_MAKEFILES="$ALL_MAKEFILES \\
25506         dlls/initpki/Makefile"
25507 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25508         initpki"
25509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25510 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25511 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25512
25513 ALL_MAKEFILES="$ALL_MAKEFILES \\
25514         dlls/inkobj/Makefile"
25515 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25516         inkobj"
25517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25518 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25519 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25520
25521 ALL_MAKEFILES="$ALL_MAKEFILES \\
25522         dlls/inseng/Makefile"
25523 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25524         inseng"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25527 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25528
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530         dlls/iphlpapi/Makefile"
25531 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25532         iphlpapi"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25535 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25536
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538         dlls/iphlpapi/tests/Makefile"
25539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25540         iphlpapi/tests"
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25543 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25544
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546         dlls/itircl/Makefile"
25547 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25548         itircl"
25549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25550 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25551 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25552
25553 ALL_MAKEFILES="$ALL_MAKEFILES \\
25554         dlls/itss/Makefile"
25555 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25556         itss"
25557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25558 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25559 ac_config_files="$ac_config_files dlls/itss/Makefile"
25560
25561 ALL_MAKEFILES="$ALL_MAKEFILES \\
25562         dlls/itss/tests/Makefile"
25563 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25564         itss/tests"
25565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25566 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25567 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25568
25569 ALL_MAKEFILES="$ALL_MAKEFILES \\
25570         dlls/jscript/Makefile"
25571 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25572         jscript"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25575 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25576
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578         dlls/jscript/tests/Makefile"
25579 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25580         jscript/tests"
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25583 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25584
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586         dlls/kernel32/Makefile"
25587 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25588         kernel32"
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25591 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25592
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594         dlls/kernel32/tests/Makefile"
25595 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25596         kernel32/tests"
25597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25598 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25599 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25600
25601 ALL_MAKEFILES="$ALL_MAKEFILES \\
25602         dlls/loadperf/Makefile"
25603 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25604         loadperf"
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25607 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25608
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610         dlls/localspl/Makefile"
25611 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25612         localspl"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25615 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25616
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618         dlls/localspl/tests/Makefile"
25619 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25620         localspl/tests"
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25623 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25624
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626         dlls/localui/Makefile"
25627 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25628         localui"
25629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25630 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25631 ac_config_files="$ac_config_files dlls/localui/Makefile"
25632
25633 ALL_MAKEFILES="$ALL_MAKEFILES \\
25634         dlls/localui/tests/Makefile"
25635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25636         localui/tests"
25637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25638 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25639 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25640
25641 ALL_MAKEFILES="$ALL_MAKEFILES \\
25642         dlls/lz32/Makefile"
25643 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25644         lz32"
25645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25646 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25647 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25648
25649 ALL_MAKEFILES="$ALL_MAKEFILES \\
25650         dlls/lz32/tests/Makefile"
25651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25652         lz32/tests"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25655 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25656
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658         dlls/mapi32/Makefile"
25659 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25660         mapi32"
25661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25662 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25663 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25664
25665 ALL_MAKEFILES="$ALL_MAKEFILES \\
25666         dlls/mapi32/tests/Makefile"
25667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25668         mapi32/tests"
25669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25670 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25671 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25672
25673 ALL_MAKEFILES="$ALL_MAKEFILES \\
25674         dlls/mciavi32/Makefile"
25675 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25676         mciavi32"
25677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25678 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25679 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25680
25681 ALL_MAKEFILES="$ALL_MAKEFILES \\
25682         dlls/mcicda/Makefile"
25683 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25684         mcicda"
25685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25686 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25687 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25688
25689 ALL_MAKEFILES="$ALL_MAKEFILES \\
25690         dlls/mciqtz32/Makefile"
25691 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25692         mciqtz32"
25693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25694 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25695 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25696
25697 ALL_MAKEFILES="$ALL_MAKEFILES \\
25698         dlls/mciseq/Makefile"
25699 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25700         mciseq"
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25703 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25704
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706         dlls/mciwave/Makefile"
25707 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25708         mciwave"
25709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25710 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25711 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25712
25713 ALL_MAKEFILES="$ALL_MAKEFILES \\
25714         dlls/midimap/Makefile"
25715 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25716         midimap"
25717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25718 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25719 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25720
25721 ALL_MAKEFILES="$ALL_MAKEFILES \\
25722         dlls/mlang/Makefile"
25723 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25724         mlang"
25725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25726 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25727 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25728
25729 ALL_MAKEFILES="$ALL_MAKEFILES \\
25730         dlls/mlang/tests/Makefile"
25731 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25732         mlang/tests"
25733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25734 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25735 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25736
25737 ALL_MAKEFILES="$ALL_MAKEFILES \\
25738         dlls/mmdevldr.vxd/Makefile"
25739 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25740         mmdevldr.vxd"
25741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25742 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25743 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25744
25745 ALL_MAKEFILES="$ALL_MAKEFILES \\
25746         dlls/monodebg.vxd/Makefile"
25747 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25748         monodebg.vxd"
25749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25750 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25751 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25752
25753 ALL_MAKEFILES="$ALL_MAKEFILES \\
25754         dlls/mountmgr.sys/Makefile"
25755 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25756         mountmgr.sys"
25757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25758 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25759 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25760
25761 ALL_MAKEFILES="$ALL_MAKEFILES \\
25762         dlls/mpr/Makefile"
25763 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25764         mpr"
25765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25766 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25767 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25768
25769 ALL_MAKEFILES="$ALL_MAKEFILES \\
25770         dlls/mprapi/Makefile"
25771 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25772         mprapi"
25773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25774 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25775 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25776
25777 ALL_MAKEFILES="$ALL_MAKEFILES \\
25778         dlls/msacm32.drv/Makefile"
25779 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25780         msacm32.drv"
25781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25782 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25783 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25784
25785 ALL_MAKEFILES="$ALL_MAKEFILES \\
25786         dlls/msacm32/Makefile"
25787 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25788         msacm32"
25789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25790 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25791 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25792
25793 ALL_MAKEFILES="$ALL_MAKEFILES \\
25794         dlls/msacm32/tests/Makefile"
25795 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25796         msacm32/tests"
25797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25798 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25799 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25800
25801 ALL_MAKEFILES="$ALL_MAKEFILES \\
25802         dlls/msadp32.acm/Makefile"
25803 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25804         msadp32.acm"
25805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25806 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25807 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25808
25809 ALL_MAKEFILES="$ALL_MAKEFILES \\
25810         dlls/mscat32/Makefile"
25811 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25812         mscat32"
25813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25814 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25815 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25816
25817 ALL_MAKEFILES="$ALL_MAKEFILES \\
25818         dlls/mscms/Makefile"
25819 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25820         mscms"
25821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25822 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25823 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25824
25825 ALL_MAKEFILES="$ALL_MAKEFILES \\
25826         dlls/mscms/tests/Makefile"
25827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25828         mscms/tests"
25829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25830 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25831 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25832
25833 ALL_MAKEFILES="$ALL_MAKEFILES \\
25834         dlls/mscoree/Makefile"
25835 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25836         mscoree"
25837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25838 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25839 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25840
25841 ALL_MAKEFILES="$ALL_MAKEFILES \\
25842         dlls/msctf/Makefile"
25843 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25844         msctf"
25845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25846 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25847 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25848
25849 ALL_MAKEFILES="$ALL_MAKEFILES \\
25850         dlls/msctf/tests/Makefile"
25851 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25852         msctf/tests"
25853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25854 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25855 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25856
25857 ALL_MAKEFILES="$ALL_MAKEFILES \\
25858         dlls/msdmo/Makefile"
25859 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25860         msdmo"
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25863 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25864
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25866         dlls/msftedit/Makefile"
25867 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25868         msftedit"
25869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25870 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25871 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25872
25873 ALL_MAKEFILES="$ALL_MAKEFILES \\
25874         dlls/msg711.acm/Makefile"
25875 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25876         msg711.acm"
25877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25878 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25879 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25880
25881 ALL_MAKEFILES="$ALL_MAKEFILES \\
25882         dlls/mshtml.tlb/Makefile"
25883 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25884         mshtml.tlb"
25885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25886 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25887 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25888
25889 ALL_MAKEFILES="$ALL_MAKEFILES \\
25890         dlls/mshtml/Makefile"
25891 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25892         mshtml"
25893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25894 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25895 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25896
25897 ALL_MAKEFILES="$ALL_MAKEFILES \\
25898         dlls/mshtml/tests/Makefile"
25899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25900         mshtml/tests"
25901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25902 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25903 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25904
25905 ALL_MAKEFILES="$ALL_MAKEFILES \\
25906         dlls/msi/Makefile"
25907 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25908         msi"
25909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25910 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25911 ac_config_files="$ac_config_files dlls/msi/Makefile"
25912
25913 ALL_MAKEFILES="$ALL_MAKEFILES \\
25914         dlls/msi/tests/Makefile"
25915 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25916         msi/tests"
25917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25918 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25919 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25920
25921 ALL_MAKEFILES="$ALL_MAKEFILES \\
25922         dlls/msimg32/Makefile"
25923 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25924         msimg32"
25925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25926 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25927 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25928
25929 ALL_MAKEFILES="$ALL_MAKEFILES \\
25930         dlls/msimtf/Makefile"
25931 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25932         msimtf"
25933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25934 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25935 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25936
25937 ALL_MAKEFILES="$ALL_MAKEFILES \\
25938         dlls/msisip/Makefile"
25939 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25940         msisip"
25941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25942 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25943 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25944
25945 ALL_MAKEFILES="$ALL_MAKEFILES \\
25946         dlls/msisys.ocx/Makefile"
25947 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25948         msisys.ocx"
25949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25950 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25951 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25952
25953 ALL_MAKEFILES="$ALL_MAKEFILES \\
25954         dlls/msnet32/Makefile"
25955 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25956         msnet32"
25957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25958 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25959 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25960
25961 ALL_MAKEFILES="$ALL_MAKEFILES \\
25962         dlls/msrle32/Makefile"
25963 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25964         msrle32"
25965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25966 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25967 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25968
25969 ALL_MAKEFILES="$ALL_MAKEFILES \\
25970         dlls/mssign32/Makefile"
25971 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25972         mssign32"
25973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25974 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25975 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25976
25977 ALL_MAKEFILES="$ALL_MAKEFILES \\
25978         dlls/mssip32/Makefile"
25979 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25980         mssip32"
25981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25982 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25983 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25984
25985 ALL_MAKEFILES="$ALL_MAKEFILES \\
25986         dlls/mstask/Makefile"
25987 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25988         mstask"
25989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25990 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25991 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25992
25993 ALL_MAKEFILES="$ALL_MAKEFILES \\
25994         dlls/mstask/tests/Makefile"
25995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25996         mstask/tests"
25997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25998 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25999 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26000
26001 ALL_MAKEFILES="$ALL_MAKEFILES \\
26002         dlls/msvcirt/Makefile"
26003 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26004         msvcirt"
26005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26006 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26007 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26008
26009 ALL_MAKEFILES="$ALL_MAKEFILES \\
26010         dlls/msvcr71/Makefile"
26011 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26012         msvcr71"
26013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26014 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26015 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26016
26017 ALL_MAKEFILES="$ALL_MAKEFILES \\
26018         dlls/msvcrt/Makefile"
26019 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26020         msvcrt"
26021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26022 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26023 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26024
26025 ALL_MAKEFILES="$ALL_MAKEFILES \\
26026         dlls/msvcrt/tests/Makefile"
26027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26028         msvcrt/tests"
26029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26030 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26031 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26032
26033 ALL_MAKEFILES="$ALL_MAKEFILES \\
26034         dlls/msvcrt20/Makefile"
26035 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26036         msvcrt20"
26037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26038 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26039 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26040
26041 ALL_MAKEFILES="$ALL_MAKEFILES \\
26042         dlls/msvcrt40/Makefile"
26043 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26044         msvcrt40"
26045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26046 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26047 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26048
26049 ALL_MAKEFILES="$ALL_MAKEFILES \\
26050         dlls/msvcrtd/Makefile"
26051 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26052         msvcrtd"
26053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26054 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26055 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26056
26057 ALL_MAKEFILES="$ALL_MAKEFILES \\
26058         dlls/msvcrtd/tests/Makefile"
26059 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26060         msvcrtd/tests"
26061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26062 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26063 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26064
26065 ALL_MAKEFILES="$ALL_MAKEFILES \\
26066         dlls/msvfw32/Makefile"
26067 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26068         msvfw32"
26069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26070 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26071 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26072
26073 ALL_MAKEFILES="$ALL_MAKEFILES \\
26074         dlls/msvfw32/tests/Makefile"
26075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26076         msvfw32/tests"
26077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26078 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26079 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26080
26081 ALL_MAKEFILES="$ALL_MAKEFILES \\
26082         dlls/msvidc32/Makefile"
26083 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26084         msvidc32"
26085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26086 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26087 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26088
26089 ALL_MAKEFILES="$ALL_MAKEFILES \\
26090         dlls/mswsock/Makefile"
26091 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26092         mswsock"
26093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26094 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26095 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26096
26097 ALL_MAKEFILES="$ALL_MAKEFILES \\
26098         dlls/msxml3/Makefile"
26099 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26100         msxml3"
26101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26102 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26103 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26104
26105 ALL_MAKEFILES="$ALL_MAKEFILES \\
26106         dlls/msxml3/tests/Makefile"
26107 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26108         msxml3/tests"
26109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26110 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26111 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26112
26113 ALL_MAKEFILES="$ALL_MAKEFILES \\
26114         dlls/nddeapi/Makefile"
26115 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26116         nddeapi"
26117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26118 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26119 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26120
26121 ALL_MAKEFILES="$ALL_MAKEFILES \\
26122         dlls/netapi32/Makefile"
26123 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26124         netapi32"
26125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26126 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26127 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26128
26129 ALL_MAKEFILES="$ALL_MAKEFILES \\
26130         dlls/netapi32/tests/Makefile"
26131 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26132         netapi32/tests"
26133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26134 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26135 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26136
26137 ALL_MAKEFILES="$ALL_MAKEFILES \\
26138         dlls/newdev/Makefile"
26139 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26140         newdev"
26141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26142 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26143 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26144
26145 ALL_MAKEFILES="$ALL_MAKEFILES \\
26146         dlls/ntdll/Makefile"
26147 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26148         ntdll"
26149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26150 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26151 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26152
26153 ALL_MAKEFILES="$ALL_MAKEFILES \\
26154         dlls/ntdll/tests/Makefile"
26155 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26156         ntdll/tests"
26157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26158 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26159 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26160
26161 ALL_MAKEFILES="$ALL_MAKEFILES \\
26162         dlls/ntdsapi/Makefile"
26163 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26164         ntdsapi"
26165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26166 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26167 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26168
26169 ALL_MAKEFILES="$ALL_MAKEFILES \\
26170         dlls/ntdsapi/tests/Makefile"
26171 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26172         ntdsapi/tests"
26173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26174 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26175 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26176
26177 ALL_MAKEFILES="$ALL_MAKEFILES \\
26178         dlls/ntoskrnl.exe/Makefile"
26179 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26180         ntoskrnl.exe"
26181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26182 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26183 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26184
26185 ALL_MAKEFILES="$ALL_MAKEFILES \\
26186         dlls/ntprint/Makefile"
26187 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26188         ntprint"
26189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26190 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26191 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26192
26193 ALL_MAKEFILES="$ALL_MAKEFILES \\
26194         dlls/ntprint/tests/Makefile"
26195 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26196         ntprint/tests"
26197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26198 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26199 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26200
26201 ALL_MAKEFILES="$ALL_MAKEFILES \\
26202         dlls/objsel/Makefile"
26203 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26204         objsel"
26205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26206 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26207 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26208
26209 ALL_MAKEFILES="$ALL_MAKEFILES \\
26210         dlls/odbc32/Makefile"
26211 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26212         odbc32"
26213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26214 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26215 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26216
26217 ALL_MAKEFILES="$ALL_MAKEFILES \\
26218         dlls/odbccp32/Makefile"
26219 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26220         odbccp32"
26221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26222 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26223 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26224
26225 ALL_MAKEFILES="$ALL_MAKEFILES \\
26226         dlls/odbccp32/tests/Makefile"
26227 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26228         odbccp32/tests"
26229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26230 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26231 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26232
26233 ALL_MAKEFILES="$ALL_MAKEFILES \\
26234         dlls/ole32/Makefile"
26235 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26236         ole32"
26237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26238 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26239 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26240
26241 ALL_MAKEFILES="$ALL_MAKEFILES \\
26242         dlls/ole32/tests/Makefile"
26243 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26244         ole32/tests"
26245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26246 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26247 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26248
26249 ALL_MAKEFILES="$ALL_MAKEFILES \\
26250         dlls/oleacc/Makefile"
26251 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26252         oleacc"
26253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26254 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26255 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26256
26257 ALL_MAKEFILES="$ALL_MAKEFILES \\
26258         dlls/oleacc/tests/Makefile"
26259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26260         oleacc/tests"
26261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26262 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26263 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26264
26265 ALL_MAKEFILES="$ALL_MAKEFILES \\
26266         dlls/oleaut32/Makefile"
26267 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26268         oleaut32"
26269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26270 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26271 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26272
26273 ALL_MAKEFILES="$ALL_MAKEFILES \\
26274         dlls/oleaut32/tests/Makefile"
26275 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26276         oleaut32/tests"
26277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26278 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26279 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26280
26281 ALL_MAKEFILES="$ALL_MAKEFILES \\
26282         dlls/olecli32/Makefile"
26283 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26284         olecli32"
26285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26286 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26287 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26288
26289 ALL_MAKEFILES="$ALL_MAKEFILES \\
26290         dlls/oledlg/Makefile"
26291 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26292         oledlg"
26293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26294 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26295 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26296
26297 ALL_MAKEFILES="$ALL_MAKEFILES \\
26298         dlls/olepro32/Makefile"
26299 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26300         olepro32"
26301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26302 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26303 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26304
26305 ALL_MAKEFILES="$ALL_MAKEFILES \\
26306         dlls/olesvr32/Makefile"
26307 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26308         olesvr32"
26309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26310 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26311 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26312
26313 ALL_MAKEFILES="$ALL_MAKEFILES \\
26314         dlls/olethk32/Makefile"
26315 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26316         olethk32"
26317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26318 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26319 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26320
26321 ALL_MAKEFILES="$ALL_MAKEFILES \\
26322         dlls/opengl32/Makefile"
26323 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26324         opengl32"
26325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26326 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26327 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26328
26329 ALL_MAKEFILES="$ALL_MAKEFILES \\
26330         dlls/opengl32/tests/Makefile"
26331 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26332         opengl32/tests"
26333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26334 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26335 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26336
26337 ALL_MAKEFILES="$ALL_MAKEFILES \\
26338         dlls/pdh/Makefile"
26339 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26340         pdh"
26341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26342 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26343 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26344
26345 ALL_MAKEFILES="$ALL_MAKEFILES \\
26346         dlls/pdh/tests/Makefile"
26347 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26348         pdh/tests"
26349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26350 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26351 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26352
26353 ALL_MAKEFILES="$ALL_MAKEFILES \\
26354         dlls/pidgen/Makefile"
26355 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26356         pidgen"
26357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26358 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26359 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26360
26361 ALL_MAKEFILES="$ALL_MAKEFILES \\
26362         dlls/powrprof/Makefile"
26363 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26364         powrprof"
26365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26366 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26367 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26368
26369 ALL_MAKEFILES="$ALL_MAKEFILES \\
26370         dlls/printui/Makefile"
26371 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26372         printui"
26373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26374 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26375 ac_config_files="$ac_config_files dlls/printui/Makefile"
26376
26377 ALL_MAKEFILES="$ALL_MAKEFILES \\
26378         dlls/propsys/Makefile"
26379 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26380         propsys"
26381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26382 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26383 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26384
26385 ALL_MAKEFILES="$ALL_MAKEFILES \\
26386         dlls/psapi/Makefile"
26387 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26388         psapi"
26389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26390 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26391 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26392
26393 ALL_MAKEFILES="$ALL_MAKEFILES \\
26394         dlls/psapi/tests/Makefile"
26395 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26396         psapi/tests"
26397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26398 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26399 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26400
26401 ALL_MAKEFILES="$ALL_MAKEFILES \\
26402         dlls/pstorec/Makefile"
26403 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26404         pstorec"
26405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26406 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26407 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26408
26409 ALL_MAKEFILES="$ALL_MAKEFILES \\
26410         dlls/qcap/Makefile"
26411 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26412         qcap"
26413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26414 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26415 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26416
26417 ALL_MAKEFILES="$ALL_MAKEFILES \\
26418         dlls/qedit/Makefile"
26419 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26420         qedit"
26421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26422 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26423 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26424
26425 ALL_MAKEFILES="$ALL_MAKEFILES \\
26426         dlls/qedit/tests/Makefile"
26427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26428         qedit/tests"
26429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26430 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26431 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26432
26433 ALL_MAKEFILES="$ALL_MAKEFILES \\
26434         dlls/qmgr/Makefile"
26435 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26436         qmgr"
26437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26438 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26439 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26440
26441 ALL_MAKEFILES="$ALL_MAKEFILES \\
26442         dlls/qmgr/tests/Makefile"
26443 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26444         qmgr/tests"
26445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26446 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26447 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26448
26449 ALL_MAKEFILES="$ALL_MAKEFILES \\
26450         dlls/qmgrprxy/Makefile"
26451 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26452         qmgrprxy"
26453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26454 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26455 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26456
26457 ALL_MAKEFILES="$ALL_MAKEFILES \\
26458         dlls/quartz/Makefile"
26459 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26460         quartz"
26461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26462 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26463 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26464
26465 ALL_MAKEFILES="$ALL_MAKEFILES \\
26466         dlls/quartz/tests/Makefile"
26467 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26468         quartz/tests"
26469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26470 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26471 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26472
26473 ALL_MAKEFILES="$ALL_MAKEFILES \\
26474         dlls/query/Makefile"
26475 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26476         query"
26477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26478 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26479 ac_config_files="$ac_config_files dlls/query/Makefile"
26480
26481 ALL_MAKEFILES="$ALL_MAKEFILES \\
26482         dlls/rasapi32/Makefile"
26483 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26484         rasapi32"
26485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26486 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26487 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26488
26489 ALL_MAKEFILES="$ALL_MAKEFILES \\
26490         dlls/rasapi32/tests/Makefile"
26491 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26492         rasapi32/tests"
26493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26494 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26495 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26496
26497 ALL_MAKEFILES="$ALL_MAKEFILES \\
26498         dlls/rasdlg/Makefile"
26499 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26500         rasdlg"
26501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26502 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26503 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26504
26505 ALL_MAKEFILES="$ALL_MAKEFILES \\
26506         dlls/resutils/Makefile"
26507 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26508         resutils"
26509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26510 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26511 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26512
26513 ALL_MAKEFILES="$ALL_MAKEFILES \\
26514         dlls/riched20/Makefile"
26515 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26516         riched20"
26517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26518 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26519 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26520
26521 ALL_MAKEFILES="$ALL_MAKEFILES \\
26522         dlls/riched20/tests/Makefile"
26523 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26524         riched20/tests"
26525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26526 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26527 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26528
26529 ALL_MAKEFILES="$ALL_MAKEFILES \\
26530         dlls/riched32/Makefile"
26531 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26532         riched32"
26533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26534 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26535 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26536
26537 ALL_MAKEFILES="$ALL_MAKEFILES \\
26538         dlls/riched32/tests/Makefile"
26539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26540         riched32/tests"
26541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26542 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26543 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26544
26545 ALL_MAKEFILES="$ALL_MAKEFILES \\
26546         dlls/rpcrt4/Makefile"
26547 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26548         rpcrt4"
26549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26550 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26551 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26552
26553 ALL_MAKEFILES="$ALL_MAKEFILES \\
26554         dlls/rpcrt4/tests/Makefile"
26555 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26556         rpcrt4/tests"
26557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26558 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26559 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26560
26561 ALL_MAKEFILES="$ALL_MAKEFILES \\
26562         dlls/rsabase/Makefile"
26563 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26564         rsabase"
26565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26566 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26567 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26568
26569 ALL_MAKEFILES="$ALL_MAKEFILES \\
26570         dlls/rsaenh/Makefile"
26571 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26572         rsaenh"
26573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26574 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26575 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26576
26577 ALL_MAKEFILES="$ALL_MAKEFILES \\
26578         dlls/rsaenh/tests/Makefile"
26579 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26580         rsaenh/tests"
26581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26582 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26583 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26584
26585 ALL_MAKEFILES="$ALL_MAKEFILES \\
26586         dlls/sane.ds/Makefile"
26587 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26588         sane.ds"
26589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26590 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26591 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26592
26593 ALL_MAKEFILES="$ALL_MAKEFILES \\
26594         dlls/sccbase/Makefile"
26595 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26596         sccbase"
26597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26598 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26599 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26600
26601 ALL_MAKEFILES="$ALL_MAKEFILES \\
26602         dlls/schannel/Makefile"
26603 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26604         schannel"
26605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26606 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26607 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26608
26609 ALL_MAKEFILES="$ALL_MAKEFILES \\
26610         dlls/schannel/tests/Makefile"
26611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26612         schannel/tests"
26613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26614 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26615 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26616
26617 ALL_MAKEFILES="$ALL_MAKEFILES \\
26618         dlls/secur32/Makefile"
26619 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26620         secur32"
26621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26622 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26623 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26624
26625 ALL_MAKEFILES="$ALL_MAKEFILES \\
26626         dlls/secur32/tests/Makefile"
26627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26628         secur32/tests"
26629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26630 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26631 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26632
26633 ALL_MAKEFILES="$ALL_MAKEFILES \\
26634         dlls/security/Makefile"
26635 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26636         security"
26637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26638 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26639 ac_config_files="$ac_config_files dlls/security/Makefile"
26640
26641 ALL_MAKEFILES="$ALL_MAKEFILES \\
26642         dlls/sensapi/Makefile"
26643 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26644         sensapi"
26645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26646 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26647 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26648
26649 ALL_MAKEFILES="$ALL_MAKEFILES \\
26650         dlls/serialui/Makefile"
26651 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26652         serialui"
26653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26654 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26655 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26656
26657 ALL_MAKEFILES="$ALL_MAKEFILES \\
26658         dlls/serialui/tests/Makefile"
26659 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26660         serialui/tests"
26661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26662 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26663 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26664
26665 ALL_MAKEFILES="$ALL_MAKEFILES \\
26666         dlls/setupapi/Makefile"
26667 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26668         setupapi"
26669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26670 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26671 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26672
26673 ALL_MAKEFILES="$ALL_MAKEFILES \\
26674         dlls/setupapi/tests/Makefile"
26675 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26676         setupapi/tests"
26677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26678 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26679 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26680
26681 ALL_MAKEFILES="$ALL_MAKEFILES \\
26682         dlls/sfc/Makefile"
26683 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26684         sfc"
26685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26686 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26687 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26688
26689 ALL_MAKEFILES="$ALL_MAKEFILES \\
26690         dlls/sfc_os/Makefile"
26691 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26692         sfc_os"
26693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26694 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26695 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26696
26697 ALL_MAKEFILES="$ALL_MAKEFILES \\
26698         dlls/shdoclc/Makefile"
26699 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26700         shdoclc"
26701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26702 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26703 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26704
26705 ALL_MAKEFILES="$ALL_MAKEFILES \\
26706         dlls/shdocvw/Makefile"
26707 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26708         shdocvw"
26709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26710 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26711 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26712
26713 ALL_MAKEFILES="$ALL_MAKEFILES \\
26714         dlls/shdocvw/tests/Makefile"
26715 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26716         shdocvw/tests"
26717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26718 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26719 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26720
26721 ALL_MAKEFILES="$ALL_MAKEFILES \\
26722         dlls/shell32/Makefile"
26723 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26724         shell32"
26725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26726 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26727 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26728
26729 ALL_MAKEFILES="$ALL_MAKEFILES \\
26730         dlls/shell32/tests/Makefile"
26731 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26732         shell32/tests"
26733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26734 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26735 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26736
26737 ALL_MAKEFILES="$ALL_MAKEFILES \\
26738         dlls/shfolder/Makefile"
26739 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26740         shfolder"
26741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26742 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26743 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26744
26745 ALL_MAKEFILES="$ALL_MAKEFILES \\
26746         dlls/shlwapi/Makefile"
26747 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26748         shlwapi"
26749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26750 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26751 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26752
26753 ALL_MAKEFILES="$ALL_MAKEFILES \\
26754         dlls/shlwapi/tests/Makefile"
26755 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26756         shlwapi/tests"
26757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26758 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26759 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26760
26761 ALL_MAKEFILES="$ALL_MAKEFILES \\
26762         dlls/slbcsp/Makefile"
26763 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26764         slbcsp"
26765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26766 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26767 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26768
26769 ALL_MAKEFILES="$ALL_MAKEFILES \\
26770         dlls/slc/Makefile"
26771 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26772         slc"
26773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26774 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26775 ac_config_files="$ac_config_files dlls/slc/Makefile"
26776
26777 ALL_MAKEFILES="$ALL_MAKEFILES \\
26778         dlls/snmpapi/Makefile"
26779 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26780         snmpapi"
26781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26782 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26783 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26784
26785 ALL_MAKEFILES="$ALL_MAKEFILES \\
26786         dlls/snmpapi/tests/Makefile"
26787 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26788         snmpapi/tests"
26789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26790 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26791 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26792
26793 ALL_MAKEFILES="$ALL_MAKEFILES \\
26794         dlls/softpub/Makefile"
26795 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26796         softpub"
26797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26798 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26799 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26800
26801 ALL_MAKEFILES="$ALL_MAKEFILES \\
26802         dlls/spoolss/Makefile"
26803 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26804         spoolss"
26805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26806 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26807 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26808
26809 ALL_MAKEFILES="$ALL_MAKEFILES \\
26810         dlls/spoolss/tests/Makefile"
26811 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26812         spoolss/tests"
26813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26814 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26815 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26816
26817 ALL_MAKEFILES="$ALL_MAKEFILES \\
26818         dlls/stdole2.tlb/Makefile"
26819 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26820         stdole2.tlb"
26821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26822 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26823 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26824
26825 ALL_MAKEFILES="$ALL_MAKEFILES \\
26826         dlls/stdole32.tlb/Makefile"
26827 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26828         stdole32.tlb"
26829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26830 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26831 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26832
26833 ALL_MAKEFILES="$ALL_MAKEFILES \\
26834         dlls/sti/Makefile"
26835 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26836         sti"
26837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26838 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26839 ac_config_files="$ac_config_files dlls/sti/Makefile"
26840
26841 ALL_MAKEFILES="$ALL_MAKEFILES \\
26842         dlls/stress.dll16/Makefile"
26843 test "x$enable_stress_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26844         stress.dll16"
26845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26846 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26847 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26848
26849 ALL_MAKEFILES="$ALL_MAKEFILES \\
26850         dlls/strmiids/Makefile"
26851 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26852         strmiids"
26853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26854 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26855 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26856
26857 ALL_MAKEFILES="$ALL_MAKEFILES \\
26858         dlls/svrapi/Makefile"
26859 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26860         svrapi"
26861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26862 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26863 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26864
26865 ALL_MAKEFILES="$ALL_MAKEFILES \\
26866         dlls/sxs/Makefile"
26867 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26868         sxs"
26869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26870 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26871 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26872
26873 ALL_MAKEFILES="$ALL_MAKEFILES \\
26874         dlls/tapi32/Makefile"
26875 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26876         tapi32"
26877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26878 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26879 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26880
26881 ALL_MAKEFILES="$ALL_MAKEFILES \\
26882         dlls/traffic/Makefile"
26883 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26884         traffic"
26885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26886 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26887 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26888
26889 ALL_MAKEFILES="$ALL_MAKEFILES \\
26890         dlls/twain_32/Makefile"
26891 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26892         twain_32"
26893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26894 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26895 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26896
26897 ALL_MAKEFILES="$ALL_MAKEFILES \\
26898         dlls/twain_32/tests/Makefile"
26899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26900         twain_32/tests"
26901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26902 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26903 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26904
26905 ALL_MAKEFILES="$ALL_MAKEFILES \\
26906         dlls/unicows/Makefile"
26907 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26908         unicows"
26909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26910 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26911 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26912
26913 ALL_MAKEFILES="$ALL_MAKEFILES \\
26914         dlls/updspapi/Makefile"
26915 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26916         updspapi"
26917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26918 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26919 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26920
26921 ALL_MAKEFILES="$ALL_MAKEFILES \\
26922         dlls/url/Makefile"
26923 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26924         url"
26925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26926 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26927 ac_config_files="$ac_config_files dlls/url/Makefile"
26928
26929 ALL_MAKEFILES="$ALL_MAKEFILES \\
26930         dlls/urlmon/Makefile"
26931 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26932         urlmon"
26933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26934 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26935 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26936
26937 ALL_MAKEFILES="$ALL_MAKEFILES \\
26938         dlls/urlmon/tests/Makefile"
26939 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26940         urlmon/tests"
26941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26942 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26943 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26944
26945 ALL_MAKEFILES="$ALL_MAKEFILES \\
26946         dlls/user32/Makefile"
26947 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26948         user32"
26949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26950 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26951 ac_config_files="$ac_config_files dlls/user32/Makefile"
26952
26953 ALL_MAKEFILES="$ALL_MAKEFILES \\
26954         dlls/user32/tests/Makefile"
26955 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26956         user32/tests"
26957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26958 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26959 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26960
26961 ALL_MAKEFILES="$ALL_MAKEFILES \\
26962         dlls/userenv/Makefile"
26963 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26964         userenv"
26965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26966 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26967 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26968
26969 ALL_MAKEFILES="$ALL_MAKEFILES \\
26970         dlls/userenv/tests/Makefile"
26971 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26972         userenv/tests"
26973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26974 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26975 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26976
26977 ALL_MAKEFILES="$ALL_MAKEFILES \\
26978         dlls/usp10/Makefile"
26979 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26980         usp10"
26981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26982 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26983 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26984
26985 ALL_MAKEFILES="$ALL_MAKEFILES \\
26986         dlls/usp10/tests/Makefile"
26987 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26988         usp10/tests"
26989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26990 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26991 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26992
26993 ALL_MAKEFILES="$ALL_MAKEFILES \\
26994         dlls/uuid/Makefile"
26995 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26996         uuid"
26997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26998 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26999 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27000
27001 ALL_MAKEFILES="$ALL_MAKEFILES \\
27002         dlls/uxtheme/Makefile"
27003 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27004         uxtheme"
27005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27006 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27007 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27008
27009 ALL_MAKEFILES="$ALL_MAKEFILES \\
27010         dlls/uxtheme/tests/Makefile"
27011 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27012         uxtheme/tests"
27013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27014 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27015 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27016
27017 ALL_MAKEFILES="$ALL_MAKEFILES \\
27018         dlls/vdhcp.vxd/Makefile"
27019 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27020         vdhcp.vxd"
27021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27022 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27023 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27024
27025 ALL_MAKEFILES="$ALL_MAKEFILES \\
27026         dlls/vdmdbg/Makefile"
27027 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27028         vdmdbg"
27029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27030 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27031 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27032
27033 ALL_MAKEFILES="$ALL_MAKEFILES \\
27034         dlls/version/Makefile"
27035 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27036         version"
27037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27038 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27039 ac_config_files="$ac_config_files dlls/version/Makefile"
27040
27041 ALL_MAKEFILES="$ALL_MAKEFILES \\
27042         dlls/version/tests/Makefile"
27043 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27044         version/tests"
27045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27046 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27047 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27048
27049 ALL_MAKEFILES="$ALL_MAKEFILES \\
27050         dlls/vmm.vxd/Makefile"
27051 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27052         vmm.vxd"
27053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27054 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27055 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27056
27057 ALL_MAKEFILES="$ALL_MAKEFILES \\
27058         dlls/vnbt.vxd/Makefile"
27059 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27060         vnbt.vxd"
27061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27062 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27063 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27064
27065 ALL_MAKEFILES="$ALL_MAKEFILES \\
27066         dlls/vnetbios.vxd/Makefile"
27067 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27068         vnetbios.vxd"
27069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27070 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27071 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27072
27073 ALL_MAKEFILES="$ALL_MAKEFILES \\
27074         dlls/vtdapi.vxd/Makefile"
27075 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27076         vtdapi.vxd"
27077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27078 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27079 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27080
27081 ALL_MAKEFILES="$ALL_MAKEFILES \\
27082         dlls/vwin32.vxd/Makefile"
27083 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27084         vwin32.vxd"
27085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27086 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27087 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27088
27089 ALL_MAKEFILES="$ALL_MAKEFILES \\
27090         dlls/w32skrnl/Makefile"
27091 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27092         w32skrnl"
27093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27094 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27095 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27096
27097 ALL_MAKEFILES="$ALL_MAKEFILES \\
27098         dlls/win87em.dll16/Makefile"
27099 test "x$enable_win87em_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27100         win87em.dll16"
27101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27102 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27103 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27104
27105 ALL_MAKEFILES="$ALL_MAKEFILES \\
27106         dlls/windebug.dll16/Makefile"
27107 test "x$enable_windebug_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27108         windebug.dll16"
27109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27110 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27111 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27112
27113 ALL_MAKEFILES="$ALL_MAKEFILES \\
27114         dlls/winealsa.drv/Makefile"
27115 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27116         winealsa.drv"
27117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27118 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27119 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27120
27121 ALL_MAKEFILES="$ALL_MAKEFILES \\
27122         dlls/wineaudioio.drv/Makefile"
27123 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27124         wineaudioio.drv"
27125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27126 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27127 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27128
27129 ALL_MAKEFILES="$ALL_MAKEFILES \\
27130         dlls/winecoreaudio.drv/Makefile"
27131 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27132         winecoreaudio.drv"
27133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27134 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27135 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27136
27137 ALL_MAKEFILES="$ALL_MAKEFILES \\
27138         dlls/winecrt0/Makefile"
27139 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27140         winecrt0"
27141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27142 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27143 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27144
27145 ALL_MAKEFILES="$ALL_MAKEFILES \\
27146         dlls/wined3d/Makefile"
27147 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27148         wined3d"
27149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27150 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27151 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27152
27153 ALL_MAKEFILES="$ALL_MAKEFILES \\
27154         dlls/winedos/Makefile"
27155 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27156         winedos"
27157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27158 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27159 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27160
27161 ALL_MAKEFILES="$ALL_MAKEFILES \\
27162         dlls/wineesd.drv/Makefile"
27163 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27164         wineesd.drv"
27165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27166 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27167 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27168
27169 ALL_MAKEFILES="$ALL_MAKEFILES \\
27170         dlls/winejack.drv/Makefile"
27171 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27172         winejack.drv"
27173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27174 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27175 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27176
27177 ALL_MAKEFILES="$ALL_MAKEFILES \\
27178         dlls/winejoystick.drv/Makefile"
27179 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27180         winejoystick.drv"
27181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27182 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27183 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27184
27185 ALL_MAKEFILES="$ALL_MAKEFILES \\
27186         dlls/winemp3.acm/Makefile"
27187 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27188         winemp3.acm"
27189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27190 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27191 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27192
27193 ALL_MAKEFILES="$ALL_MAKEFILES \\
27194         dlls/winenas.drv/Makefile"
27195 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27196         winenas.drv"
27197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27198 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27199 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27200
27201 ALL_MAKEFILES="$ALL_MAKEFILES \\
27202         dlls/wineoss.drv/Makefile"
27203 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27204         wineoss.drv"
27205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27206 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27207 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27208
27209 ALL_MAKEFILES="$ALL_MAKEFILES \\
27210         dlls/wineps.drv/Makefile"
27211 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27212         wineps.drv"
27213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27214 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27215 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27216
27217 ALL_MAKEFILES="$ALL_MAKEFILES \\
27218         dlls/winequartz.drv/Makefile"
27219 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27220         winequartz.drv"
27221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27222 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27223 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27224
27225 ALL_MAKEFILES="$ALL_MAKEFILES \\
27226         dlls/winex11.drv/Makefile"
27227 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27228         winex11.drv"
27229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27230 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27231 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27232
27233 ALL_MAKEFILES="$ALL_MAKEFILES \\
27234         dlls/wing32/Makefile"
27235 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27236         wing32"
27237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27238 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27239 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27240
27241 ALL_MAKEFILES="$ALL_MAKEFILES \\
27242         dlls/winhttp/Makefile"
27243 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27244         winhttp"
27245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27246 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27247 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27248
27249 ALL_MAKEFILES="$ALL_MAKEFILES \\
27250         dlls/winhttp/tests/Makefile"
27251 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27252         winhttp/tests"
27253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27254 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27255 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27256
27257 ALL_MAKEFILES="$ALL_MAKEFILES \\
27258         dlls/wininet/Makefile"
27259 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27260         wininet"
27261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27262 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27263 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27264
27265 ALL_MAKEFILES="$ALL_MAKEFILES \\
27266         dlls/wininet/tests/Makefile"
27267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27268         wininet/tests"
27269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27270 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27271 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27272
27273 ALL_MAKEFILES="$ALL_MAKEFILES \\
27274         dlls/winmm/Makefile"
27275 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27276         winmm"
27277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27278 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27279 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27280
27281 ALL_MAKEFILES="$ALL_MAKEFILES \\
27282         dlls/winmm/tests/Makefile"
27283 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27284         winmm/tests"
27285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27286 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27287 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27288
27289 ALL_MAKEFILES="$ALL_MAKEFILES \\
27290         dlls/winnls32/Makefile"
27291 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27292         winnls32"
27293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27294 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27295 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27296
27297 ALL_MAKEFILES="$ALL_MAKEFILES \\
27298         dlls/winscard/Makefile"
27299 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27300         winscard"
27301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27302 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27303 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27304
27305 ALL_MAKEFILES="$ALL_MAKEFILES \\
27306         dlls/winspool.drv/Makefile"
27307 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27308         winspool.drv"
27309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27310 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27311 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27312
27313 ALL_MAKEFILES="$ALL_MAKEFILES \\
27314         dlls/winspool.drv/tests/Makefile"
27315 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27316         winspool.drv/tests"
27317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27318 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27319 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27320
27321 ALL_MAKEFILES="$ALL_MAKEFILES \\
27322         dlls/wintab32/Makefile"
27323 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27324         wintab32"
27325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27326 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27327 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27328
27329 ALL_MAKEFILES="$ALL_MAKEFILES \\
27330         dlls/wintrust/Makefile"
27331 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27332         wintrust"
27333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27334 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27335 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27336
27337 ALL_MAKEFILES="$ALL_MAKEFILES \\
27338         dlls/wintrust/tests/Makefile"
27339 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27340         wintrust/tests"
27341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27342 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27343 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27344
27345 ALL_MAKEFILES="$ALL_MAKEFILES \\
27346         dlls/wldap32/Makefile"
27347 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27348         wldap32"
27349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27350 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27351 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27352
27353 ALL_MAKEFILES="$ALL_MAKEFILES \\
27354         dlls/wldap32/tests/Makefile"
27355 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27356         wldap32/tests"
27357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27358 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27359 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27360
27361 ALL_MAKEFILES="$ALL_MAKEFILES \\
27362         dlls/wmi/Makefile"
27363 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27364         wmi"
27365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27366 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27367 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27368
27369 ALL_MAKEFILES="$ALL_MAKEFILES \\
27370         dlls/wnaspi32/Makefile"
27371 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27372         wnaspi32"
27373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27374 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27375 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27376
27377 ALL_MAKEFILES="$ALL_MAKEFILES \\
27378         dlls/wow32/Makefile"
27379 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27380         wow32"
27381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27382 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27383 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27384
27385 ALL_MAKEFILES="$ALL_MAKEFILES \\
27386         dlls/ws2_32/Makefile"
27387 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27388         ws2_32"
27389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27390 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27391 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27392
27393 ALL_MAKEFILES="$ALL_MAKEFILES \\
27394         dlls/ws2_32/tests/Makefile"
27395 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27396         ws2_32/tests"
27397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27398 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27399 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27400
27401 ALL_MAKEFILES="$ALL_MAKEFILES \\
27402         dlls/wsock32/Makefile"
27403 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27404         wsock32"
27405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27406 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27407 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27408
27409 ALL_MAKEFILES="$ALL_MAKEFILES \\
27410         dlls/wtsapi32/Makefile"
27411 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27412         wtsapi32"
27413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27414 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27415 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27416
27417 ALL_MAKEFILES="$ALL_MAKEFILES \\
27418         dlls/wuapi/Makefile"
27419 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27420         wuapi"
27421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27422 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27423 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27424
27425 ALL_MAKEFILES="$ALL_MAKEFILES \\
27426         dlls/xinput1_1/Makefile"
27427 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27428         xinput1_1"
27429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27430 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27431 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27432
27433 ALL_MAKEFILES="$ALL_MAKEFILES \\
27434         dlls/xinput1_2/Makefile"
27435 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27436         xinput1_2"
27437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27438 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27439 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27440
27441 ALL_MAKEFILES="$ALL_MAKEFILES \\
27442         dlls/xinput1_3/Makefile"
27443 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27444         xinput1_3"
27445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27446 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27447 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27448
27449 ALL_MAKEFILES="$ALL_MAKEFILES \\
27450         dlls/xinput1_3/tests/Makefile"
27451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27452         xinput1_3/tests"
27453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27454 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27455 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27456
27457 ALL_MAKEFILES="$ALL_MAKEFILES \\
27458         dlls/xinput9_1_0/Makefile"
27459 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27460         xinput9_1_0"
27461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27462 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27463 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27464
27465 ALL_MAKEFILES="$ALL_MAKEFILES \\
27466         documentation/Makefile"
27467 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27468         documentation"
27469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27470 documentation/Makefile: documentation/Makefile.in Make.rules"
27471 ac_config_files="$ac_config_files documentation/Makefile"
27472
27473 ALL_MAKEFILES="$ALL_MAKEFILES \\
27474         fonts/Makefile"
27475 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27476         fonts"
27477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27478 fonts/Makefile: fonts/Makefile.in Make.rules"
27479 ac_config_files="$ac_config_files fonts/Makefile"
27480
27481 ALL_MAKEFILES="$ALL_MAKEFILES \\
27482         include/Makefile"
27483 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27484         include"
27485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27486 include/Makefile: include/Makefile.in Make.rules"
27487 ac_config_files="$ac_config_files include/Makefile"
27488
27489 ALL_MAKEFILES="$ALL_MAKEFILES \\
27490         libs/Makefile"
27491 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27492         libs"
27493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27494 libs/Makefile: libs/Makefile.in Make.rules"
27495 ac_config_files="$ac_config_files libs/Makefile"
27496
27497 ALL_MAKEFILES="$ALL_MAKEFILES \\
27498         libs/port/Makefile"
27499
27500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27501 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27502 ac_config_files="$ac_config_files libs/port/Makefile"
27503
27504 ALL_MAKEFILES="$ALL_MAKEFILES \\
27505         libs/wine/Makefile"
27506
27507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27508 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27509 ac_config_files="$ac_config_files libs/wine/Makefile"
27510
27511 ALL_MAKEFILES="$ALL_MAKEFILES \\
27512         libs/wpp/Makefile"
27513
27514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27515 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27516 ac_config_files="$ac_config_files libs/wpp/Makefile"
27517
27518 ALL_MAKEFILES="$ALL_MAKEFILES \\
27519         loader/Makefile"
27520 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27521         loader"
27522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27523 loader/Makefile: loader/Makefile.in Make.rules"
27524 ac_config_files="$ac_config_files loader/Makefile"
27525
27526 ALL_MAKEFILES="$ALL_MAKEFILES \\
27527         programs/Makefile"
27528 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27529         programs"
27530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27531 programs/Makefile: programs/Makefile.in Make.rules"
27532 ac_config_files="$ac_config_files programs/Makefile"
27533
27534 ALL_MAKEFILES="$ALL_MAKEFILES \\
27535         programs/cacls/Makefile"
27536 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27537         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27538         cacls"
27539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27540 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27541 ac_config_files="$ac_config_files programs/cacls/Makefile"
27542
27543 ALL_MAKEFILES="$ALL_MAKEFILES \\
27544         programs/clock/Makefile"
27545 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27546         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27547         clock"
27548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27549 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27550 ac_config_files="$ac_config_files programs/clock/Makefile"
27551
27552 ALL_MAKEFILES="$ALL_MAKEFILES \\
27553         programs/cmd/Makefile"
27554 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27555         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27556         cmd"
27557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27558 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27559 ac_config_files="$ac_config_files programs/cmd/Makefile"
27560
27561 ALL_MAKEFILES="$ALL_MAKEFILES \\
27562         programs/cmdlgtst/Makefile"
27563 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27564         cmdlgtst"
27565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27566 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27567 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27568
27569 ALL_MAKEFILES="$ALL_MAKEFILES \\
27570         programs/control/Makefile"
27571 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27572         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27573         control"
27574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27575 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27576 ac_config_files="$ac_config_files programs/control/Makefile"
27577
27578 ALL_MAKEFILES="$ALL_MAKEFILES \\
27579         programs/eject/Makefile"
27580 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27581         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27582         eject"
27583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27584 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27585 ac_config_files="$ac_config_files programs/eject/Makefile"
27586
27587 ALL_MAKEFILES="$ALL_MAKEFILES \\
27588         programs/expand/Makefile"
27589 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27590         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27591         expand"
27592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27593 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27594 ac_config_files="$ac_config_files programs/expand/Makefile"
27595
27596 ALL_MAKEFILES="$ALL_MAKEFILES \\
27597         programs/explorer/Makefile"
27598 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27599         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27600         explorer"
27601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27602 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27603 ac_config_files="$ac_config_files programs/explorer/Makefile"
27604
27605 ALL_MAKEFILES="$ALL_MAKEFILES \\
27606         programs/hh/Makefile"
27607 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27608         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27609         hh"
27610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27611 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27612 ac_config_files="$ac_config_files programs/hh/Makefile"
27613
27614 ALL_MAKEFILES="$ALL_MAKEFILES \\
27615         programs/icinfo/Makefile"
27616 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27617         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27618         icinfo"
27619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27620 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27621 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27622
27623 ALL_MAKEFILES="$ALL_MAKEFILES \\
27624         programs/iexplore/Makefile"
27625 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27626         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27627         iexplore"
27628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27629 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27630 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27631
27632 ALL_MAKEFILES="$ALL_MAKEFILES \\
27633         programs/lodctr/Makefile"
27634 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27635         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27636         lodctr"
27637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27638 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27639 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27640
27641 ALL_MAKEFILES="$ALL_MAKEFILES \\
27642         programs/msiexec/Makefile"
27643 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27644         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27645         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27646         msiexec"
27647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27648 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27649 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27650
27651 ALL_MAKEFILES="$ALL_MAKEFILES \\
27652         programs/net/Makefile"
27653 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27654         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27655         net"
27656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27657 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27658 ac_config_files="$ac_config_files programs/net/Makefile"
27659
27660 ALL_MAKEFILES="$ALL_MAKEFILES \\
27661         programs/notepad/Makefile"
27662 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27663         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27664         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27665         notepad"
27666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27667 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27668 ac_config_files="$ac_config_files programs/notepad/Makefile"
27669
27670 ALL_MAKEFILES="$ALL_MAKEFILES \\
27671         programs/oleview/Makefile"
27672 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27673         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27674         oleview"
27675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27676 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27677 ac_config_files="$ac_config_files programs/oleview/Makefile"
27678
27679 ALL_MAKEFILES="$ALL_MAKEFILES \\
27680         programs/progman/Makefile"
27681 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27682         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27683         progman"
27684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27685 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27686 ac_config_files="$ac_config_files programs/progman/Makefile"
27687
27688 ALL_MAKEFILES="$ALL_MAKEFILES \\
27689         programs/reg/Makefile"
27690 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27691         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27692         reg"
27693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27694 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27695 ac_config_files="$ac_config_files programs/reg/Makefile"
27696
27697 ALL_MAKEFILES="$ALL_MAKEFILES \\
27698         programs/regedit/Makefile"
27699 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27700         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27701         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27702         regedit"
27703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27704 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27705 ac_config_files="$ac_config_files programs/regedit/Makefile"
27706
27707 ALL_MAKEFILES="$ALL_MAKEFILES \\
27708         programs/regsvr32/Makefile"
27709 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27710         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27711         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27712         regsvr32"
27713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27714 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27715 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27716
27717 ALL_MAKEFILES="$ALL_MAKEFILES \\
27718         programs/rpcss/Makefile"
27719 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27720         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27721         rpcss"
27722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27723 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27724 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27725
27726 ALL_MAKEFILES="$ALL_MAKEFILES \\
27727         programs/rundll32/Makefile"
27728 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27729         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27730         rundll32"
27731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27732 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27733 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27734
27735 ALL_MAKEFILES="$ALL_MAKEFILES \\
27736         programs/secedit/Makefile"
27737 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27738         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27739         secedit"
27740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27741 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27742 ac_config_files="$ac_config_files programs/secedit/Makefile"
27743
27744 ALL_MAKEFILES="$ALL_MAKEFILES \\
27745         programs/services/Makefile"
27746 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27747         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27748         services"
27749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27750 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27751 ac_config_files="$ac_config_files programs/services/Makefile"
27752
27753 ALL_MAKEFILES="$ALL_MAKEFILES \\
27754         programs/spoolsv/Makefile"
27755 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27756         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27757         spoolsv"
27758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27759 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27760 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27761
27762 ALL_MAKEFILES="$ALL_MAKEFILES \\
27763         programs/start/Makefile"
27764 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27765         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27766         start"
27767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27768 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27769 ac_config_files="$ac_config_files programs/start/Makefile"
27770
27771 ALL_MAKEFILES="$ALL_MAKEFILES \\
27772         programs/svchost/Makefile"
27773 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27774         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27775         svchost"
27776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27777 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27778 ac_config_files="$ac_config_files programs/svchost/Makefile"
27779
27780 ALL_MAKEFILES="$ALL_MAKEFILES \\
27781         programs/taskmgr/Makefile"
27782 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27783         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27784         taskmgr"
27785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27786 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27787 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27788
27789 ALL_MAKEFILES="$ALL_MAKEFILES \\
27790         programs/uninstaller/Makefile"
27791 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27792         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27793         uninstaller"
27794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27795 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27796 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27797
27798 ALL_MAKEFILES="$ALL_MAKEFILES \\
27799         programs/unlodctr/Makefile"
27800 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27801         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27802         unlodctr"
27803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27804 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27805 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27806
27807 ALL_MAKEFILES="$ALL_MAKEFILES \\
27808         programs/view/Makefile"
27809 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27810         view"
27811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27812 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27813 ac_config_files="$ac_config_files programs/view/Makefile"
27814
27815 ALL_MAKEFILES="$ALL_MAKEFILES \\
27816         programs/wineboot/Makefile"
27817 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27818         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27819         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27820         wineboot"
27821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27822 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27823 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27824
27825 ALL_MAKEFILES="$ALL_MAKEFILES \\
27826         programs/winebrowser/Makefile"
27827 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27828         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27829         winebrowser"
27830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27831 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27832 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27833
27834 ALL_MAKEFILES="$ALL_MAKEFILES \\
27835         programs/winecfg/Makefile"
27836 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27837         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27838         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27839         winecfg"
27840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27841 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27842 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27843
27844 ALL_MAKEFILES="$ALL_MAKEFILES \\
27845         programs/wineconsole/Makefile"
27846 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27847         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27848         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27849         wineconsole"
27850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27851 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27852 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27853
27854 ALL_MAKEFILES="$ALL_MAKEFILES \\
27855         programs/winedbg/Makefile"
27856 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27857         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27858         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27859         winedbg"
27860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27861 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27862 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27863
27864 ALL_MAKEFILES="$ALL_MAKEFILES \\
27865         programs/winedevice/Makefile"
27866 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27867         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27868         winedevice"
27869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27870 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27871 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27872
27873 ALL_MAKEFILES="$ALL_MAKEFILES \\
27874         programs/winefile/Makefile"
27875 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27876         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27877         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27878         winefile"
27879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27880 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27881 ac_config_files="$ac_config_files programs/winefile/Makefile"
27882
27883 ALL_MAKEFILES="$ALL_MAKEFILES \\
27884         programs/winemenubuilder/Makefile"
27885 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27886         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27887         winemenubuilder"
27888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27889 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27890 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27891
27892 ALL_MAKEFILES="$ALL_MAKEFILES \\
27893         programs/winemine/Makefile"
27894 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27895         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27896         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27897         winemine"
27898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27899 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27900 ac_config_files="$ac_config_files programs/winemine/Makefile"
27901
27902 ALL_MAKEFILES="$ALL_MAKEFILES \\
27903         programs/winepath/Makefile"
27904 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27905         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27906         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27907         winepath"
27908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27909 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27910 ac_config_files="$ac_config_files programs/winepath/Makefile"
27911
27912 ALL_MAKEFILES="$ALL_MAKEFILES \\
27913         programs/winetest/Makefile"
27914 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27915         winetest"
27916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27917 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27918 ac_config_files="$ac_config_files programs/winetest/Makefile"
27919
27920 ALL_MAKEFILES="$ALL_MAKEFILES \\
27921         programs/winevdm/Makefile"
27922 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27923         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27924         winevdm"
27925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27926 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27927 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27928
27929 ALL_MAKEFILES="$ALL_MAKEFILES \\
27930         programs/winhelp.exe16/Makefile"
27931 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27932         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27933         winhelp.exe16"
27934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27935 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
27936 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
27937
27938 ALL_MAKEFILES="$ALL_MAKEFILES \\
27939         programs/winhlp32/Makefile"
27940 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27941         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27942         winhlp32"
27943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27944 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27945 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27946
27947 ALL_MAKEFILES="$ALL_MAKEFILES \\
27948         programs/winoldap.mod16/Makefile"
27949 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27950         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27951         winoldap.mod16"
27952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27953 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27954 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27955
27956 ALL_MAKEFILES="$ALL_MAKEFILES \\
27957         programs/winver/Makefile"
27958 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27959         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27960         winver"
27961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27962 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27963 ac_config_files="$ac_config_files programs/winver/Makefile"
27964
27965 ALL_MAKEFILES="$ALL_MAKEFILES \\
27966         programs/wordpad/Makefile"
27967 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27968         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27969         wordpad"
27970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27971 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27972 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27973
27974 ALL_MAKEFILES="$ALL_MAKEFILES \\
27975         programs/write/Makefile"
27976 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27977         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27978         write"
27979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27980 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27981 ac_config_files="$ac_config_files programs/write/Makefile"
27982
27983 ALL_MAKEFILES="$ALL_MAKEFILES \\
27984         programs/xcopy/Makefile"
27985 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27986         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27987         xcopy"
27988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27989 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27990 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27991
27992 ALL_MAKEFILES="$ALL_MAKEFILES \\
27993         server/Makefile"
27994 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27995         server"
27996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27997 server/Makefile: server/Makefile.in Make.rules"
27998 ac_config_files="$ac_config_files server/Makefile"
27999
28000 ALL_MAKEFILES="$ALL_MAKEFILES \\
28001         tools/Makefile"
28002 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28003         tools"
28004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28005 tools/Makefile: tools/Makefile.in Make.rules"
28006 ac_config_files="$ac_config_files tools/Makefile"
28007
28008 ALL_MAKEFILES="$ALL_MAKEFILES \\
28009         tools/widl/Makefile"
28010
28011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28012 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28013 ac_config_files="$ac_config_files tools/widl/Makefile"
28014
28015 ALL_MAKEFILES="$ALL_MAKEFILES \\
28016         tools/winebuild/Makefile"
28017
28018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28019 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28020 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28021
28022 ALL_MAKEFILES="$ALL_MAKEFILES \\
28023         tools/winedump/Makefile"
28024
28025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28026 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28027 ac_config_files="$ac_config_files tools/winedump/Makefile"
28028
28029 ALL_MAKEFILES="$ALL_MAKEFILES \\
28030         tools/winegcc/Makefile"
28031
28032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28033 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28034 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28035
28036 ALL_MAKEFILES="$ALL_MAKEFILES \\
28037         tools/wmc/Makefile"
28038
28039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28040 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28041 ac_config_files="$ac_config_files tools/wmc/Makefile"
28042
28043 ALL_MAKEFILES="$ALL_MAKEFILES \\
28044         tools/wrc/Makefile"
28045
28046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28047 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28048 ac_config_files="$ac_config_files tools/wrc/Makefile"
28049
28050
28051
28052 ALL_WINETEST_DEPENDS="# Test binaries"
28053
28054 for dir in $ALL_TEST_DIRS
28055 do
28056     if test "$dir" != "\\"
28057     then
28058         testname=`expr $dir : '\(.*\)/tests'`_test.exe
28059         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28060 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28061         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28062     fi
28063 done
28064
28065 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28066
28067 cat >confcache <<\_ACEOF
28068 # This file is a shell script that caches the results of configure
28069 # tests run on this system so they can be shared between configure
28070 # scripts and configure runs, see configure's option --config-cache.
28071 # It is not useful on other systems.  If it contains results you don't
28072 # want to keep, you may remove or edit it.
28073 #
28074 # config.status only pays attention to the cache file if you give it
28075 # the --recheck option to rerun configure.
28076 #
28077 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28078 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28079 # following values.
28080
28081 _ACEOF
28082
28083 # The following way of writing the cache mishandles newlines in values,
28084 # but we know of no workaround that is simple, portable, and efficient.
28085 # So, we kill variables containing newlines.
28086 # Ultrix sh set writes to stderr and can't be redirected directly,
28087 # and sets the high bit in the cache file unless we assign to the vars.
28088 (
28089   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28090     eval ac_val=\$$ac_var
28091     case $ac_val in #(
28092     *${as_nl}*)
28093       case $ac_var in #(
28094       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28095 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28096       esac
28097       case $ac_var in #(
28098       _ | IFS | as_nl) ;; #(
28099       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28100       *) $as_unset $ac_var ;;
28101       esac ;;
28102     esac
28103   done
28104
28105   (set) 2>&1 |
28106     case $as_nl`(ac_space=' '; set) 2>&1` in #(
28107     *${as_nl}ac_space=\ *)
28108       # `set' does not quote correctly, so add quotes (double-quote
28109       # substitution turns \\\\ into \\, and sed turns \\ into \).
28110       sed -n \
28111         "s/'/'\\\\''/g;
28112           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28113       ;; #(
28114     *)
28115       # `set' quotes correctly as required by POSIX, so do not add quotes.
28116       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28117       ;;
28118     esac |
28119     sort
28120 ) |
28121   sed '
28122      /^ac_cv_env_/b end
28123      t clear
28124      :clear
28125      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28126      t end
28127      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28128      :end' >>confcache
28129 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28130   if test -w "$cache_file"; then
28131     test "x$cache_file" != "x/dev/null" &&
28132       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28133 $as_echo "$as_me: updating cache $cache_file" >&6;}
28134     cat confcache >$cache_file
28135   else
28136     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28137 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28138   fi
28139 fi
28140 rm -f confcache
28141
28142 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28143 # Let make expand exec_prefix.
28144 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28145
28146 DEFS=-DHAVE_CONFIG_H
28147
28148 ac_libobjs=
28149 ac_ltlibobjs=
28150 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28151   # 1. Remove the extension, and $U if already installed.
28152   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28153   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28154   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
28155   #    will be set to the directory where LIBOBJS objects are built.
28156   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28157   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28158 done
28159 LIBOBJS=$ac_libobjs
28160
28161 LTLIBOBJS=$ac_ltlibobjs
28162
28163
28164
28165 : ${CONFIG_STATUS=./config.status}
28166 ac_write_fail=0
28167 ac_clean_files_save=$ac_clean_files
28168 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28169 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28170 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28171 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28172 #! $SHELL
28173 # Generated by $as_me.
28174 # Run this file to recreate the current configuration.
28175 # Compiler output produced by configure, useful for debugging
28176 # configure, is in config.log if it exists.
28177
28178 debug=false
28179 ac_cs_recheck=false
28180 ac_cs_silent=false
28181 SHELL=\${CONFIG_SHELL-$SHELL}
28182 _ACEOF
28183
28184 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28185 ## --------------------- ##
28186 ## M4sh Initialization.  ##
28187 ## --------------------- ##
28188
28189 # Be more Bourne compatible
28190 DUALCASE=1; export DUALCASE # for MKS sh
28191 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28192   emulate sh
28193   NULLCMD=:
28194   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28195   # is contrary to our usage.  Disable this feature.
28196   alias -g '${1+"$@"}'='"$@"'
28197   setopt NO_GLOB_SUBST
28198 else
28199   case `(set -o) 2>/dev/null` in
28200   *posix*) set -o posix ;;
28201 esac
28202
28203 fi
28204
28205
28206
28207
28208 # PATH needs CR
28209 # Avoid depending upon Character Ranges.
28210 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28211 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28212 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28213 as_cr_digits='0123456789'
28214 as_cr_alnum=$as_cr_Letters$as_cr_digits
28215
28216 as_nl='
28217 '
28218 export as_nl
28219 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28220 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28221 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28222 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28223 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28224   as_echo='printf %s\n'
28225   as_echo_n='printf %s'
28226 else
28227   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28228     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28229     as_echo_n='/usr/ucb/echo -n'
28230   else
28231     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28232     as_echo_n_body='eval
28233       arg=$1;
28234       case $arg in
28235       *"$as_nl"*)
28236         expr "X$arg" : "X\\(.*\\)$as_nl";
28237         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28238       esac;
28239       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28240     '
28241     export as_echo_n_body
28242     as_echo_n='sh -c $as_echo_n_body as_echo'
28243   fi
28244   export as_echo_body
28245   as_echo='sh -c $as_echo_body as_echo'
28246 fi
28247
28248 # The user is always right.
28249 if test "${PATH_SEPARATOR+set}" != set; then
28250   PATH_SEPARATOR=:
28251   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28252     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28253       PATH_SEPARATOR=';'
28254   }
28255 fi
28256
28257 # Support unset when possible.
28258 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28259   as_unset=unset
28260 else
28261   as_unset=false
28262 fi
28263
28264
28265 # IFS
28266 # We need space, tab and new line, in precisely that order.  Quoting is
28267 # there to prevent editors from complaining about space-tab.
28268 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28269 # splitting by setting IFS to empty value.)
28270 IFS=" ""        $as_nl"
28271
28272 # Find who we are.  Look in the path if we contain no directory separator.
28273 case $0 in
28274   *[\\/]* ) as_myself=$0 ;;
28275   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28276 for as_dir in $PATH
28277 do
28278   IFS=$as_save_IFS
28279   test -z "$as_dir" && as_dir=.
28280   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28281 done
28282 IFS=$as_save_IFS
28283
28284      ;;
28285 esac
28286 # We did not find ourselves, most probably we were run as `sh COMMAND'
28287 # in which case we are not to be found in the path.
28288 if test "x$as_myself" = x; then
28289   as_myself=$0
28290 fi
28291 if test ! -f "$as_myself"; then
28292   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28293   { (exit 1); exit 1; }
28294 fi
28295
28296 # Work around bugs in pre-3.0 UWIN ksh.
28297 for as_var in ENV MAIL MAILPATH
28298 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28299 done
28300 PS1='$ '
28301 PS2='> '
28302 PS4='+ '
28303
28304 # NLS nuisances.
28305 LC_ALL=C
28306 export LC_ALL
28307 LANGUAGE=C
28308 export LANGUAGE
28309
28310 # Required to use basename.
28311 if expr a : '\(a\)' >/dev/null 2>&1 &&
28312    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28313   as_expr=expr
28314 else
28315   as_expr=false
28316 fi
28317
28318 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28319   as_basename=basename
28320 else
28321   as_basename=false
28322 fi
28323
28324
28325 # Name of the executable.
28326 as_me=`$as_basename -- "$0" ||
28327 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28328          X"$0" : 'X\(//\)$' \| \
28329          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28330 $as_echo X/"$0" |
28331     sed '/^.*\/\([^/][^/]*\)\/*$/{
28332             s//\1/
28333             q
28334           }
28335           /^X\/\(\/\/\)$/{
28336             s//\1/
28337             q
28338           }
28339           /^X\/\(\/\).*/{
28340             s//\1/
28341             q
28342           }
28343           s/.*/./; q'`
28344
28345 # CDPATH.
28346 $as_unset CDPATH
28347
28348
28349
28350   as_lineno_1=$LINENO
28351   as_lineno_2=$LINENO
28352   test "x$as_lineno_1" != "x$as_lineno_2" &&
28353   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28354
28355   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28356   # uniformly replaced by the line number.  The first 'sed' inserts a
28357   # line-number line after each line using $LINENO; the second 'sed'
28358   # does the real work.  The second script uses 'N' to pair each
28359   # line-number line with the line containing $LINENO, and appends
28360   # trailing '-' during substitution so that $LINENO is not a special
28361   # case at line end.
28362   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28363   # scripts with optimization help from Paolo Bonzini.  Blame Lee
28364   # E. McMahon (1931-1989) for sed's syntax.  :-)
28365   sed -n '
28366     p
28367     /[$]LINENO/=
28368   ' <$as_myself |
28369     sed '
28370       s/[$]LINENO.*/&-/
28371       t lineno
28372       b
28373       :lineno
28374       N
28375       :loop
28376       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28377       t loop
28378       s/-\n.*//
28379     ' >$as_me.lineno &&
28380   chmod +x "$as_me.lineno" ||
28381     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28382    { (exit 1); exit 1; }; }
28383
28384   # Don't try to exec as it changes $[0], causing all sort of problems
28385   # (the dirname of $[0] is not the place where we might find the
28386   # original and so on.  Autoconf is especially sensitive to this).
28387   . "./$as_me.lineno"
28388   # Exit status is that of the last command.
28389   exit
28390 }
28391
28392
28393 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28394   as_dirname=dirname
28395 else
28396   as_dirname=false
28397 fi
28398
28399 ECHO_C= ECHO_N= ECHO_T=
28400 case `echo -n x` in
28401 -n*)
28402   case `echo 'x\c'` in
28403   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
28404   *)   ECHO_C='\c';;
28405   esac;;
28406 *)
28407   ECHO_N='-n';;
28408 esac
28409 if expr a : '\(a\)' >/dev/null 2>&1 &&
28410    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28411   as_expr=expr
28412 else
28413   as_expr=false
28414 fi
28415
28416 rm -f conf$$ conf$$.exe conf$$.file
28417 if test -d conf$$.dir; then
28418   rm -f conf$$.dir/conf$$.file
28419 else
28420   rm -f conf$$.dir
28421   mkdir conf$$.dir 2>/dev/null
28422 fi
28423 if (echo >conf$$.file) 2>/dev/null; then
28424   if ln -s conf$$.file conf$$ 2>/dev/null; then
28425     as_ln_s='ln -s'
28426     # ... but there are two gotchas:
28427     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28428     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28429     # In both cases, we have to default to `cp -p'.
28430     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28431       as_ln_s='cp -p'
28432   elif ln conf$$.file conf$$ 2>/dev/null; then
28433     as_ln_s=ln
28434   else
28435     as_ln_s='cp -p'
28436   fi
28437 else
28438   as_ln_s='cp -p'
28439 fi
28440 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28441 rmdir conf$$.dir 2>/dev/null
28442
28443 if mkdir -p . 2>/dev/null; then
28444   as_mkdir_p=:
28445 else
28446   test -d ./-p && rmdir ./-p
28447   as_mkdir_p=false
28448 fi
28449
28450 if test -x / >/dev/null 2>&1; then
28451   as_test_x='test -x'
28452 else
28453   if ls -dL / >/dev/null 2>&1; then
28454     as_ls_L_option=L
28455   else
28456     as_ls_L_option=
28457   fi
28458   as_test_x='
28459     eval sh -c '\''
28460       if test -d "$1"; then
28461         test -d "$1/.";
28462       else
28463         case $1 in
28464         -*)set "./$1";;
28465         esac;
28466         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28467         ???[sx]*):;;*)false;;esac;fi
28468     '\'' sh
28469   '
28470 fi
28471 as_executable_p=$as_test_x
28472
28473 # Sed expression to map a string onto a valid CPP name.
28474 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28475
28476 # Sed expression to map a string onto a valid variable name.
28477 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28478
28479
28480 exec 6>&1
28481
28482 # Save the log message, to keep $[0] and so on meaningful, and to
28483 # report actual input values of CONFIG_FILES etc. instead of their
28484 # values after options handling.
28485 ac_log="
28486 This file was extended by Wine $as_me 1.1.16, which was
28487 generated by GNU Autoconf 2.63.  Invocation command line was
28488
28489   CONFIG_FILES    = $CONFIG_FILES
28490   CONFIG_HEADERS  = $CONFIG_HEADERS
28491   CONFIG_LINKS    = $CONFIG_LINKS
28492   CONFIG_COMMANDS = $CONFIG_COMMANDS
28493   $ $0 $@
28494
28495 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28496 "
28497
28498 _ACEOF
28499
28500 case $ac_config_files in *"
28501 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28502 esac
28503
28504 case $ac_config_headers in *"
28505 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28506 esac
28507
28508
28509 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28510 # Files that config.status was made for.
28511 config_files="$ac_config_files"
28512 config_headers="$ac_config_headers"
28513 config_commands="$ac_config_commands"
28514
28515 _ACEOF
28516
28517 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28518 ac_cs_usage="\
28519 \`$as_me' instantiates files from templates according to the
28520 current configuration.
28521
28522 Usage: $0 [OPTION]... [FILE]...
28523
28524   -h, --help       print this help, then exit
28525   -V, --version    print version number and configuration settings, then exit
28526   -q, --quiet, --silent
28527                    do not print progress messages
28528   -d, --debug      don't remove temporary files
28529       --recheck    update $as_me by reconfiguring in the same conditions
28530       --file=FILE[:TEMPLATE]
28531                    instantiate the configuration file FILE
28532       --header=FILE[:TEMPLATE]
28533                    instantiate the configuration header FILE
28534
28535 Configuration files:
28536 $config_files
28537
28538 Configuration headers:
28539 $config_headers
28540
28541 Configuration commands:
28542 $config_commands
28543
28544 Report bugs to <bug-autoconf@gnu.org>."
28545
28546 _ACEOF
28547 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28548 ac_cs_version="\\
28549 Wine config.status 1.1.16
28550 configured by $0, generated by GNU Autoconf 2.63,
28551   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28552
28553 Copyright (C) 2008 Free Software Foundation, Inc.
28554 This config.status script is free software; the Free Software Foundation
28555 gives unlimited permission to copy, distribute and modify it."
28556
28557 ac_pwd='$ac_pwd'
28558 srcdir='$srcdir'
28559 INSTALL='$INSTALL'
28560 test -n "\$AWK" || AWK=awk
28561 _ACEOF
28562
28563 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28564 # The default lists apply if the user does not specify any file.
28565 ac_need_defaults=:
28566 while test $# != 0
28567 do
28568   case $1 in
28569   --*=*)
28570     ac_option=`expr "X$1" : 'X\([^=]*\)='`
28571     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28572     ac_shift=:
28573     ;;
28574   *)
28575     ac_option=$1
28576     ac_optarg=$2
28577     ac_shift=shift
28578     ;;
28579   esac
28580
28581   case $ac_option in
28582   # Handling of the options.
28583   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28584     ac_cs_recheck=: ;;
28585   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28586     $as_echo "$ac_cs_version"; exit ;;
28587   --debug | --debu | --deb | --de | --d | -d )
28588     debug=: ;;
28589   --file | --fil | --fi | --f )
28590     $ac_shift
28591     case $ac_optarg in
28592     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28593     esac
28594     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28595     ac_need_defaults=false;;
28596   --header | --heade | --head | --hea )
28597     $ac_shift
28598     case $ac_optarg in
28599     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28600     esac
28601     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28602     ac_need_defaults=false;;
28603   --he | --h)
28604     # Conflict between --help and --header
28605     { $as_echo "$as_me: error: ambiguous option: $1
28606 Try \`$0 --help' for more information." >&2
28607    { (exit 1); exit 1; }; };;
28608   --help | --hel | -h )
28609     $as_echo "$ac_cs_usage"; exit ;;
28610   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28611   | -silent | --silent | --silen | --sile | --sil | --si | --s)
28612     ac_cs_silent=: ;;
28613
28614   # This is an error.
28615   -*) { $as_echo "$as_me: error: unrecognized option: $1
28616 Try \`$0 --help' for more information." >&2
28617    { (exit 1); exit 1; }; } ;;
28618
28619   *) ac_config_targets="$ac_config_targets $1"
28620      ac_need_defaults=false ;;
28621
28622   esac
28623   shift
28624 done
28625
28626 ac_configure_extra_args=
28627
28628 if $ac_cs_silent; then
28629   exec 6>/dev/null
28630   ac_configure_extra_args="$ac_configure_extra_args --silent"
28631 fi
28632
28633 _ACEOF
28634 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28635 if \$ac_cs_recheck; then
28636   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28637   shift
28638   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28639   CONFIG_SHELL='$SHELL'
28640   export CONFIG_SHELL
28641   exec "\$@"
28642 fi
28643
28644 _ACEOF
28645 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28646 exec 5>>config.log
28647 {
28648   echo
28649   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28650 ## Running $as_me. ##
28651 _ASBOX
28652   $as_echo "$ac_log"
28653 } >&5
28654
28655 _ACEOF
28656 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28657 _ACEOF
28658
28659 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28660
28661 # Handling of arguments.
28662 for ac_config_target in $ac_config_targets
28663 do
28664   case $ac_config_target in
28665     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28666     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28667     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28668     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28669     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28670     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28671     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28672     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28673     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28674     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28675     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28676     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28677     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28678     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28679     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28680     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28681     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28682     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28683     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28684     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28685     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28686     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28687     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28688     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28689     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28690     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28691     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28692     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28693     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28694     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28695     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28696     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28697     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28698     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28699     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28700     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28701     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28702     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28703     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28704     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28705     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28706     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28707     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28708     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28709     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28710     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28711     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28712     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28713     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28714     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28715     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28716     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28717     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28718     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28719     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28720     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28721     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28722     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28723     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28724     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28725     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28726     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28727     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28728     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28729     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28730     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28731     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28732     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28733     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28734     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28735     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28736     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28737     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28738     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28739     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28740     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28741     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28742     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28743     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28744     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28745     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28746     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28747     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28748     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28749     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28750     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28751     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28752     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28753     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28754     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28755     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28756     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28757     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28758     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28759     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28760     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28761     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28762     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28763     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28764     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28765     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28766     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28767     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28768     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28769     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28770     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28771     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28772     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28773     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28774     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28775     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28776     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28777     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28778     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28779     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28780     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28781     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28782     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28783     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28784     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28785     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28786     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28787     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28788     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28789     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28790     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28791     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28792     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28793     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28794     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28795     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28796     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28797     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28798     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28799     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28800     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28801     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28802     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28803     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28804     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28805     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28806     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28807     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28808     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28809     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28810     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28811     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28812     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28813     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28814     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28815     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28816     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28817     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28818     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28819     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28820     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28821     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28822     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28823     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28824     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28825     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28826     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28827     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28828     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28829     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28830     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28831     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28832     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28833     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28834     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28835     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28836     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28837     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28838     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28839     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28840     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28841     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28842     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28843     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28844     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28845     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28846     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28847     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28848     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28849     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28850     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
28851     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28852     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28853     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28854     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28855     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28856     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28857     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28858     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28859     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28860     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28861     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28862     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28863     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28864     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28865     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28866     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28867     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28868     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28869     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28870     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28871     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28872     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28873     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28874     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28875     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28876     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28877     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28878     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28879     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28880     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28881     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28882     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28883     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28884     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28885     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28886     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28887     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28888     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28889     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28890     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28891     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28892     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28893     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28894     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28895     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28896     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28897     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28898     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28899     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28900     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28901     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28902     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28903     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28904     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28905     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28906     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28907     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28908     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28909     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28910     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28911     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28912     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28913     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28914     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28915     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28916     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28917     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28918     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28919     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28920     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28921     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28922     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28923     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28924     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28925     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28926     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28927     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28928     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28929     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28930     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28931     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28932     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28933     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28934     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28935     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28936     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28937     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28938     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28939     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28940     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28941     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28942     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28943     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28944     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28945     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28946     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28947     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28948     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28949     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28950     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28951     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28952     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28953     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28954     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28955     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28956     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28957     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28958     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28959     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28960     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28961     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28962     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28963     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28964     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28965     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28966     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28967     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28968     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28969     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28970     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28971     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28972     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28973     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28974     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28975     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28976     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28977     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28978     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28979     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28980     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28981     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28982     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28983     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28984     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28985     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28986     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28987     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28988     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28989     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28990     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28991     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28992     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28993     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28994     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
28995     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28996     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28997     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28998     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28999     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29000     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29001     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29002     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29003     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29004     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29005     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29006     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29007     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29008     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29009     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29010     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29011     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29012     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29013     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29014     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29015     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29016     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29017     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29018     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29019     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29020     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29021     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29022     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29023     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29024     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29025     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29026     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29027     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29028     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29029     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29030     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29031     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29032     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29033     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29034     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29035     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29036     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29037     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29038     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29039     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29040     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29041     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29042     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29043     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29044     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29045     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29046     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29047     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29048     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29049     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29050     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29051     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29052     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29053     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29054     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29055     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29056     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29057     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29058     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29059     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29060     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29061     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29062     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29063     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29064     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29065     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29066     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29067     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29068     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29069     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29070     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29071     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29072     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29073     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29074     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29075     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29076     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29077     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29078     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29079     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29080     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29081     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29082     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29083     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29084     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29085     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29086     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29087     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29088     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29089     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29090     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29091     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29092     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29093     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29094     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29095     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29096     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29097     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29098     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29099     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29100     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29101     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29102     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29103     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29104     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29105     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29106     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29107     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29108     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29109     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29110     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29111     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29112     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29113     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29114     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29115     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29116     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29117     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29118     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29119     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29120     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29121     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29122     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29123     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29124     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29125     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29126     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29127     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29128     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29129     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29130     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29131     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29132     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29133     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29134     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29135     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29136     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29137     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29138     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29139
29140   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29141 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29142    { (exit 1); exit 1; }; };;
29143   esac
29144 done
29145
29146
29147 # If the user did not use the arguments to specify the items to instantiate,
29148 # then the envvar interface is used.  Set only those that are not.
29149 # We use the long form for the default assignment because of an extremely
29150 # bizarre bug on SunOS 4.1.3.
29151 if $ac_need_defaults; then
29152   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29153   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29154   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29155 fi
29156
29157 # Have a temporary directory for convenience.  Make it in the build tree
29158 # simply because there is no reason against having it here, and in addition,
29159 # creating and moving files from /tmp can sometimes cause problems.
29160 # Hook for its removal unless debugging.
29161 # Note that there is a small window in which the directory will not be cleaned:
29162 # after its creation but before its name has been assigned to `$tmp'.
29163 $debug ||
29164 {
29165   tmp=
29166   trap 'exit_status=$?
29167   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29168 ' 0
29169   trap '{ (exit 1); exit 1; }' 1 2 13 15
29170 }
29171 # Create a (secure) tmp directory for tmp files.
29172
29173 {
29174   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29175   test -n "$tmp" && test -d "$tmp"
29176 }  ||
29177 {
29178   tmp=./conf$$-$RANDOM
29179   (umask 077 && mkdir "$tmp")
29180 } ||
29181 {
29182    $as_echo "$as_me: cannot create a temporary directory in ." >&2
29183    { (exit 1); exit 1; }
29184 }
29185
29186 # Set up the scripts for CONFIG_FILES section.
29187 # No need to generate them if there are no CONFIG_FILES.
29188 # This happens for instance with `./config.status config.h'.
29189 if test -n "$CONFIG_FILES"; then
29190
29191 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29192   ac_cs_awk_getline=:
29193   ac_cs_awk_pipe_init=
29194   ac_cs_awk_read_file='
29195       while ((getline aline < (F[key])) > 0)
29196         print(aline)
29197       close(F[key])'
29198   ac_cs_awk_pipe_fini=
29199 else
29200   ac_cs_awk_getline=false
29201   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29202   ac_cs_awk_read_file='
29203       print "|#_!!_#|"
29204       print "cat " F[key] " &&"
29205       '$ac_cs_awk_pipe_init
29206   # The final `:' finishes the AND list.
29207   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29208 fi
29209 ac_cr='\r'
29210 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29211 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29212   ac_cs_awk_cr='\\r'
29213 else
29214   ac_cs_awk_cr=$ac_cr
29215 fi
29216
29217 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29218 _ACEOF
29219
29220 # Create commands to substitute file output variables.
29221 {
29222   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29223   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29224   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29225   echo "_ACAWK" &&
29226   echo "_ACEOF"
29227 } >conf$$files.sh &&
29228 . ./conf$$files.sh ||
29229   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29230 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29231    { (exit 1); exit 1; }; }
29232 rm -f conf$$files.sh
29233
29234 {
29235   echo "cat >conf$$subs.awk <<_ACEOF" &&
29236   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29237   echo "_ACEOF"
29238 } >conf$$subs.sh ||
29239   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29240 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29241    { (exit 1); exit 1; }; }
29242 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29243 ac_delim='%!_!# '
29244 for ac_last_try in false false false false false :; do
29245   . ./conf$$subs.sh ||
29246     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29247 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29248    { (exit 1); exit 1; }; }
29249
29250   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29251   if test $ac_delim_n = $ac_delim_num; then
29252     break
29253   elif $ac_last_try; then
29254     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29255 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29256    { (exit 1); exit 1; }; }
29257   else
29258     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29259   fi
29260 done
29261 rm -f conf$$subs.sh
29262
29263 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29264 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29265 _ACEOF
29266 sed -n '
29267 h
29268 s/^/S["/; s/!.*/"]=/
29269 p
29270 g
29271 s/^[^!]*!//
29272 :repl
29273 t repl
29274 s/'"$ac_delim"'$//
29275 t delim
29276 :nl
29277 h
29278 s/\(.\{148\}\).*/\1/
29279 t more1
29280 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29281 p
29282 n
29283 b repl
29284 :more1
29285 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29286 p
29287 g
29288 s/.\{148\}//
29289 t nl
29290 :delim
29291 h
29292 s/\(.\{148\}\).*/\1/
29293 t more2
29294 s/["\\]/\\&/g; s/^/"/; s/$/"/
29295 p
29296 b
29297 :more2
29298 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29299 p
29300 g
29301 s/.\{148\}//
29302 t delim
29303 ' <conf$$subs.awk | sed '
29304 /^[^""]/{
29305   N
29306   s/\n//
29307 }
29308 ' >>$CONFIG_STATUS || ac_write_fail=1
29309 rm -f conf$$subs.awk
29310 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29311 _ACAWK
29312 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29313   for (key in S) S_is_set[key] = 1
29314   FS = "\a"
29315   \$ac_cs_awk_pipe_init
29316 }
29317 {
29318   line = $ 0
29319   nfields = split(line, field, "@")
29320   substed = 0
29321   len = length(field[1])
29322   for (i = 2; i < nfields; i++) {
29323     key = field[i]
29324     keylen = length(key)
29325     if (S_is_set[key]) {
29326       value = S[key]
29327       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29328       len += length(value) + length(field[++i])
29329       substed = 1
29330     } else
29331       len += 1 + keylen
29332   }
29333   if (nfields == 3 && !substed) {
29334     key = field[2]
29335     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
29336       \$ac_cs_awk_read_file
29337       next
29338     }
29339   }
29340   print line
29341 }
29342 \$ac_cs_awk_pipe_fini
29343 _ACAWK
29344 _ACEOF
29345 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29346 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29347   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29348 else
29349   cat
29350 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29351   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29352 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29353    { (exit 1); exit 1; }; }
29354 _ACEOF
29355
29356 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29357 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29358 # trailing colons and then remove the whole line if VPATH becomes empty
29359 # (actually we leave an empty line to preserve line numbers).
29360 if test "x$srcdir" = x.; then
29361   ac_vpsub='/^[  ]*VPATH[        ]*=/{
29362 s/:*\$(srcdir):*/:/
29363 s/:*\${srcdir}:*/:/
29364 s/:*@srcdir@:*/:/
29365 s/^\([^=]*=[     ]*\):*/\1/
29366 s/:*$//
29367 s/^[^=]*=[       ]*$//
29368 }'
29369 fi
29370
29371 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29372 fi # test -n "$CONFIG_FILES"
29373
29374 # Set up the scripts for CONFIG_HEADERS section.
29375 # No need to generate them if there are no CONFIG_HEADERS.
29376 # This happens for instance with `./config.status Makefile'.
29377 if test -n "$CONFIG_HEADERS"; then
29378 cat >"$tmp/defines.awk" <<\_ACAWK ||
29379 BEGIN {
29380 _ACEOF
29381
29382 # Transform confdefs.h into an awk script `defines.awk', embedded as
29383 # here-document in config.status, that substitutes the proper values into
29384 # config.h.in to produce config.h.
29385
29386 # Create a delimiter string that does not exist in confdefs.h, to ease
29387 # handling of long lines.
29388 ac_delim='%!_!# '
29389 for ac_last_try in false false :; do
29390   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29391   if test -z "$ac_t"; then
29392     break
29393   elif $ac_last_try; then
29394     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29395 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29396    { (exit 1); exit 1; }; }
29397   else
29398     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29399   fi
29400 done
29401
29402 # For the awk script, D is an array of macro values keyed by name,
29403 # likewise P contains macro parameters if any.  Preserve backslash
29404 # newline sequences.
29405
29406 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29407 sed -n '
29408 s/.\{148\}/&'"$ac_delim"'/g
29409 t rset
29410 :rset
29411 s/^[     ]*#[    ]*define[       ][      ]*/ /
29412 t def
29413 d
29414 :def
29415 s/\\$//
29416 t bsnl
29417 s/["\\]/\\&/g
29418 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29419 D["\1"]=" \3"/p
29420 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
29421 d
29422 :bsnl
29423 s/["\\]/\\&/g
29424 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29425 D["\1"]=" \3\\\\\\n"\\/p
29426 t cont
29427 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29428 t cont
29429 d
29430 :cont
29431 n
29432 s/.\{148\}/&'"$ac_delim"'/g
29433 t clear
29434 :clear
29435 s/\\$//
29436 t bsnlc
29437 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29438 d
29439 :bsnlc
29440 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29441 b cont
29442 ' <confdefs.h | sed '
29443 s/'"$ac_delim"'/"\\\
29444 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29445
29446 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29447   for (key in D) D_is_set[key] = 1
29448   FS = "\a"
29449 }
29450 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29451   line = \$ 0
29452   split(line, arg, " ")
29453   if (arg[1] == "#") {
29454     defundef = arg[2]
29455     mac1 = arg[3]
29456   } else {
29457     defundef = substr(arg[1], 2)
29458     mac1 = arg[2]
29459   }
29460   split(mac1, mac2, "(") #)
29461   macro = mac2[1]
29462   prefix = substr(line, 1, index(line, defundef) - 1)
29463   if (D_is_set[macro]) {
29464     # Preserve the white space surrounding the "#".
29465     print prefix "define", macro P[macro] D[macro]
29466     next
29467   } else {
29468     # Replace #undef with comments.  This is necessary, for example,
29469     # in the case of _POSIX_SOURCE, which is predefined and required
29470     # on some systems where configure will not decide to define it.
29471     if (defundef == "undef") {
29472       print "/*", prefix defundef, macro, "*/"
29473       next
29474     }
29475   }
29476 }
29477 { print }
29478 _ACAWK
29479 _ACEOF
29480 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29481   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29482 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29483    { (exit 1); exit 1; }; }
29484 fi # test -n "$CONFIG_HEADERS"
29485
29486
29487 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
29488 shift
29489 for ac_tag
29490 do
29491   case $ac_tag in
29492   :[FHLC]) ac_mode=$ac_tag; continue;;
29493   esac
29494   case $ac_mode$ac_tag in
29495   :[FHL]*:*);;
29496   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29497 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29498    { (exit 1); exit 1; }; };;
29499   :[FH]-) ac_tag=-:-;;
29500   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29501   esac
29502   ac_save_IFS=$IFS
29503   IFS=:
29504   set x $ac_tag
29505   IFS=$ac_save_IFS
29506   shift
29507   ac_file=$1
29508   shift
29509
29510   case $ac_mode in
29511   :L) ac_source=$1;;
29512   :[FH])
29513     ac_file_inputs=
29514     for ac_f
29515     do
29516       case $ac_f in
29517       -) ac_f="$tmp/stdin";;
29518       *) # Look for the file first in the build tree, then in the source tree
29519          # (if the path is not absolute).  The absolute path cannot be DOS-style,
29520          # because $ac_f cannot contain `:'.
29521          test -f "$ac_f" ||
29522            case $ac_f in
29523            [\\/$]*) false;;
29524            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29525            esac ||
29526            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29527 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29528    { (exit 1); exit 1; }; };;
29529       esac
29530       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29531       ac_file_inputs="$ac_file_inputs '$ac_f'"
29532     done
29533
29534     # Let's still pretend it is `configure' which instantiates (i.e., don't
29535     # use $as_me), people would be surprised to read:
29536     #    /* config.h.  Generated by config.status.  */
29537     configure_input='Generated from '`
29538           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29539         `' by configure.'
29540     if test x"$ac_file" != x-; then
29541       configure_input="$ac_file.  $configure_input"
29542       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29543 $as_echo "$as_me: creating $ac_file" >&6;}
29544     fi
29545     # Neutralize special characters interpreted by sed in replacement strings.
29546     case $configure_input in #(
29547     *\&* | *\|* | *\\* )
29548        ac_sed_conf_input=`$as_echo "$configure_input" |
29549        sed 's/[\\\\&|]/\\\\&/g'`;; #(
29550     *) ac_sed_conf_input=$configure_input;;
29551     esac
29552
29553     case $ac_tag in
29554     *:-:* | *:-) cat >"$tmp/stdin" \
29555       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29556 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29557    { (exit 1); exit 1; }; } ;;
29558     esac
29559     ;;
29560   esac
29561
29562   ac_dir=`$as_dirname -- "$ac_file" ||
29563 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29564          X"$ac_file" : 'X\(//\)[^/]' \| \
29565          X"$ac_file" : 'X\(//\)$' \| \
29566          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29567 $as_echo X"$ac_file" |
29568     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29569             s//\1/
29570             q
29571           }
29572           /^X\(\/\/\)[^/].*/{
29573             s//\1/
29574             q
29575           }
29576           /^X\(\/\/\)$/{
29577             s//\1/
29578             q
29579           }
29580           /^X\(\/\).*/{
29581             s//\1/
29582             q
29583           }
29584           s/.*/./; q'`
29585   { as_dir="$ac_dir"
29586   case $as_dir in #(
29587   -*) as_dir=./$as_dir;;
29588   esac
29589   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29590     as_dirs=
29591     while :; do
29592       case $as_dir in #(
29593       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29594       *) as_qdir=$as_dir;;
29595       esac
29596       as_dirs="'$as_qdir' $as_dirs"
29597       as_dir=`$as_dirname -- "$as_dir" ||
29598 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29599          X"$as_dir" : 'X\(//\)[^/]' \| \
29600          X"$as_dir" : 'X\(//\)$' \| \
29601          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29602 $as_echo X"$as_dir" |
29603     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29604             s//\1/
29605             q
29606           }
29607           /^X\(\/\/\)[^/].*/{
29608             s//\1/
29609             q
29610           }
29611           /^X\(\/\/\)$/{
29612             s//\1/
29613             q
29614           }
29615           /^X\(\/\).*/{
29616             s//\1/
29617             q
29618           }
29619           s/.*/./; q'`
29620       test -d "$as_dir" && break
29621     done
29622     test -z "$as_dirs" || eval "mkdir $as_dirs"
29623   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29624 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29625    { (exit 1); exit 1; }; }; }
29626   ac_builddir=.
29627
29628 case "$ac_dir" in
29629 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29630 *)
29631   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29632   # A ".." for each directory in $ac_dir_suffix.
29633   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29634   case $ac_top_builddir_sub in
29635   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29636   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29637   esac ;;
29638 esac
29639 ac_abs_top_builddir=$ac_pwd
29640 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29641 # for backward compatibility:
29642 ac_top_builddir=$ac_top_build_prefix
29643
29644 case $srcdir in
29645   .)  # We are building in place.
29646     ac_srcdir=.
29647     ac_top_srcdir=$ac_top_builddir_sub
29648     ac_abs_top_srcdir=$ac_pwd ;;
29649   [\\/]* | ?:[\\/]* )  # Absolute name.
29650     ac_srcdir=$srcdir$ac_dir_suffix;
29651     ac_top_srcdir=$srcdir
29652     ac_abs_top_srcdir=$srcdir ;;
29653   *) # Relative name.
29654     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29655     ac_top_srcdir=$ac_top_build_prefix$srcdir
29656     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29657 esac
29658 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29659
29660
29661   case $ac_mode in
29662   :F)
29663   #
29664   # CONFIG_FILE
29665   #
29666
29667   case $INSTALL in
29668   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29669   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29670   esac
29671 _ACEOF
29672
29673 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29674 # If the template does not know about datarootdir, expand it.
29675 # FIXME: This hack should be removed a few years after 2.60.
29676 ac_datarootdir_hack=; ac_datarootdir_seen=
29677
29678 ac_sed_dataroot='
29679 /datarootdir/ {
29680   p
29681   q
29682 }
29683 /@datadir@/p
29684 /@docdir@/p
29685 /@infodir@/p
29686 /@localedir@/p
29687 /@mandir@/p
29688 '
29689 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29690 *datarootdir*) ac_datarootdir_seen=yes;;
29691 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29692   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29693 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29694 _ACEOF
29695 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29696   ac_datarootdir_hack='
29697   s&@datadir@&$datadir&g
29698   s&@docdir@&$docdir&g
29699   s&@infodir@&$infodir&g
29700   s&@localedir@&$localedir&g
29701   s&@mandir@&$mandir&g
29702     s&\\\${datarootdir}&$datarootdir&g' ;;
29703 esac
29704 _ACEOF
29705
29706 # Neutralize VPATH when `$srcdir' = `.'.
29707 # Shell code in configure.ac might set extrasub.
29708 # FIXME: do we really want to maintain this feature?
29709 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29710 ac_sed_extra="$ac_vpsub
29711 $extrasub
29712 _ACEOF
29713 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29714 :t
29715 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29716 s|@configure_input@|$ac_sed_conf_input|;t t
29717 s&@top_builddir@&$ac_top_builddir_sub&;t t
29718 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29719 s&@srcdir@&$ac_srcdir&;t t
29720 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29721 s&@top_srcdir@&$ac_top_srcdir&;t t
29722 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29723 s&@builddir@&$ac_builddir&;t t
29724 s&@abs_builddir@&$ac_abs_builddir&;t t
29725 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29726 s&@INSTALL@&$ac_INSTALL&;t t
29727 $ac_datarootdir_hack
29728 "
29729 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29730 if $ac_cs_awk_getline; then
29731   $AWK -f "$tmp/subs.awk"
29732 else
29733   $AWK -f "$tmp/subs.awk" | $SHELL
29734 fi >$tmp/out \
29735   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29736 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29737    { (exit 1); exit 1; }; }
29738
29739 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29740   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29741   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29742   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29743 which seems to be undefined.  Please make sure it is defined." >&5
29744 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29745 which seems to be undefined.  Please make sure it is defined." >&2;}
29746
29747   rm -f "$tmp/stdin"
29748   case $ac_file in
29749   -) cat "$tmp/out" && rm -f "$tmp/out";;
29750   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29751   esac \
29752   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29753 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29754    { (exit 1); exit 1; }; }
29755  ;;
29756   :H)
29757   #
29758   # CONFIG_HEADER
29759   #
29760   if test x"$ac_file" != x-; then
29761     {
29762       $as_echo "/* $configure_input  */" \
29763       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29764     } >"$tmp/config.h" \
29765       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29766 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29767    { (exit 1); exit 1; }; }
29768     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29769       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29770 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29771     else
29772       rm -f "$ac_file"
29773       mv "$tmp/config.h" "$ac_file" \
29774         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29775 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29776    { (exit 1); exit 1; }; }
29777     fi
29778   else
29779     $as_echo "/* $configure_input  */" \
29780       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29781       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29782 $as_echo "$as_me: error: could not create -" >&2;}
29783    { (exit 1); exit 1; }; }
29784   fi
29785  ;;
29786
29787   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29788 $as_echo "$as_me: executing $ac_file commands" >&6;}
29789  ;;
29790   esac
29791
29792
29793   case $ac_file$ac_mode in
29794     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29795     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29796 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29797     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29798 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29799     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29800 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29801     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29802 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29803     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29804 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29805     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29806 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29807
29808   esac
29809 done # for ac_tag
29810
29811
29812 { (exit 0); exit 0; }
29813 _ACEOF
29814 chmod +x $CONFIG_STATUS
29815 ac_clean_files=$ac_clean_files_save
29816
29817 test $ac_write_fail = 0 ||
29818   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29819 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29820    { (exit 1); exit 1; }; }
29821
29822
29823 # configure is writing to config.log, and then calls config.status.
29824 # config.status does its own redirection, appending to config.log.
29825 # Unfortunately, on DOS this fails, as config.log is still kept open
29826 # by configure, so config.status won't be able to write to it; its
29827 # output is simply discarded.  So we exec the FD to /dev/null,
29828 # effectively closing config.log, so it can be properly (re)opened and
29829 # appended to by config.status.  When coming back to configure, we
29830 # need to make the FD available again.
29831 if test "$no_create" != yes; then
29832   ac_cs_success=:
29833   ac_config_status_args=
29834   test "$silent" = yes &&
29835     ac_config_status_args="$ac_config_status_args --quiet"
29836   exec 5>/dev/null
29837   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29838   exec 5>>config.log
29839   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29840   # would make configure fail if this is the last instruction.
29841   $ac_cs_success || { (exit 1); exit 1; }
29842 fi
29843 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29844   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29845 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29846 fi
29847
29848
29849 if test "$no_create" = "yes"
29850 then
29851   exit 0
29852 fi
29853
29854 ac_save_IFS="$IFS"
29855 if test "x$wine_notices != "x; then
29856     echo >&6
29857     IFS="|"
29858     for msg in $wine_notices; do
29859         IFS="$ac_save_IFS"
29860         if test -n "$msg"; then
29861             { $as_echo "$as_me:$LINENO: $msg" >&5
29862 $as_echo "$as_me: $msg" >&6;}
29863         fi
29864     done
29865 fi
29866 IFS="|"
29867 for msg in $wine_warnings; do
29868     IFS="$ac_save_IFS"
29869     if test -n "$msg"; then
29870         echo >&2
29871         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29872 $as_echo "$as_me: WARNING: $msg" >&2;}
29873     fi
29874 done
29875 IFS="$ac_save_IFS"
29876
29877 echo "
29878 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
29879 " >&6
29880