kernel32: Make winoldap.mod into a stand-alone 16-bit executable.
[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.15.
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.15'
600 PACKAGE_STRING='Wine 1.1.15'
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.15 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.15:";;
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.15
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.15, 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     else
3881       TARGETFLAGS="-m64"
3882
3883     fi
3884     ;;
3885 esac
3886
3887 case $host_cpu in
3888   *i[3456789]86*) enable_win16=${enable_win16:-yes} ;;
3889   *)                enable_win16=${enable_win16:-no} ;;
3890 esac
3891
3892 WIN16_FILES="\$(WIN16_FILES)"
3893
3894 WIN16_INSTALL="\$(WIN16_INSTALL)"
3895
3896 if test "x$enable_win16" != "xyes"
3897 then
3898     WIN16_FILES=""
3899     WIN16_INSTALL=""
3900     enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3901     enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3902     enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3903     enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3904     enable_vmm_vxd=${enable_vmm_vxd:-no}
3905     enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3906     enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3907     enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3908     enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3909     enable_w32skrnl=${enable_w32skrnl:-no}
3910     enable_winedos=${enable_winedos:-no}
3911     enable_winevdm=${enable_winevdm:-no}
3912     enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3913 fi
3914
3915 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3916 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3917 if test "${wine_cv_toolsdir+set}" = set; then
3918   $as_echo_n "(cached) " >&6
3919 else
3920   if test -z "$with_wine_tools"; then
3921      if test "$cross_compiling" = "yes"; then
3922        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3923 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3924    { (exit 1); exit 1; }; }
3925      else
3926        wine_cv_toolsdir="\$(TOPOBJDIR)"
3927      fi
3928    elif test -d "$with_wine_tools/tools/winebuild"; then
3929      case $with_wine_tools in
3930        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3931        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3932      esac
3933    else
3934      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3935 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3936    { (exit 1); exit 1; }; }
3937    fi
3938 fi
3939 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3940 $as_echo "$wine_cv_toolsdir" >&6; }
3941 TOOLSDIR=$wine_cv_toolsdir
3942
3943 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3944 then
3945     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3946
3947 fi
3948
3949 for ac_prog in flex
3950 do
3951   # Extract the first word of "$ac_prog", so it can be a program name with args.
3952 set dummy $ac_prog; ac_word=$2
3953 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3954 $as_echo_n "checking for $ac_word... " >&6; }
3955 if test "${ac_cv_prog_FLEX+set}" = set; then
3956   $as_echo_n "(cached) " >&6
3957 else
3958   if test -n "$FLEX"; then
3959   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3960 else
3961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3962 for as_dir in $PATH
3963 do
3964   IFS=$as_save_IFS
3965   test -z "$as_dir" && as_dir=.
3966   for ac_exec_ext in '' $ac_executable_extensions; do
3967   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3968     ac_cv_prog_FLEX="$ac_prog"
3969     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3970     break 2
3971   fi
3972 done
3973 done
3974 IFS=$as_save_IFS
3975
3976 fi
3977 fi
3978 FLEX=$ac_cv_prog_FLEX
3979 if test -n "$FLEX"; then
3980   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3981 $as_echo "$FLEX" >&6; }
3982 else
3983   { $as_echo "$as_me:$LINENO: result: no" >&5
3984 $as_echo "no" >&6; }
3985 fi
3986
3987
3988   test -n "$FLEX" && break
3989 done
3990 test -n "$FLEX" || FLEX="none"
3991
3992 if test "$FLEX" = "none"
3993 then
3994   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3995 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3996    { (exit 1); exit 1; }; }
3997 fi
3998
3999 for ac_prog in bison
4000 do
4001   # Extract the first word of "$ac_prog", so it can be a program name with args.
4002 set dummy $ac_prog; ac_word=$2
4003 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4004 $as_echo_n "checking for $ac_word... " >&6; }
4005 if test "${ac_cv_prog_BISON+set}" = set; then
4006   $as_echo_n "(cached) " >&6
4007 else
4008   if test -n "$BISON"; then
4009   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4010 else
4011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4012 for as_dir in $PATH
4013 do
4014   IFS=$as_save_IFS
4015   test -z "$as_dir" && as_dir=.
4016   for ac_exec_ext in '' $ac_executable_extensions; do
4017   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4018     ac_cv_prog_BISON="$ac_prog"
4019     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4020     break 2
4021   fi
4022 done
4023 done
4024 IFS=$as_save_IFS
4025
4026 fi
4027 fi
4028 BISON=$ac_cv_prog_BISON
4029 if test -n "$BISON"; then
4030   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4031 $as_echo "$BISON" >&6; }
4032 else
4033   { $as_echo "$as_me:$LINENO: result: no" >&5
4034 $as_echo "no" >&6; }
4035 fi
4036
4037
4038   test -n "$BISON" && break
4039 done
4040 test -n "$BISON" || BISON="none"
4041
4042 if test "$BISON" = "none"
4043 then
4044   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4045 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4046    { (exit 1); exit 1; }; }
4047 fi
4048
4049 if test -n "$ac_tool_prefix"; then
4050   for ac_prog in gas as
4051   do
4052     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4053 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4054 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4055 $as_echo_n "checking for $ac_word... " >&6; }
4056 if test "${ac_cv_prog_AS+set}" = set; then
4057   $as_echo_n "(cached) " >&6
4058 else
4059   if test -n "$AS"; then
4060   ac_cv_prog_AS="$AS" # Let the user override the test.
4061 else
4062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4063 for as_dir in $PATH
4064 do
4065   IFS=$as_save_IFS
4066   test -z "$as_dir" && as_dir=.
4067   for ac_exec_ext in '' $ac_executable_extensions; do
4068   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4069     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4070     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4071     break 2
4072   fi
4073 done
4074 done
4075 IFS=$as_save_IFS
4076
4077 fi
4078 fi
4079 AS=$ac_cv_prog_AS
4080 if test -n "$AS"; then
4081   { $as_echo "$as_me:$LINENO: result: $AS" >&5
4082 $as_echo "$AS" >&6; }
4083 else
4084   { $as_echo "$as_me:$LINENO: result: no" >&5
4085 $as_echo "no" >&6; }
4086 fi
4087
4088
4089     test -n "$AS" && break
4090   done
4091 fi
4092 if test -z "$AS"; then
4093   ac_ct_AS=$AS
4094   for ac_prog in gas as
4095 do
4096   # Extract the first word of "$ac_prog", so it can be a program name with args.
4097 set dummy $ac_prog; ac_word=$2
4098 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4099 $as_echo_n "checking for $ac_word... " >&6; }
4100 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4101   $as_echo_n "(cached) " >&6
4102 else
4103   if test -n "$ac_ct_AS"; then
4104   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4105 else
4106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4107 for as_dir in $PATH
4108 do
4109   IFS=$as_save_IFS
4110   test -z "$as_dir" && as_dir=.
4111   for ac_exec_ext in '' $ac_executable_extensions; do
4112   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4113     ac_cv_prog_ac_ct_AS="$ac_prog"
4114     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4115     break 2
4116   fi
4117 done
4118 done
4119 IFS=$as_save_IFS
4120
4121 fi
4122 fi
4123 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4124 if test -n "$ac_ct_AS"; then
4125   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4126 $as_echo "$ac_ct_AS" >&6; }
4127 else
4128   { $as_echo "$as_me:$LINENO: result: no" >&5
4129 $as_echo "no" >&6; }
4130 fi
4131
4132
4133   test -n "$ac_ct_AS" && break
4134 done
4135
4136   if test "x$ac_ct_AS" = x; then
4137     AS="as"
4138   else
4139     case $cross_compiling:$ac_tool_warned in
4140 yes:)
4141 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4142 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4143 ac_tool_warned=yes ;;
4144 esac
4145     AS=$ac_ct_AS
4146   fi
4147 fi
4148
4149 if test -n "$ac_tool_prefix"; then
4150   for ac_prog in ld gld
4151   do
4152     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4153 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4154 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4155 $as_echo_n "checking for $ac_word... " >&6; }
4156 if test "${ac_cv_prog_LD+set}" = set; then
4157   $as_echo_n "(cached) " >&6
4158 else
4159   if test -n "$LD"; then
4160   ac_cv_prog_LD="$LD" # Let the user override the test.
4161 else
4162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4163 for as_dir in $PATH
4164 do
4165   IFS=$as_save_IFS
4166   test -z "$as_dir" && as_dir=.
4167   for ac_exec_ext in '' $ac_executable_extensions; do
4168   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4169     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4170     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4171     break 2
4172   fi
4173 done
4174 done
4175 IFS=$as_save_IFS
4176
4177 fi
4178 fi
4179 LD=$ac_cv_prog_LD
4180 if test -n "$LD"; then
4181   { $as_echo "$as_me:$LINENO: result: $LD" >&5
4182 $as_echo "$LD" >&6; }
4183 else
4184   { $as_echo "$as_me:$LINENO: result: no" >&5
4185 $as_echo "no" >&6; }
4186 fi
4187
4188
4189     test -n "$LD" && break
4190   done
4191 fi
4192 if test -z "$LD"; then
4193   ac_ct_LD=$LD
4194   for ac_prog in ld gld
4195 do
4196   # Extract the first word of "$ac_prog", so it can be a program name with args.
4197 set dummy $ac_prog; ac_word=$2
4198 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4199 $as_echo_n "checking for $ac_word... " >&6; }
4200 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4201   $as_echo_n "(cached) " >&6
4202 else
4203   if test -n "$ac_ct_LD"; then
4204   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4205 else
4206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4207 for as_dir in $PATH
4208 do
4209   IFS=$as_save_IFS
4210   test -z "$as_dir" && as_dir=.
4211   for ac_exec_ext in '' $ac_executable_extensions; do
4212   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4213     ac_cv_prog_ac_ct_LD="$ac_prog"
4214     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4215     break 2
4216   fi
4217 done
4218 done
4219 IFS=$as_save_IFS
4220
4221 fi
4222 fi
4223 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4224 if test -n "$ac_ct_LD"; then
4225   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4226 $as_echo "$ac_ct_LD" >&6; }
4227 else
4228   { $as_echo "$as_me:$LINENO: result: no" >&5
4229 $as_echo "no" >&6; }
4230 fi
4231
4232
4233   test -n "$ac_ct_LD" && break
4234 done
4235
4236   if test "x$ac_ct_LD" = x; then
4237     LD="ld"
4238   else
4239     case $cross_compiling:$ac_tool_warned in
4240 yes:)
4241 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4242 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4243 ac_tool_warned=yes ;;
4244 esac
4245     LD=$ac_ct_LD
4246   fi
4247 fi
4248
4249 if test -n "$ac_tool_prefix"; then
4250   for ac_prog in nm gnm
4251   do
4252     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4253 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4254 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4255 $as_echo_n "checking for $ac_word... " >&6; }
4256 if test "${ac_cv_prog_NM+set}" = set; then
4257   $as_echo_n "(cached) " >&6
4258 else
4259   if test -n "$NM"; then
4260   ac_cv_prog_NM="$NM" # Let the user override the test.
4261 else
4262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4263 for as_dir in $PATH
4264 do
4265   IFS=$as_save_IFS
4266   test -z "$as_dir" && as_dir=.
4267   for ac_exec_ext in '' $ac_executable_extensions; do
4268   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4269     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4270     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4271     break 2
4272   fi
4273 done
4274 done
4275 IFS=$as_save_IFS
4276
4277 fi
4278 fi
4279 NM=$ac_cv_prog_NM
4280 if test -n "$NM"; then
4281   { $as_echo "$as_me:$LINENO: result: $NM" >&5
4282 $as_echo "$NM" >&6; }
4283 else
4284   { $as_echo "$as_me:$LINENO: result: no" >&5
4285 $as_echo "no" >&6; }
4286 fi
4287
4288
4289     test -n "$NM" && break
4290   done
4291 fi
4292 if test -z "$NM"; then
4293   ac_ct_NM=$NM
4294   for ac_prog in nm gnm
4295 do
4296   # Extract the first word of "$ac_prog", so it can be a program name with args.
4297 set dummy $ac_prog; ac_word=$2
4298 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4299 $as_echo_n "checking for $ac_word... " >&6; }
4300 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4301   $as_echo_n "(cached) " >&6
4302 else
4303   if test -n "$ac_ct_NM"; then
4304   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4305 else
4306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4307 for as_dir in $PATH
4308 do
4309   IFS=$as_save_IFS
4310   test -z "$as_dir" && as_dir=.
4311   for ac_exec_ext in '' $ac_executable_extensions; do
4312   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4313     ac_cv_prog_ac_ct_NM="$ac_prog"
4314     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4315     break 2
4316   fi
4317 done
4318 done
4319 IFS=$as_save_IFS
4320
4321 fi
4322 fi
4323 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4324 if test -n "$ac_ct_NM"; then
4325   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4326 $as_echo "$ac_ct_NM" >&6; }
4327 else
4328   { $as_echo "$as_me:$LINENO: result: no" >&5
4329 $as_echo "no" >&6; }
4330 fi
4331
4332
4333   test -n "$ac_ct_NM" && break
4334 done
4335
4336   if test "x$ac_ct_NM" = x; then
4337     NM="nm"
4338   else
4339     case $cross_compiling:$ac_tool_warned in
4340 yes:)
4341 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4342 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4343 ac_tool_warned=yes ;;
4344 esac
4345     NM=$ac_ct_NM
4346   fi
4347 fi
4348
4349 if test -n "$ac_tool_prefix"; then
4350   for ac_prog in ar gar
4351   do
4352     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4353 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4354 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4355 $as_echo_n "checking for $ac_word... " >&6; }
4356 if test "${ac_cv_prog_AR+set}" = set; then
4357   $as_echo_n "(cached) " >&6
4358 else
4359   if test -n "$AR"; then
4360   ac_cv_prog_AR="$AR" # Let the user override the test.
4361 else
4362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4363 for as_dir in $PATH
4364 do
4365   IFS=$as_save_IFS
4366   test -z "$as_dir" && as_dir=.
4367   for ac_exec_ext in '' $ac_executable_extensions; do
4368   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4369     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4370     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4371     break 2
4372   fi
4373 done
4374 done
4375 IFS=$as_save_IFS
4376
4377 fi
4378 fi
4379 AR=$ac_cv_prog_AR
4380 if test -n "$AR"; then
4381   { $as_echo "$as_me:$LINENO: result: $AR" >&5
4382 $as_echo "$AR" >&6; }
4383 else
4384   { $as_echo "$as_me:$LINENO: result: no" >&5
4385 $as_echo "no" >&6; }
4386 fi
4387
4388
4389     test -n "$AR" && break
4390   done
4391 fi
4392 if test -z "$AR"; then
4393   ac_ct_AR=$AR
4394   for ac_prog in ar gar
4395 do
4396   # Extract the first word of "$ac_prog", so it can be a program name with args.
4397 set dummy $ac_prog; ac_word=$2
4398 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4399 $as_echo_n "checking for $ac_word... " >&6; }
4400 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4401   $as_echo_n "(cached) " >&6
4402 else
4403   if test -n "$ac_ct_AR"; then
4404   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4405 else
4406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4407 for as_dir in $PATH
4408 do
4409   IFS=$as_save_IFS
4410   test -z "$as_dir" && as_dir=.
4411   for ac_exec_ext in '' $ac_executable_extensions; do
4412   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4413     ac_cv_prog_ac_ct_AR="$ac_prog"
4414     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4415     break 2
4416   fi
4417 done
4418 done
4419 IFS=$as_save_IFS
4420
4421 fi
4422 fi
4423 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4424 if test -n "$ac_ct_AR"; then
4425   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4426 $as_echo "$ac_ct_AR" >&6; }
4427 else
4428   { $as_echo "$as_me:$LINENO: result: no" >&5
4429 $as_echo "no" >&6; }
4430 fi
4431
4432
4433   test -n "$ac_ct_AR" && break
4434 done
4435
4436   if test "x$ac_ct_AR" = x; then
4437     AR="ar"
4438   else
4439     case $cross_compiling:$ac_tool_warned in
4440 yes:)
4441 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4442 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4443 ac_tool_warned=yes ;;
4444 esac
4445     AR=$ac_ct_AR
4446   fi
4447 fi
4448
4449 ARFLAGS=rc
4450
4451 if test -n "$ac_tool_prefix"; then
4452   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4453 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4454 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4455 $as_echo_n "checking for $ac_word... " >&6; }
4456 if test "${ac_cv_prog_RANLIB+set}" = set; then
4457   $as_echo_n "(cached) " >&6
4458 else
4459   if test -n "$RANLIB"; then
4460   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4461 else
4462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4463 for as_dir in $PATH
4464 do
4465   IFS=$as_save_IFS
4466   test -z "$as_dir" && as_dir=.
4467   for ac_exec_ext in '' $ac_executable_extensions; do
4468   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4469     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4470     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4471     break 2
4472   fi
4473 done
4474 done
4475 IFS=$as_save_IFS
4476
4477 fi
4478 fi
4479 RANLIB=$ac_cv_prog_RANLIB
4480 if test -n "$RANLIB"; then
4481   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4482 $as_echo "$RANLIB" >&6; }
4483 else
4484   { $as_echo "$as_me:$LINENO: result: no" >&5
4485 $as_echo "no" >&6; }
4486 fi
4487
4488
4489 fi
4490 if test -z "$ac_cv_prog_RANLIB"; then
4491   ac_ct_RANLIB=$RANLIB
4492   # Extract the first word of "ranlib", so it can be a program name with args.
4493 set dummy ranlib; ac_word=$2
4494 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4495 $as_echo_n "checking for $ac_word... " >&6; }
4496 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4497   $as_echo_n "(cached) " >&6
4498 else
4499   if test -n "$ac_ct_RANLIB"; then
4500   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4501 else
4502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4503 for as_dir in $PATH
4504 do
4505   IFS=$as_save_IFS
4506   test -z "$as_dir" && as_dir=.
4507   for ac_exec_ext in '' $ac_executable_extensions; do
4508   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4509     ac_cv_prog_ac_ct_RANLIB="ranlib"
4510     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4511     break 2
4512   fi
4513 done
4514 done
4515 IFS=$as_save_IFS
4516
4517 fi
4518 fi
4519 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4520 if test -n "$ac_ct_RANLIB"; then
4521   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4522 $as_echo "$ac_ct_RANLIB" >&6; }
4523 else
4524   { $as_echo "$as_me:$LINENO: result: no" >&5
4525 $as_echo "no" >&6; }
4526 fi
4527
4528   if test "x$ac_ct_RANLIB" = x; then
4529     RANLIB=":"
4530   else
4531     case $cross_compiling:$ac_tool_warned in
4532 yes:)
4533 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4534 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4535 ac_tool_warned=yes ;;
4536 esac
4537     RANLIB=$ac_ct_RANLIB
4538   fi
4539 else
4540   RANLIB="$ac_cv_prog_RANLIB"
4541 fi
4542
4543 if test -n "$ac_tool_prefix"; then
4544   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4545 set dummy ${ac_tool_prefix}strip; ac_word=$2
4546 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4547 $as_echo_n "checking for $ac_word... " >&6; }
4548 if test "${ac_cv_prog_STRIP+set}" = set; then
4549   $as_echo_n "(cached) " >&6
4550 else
4551   if test -n "$STRIP"; then
4552   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4553 else
4554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4555 for as_dir in $PATH
4556 do
4557   IFS=$as_save_IFS
4558   test -z "$as_dir" && as_dir=.
4559   for ac_exec_ext in '' $ac_executable_extensions; do
4560   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4561     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4562     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4563     break 2
4564   fi
4565 done
4566 done
4567 IFS=$as_save_IFS
4568
4569 fi
4570 fi
4571 STRIP=$ac_cv_prog_STRIP
4572 if test -n "$STRIP"; then
4573   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4574 $as_echo "$STRIP" >&6; }
4575 else
4576   { $as_echo "$as_me:$LINENO: result: no" >&5
4577 $as_echo "no" >&6; }
4578 fi
4579
4580
4581 fi
4582 if test -z "$ac_cv_prog_STRIP"; then
4583   ac_ct_STRIP=$STRIP
4584   # Extract the first word of "strip", so it can be a program name with args.
4585 set dummy strip; ac_word=$2
4586 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4587 $as_echo_n "checking for $ac_word... " >&6; }
4588 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4589   $as_echo_n "(cached) " >&6
4590 else
4591   if test -n "$ac_ct_STRIP"; then
4592   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4593 else
4594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4595 for as_dir in $PATH
4596 do
4597   IFS=$as_save_IFS
4598   test -z "$as_dir" && as_dir=.
4599   for ac_exec_ext in '' $ac_executable_extensions; do
4600   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4601     ac_cv_prog_ac_ct_STRIP="strip"
4602     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4603     break 2
4604   fi
4605 done
4606 done
4607 IFS=$as_save_IFS
4608
4609 fi
4610 fi
4611 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4612 if test -n "$ac_ct_STRIP"; then
4613   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4614 $as_echo "$ac_ct_STRIP" >&6; }
4615 else
4616   { $as_echo "$as_me:$LINENO: result: no" >&5
4617 $as_echo "no" >&6; }
4618 fi
4619
4620   if test "x$ac_ct_STRIP" = x; then
4621     STRIP="strip"
4622   else
4623     case $cross_compiling:$ac_tool_warned in
4624 yes:)
4625 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4626 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4627 ac_tool_warned=yes ;;
4628 esac
4629     STRIP=$ac_ct_STRIP
4630   fi
4631 else
4632   STRIP="$ac_cv_prog_STRIP"
4633 fi
4634
4635 if test -n "$ac_tool_prefix"; then
4636   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4637 set dummy ${ac_tool_prefix}windres; ac_word=$2
4638 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4639 $as_echo_n "checking for $ac_word... " >&6; }
4640 if test "${ac_cv_prog_WINDRES+set}" = set; then
4641   $as_echo_n "(cached) " >&6
4642 else
4643   if test -n "$WINDRES"; then
4644   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4645 else
4646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4647 for as_dir in $PATH
4648 do
4649   IFS=$as_save_IFS
4650   test -z "$as_dir" && as_dir=.
4651   for ac_exec_ext in '' $ac_executable_extensions; do
4652   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4653     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4654     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4655     break 2
4656   fi
4657 done
4658 done
4659 IFS=$as_save_IFS
4660
4661 fi
4662 fi
4663 WINDRES=$ac_cv_prog_WINDRES
4664 if test -n "$WINDRES"; then
4665   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4666 $as_echo "$WINDRES" >&6; }
4667 else
4668   { $as_echo "$as_me:$LINENO: result: no" >&5
4669 $as_echo "no" >&6; }
4670 fi
4671
4672
4673 fi
4674 if test -z "$ac_cv_prog_WINDRES"; then
4675   ac_ct_WINDRES=$WINDRES
4676   # Extract the first word of "windres", so it can be a program name with args.
4677 set dummy windres; ac_word=$2
4678 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4679 $as_echo_n "checking for $ac_word... " >&6; }
4680 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4681   $as_echo_n "(cached) " >&6
4682 else
4683   if test -n "$ac_ct_WINDRES"; then
4684   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4685 else
4686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4687 for as_dir in $PATH
4688 do
4689   IFS=$as_save_IFS
4690   test -z "$as_dir" && as_dir=.
4691   for ac_exec_ext in '' $ac_executable_extensions; do
4692   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4693     ac_cv_prog_ac_ct_WINDRES="windres"
4694     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4695     break 2
4696   fi
4697 done
4698 done
4699 IFS=$as_save_IFS
4700
4701 fi
4702 fi
4703 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4704 if test -n "$ac_ct_WINDRES"; then
4705   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4706 $as_echo "$ac_ct_WINDRES" >&6; }
4707 else
4708   { $as_echo "$as_me:$LINENO: result: no" >&5
4709 $as_echo "no" >&6; }
4710 fi
4711
4712   if test "x$ac_ct_WINDRES" = x; then
4713     WINDRES="false"
4714   else
4715     case $cross_compiling:$ac_tool_warned in
4716 yes:)
4717 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4718 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4719 ac_tool_warned=yes ;;
4720 esac
4721     WINDRES=$ac_ct_WINDRES
4722   fi
4723 else
4724   WINDRES="$ac_cv_prog_WINDRES"
4725 fi
4726
4727 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4728 $as_echo_n "checking whether ln -s works... " >&6; }
4729 LN_S=$as_ln_s
4730 if test "$LN_S" = "ln -s"; then
4731   { $as_echo "$as_me:$LINENO: result: yes" >&5
4732 $as_echo "yes" >&6; }
4733 else
4734   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4735 $as_echo "no, using $LN_S" >&6; }
4736 fi
4737
4738 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4739 $as_echo_n "checking whether ln works... " >&6; }
4740 rm -f conf$$ conf$$.file
4741 echo >conf$$.file
4742 if ln conf$$.file conf$$ 2>/dev/null; then
4743   LN=ln
4744
4745   { $as_echo "$as_me:$LINENO: result: yes" >&5
4746 $as_echo "yes" >&6; }
4747 else
4748   LN="cp -p"
4749
4750   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4751 $as_echo "no, using $LN" >&6; }
4752 fi
4753 rm -f conf$$ conf$$.file
4754 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4755 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4756 if test "${ac_cv_path_GREP+set}" = set; then
4757   $as_echo_n "(cached) " >&6
4758 else
4759   if test -z "$GREP"; then
4760   ac_path_GREP_found=false
4761   # Loop through the user's path and test for each of PROGNAME-LIST
4762   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4763 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4764 do
4765   IFS=$as_save_IFS
4766   test -z "$as_dir" && as_dir=.
4767   for ac_prog in grep ggrep; do
4768     for ac_exec_ext in '' $ac_executable_extensions; do
4769       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4770       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4771 # Check for GNU ac_path_GREP and select it if it is found.
4772   # Check for GNU $ac_path_GREP
4773 case `"$ac_path_GREP" --version 2>&1` in
4774 *GNU*)
4775   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4776 *)
4777   ac_count=0
4778   $as_echo_n 0123456789 >"conftest.in"
4779   while :
4780   do
4781     cat "conftest.in" "conftest.in" >"conftest.tmp"
4782     mv "conftest.tmp" "conftest.in"
4783     cp "conftest.in" "conftest.nl"
4784     $as_echo 'GREP' >> "conftest.nl"
4785     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4786     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4787     ac_count=`expr $ac_count + 1`
4788     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4789       # Best one so far, save it but keep looking for a better one
4790       ac_cv_path_GREP="$ac_path_GREP"
4791       ac_path_GREP_max=$ac_count
4792     fi
4793     # 10*(2^10) chars as input seems more than enough
4794     test $ac_count -gt 10 && break
4795   done
4796   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4797 esac
4798
4799       $ac_path_GREP_found && break 3
4800     done
4801   done
4802 done
4803 IFS=$as_save_IFS
4804   if test -z "$ac_cv_path_GREP"; then
4805     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4806 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4807    { (exit 1); exit 1; }; }
4808   fi
4809 else
4810   ac_cv_path_GREP=$GREP
4811 fi
4812
4813 fi
4814 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4815 $as_echo "$ac_cv_path_GREP" >&6; }
4816  GREP="$ac_cv_path_GREP"
4817
4818
4819 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4820 $as_echo_n "checking for egrep... " >&6; }
4821 if test "${ac_cv_path_EGREP+set}" = set; then
4822   $as_echo_n "(cached) " >&6
4823 else
4824   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4825    then ac_cv_path_EGREP="$GREP -E"
4826    else
4827      if test -z "$EGREP"; then
4828   ac_path_EGREP_found=false
4829   # Loop through the user's path and test for each of PROGNAME-LIST
4830   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4831 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4832 do
4833   IFS=$as_save_IFS
4834   test -z "$as_dir" && as_dir=.
4835   for ac_prog in egrep; do
4836     for ac_exec_ext in '' $ac_executable_extensions; do
4837       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4838       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4839 # Check for GNU ac_path_EGREP and select it if it is found.
4840   # Check for GNU $ac_path_EGREP
4841 case `"$ac_path_EGREP" --version 2>&1` in
4842 *GNU*)
4843   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4844 *)
4845   ac_count=0
4846   $as_echo_n 0123456789 >"conftest.in"
4847   while :
4848   do
4849     cat "conftest.in" "conftest.in" >"conftest.tmp"
4850     mv "conftest.tmp" "conftest.in"
4851     cp "conftest.in" "conftest.nl"
4852     $as_echo 'EGREP' >> "conftest.nl"
4853     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4854     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4855     ac_count=`expr $ac_count + 1`
4856     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4857       # Best one so far, save it but keep looking for a better one
4858       ac_cv_path_EGREP="$ac_path_EGREP"
4859       ac_path_EGREP_max=$ac_count
4860     fi
4861     # 10*(2^10) chars as input seems more than enough
4862     test $ac_count -gt 10 && break
4863   done
4864   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4865 esac
4866
4867       $ac_path_EGREP_found && break 3
4868     done
4869   done
4870 done
4871 IFS=$as_save_IFS
4872   if test -z "$ac_cv_path_EGREP"; then
4873     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4874 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4875    { (exit 1); exit 1; }; }
4876   fi
4877 else
4878   ac_cv_path_EGREP=$EGREP
4879 fi
4880
4881    fi
4882 fi
4883 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4884 $as_echo "$ac_cv_path_EGREP" >&6; }
4885  EGREP="$ac_cv_path_EGREP"
4886
4887
4888 # Extract the first word of "ldconfig", so it can be a program name with args.
4889 set dummy ldconfig; ac_word=$2
4890 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4891 $as_echo_n "checking for $ac_word... " >&6; }
4892 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4893   $as_echo_n "(cached) " >&6
4894 else
4895   case $LDCONFIG in
4896   [\\/]* | ?:[\\/]*)
4897   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4898   ;;
4899   *)
4900   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4901 for as_dir in /sbin /usr/sbin $PATH
4902 do
4903   IFS=$as_save_IFS
4904   test -z "$as_dir" && as_dir=.
4905   for ac_exec_ext in '' $ac_executable_extensions; do
4906   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4907     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4908     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4909     break 2
4910   fi
4911 done
4912 done
4913 IFS=$as_save_IFS
4914
4915   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4916   ;;
4917 esac
4918 fi
4919 LDCONFIG=$ac_cv_path_LDCONFIG
4920 if test -n "$LDCONFIG"; then
4921   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4922 $as_echo "$LDCONFIG" >&6; }
4923 else
4924   { $as_echo "$as_me:$LINENO: result: no" >&5
4925 $as_echo "no" >&6; }
4926 fi
4927
4928
4929 # Find a good install program.  We prefer a C program (faster),
4930 # so one script is as good as another.  But avoid the broken or
4931 # incompatible versions:
4932 # SysV /etc/install, /usr/sbin/install
4933 # SunOS /usr/etc/install
4934 # IRIX /sbin/install
4935 # AIX /bin/install
4936 # AmigaOS /C/install, which installs bootblocks on floppy discs
4937 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4938 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4939 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4940 # OS/2's system install, which has a completely different semantic
4941 # ./install, which can be erroneously created by make from ./install.sh.
4942 # Reject install programs that cannot install multiple files.
4943 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4944 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4945 if test -z "$INSTALL"; then
4946 if test "${ac_cv_path_install+set}" = set; then
4947   $as_echo_n "(cached) " >&6
4948 else
4949   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4950 for as_dir in $PATH
4951 do
4952   IFS=$as_save_IFS
4953   test -z "$as_dir" && as_dir=.
4954   # Account for people who put trailing slashes in PATH elements.
4955 case $as_dir/ in
4956   ./ | .// | /cC/* | \
4957   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4958   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4959   /usr/ucb/* ) ;;
4960   *)
4961     # OSF1 and SCO ODT 3.0 have their own names for install.
4962     # Don't use installbsd from OSF since it installs stuff as root
4963     # by default.
4964     for ac_prog in ginstall scoinst install; do
4965       for ac_exec_ext in '' $ac_executable_extensions; do
4966         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4967           if test $ac_prog = install &&
4968             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4969             # AIX install.  It has an incompatible calling convention.
4970             :
4971           elif test $ac_prog = install &&
4972             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4973             # program-specific install script used by HP pwplus--don't use.
4974             :
4975           else
4976             rm -rf conftest.one conftest.two conftest.dir
4977             echo one > conftest.one
4978             echo two > conftest.two
4979             mkdir conftest.dir
4980             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4981               test -s conftest.one && test -s conftest.two &&
4982               test -s conftest.dir/conftest.one &&
4983               test -s conftest.dir/conftest.two
4984             then
4985               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4986               break 3
4987             fi
4988           fi
4989         fi
4990       done
4991     done
4992     ;;
4993 esac
4994
4995 done
4996 IFS=$as_save_IFS
4997
4998 rm -rf conftest.one conftest.two conftest.dir
4999
5000 fi
5001   if test "${ac_cv_path_install+set}" = set; then
5002     INSTALL=$ac_cv_path_install
5003   else
5004     # As a last resort, use the slow shell script.  Don't cache a
5005     # value for INSTALL within a source directory, because that will
5006     # break other packages using the cache if that directory is
5007     # removed, or if the value is a relative name.
5008     INSTALL=$ac_install_sh
5009   fi
5010 fi
5011 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5012 $as_echo "$INSTALL" >&6; }
5013
5014 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5015 # It thinks the first close brace ends the variable substitution.
5016 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5017
5018 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5019
5020 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5021
5022 case "$INSTALL" in
5023   [\\/$]* | ?:[\\/]* ) ;;
5024   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5025 esac
5026
5027 for ac_prog in lclint lint
5028 do
5029   # Extract the first word of "$ac_prog", so it can be a program name with args.
5030 set dummy $ac_prog; ac_word=$2
5031 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5032 $as_echo_n "checking for $ac_word... " >&6; }
5033 if test "${ac_cv_prog_LINT+set}" = set; then
5034   $as_echo_n "(cached) " >&6
5035 else
5036   if test -n "$LINT"; then
5037   ac_cv_prog_LINT="$LINT" # Let the user override the test.
5038 else
5039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5040 for as_dir in $PATH
5041 do
5042   IFS=$as_save_IFS
5043   test -z "$as_dir" && as_dir=.
5044   for ac_exec_ext in '' $ac_executable_extensions; do
5045   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5046     ac_cv_prog_LINT="$ac_prog"
5047     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5048     break 2
5049   fi
5050 done
5051 done
5052 IFS=$as_save_IFS
5053
5054 fi
5055 fi
5056 LINT=$ac_cv_prog_LINT
5057 if test -n "$LINT"; then
5058   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5059 $as_echo "$LINT" >&6; }
5060 else
5061   { $as_echo "$as_me:$LINENO: result: no" >&5
5062 $as_echo "no" >&6; }
5063 fi
5064
5065
5066   test -n "$LINT" && break
5067 done
5068
5069 if test "$LINT" = "lint"
5070 then
5071   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5072   fi
5073
5074
5075
5076 for ac_prog in fontforge
5077 do
5078   # Extract the first word of "$ac_prog", so it can be a program name with args.
5079 set dummy $ac_prog; ac_word=$2
5080 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5081 $as_echo_n "checking for $ac_word... " >&6; }
5082 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5083   $as_echo_n "(cached) " >&6
5084 else
5085   if test -n "$FONTFORGE"; then
5086   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5087 else
5088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5089 for as_dir in $PATH
5090 do
5091   IFS=$as_save_IFS
5092   test -z "$as_dir" && as_dir=.
5093   for ac_exec_ext in '' $ac_executable_extensions; do
5094   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5095     ac_cv_prog_FONTFORGE="$ac_prog"
5096     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5097     break 2
5098   fi
5099 done
5100 done
5101 IFS=$as_save_IFS
5102
5103 fi
5104 fi
5105 FONTFORGE=$ac_cv_prog_FONTFORGE
5106 if test -n "$FONTFORGE"; then
5107   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5108 $as_echo "$FONTFORGE" >&6; }
5109 else
5110   { $as_echo "$as_me:$LINENO: result: no" >&5
5111 $as_echo "no" >&6; }
5112 fi
5113
5114
5115   test -n "$FONTFORGE" && break
5116 done
5117 test -n "$FONTFORGE" || FONTFORGE="false"
5118
5119 for ac_prog in pkg-config
5120 do
5121   # Extract the first word of "$ac_prog", so it can be a program name with args.
5122 set dummy $ac_prog; ac_word=$2
5123 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5124 $as_echo_n "checking for $ac_word... " >&6; }
5125 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5126   $as_echo_n "(cached) " >&6
5127 else
5128   if test -n "$PKG_CONFIG"; then
5129   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5130 else
5131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5132 for as_dir in $PATH
5133 do
5134   IFS=$as_save_IFS
5135   test -z "$as_dir" && as_dir=.
5136   for ac_exec_ext in '' $ac_executable_extensions; do
5137   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5138     ac_cv_prog_PKG_CONFIG="$ac_prog"
5139     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5140     break 2
5141   fi
5142 done
5143 done
5144 IFS=$as_save_IFS
5145
5146 fi
5147 fi
5148 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5149 if test -n "$PKG_CONFIG"; then
5150   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5151 $as_echo "$PKG_CONFIG" >&6; }
5152 else
5153   { $as_echo "$as_me:$LINENO: result: no" >&5
5154 $as_echo "no" >&6; }
5155 fi
5156
5157
5158   test -n "$PKG_CONFIG" && break
5159 done
5160 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5161
5162 for ac_prog in rsvg
5163 do
5164   # Extract the first word of "$ac_prog", so it can be a program name with args.
5165 set dummy $ac_prog; ac_word=$2
5166 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5167 $as_echo_n "checking for $ac_word... " >&6; }
5168 if test "${ac_cv_prog_RSVG+set}" = set; then
5169   $as_echo_n "(cached) " >&6
5170 else
5171   if test -n "$RSVG"; then
5172   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5173 else
5174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5175 for as_dir in $PATH
5176 do
5177   IFS=$as_save_IFS
5178   test -z "$as_dir" && as_dir=.
5179   for ac_exec_ext in '' $ac_executable_extensions; do
5180   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5181     ac_cv_prog_RSVG="$ac_prog"
5182     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5183     break 2
5184   fi
5185 done
5186 done
5187 IFS=$as_save_IFS
5188
5189 fi
5190 fi
5191 RSVG=$ac_cv_prog_RSVG
5192 if test -n "$RSVG"; then
5193   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5194 $as_echo "$RSVG" >&6; }
5195 else
5196   { $as_echo "$as_me:$LINENO: result: no" >&5
5197 $as_echo "no" >&6; }
5198 fi
5199
5200
5201   test -n "$RSVG" && break
5202 done
5203 test -n "$RSVG" || RSVG="false"
5204
5205 for ac_prog in icotool
5206 do
5207   # Extract the first word of "$ac_prog", so it can be a program name with args.
5208 set dummy $ac_prog; ac_word=$2
5209 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5210 $as_echo_n "checking for $ac_word... " >&6; }
5211 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5212   $as_echo_n "(cached) " >&6
5213 else
5214   if test -n "$ICOTOOL"; then
5215   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5216 else
5217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5218 for as_dir in $PATH
5219 do
5220   IFS=$as_save_IFS
5221   test -z "$as_dir" && as_dir=.
5222   for ac_exec_ext in '' $ac_executable_extensions; do
5223   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5224     ac_cv_prog_ICOTOOL="$ac_prog"
5225     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5226     break 2
5227   fi
5228 done
5229 done
5230 IFS=$as_save_IFS
5231
5232 fi
5233 fi
5234 ICOTOOL=$ac_cv_prog_ICOTOOL
5235 if test -n "$ICOTOOL"; then
5236   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5237 $as_echo "$ICOTOOL" >&6; }
5238 else
5239   { $as_echo "$as_me:$LINENO: result: no" >&5
5240 $as_echo "no" >&6; }
5241 fi
5242
5243
5244   test -n "$ICOTOOL" && break
5245 done
5246 test -n "$ICOTOOL" || ICOTOOL="false"
5247
5248
5249 if test "${enable_maintainer_mode+set}" = set
5250 then
5251   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5252   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5253   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5254 fi
5255
5256 case $host_cpu in
5257   *i[3456789]86*)
5258     # Extract the first word of "prelink", so it can be a program name with args.
5259 set dummy prelink; ac_word=$2
5260 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5261 $as_echo_n "checking for $ac_word... " >&6; }
5262 if test "${ac_cv_path_PRELINK+set}" = set; then
5263   $as_echo_n "(cached) " >&6
5264 else
5265   case $PRELINK in
5266   [\\/]* | ?:[\\/]*)
5267   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5268   ;;
5269   *)
5270   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5271 for as_dir in /sbin /usr/sbin $PATH
5272 do
5273   IFS=$as_save_IFS
5274   test -z "$as_dir" && as_dir=.
5275   for ac_exec_ext in '' $ac_executable_extensions; do
5276   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5277     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5278     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5279     break 2
5280   fi
5281 done
5282 done
5283 IFS=$as_save_IFS
5284
5285   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5286   ;;
5287 esac
5288 fi
5289 PRELINK=$ac_cv_path_PRELINK
5290 if test -n "$PRELINK"; then
5291   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5292 $as_echo "$PRELINK" >&6; }
5293 else
5294   { $as_echo "$as_me:$LINENO: result: no" >&5
5295 $as_echo "no" >&6; }
5296 fi
5297
5298
5299     ;;
5300 esac
5301
5302
5303
5304 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5305 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5306 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5307   $as_echo_n "(cached) " >&6
5308 else
5309   ac_check_lib_save_LIBS=$LIBS
5310 LIBS="-li386  $LIBS"
5311 cat >conftest.$ac_ext <<_ACEOF
5312 /* confdefs.h.  */
5313 _ACEOF
5314 cat confdefs.h >>conftest.$ac_ext
5315 cat >>conftest.$ac_ext <<_ACEOF
5316 /* end confdefs.h.  */
5317
5318 /* Override any GCC internal prototype to avoid an error.
5319    Use char because int might match the return type of a GCC
5320    builtin and then its argument prototype would still apply.  */
5321 #ifdef __cplusplus
5322 extern "C"
5323 #endif
5324 char i386_set_ldt ();
5325 int
5326 main ()
5327 {
5328 return i386_set_ldt ();
5329   ;
5330   return 0;
5331 }
5332 _ACEOF
5333 rm -f conftest.$ac_objext conftest$ac_exeext
5334 if { (ac_try="$ac_link"
5335 case "(($ac_try" in
5336   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5337   *) ac_try_echo=$ac_try;;
5338 esac
5339 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5340 $as_echo "$ac_try_echo") >&5
5341   (eval "$ac_link") 2>conftest.er1
5342   ac_status=$?
5343   grep -v '^ *+' conftest.er1 >conftest.err
5344   rm -f conftest.er1
5345   cat conftest.err >&5
5346   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5347   (exit $ac_status); } && {
5348          test -z "$ac_c_werror_flag" ||
5349          test ! -s conftest.err
5350        } && test -s conftest$ac_exeext && {
5351          test "$cross_compiling" = yes ||
5352          $as_test_x conftest$ac_exeext
5353        }; then
5354   ac_cv_lib_i386_i386_set_ldt=yes
5355 else
5356   $as_echo "$as_me: failed program was:" >&5
5357 sed 's/^/| /' conftest.$ac_ext >&5
5358
5359         ac_cv_lib_i386_i386_set_ldt=no
5360 fi
5361
5362 rm -rf conftest.dSYM
5363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5364       conftest$ac_exeext conftest.$ac_ext
5365 LIBS=$ac_check_lib_save_LIBS
5366 fi
5367 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5368 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5369 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5370   cat >>confdefs.h <<_ACEOF
5371 #define HAVE_LIBI386 1
5372 _ACEOF
5373
5374   LIBS="-li386 $LIBS"
5375
5376 fi
5377
5378
5379 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5380 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5381 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5382   $as_echo_n "(cached) " >&6
5383 else
5384   ac_check_lib_save_LIBS=$LIBS
5385 LIBS="-lossaudio  $LIBS"
5386 cat >conftest.$ac_ext <<_ACEOF
5387 /* confdefs.h.  */
5388 _ACEOF
5389 cat confdefs.h >>conftest.$ac_ext
5390 cat >>conftest.$ac_ext <<_ACEOF
5391 /* end confdefs.h.  */
5392
5393 /* Override any GCC internal prototype to avoid an error.
5394    Use char because int might match the return type of a GCC
5395    builtin and then its argument prototype would still apply.  */
5396 #ifdef __cplusplus
5397 extern "C"
5398 #endif
5399 char _oss_ioctl ();
5400 int
5401 main ()
5402 {
5403 return _oss_ioctl ();
5404   ;
5405   return 0;
5406 }
5407 _ACEOF
5408 rm -f conftest.$ac_objext conftest$ac_exeext
5409 if { (ac_try="$ac_link"
5410 case "(($ac_try" in
5411   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5412   *) ac_try_echo=$ac_try;;
5413 esac
5414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5415 $as_echo "$ac_try_echo") >&5
5416   (eval "$ac_link") 2>conftest.er1
5417   ac_status=$?
5418   grep -v '^ *+' conftest.er1 >conftest.err
5419   rm -f conftest.er1
5420   cat conftest.err >&5
5421   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5422   (exit $ac_status); } && {
5423          test -z "$ac_c_werror_flag" ||
5424          test ! -s conftest.err
5425        } && test -s conftest$ac_exeext && {
5426          test "$cross_compiling" = yes ||
5427          $as_test_x conftest$ac_exeext
5428        }; then
5429   ac_cv_lib_ossaudio__oss_ioctl=yes
5430 else
5431   $as_echo "$as_me: failed program was:" >&5
5432 sed 's/^/| /' conftest.$ac_ext >&5
5433
5434         ac_cv_lib_ossaudio__oss_ioctl=no
5435 fi
5436
5437 rm -rf conftest.dSYM
5438 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5439       conftest$ac_exeext conftest.$ac_ext
5440 LIBS=$ac_check_lib_save_LIBS
5441 fi
5442 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5443 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5444 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5445   cat >>confdefs.h <<_ACEOF
5446 #define HAVE_LIBOSSAUDIO 1
5447 _ACEOF
5448
5449   LIBS="-lossaudio $LIBS"
5450
5451 fi
5452
5453
5454 XLIB=""
5455
5456 OPENGL_LIBS=""
5457
5458
5459
5460 ac_ext=c
5461 ac_cpp='$CPP $CPPFLAGS'
5462 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5463 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5464 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5465 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5466 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5467 # On Suns, sometimes $CPP names a directory.
5468 if test -n "$CPP" && test -d "$CPP"; then
5469   CPP=
5470 fi
5471 if test -z "$CPP"; then
5472   if test "${ac_cv_prog_CPP+set}" = set; then
5473   $as_echo_n "(cached) " >&6
5474 else
5475       # Double quotes because CPP needs to be expanded
5476     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5477     do
5478       ac_preproc_ok=false
5479 for ac_c_preproc_warn_flag in '' yes
5480 do
5481   # Use a header file that comes with gcc, so configuring glibc
5482   # with a fresh cross-compiler works.
5483   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5484   # <limits.h> exists even on freestanding compilers.
5485   # On the NeXT, cc -E runs the code through the compiler's parser,
5486   # not just through cpp. "Syntax error" is here to catch this case.
5487   cat >conftest.$ac_ext <<_ACEOF
5488 /* confdefs.h.  */
5489 _ACEOF
5490 cat confdefs.h >>conftest.$ac_ext
5491 cat >>conftest.$ac_ext <<_ACEOF
5492 /* end confdefs.h.  */
5493 #ifdef __STDC__
5494 # include <limits.h>
5495 #else
5496 # include <assert.h>
5497 #endif
5498                      Syntax error
5499 _ACEOF
5500 if { (ac_try="$ac_cpp conftest.$ac_ext"
5501 case "(($ac_try" in
5502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5503   *) ac_try_echo=$ac_try;;
5504 esac
5505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5506 $as_echo "$ac_try_echo") >&5
5507   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5508   ac_status=$?
5509   grep -v '^ *+' conftest.er1 >conftest.err
5510   rm -f conftest.er1
5511   cat conftest.err >&5
5512   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5513   (exit $ac_status); } >/dev/null && {
5514          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5515          test ! -s conftest.err
5516        }; then
5517   :
5518 else
5519   $as_echo "$as_me: failed program was:" >&5
5520 sed 's/^/| /' conftest.$ac_ext >&5
5521
5522   # Broken: fails on valid input.
5523 continue
5524 fi
5525
5526 rm -f conftest.err conftest.$ac_ext
5527
5528   # OK, works on sane cases.  Now check whether nonexistent headers
5529   # can be detected and how.
5530   cat >conftest.$ac_ext <<_ACEOF
5531 /* confdefs.h.  */
5532 _ACEOF
5533 cat confdefs.h >>conftest.$ac_ext
5534 cat >>conftest.$ac_ext <<_ACEOF
5535 /* end confdefs.h.  */
5536 #include <ac_nonexistent.h>
5537 _ACEOF
5538 if { (ac_try="$ac_cpp conftest.$ac_ext"
5539 case "(($ac_try" in
5540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5541   *) ac_try_echo=$ac_try;;
5542 esac
5543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5544 $as_echo "$ac_try_echo") >&5
5545   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5546   ac_status=$?
5547   grep -v '^ *+' conftest.er1 >conftest.err
5548   rm -f conftest.er1
5549   cat conftest.err >&5
5550   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5551   (exit $ac_status); } >/dev/null && {
5552          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5553          test ! -s conftest.err
5554        }; then
5555   # Broken: success on invalid input.
5556 continue
5557 else
5558   $as_echo "$as_me: failed program was:" >&5
5559 sed 's/^/| /' conftest.$ac_ext >&5
5560
5561   # Passes both tests.
5562 ac_preproc_ok=:
5563 break
5564 fi
5565
5566 rm -f conftest.err conftest.$ac_ext
5567
5568 done
5569 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5570 rm -f conftest.err conftest.$ac_ext
5571 if $ac_preproc_ok; then
5572   break
5573 fi
5574
5575     done
5576     ac_cv_prog_CPP=$CPP
5577
5578 fi
5579   CPP=$ac_cv_prog_CPP
5580 else
5581   ac_cv_prog_CPP=$CPP
5582 fi
5583 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5584 $as_echo "$CPP" >&6; }
5585 ac_preproc_ok=false
5586 for ac_c_preproc_warn_flag in '' yes
5587 do
5588   # Use a header file that comes with gcc, so configuring glibc
5589   # with a fresh cross-compiler works.
5590   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5591   # <limits.h> exists even on freestanding compilers.
5592   # On the NeXT, cc -E runs the code through the compiler's parser,
5593   # not just through cpp. "Syntax error" is here to catch this case.
5594   cat >conftest.$ac_ext <<_ACEOF
5595 /* confdefs.h.  */
5596 _ACEOF
5597 cat confdefs.h >>conftest.$ac_ext
5598 cat >>conftest.$ac_ext <<_ACEOF
5599 /* end confdefs.h.  */
5600 #ifdef __STDC__
5601 # include <limits.h>
5602 #else
5603 # include <assert.h>
5604 #endif
5605                      Syntax error
5606 _ACEOF
5607 if { (ac_try="$ac_cpp conftest.$ac_ext"
5608 case "(($ac_try" in
5609   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5610   *) ac_try_echo=$ac_try;;
5611 esac
5612 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5613 $as_echo "$ac_try_echo") >&5
5614   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5615   ac_status=$?
5616   grep -v '^ *+' conftest.er1 >conftest.err
5617   rm -f conftest.er1
5618   cat conftest.err >&5
5619   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5620   (exit $ac_status); } >/dev/null && {
5621          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5622          test ! -s conftest.err
5623        }; then
5624   :
5625 else
5626   $as_echo "$as_me: failed program was:" >&5
5627 sed 's/^/| /' conftest.$ac_ext >&5
5628
5629   # Broken: fails on valid input.
5630 continue
5631 fi
5632
5633 rm -f conftest.err conftest.$ac_ext
5634
5635   # OK, works on sane cases.  Now check whether nonexistent headers
5636   # can be detected and how.
5637   cat >conftest.$ac_ext <<_ACEOF
5638 /* confdefs.h.  */
5639 _ACEOF
5640 cat confdefs.h >>conftest.$ac_ext
5641 cat >>conftest.$ac_ext <<_ACEOF
5642 /* end confdefs.h.  */
5643 #include <ac_nonexistent.h>
5644 _ACEOF
5645 if { (ac_try="$ac_cpp conftest.$ac_ext"
5646 case "(($ac_try" in
5647   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5648   *) ac_try_echo=$ac_try;;
5649 esac
5650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5651 $as_echo "$ac_try_echo") >&5
5652   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5653   ac_status=$?
5654   grep -v '^ *+' conftest.er1 >conftest.err
5655   rm -f conftest.er1
5656   cat conftest.err >&5
5657   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5658   (exit $ac_status); } >/dev/null && {
5659          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5660          test ! -s conftest.err
5661        }; then
5662   # Broken: success on invalid input.
5663 continue
5664 else
5665   $as_echo "$as_me: failed program was:" >&5
5666 sed 's/^/| /' conftest.$ac_ext >&5
5667
5668   # Passes both tests.
5669 ac_preproc_ok=:
5670 break
5671 fi
5672
5673 rm -f conftest.err conftest.$ac_ext
5674
5675 done
5676 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5677 rm -f conftest.err conftest.$ac_ext
5678 if $ac_preproc_ok; then
5679   :
5680 else
5681   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5682 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5683 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5684 See \`config.log' for more details." >&5
5685 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5686 See \`config.log' for more details." >&2;}
5687    { (exit 1); exit 1; }; }; }
5688 fi
5689
5690 ac_ext=c
5691 ac_cpp='$CPP $CPPFLAGS'
5692 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5693 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5694 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5695
5696
5697 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5698 $as_echo_n "checking for ANSI C header files... " >&6; }
5699 if test "${ac_cv_header_stdc+set}" = set; then
5700   $as_echo_n "(cached) " >&6
5701 else
5702   cat >conftest.$ac_ext <<_ACEOF
5703 /* confdefs.h.  */
5704 _ACEOF
5705 cat confdefs.h >>conftest.$ac_ext
5706 cat >>conftest.$ac_ext <<_ACEOF
5707 /* end confdefs.h.  */
5708 #include <stdlib.h>
5709 #include <stdarg.h>
5710 #include <string.h>
5711 #include <float.h>
5712
5713 int
5714 main ()
5715 {
5716
5717   ;
5718   return 0;
5719 }
5720 _ACEOF
5721 rm -f conftest.$ac_objext
5722 if { (ac_try="$ac_compile"
5723 case "(($ac_try" in
5724   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5725   *) ac_try_echo=$ac_try;;
5726 esac
5727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5728 $as_echo "$ac_try_echo") >&5
5729   (eval "$ac_compile") 2>conftest.er1
5730   ac_status=$?
5731   grep -v '^ *+' conftest.er1 >conftest.err
5732   rm -f conftest.er1
5733   cat conftest.err >&5
5734   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5735   (exit $ac_status); } && {
5736          test -z "$ac_c_werror_flag" ||
5737          test ! -s conftest.err
5738        } && test -s conftest.$ac_objext; then
5739   ac_cv_header_stdc=yes
5740 else
5741   $as_echo "$as_me: failed program was:" >&5
5742 sed 's/^/| /' conftest.$ac_ext >&5
5743
5744         ac_cv_header_stdc=no
5745 fi
5746
5747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5748
5749 if test $ac_cv_header_stdc = yes; then
5750   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5751   cat >conftest.$ac_ext <<_ACEOF
5752 /* confdefs.h.  */
5753 _ACEOF
5754 cat confdefs.h >>conftest.$ac_ext
5755 cat >>conftest.$ac_ext <<_ACEOF
5756 /* end confdefs.h.  */
5757 #include <string.h>
5758
5759 _ACEOF
5760 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5761   $EGREP "memchr" >/dev/null 2>&1; then
5762   :
5763 else
5764   ac_cv_header_stdc=no
5765 fi
5766 rm -f conftest*
5767
5768 fi
5769
5770 if test $ac_cv_header_stdc = yes; then
5771   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5772   cat >conftest.$ac_ext <<_ACEOF
5773 /* confdefs.h.  */
5774 _ACEOF
5775 cat confdefs.h >>conftest.$ac_ext
5776 cat >>conftest.$ac_ext <<_ACEOF
5777 /* end confdefs.h.  */
5778 #include <stdlib.h>
5779
5780 _ACEOF
5781 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5782   $EGREP "free" >/dev/null 2>&1; then
5783   :
5784 else
5785   ac_cv_header_stdc=no
5786 fi
5787 rm -f conftest*
5788
5789 fi
5790
5791 if test $ac_cv_header_stdc = yes; then
5792   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5793   if test "$cross_compiling" = yes; then
5794   :
5795 else
5796   cat >conftest.$ac_ext <<_ACEOF
5797 /* confdefs.h.  */
5798 _ACEOF
5799 cat confdefs.h >>conftest.$ac_ext
5800 cat >>conftest.$ac_ext <<_ACEOF
5801 /* end confdefs.h.  */
5802 #include <ctype.h>
5803 #include <stdlib.h>
5804 #if ((' ' & 0x0FF) == 0x020)
5805 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5806 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5807 #else
5808 # define ISLOWER(c) \
5809                    (('a' <= (c) && (c) <= 'i') \
5810                      || ('j' <= (c) && (c) <= 'r') \
5811                      || ('s' <= (c) && (c) <= 'z'))
5812 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5813 #endif
5814
5815 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5816 int
5817 main ()
5818 {
5819   int i;
5820   for (i = 0; i < 256; i++)
5821     if (XOR (islower (i), ISLOWER (i))
5822         || toupper (i) != TOUPPER (i))
5823       return 2;
5824   return 0;
5825 }
5826 _ACEOF
5827 rm -f conftest$ac_exeext
5828 if { (ac_try="$ac_link"
5829 case "(($ac_try" in
5830   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5831   *) ac_try_echo=$ac_try;;
5832 esac
5833 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5834 $as_echo "$ac_try_echo") >&5
5835   (eval "$ac_link") 2>&5
5836   ac_status=$?
5837   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5838   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5839   { (case "(($ac_try" in
5840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5841   *) ac_try_echo=$ac_try;;
5842 esac
5843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5844 $as_echo "$ac_try_echo") >&5
5845   (eval "$ac_try") 2>&5
5846   ac_status=$?
5847   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5848   (exit $ac_status); }; }; then
5849   :
5850 else
5851   $as_echo "$as_me: program exited with status $ac_status" >&5
5852 $as_echo "$as_me: failed program was:" >&5
5853 sed 's/^/| /' conftest.$ac_ext >&5
5854
5855 ( exit $ac_status )
5856 ac_cv_header_stdc=no
5857 fi
5858 rm -rf conftest.dSYM
5859 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5860 fi
5861
5862
5863 fi
5864 fi
5865 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5866 $as_echo "$ac_cv_header_stdc" >&6; }
5867 if test $ac_cv_header_stdc = yes; then
5868
5869 cat >>confdefs.h <<\_ACEOF
5870 #define STDC_HEADERS 1
5871 _ACEOF
5872
5873 fi
5874
5875 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5886                   inttypes.h stdint.h unistd.h
5887 do
5888 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5889 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5890 $as_echo_n "checking for $ac_header... " >&6; }
5891 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5892   $as_echo_n "(cached) " >&6
5893 else
5894   cat >conftest.$ac_ext <<_ACEOF
5895 /* confdefs.h.  */
5896 _ACEOF
5897 cat confdefs.h >>conftest.$ac_ext
5898 cat >>conftest.$ac_ext <<_ACEOF
5899 /* end confdefs.h.  */
5900 $ac_includes_default
5901
5902 #include <$ac_header>
5903 _ACEOF
5904 rm -f conftest.$ac_objext
5905 if { (ac_try="$ac_compile"
5906 case "(($ac_try" in
5907   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5908   *) ac_try_echo=$ac_try;;
5909 esac
5910 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5911 $as_echo "$ac_try_echo") >&5
5912   (eval "$ac_compile") 2>conftest.er1
5913   ac_status=$?
5914   grep -v '^ *+' conftest.er1 >conftest.err
5915   rm -f conftest.er1
5916   cat conftest.err >&5
5917   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5918   (exit $ac_status); } && {
5919          test -z "$ac_c_werror_flag" ||
5920          test ! -s conftest.err
5921        } && test -s conftest.$ac_objext; then
5922   eval "$as_ac_Header=yes"
5923 else
5924   $as_echo "$as_me: failed program was:" >&5
5925 sed 's/^/| /' conftest.$ac_ext >&5
5926
5927         eval "$as_ac_Header=no"
5928 fi
5929
5930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5931 fi
5932 ac_res=`eval 'as_val=${'$as_ac_Header'}
5933                  $as_echo "$as_val"'`
5934                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5935 $as_echo "$ac_res" >&6; }
5936 as_val=`eval 'as_val=${'$as_ac_Header'}
5937                  $as_echo "$as_val"'`
5938    if test "x$as_val" = x""yes; then
5939   cat >>confdefs.h <<_ACEOF
5940 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5941 _ACEOF
5942
5943 fi
5944
5945 done
5946
5947
5948
5949
5950
5951
5952
5953
5954
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 for ac_header in \
6065         AudioUnit/AudioUnit.h \
6066         Carbon/Carbon.h \
6067         CoreAudio/CoreAudio.h \
6068         DiskArbitration/DiskArbitration.h \
6069         IOKit/IOKitLib.h \
6070         alias.h \
6071         alsa/asoundlib.h \
6072         arpa/inet.h \
6073         arpa/nameser.h \
6074         asm/types.h \
6075         capi20.h \
6076         curses.h \
6077         direct.h \
6078         dirent.h \
6079         dlfcn.h \
6080         elf.h \
6081         float.h \
6082         fontconfig/fontconfig.h \
6083         getopt.h \
6084         grp.h \
6085         ieeefp.h \
6086         io.h \
6087         jack/jack.h \
6088         jpeglib.h \
6089         lber.h \
6090         lcms.h \
6091         lcms/lcms.h \
6092         ldap.h \
6093         libaudioio.h \
6094         link.h \
6095         linux/cdrom.h \
6096         linux/compiler.h \
6097         linux/hdreg.h \
6098         linux/input.h \
6099         linux/ioctl.h \
6100         linux/joystick.h \
6101         linux/major.h \
6102         linux/param.h \
6103         linux/serial.h \
6104         linux/types.h \
6105         linux/ucdrom.h \
6106         mach/mach.h \
6107         mach/machine.h \
6108         machine/cpu.h \
6109         machine/limits.h \
6110         machine/soundcard.h \
6111         mntent.h \
6112         ncurses.h \
6113         netdb.h \
6114         netinet/in.h \
6115         netinet/in_systm.h \
6116         netinet/tcp.h \
6117         netinet/tcp_fsm.h \
6118         openssl/err.h \
6119         openssl/ssl.h \
6120         png.h \
6121         poll.h \
6122         process.h \
6123         pthread.h \
6124         pwd.h \
6125         regex.h \
6126         sched.h \
6127         scsi/scsi.h \
6128         scsi/scsi_ioctl.h \
6129         scsi/sg.h \
6130         soundcard.h \
6131         stdint.h \
6132         strings.h \
6133         sys/asoundlib.h \
6134         sys/cdio.h \
6135         sys/elf32.h \
6136         sys/epoll.h \
6137         sys/errno.h \
6138         sys/event.h \
6139         sys/exec_elf.h \
6140         sys/filio.h \
6141         sys/ioctl.h \
6142         sys/ipc.h \
6143         sys/limits.h \
6144         sys/link.h \
6145         sys/lwp.h \
6146         sys/mman.h \
6147         sys/modem.h \
6148         sys/msg.h \
6149         sys/mtio.h \
6150         sys/param.h \
6151         sys/poll.h \
6152         sys/prctl.h \
6153         sys/protosw.h \
6154         sys/ptrace.h \
6155         sys/reg.h \
6156         sys/resource.h \
6157         sys/scsiio.h \
6158         sys/shm.h \
6159         sys/signal.h \
6160         sys/socket.h \
6161         sys/socketvar.h \
6162         sys/sockio.h \
6163         sys/soundcard.h \
6164         sys/statvfs.h \
6165         sys/strtio.h \
6166         sys/syscall.h \
6167         sys/time.h \
6168         sys/timeout.h \
6169         sys/times.h \
6170         sys/uio.h \
6171         sys/un.h \
6172         sys/utsname.h \
6173         sys/vm86.h \
6174         sys/wait.h \
6175         syscall.h \
6176         termios.h \
6177         unistd.h \
6178         utime.h \
6179         valgrind/memcheck.h \
6180         valgrind/valgrind.h
6181
6182 do
6183 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6184 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6185   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6186 $as_echo_n "checking for $ac_header... " >&6; }
6187 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6188   $as_echo_n "(cached) " >&6
6189 fi
6190 ac_res=`eval 'as_val=${'$as_ac_Header'}
6191                  $as_echo "$as_val"'`
6192                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6193 $as_echo "$ac_res" >&6; }
6194 else
6195   # Is the header compilable?
6196 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6197 $as_echo_n "checking $ac_header usability... " >&6; }
6198 cat >conftest.$ac_ext <<_ACEOF
6199 /* confdefs.h.  */
6200 _ACEOF
6201 cat confdefs.h >>conftest.$ac_ext
6202 cat >>conftest.$ac_ext <<_ACEOF
6203 /* end confdefs.h.  */
6204 $ac_includes_default
6205 #include <$ac_header>
6206 _ACEOF
6207 rm -f conftest.$ac_objext
6208 if { (ac_try="$ac_compile"
6209 case "(($ac_try" in
6210   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6211   *) ac_try_echo=$ac_try;;
6212 esac
6213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6214 $as_echo "$ac_try_echo") >&5
6215   (eval "$ac_compile") 2>conftest.er1
6216   ac_status=$?
6217   grep -v '^ *+' conftest.er1 >conftest.err
6218   rm -f conftest.er1
6219   cat conftest.err >&5
6220   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6221   (exit $ac_status); } && {
6222          test -z "$ac_c_werror_flag" ||
6223          test ! -s conftest.err
6224        } && test -s conftest.$ac_objext; then
6225   ac_header_compiler=yes
6226 else
6227   $as_echo "$as_me: failed program was:" >&5
6228 sed 's/^/| /' conftest.$ac_ext >&5
6229
6230         ac_header_compiler=no
6231 fi
6232
6233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6234 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6235 $as_echo "$ac_header_compiler" >&6; }
6236
6237 # Is the header present?
6238 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6239 $as_echo_n "checking $ac_header presence... " >&6; }
6240 cat >conftest.$ac_ext <<_ACEOF
6241 /* confdefs.h.  */
6242 _ACEOF
6243 cat confdefs.h >>conftest.$ac_ext
6244 cat >>conftest.$ac_ext <<_ACEOF
6245 /* end confdefs.h.  */
6246 #include <$ac_header>
6247 _ACEOF
6248 if { (ac_try="$ac_cpp conftest.$ac_ext"
6249 case "(($ac_try" in
6250   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6251   *) ac_try_echo=$ac_try;;
6252 esac
6253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6254 $as_echo "$ac_try_echo") >&5
6255   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6256   ac_status=$?
6257   grep -v '^ *+' conftest.er1 >conftest.err
6258   rm -f conftest.er1
6259   cat conftest.err >&5
6260   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6261   (exit $ac_status); } >/dev/null && {
6262          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6263          test ! -s conftest.err
6264        }; then
6265   ac_header_preproc=yes
6266 else
6267   $as_echo "$as_me: failed program was:" >&5
6268 sed 's/^/| /' conftest.$ac_ext >&5
6269
6270   ac_header_preproc=no
6271 fi
6272
6273 rm -f conftest.err conftest.$ac_ext
6274 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6275 $as_echo "$ac_header_preproc" >&6; }
6276
6277 # So?  What about this header?
6278 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6279   yes:no: )
6280     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6281 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6282     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6283 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6284     ac_header_preproc=yes
6285     ;;
6286   no:yes:* )
6287     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6288 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6289     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6290 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6291     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6292 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6293     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6294 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6295     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6296 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6297     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6298 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6299     ( cat <<\_ASBOX
6300 ## ------------------------------------ ##
6301 ## Report this to wine-devel@winehq.org ##
6302 ## ------------------------------------ ##
6303 _ASBOX
6304      ) | sed "s/^/$as_me: WARNING:     /" >&2
6305     ;;
6306 esac
6307 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6308 $as_echo_n "checking for $ac_header... " >&6; }
6309 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6310   $as_echo_n "(cached) " >&6
6311 else
6312   eval "$as_ac_Header=\$ac_header_preproc"
6313 fi
6314 ac_res=`eval 'as_val=${'$as_ac_Header'}
6315                  $as_echo "$as_val"'`
6316                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6317 $as_echo "$ac_res" >&6; }
6318
6319 fi
6320 as_val=`eval 'as_val=${'$as_ac_Header'}
6321                  $as_echo "$as_val"'`
6322    if test "x$as_val" = x""yes; then
6323   cat >>confdefs.h <<_ACEOF
6324 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6325 _ACEOF
6326
6327 fi
6328
6329 done
6330
6331 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6332 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6333 if test "${ac_cv_header_stat_broken+set}" = set; then
6334   $as_echo_n "(cached) " >&6
6335 else
6336   cat >conftest.$ac_ext <<_ACEOF
6337 /* confdefs.h.  */
6338 _ACEOF
6339 cat confdefs.h >>conftest.$ac_ext
6340 cat >>conftest.$ac_ext <<_ACEOF
6341 /* end confdefs.h.  */
6342 #include <sys/types.h>
6343 #include <sys/stat.h>
6344
6345 #if defined S_ISBLK && defined S_IFDIR
6346 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6347 #endif
6348
6349 #if defined S_ISBLK && defined S_IFCHR
6350 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6351 #endif
6352
6353 #if defined S_ISLNK && defined S_IFREG
6354 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6355 #endif
6356
6357 #if defined S_ISSOCK && defined S_IFREG
6358 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6359 #endif
6360
6361 _ACEOF
6362 rm -f conftest.$ac_objext
6363 if { (ac_try="$ac_compile"
6364 case "(($ac_try" in
6365   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6366   *) ac_try_echo=$ac_try;;
6367 esac
6368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6369 $as_echo "$ac_try_echo") >&5
6370   (eval "$ac_compile") 2>conftest.er1
6371   ac_status=$?
6372   grep -v '^ *+' conftest.er1 >conftest.err
6373   rm -f conftest.er1
6374   cat conftest.err >&5
6375   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6376   (exit $ac_status); } && {
6377          test -z "$ac_c_werror_flag" ||
6378          test ! -s conftest.err
6379        } && test -s conftest.$ac_objext; then
6380   ac_cv_header_stat_broken=no
6381 else
6382   $as_echo "$as_me: failed program was:" >&5
6383 sed 's/^/| /' conftest.$ac_ext >&5
6384
6385         ac_cv_header_stat_broken=yes
6386 fi
6387
6388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6389 fi
6390 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6391 $as_echo "$ac_cv_header_stat_broken" >&6; }
6392 if test $ac_cv_header_stat_broken = yes; then
6393
6394 cat >>confdefs.h <<\_ACEOF
6395 #define STAT_MACROS_BROKEN 1
6396 _ACEOF
6397
6398 fi
6399
6400
6401
6402
6403
6404
6405
6406
6407 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6408 do
6409 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6410 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6411 $as_echo_n "checking for $ac_header... " >&6; }
6412 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6413   $as_echo_n "(cached) " >&6
6414 else
6415   cat >conftest.$ac_ext <<_ACEOF
6416 /* confdefs.h.  */
6417 _ACEOF
6418 cat confdefs.h >>conftest.$ac_ext
6419 cat >>conftest.$ac_ext <<_ACEOF
6420 /* end confdefs.h.  */
6421 #include <sys/types.h>
6422      #ifdef HAVE_SYS_PARAM_H
6423      # include <sys/param.h>
6424      #endif
6425
6426 #include <$ac_header>
6427 _ACEOF
6428 rm -f conftest.$ac_objext
6429 if { (ac_try="$ac_compile"
6430 case "(($ac_try" in
6431   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6432   *) ac_try_echo=$ac_try;;
6433 esac
6434 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6435 $as_echo "$ac_try_echo") >&5
6436   (eval "$ac_compile") 2>conftest.er1
6437   ac_status=$?
6438   grep -v '^ *+' conftest.er1 >conftest.err
6439   rm -f conftest.er1
6440   cat conftest.err >&5
6441   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6442   (exit $ac_status); } && {
6443          test -z "$ac_c_werror_flag" ||
6444          test ! -s conftest.err
6445        } && test -s conftest.$ac_objext; then
6446   eval "$as_ac_Header=yes"
6447 else
6448   $as_echo "$as_me: failed program was:" >&5
6449 sed 's/^/| /' conftest.$ac_ext >&5
6450
6451         eval "$as_ac_Header=no"
6452 fi
6453
6454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6455 fi
6456 ac_res=`eval 'as_val=${'$as_ac_Header'}
6457                  $as_echo "$as_val"'`
6458                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6459 $as_echo "$ac_res" >&6; }
6460 as_val=`eval 'as_val=${'$as_ac_Header'}
6461                  $as_echo "$as_val"'`
6462    if test "x$as_val" = x""yes; then
6463   cat >>confdefs.h <<_ACEOF
6464 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6465 _ACEOF
6466
6467 fi
6468
6469 done
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485 for ac_header in \
6486         netinet/ip.h \
6487         net/if.h \
6488         net/if_arp.h \
6489         net/if_dl.h \
6490         net/if_types.h \
6491         net/route.h \
6492         netinet/if_ether.h \
6493         netinet/if_inarp.h \
6494         netinet/in_pcb.h \
6495         netinet/ip_icmp.h \
6496         netinet/ip_var.h \
6497         netinet/udp.h \
6498         netipx/ipx.h \
6499
6500 do
6501 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6502 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6503 $as_echo_n "checking for $ac_header... " >&6; }
6504 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6505   $as_echo_n "(cached) " >&6
6506 else
6507   cat >conftest.$ac_ext <<_ACEOF
6508 /* confdefs.h.  */
6509 _ACEOF
6510 cat confdefs.h >>conftest.$ac_ext
6511 cat >>conftest.$ac_ext <<_ACEOF
6512 /* end confdefs.h.  */
6513 #include <sys/types.h>
6514      #ifdef HAVE_SYS_SOCKET_H
6515      # include <sys/socket.h>
6516      #endif
6517      #ifdef HAVE_SYS_SOCKETVAR_H
6518      # include <sys/socketvar.h>
6519      #endif
6520      #ifdef HAVE_NET_ROUTE_H
6521      # include <net/route.h>
6522      #endif
6523      #ifdef HAVE_NETINET_IN_H
6524      # include <netinet/in.h>
6525      #endif
6526      #ifdef HAVE_NETINET_IN_SYSTM_H
6527      # include <netinet/in_systm.h>
6528      #endif
6529      #ifdef HAVE_NET_IF_H
6530      # include <net/if.h>
6531      #endif
6532      #ifdef HAVE_NETINET_IP_H
6533      # include <netinet/ip.h>
6534      #endif
6535
6536 #include <$ac_header>
6537 _ACEOF
6538 rm -f conftest.$ac_objext
6539 if { (ac_try="$ac_compile"
6540 case "(($ac_try" in
6541   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6542   *) ac_try_echo=$ac_try;;
6543 esac
6544 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6545 $as_echo "$ac_try_echo") >&5
6546   (eval "$ac_compile") 2>conftest.er1
6547   ac_status=$?
6548   grep -v '^ *+' conftest.er1 >conftest.err
6549   rm -f conftest.er1
6550   cat conftest.err >&5
6551   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6552   (exit $ac_status); } && {
6553          test -z "$ac_c_werror_flag" ||
6554          test ! -s conftest.err
6555        } && test -s conftest.$ac_objext; then
6556   eval "$as_ac_Header=yes"
6557 else
6558   $as_echo "$as_me: failed program was:" >&5
6559 sed 's/^/| /' conftest.$ac_ext >&5
6560
6561         eval "$as_ac_Header=no"
6562 fi
6563
6564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6565 fi
6566 ac_res=`eval 'as_val=${'$as_ac_Header'}
6567                  $as_echo "$as_val"'`
6568                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6569 $as_echo "$ac_res" >&6; }
6570 as_val=`eval 'as_val=${'$as_ac_Header'}
6571                  $as_echo "$as_val"'`
6572    if test "x$as_val" = x""yes; then
6573   cat >>confdefs.h <<_ACEOF
6574 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6575 _ACEOF
6576
6577 fi
6578
6579 done
6580
6581
6582
6583
6584
6585
6586 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6587 do
6588 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6589 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6590 $as_echo_n "checking for $ac_header... " >&6; }
6591 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6592   $as_echo_n "(cached) " >&6
6593 else
6594   cat >conftest.$ac_ext <<_ACEOF
6595 /* confdefs.h.  */
6596 _ACEOF
6597 cat confdefs.h >>conftest.$ac_ext
6598 cat >>conftest.$ac_ext <<_ACEOF
6599 /* end confdefs.h.  */
6600 #include <sys/types.h>
6601      #ifdef HAVE_ALIAS_H
6602      # include <alias.h>
6603      #endif
6604      #ifdef HAVE_SYS_SOCKET_H
6605      # include <sys/socket.h>
6606      #endif
6607      #ifdef HAVE_SYS_SOCKETVAR_H
6608      # include <sys/socketvar.h>
6609      #endif
6610      #ifdef HAVE_SYS_TIMEOUT_H
6611      # include <sys/timeout.h>
6612      #endif
6613      #ifdef HAVE_NETINET_IN_H
6614      # include <netinet/in.h>
6615      #endif
6616      #ifdef HAVE_NETINET_IN_SYSTM_H
6617      # include <netinet/in_systm.h>
6618      #endif
6619      #ifdef HAVE_NETINET_IP_H
6620      # include <netinet/ip.h>
6621      #endif
6622      #ifdef HAVE_NETINET_IP_VAR_H
6623      # include <netinet/ip_var.h>
6624      #endif
6625      #ifdef HAVE_NETINET_IP_ICMP_H
6626      # include <netinet/ip_icmp.h>
6627      #endif
6628      #ifdef HAVE_NETINET_UDP_H
6629      # include <netinet/udp.h>
6630      #endif
6631      #ifdef HAVE_NETINET_TCP_H
6632      # include <netinet/tcp.h>
6633      #endif
6634      #ifdef HAVE_NETINET_TCP_TIMER_H
6635      #include <netinet/tcp_timer.h>
6636      #endif
6637
6638 #include <$ac_header>
6639 _ACEOF
6640 rm -f conftest.$ac_objext
6641 if { (ac_try="$ac_compile"
6642 case "(($ac_try" in
6643   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6644   *) ac_try_echo=$ac_try;;
6645 esac
6646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6647 $as_echo "$ac_try_echo") >&5
6648   (eval "$ac_compile") 2>conftest.er1
6649   ac_status=$?
6650   grep -v '^ *+' conftest.er1 >conftest.err
6651   rm -f conftest.er1
6652   cat conftest.err >&5
6653   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6654   (exit $ac_status); } && {
6655          test -z "$ac_c_werror_flag" ||
6656          test ! -s conftest.err
6657        } && test -s conftest.$ac_objext; then
6658   eval "$as_ac_Header=yes"
6659 else
6660   $as_echo "$as_me: failed program was:" >&5
6661 sed 's/^/| /' conftest.$ac_ext >&5
6662
6663         eval "$as_ac_Header=no"
6664 fi
6665
6666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6667 fi
6668 ac_res=`eval 'as_val=${'$as_ac_Header'}
6669                  $as_echo "$as_val"'`
6670                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6671 $as_echo "$ac_res" >&6; }
6672 as_val=`eval 'as_val=${'$as_ac_Header'}
6673                  $as_echo "$as_val"'`
6674    if test "x$as_val" = x""yes; then
6675   cat >>confdefs.h <<_ACEOF
6676 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6677 _ACEOF
6678
6679 fi
6680
6681 done
6682
6683
6684
6685 for ac_header in linux/ipx.h
6686 do
6687 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6688 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6689 $as_echo_n "checking for $ac_header... " >&6; }
6690 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6691   $as_echo_n "(cached) " >&6
6692 else
6693   cat >conftest.$ac_ext <<_ACEOF
6694 /* confdefs.h.  */
6695 _ACEOF
6696 cat confdefs.h >>conftest.$ac_ext
6697 cat >>conftest.$ac_ext <<_ACEOF
6698 /* end confdefs.h.  */
6699 #include <sys/types.h>
6700      #ifdef HAVE_ASM_TYPES_H
6701      # include <asm/types.h>
6702      #endif
6703      #ifdef HAVE_SYS_SOCKET_H
6704      # include <sys/socket.h>
6705      #endif
6706      #ifdef HAVE_LINUX_TYPES_H
6707      # include <linux/types.h>
6708      #endif
6709
6710 #include <$ac_header>
6711 _ACEOF
6712 rm -f conftest.$ac_objext
6713 if { (ac_try="$ac_compile"
6714 case "(($ac_try" in
6715   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6716   *) ac_try_echo=$ac_try;;
6717 esac
6718 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6719 $as_echo "$ac_try_echo") >&5
6720   (eval "$ac_compile") 2>conftest.er1
6721   ac_status=$?
6722   grep -v '^ *+' conftest.er1 >conftest.err
6723   rm -f conftest.er1
6724   cat conftest.err >&5
6725   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6726   (exit $ac_status); } && {
6727          test -z "$ac_c_werror_flag" ||
6728          test ! -s conftest.err
6729        } && test -s conftest.$ac_objext; then
6730   eval "$as_ac_Header=yes"
6731 else
6732   $as_echo "$as_me: failed program was:" >&5
6733 sed 's/^/| /' conftest.$ac_ext >&5
6734
6735         eval "$as_ac_Header=no"
6736 fi
6737
6738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6739 fi
6740 ac_res=`eval 'as_val=${'$as_ac_Header'}
6741                  $as_echo "$as_val"'`
6742                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6743 $as_echo "$ac_res" >&6; }
6744 as_val=`eval 'as_val=${'$as_ac_Header'}
6745                  $as_echo "$as_val"'`
6746    if test "x$as_val" = x""yes; then
6747   cat >>confdefs.h <<_ACEOF
6748 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6749 _ACEOF
6750
6751 fi
6752
6753 done
6754
6755
6756
6757 for ac_header in resolv.h
6758 do
6759 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6760 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6761 $as_echo_n "checking for $ac_header... " >&6; }
6762 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6763   $as_echo_n "(cached) " >&6
6764 else
6765   cat >conftest.$ac_ext <<_ACEOF
6766 /* confdefs.h.  */
6767 _ACEOF
6768 cat confdefs.h >>conftest.$ac_ext
6769 cat >>conftest.$ac_ext <<_ACEOF
6770 /* end confdefs.h.  */
6771 #include <sys/types.h>
6772      #ifdef HAVE_SYS_SOCKET_H
6773      # include <sys/socket.h>
6774      #endif
6775      #ifdef HAVE_NETINET_IN_H
6776      # include <netinet/in.h>
6777      #endif
6778      #ifdef HAVE_ARPA_NAMESER_H
6779      # include <arpa/nameser.h>
6780      #endif
6781
6782 #include <$ac_header>
6783 _ACEOF
6784 rm -f conftest.$ac_objext
6785 if { (ac_try="$ac_compile"
6786 case "(($ac_try" in
6787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6788   *) ac_try_echo=$ac_try;;
6789 esac
6790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6791 $as_echo "$ac_try_echo") >&5
6792   (eval "$ac_compile") 2>conftest.er1
6793   ac_status=$?
6794   grep -v '^ *+' conftest.er1 >conftest.err
6795   rm -f conftest.er1
6796   cat conftest.err >&5
6797   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6798   (exit $ac_status); } && {
6799          test -z "$ac_c_werror_flag" ||
6800          test ! -s conftest.err
6801        } && test -s conftest.$ac_objext; then
6802   eval "$as_ac_Header=yes"
6803 else
6804   $as_echo "$as_me: failed program was:" >&5
6805 sed 's/^/| /' conftest.$ac_ext >&5
6806
6807         eval "$as_ac_Header=no"
6808 fi
6809
6810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6811 fi
6812 ac_res=`eval 'as_val=${'$as_ac_Header'}
6813                  $as_echo "$as_val"'`
6814                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6815 $as_echo "$ac_res" >&6; }
6816 as_val=`eval 'as_val=${'$as_ac_Header'}
6817                  $as_echo "$as_val"'`
6818    if test "x$as_val" = x""yes; then
6819   cat >>confdefs.h <<_ACEOF
6820 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6821 _ACEOF
6822
6823 fi
6824
6825 done
6826
6827
6828
6829 for ac_header in ucontext.h
6830 do
6831 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6832 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6833 $as_echo_n "checking for $ac_header... " >&6; }
6834 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6835   $as_echo_n "(cached) " >&6
6836 else
6837   cat >conftest.$ac_ext <<_ACEOF
6838 /* confdefs.h.  */
6839 _ACEOF
6840 cat confdefs.h >>conftest.$ac_ext
6841 cat >>conftest.$ac_ext <<_ACEOF
6842 /* end confdefs.h.  */
6843 #include <signal.h>
6844
6845 #include <$ac_header>
6846 _ACEOF
6847 rm -f conftest.$ac_objext
6848 if { (ac_try="$ac_compile"
6849 case "(($ac_try" in
6850   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6851   *) ac_try_echo=$ac_try;;
6852 esac
6853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6854 $as_echo "$ac_try_echo") >&5
6855   (eval "$ac_compile") 2>conftest.er1
6856   ac_status=$?
6857   grep -v '^ *+' conftest.er1 >conftest.err
6858   rm -f conftest.er1
6859   cat conftest.err >&5
6860   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6861   (exit $ac_status); } && {
6862          test -z "$ac_c_werror_flag" ||
6863          test ! -s conftest.err
6864        } && test -s conftest.$ac_objext; then
6865   eval "$as_ac_Header=yes"
6866 else
6867   $as_echo "$as_me: failed program was:" >&5
6868 sed 's/^/| /' conftest.$ac_ext >&5
6869
6870         eval "$as_ac_Header=no"
6871 fi
6872
6873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6874 fi
6875 ac_res=`eval 'as_val=${'$as_ac_Header'}
6876                  $as_echo "$as_val"'`
6877                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6878 $as_echo "$ac_res" >&6; }
6879 as_val=`eval 'as_val=${'$as_ac_Header'}
6880                  $as_echo "$as_val"'`
6881    if test "x$as_val" = x""yes; then
6882   cat >>confdefs.h <<_ACEOF
6883 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6884 _ACEOF
6885
6886 fi
6887
6888 done
6889
6890
6891
6892 for ac_header in sys/thr.h
6893 do
6894 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6895 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6896 $as_echo_n "checking for $ac_header... " >&6; }
6897 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6898   $as_echo_n "(cached) " >&6
6899 else
6900   cat >conftest.$ac_ext <<_ACEOF
6901 /* confdefs.h.  */
6902 _ACEOF
6903 cat confdefs.h >>conftest.$ac_ext
6904 cat >>conftest.$ac_ext <<_ACEOF
6905 /* end confdefs.h.  */
6906 #include <sys/types.h>
6907 #ifdef HAVE_UCONTEXT_H
6908 #include <ucontext.h>
6909 #endif
6910
6911 #include <$ac_header>
6912 _ACEOF
6913 rm -f conftest.$ac_objext
6914 if { (ac_try="$ac_compile"
6915 case "(($ac_try" in
6916   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6917   *) ac_try_echo=$ac_try;;
6918 esac
6919 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6920 $as_echo "$ac_try_echo") >&5
6921   (eval "$ac_compile") 2>conftest.er1
6922   ac_status=$?
6923   grep -v '^ *+' conftest.er1 >conftest.err
6924   rm -f conftest.er1
6925   cat conftest.err >&5
6926   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6927   (exit $ac_status); } && {
6928          test -z "$ac_c_werror_flag" ||
6929          test ! -s conftest.err
6930        } && test -s conftest.$ac_objext; then
6931   eval "$as_ac_Header=yes"
6932 else
6933   $as_echo "$as_me: failed program was:" >&5
6934 sed 's/^/| /' conftest.$ac_ext >&5
6935
6936         eval "$as_ac_Header=no"
6937 fi
6938
6939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6940 fi
6941 ac_res=`eval 'as_val=${'$as_ac_Header'}
6942                  $as_echo "$as_val"'`
6943                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6944 $as_echo "$ac_res" >&6; }
6945 as_val=`eval 'as_val=${'$as_ac_Header'}
6946                  $as_echo "$as_val"'`
6947    if test "x$as_val" = x""yes; then
6948   cat >>confdefs.h <<_ACEOF
6949 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6950 _ACEOF
6951
6952 fi
6953
6954 done
6955
6956
6957
6958 for ac_header in pthread_np.h
6959 do
6960 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6961 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6962 $as_echo_n "checking for $ac_header... " >&6; }
6963 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6964   $as_echo_n "(cached) " >&6
6965 else
6966   cat >conftest.$ac_ext <<_ACEOF
6967 /* confdefs.h.  */
6968 _ACEOF
6969 cat confdefs.h >>conftest.$ac_ext
6970 cat >>conftest.$ac_ext <<_ACEOF
6971 /* end confdefs.h.  */
6972 #ifdef HAVE_PTHREAD_H
6973 #include <pthread.h>
6974 #endif
6975
6976 #include <$ac_header>
6977 _ACEOF
6978 rm -f conftest.$ac_objext
6979 if { (ac_try="$ac_compile"
6980 case "(($ac_try" in
6981   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6982   *) ac_try_echo=$ac_try;;
6983 esac
6984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6985 $as_echo "$ac_try_echo") >&5
6986   (eval "$ac_compile") 2>conftest.er1
6987   ac_status=$?
6988   grep -v '^ *+' conftest.er1 >conftest.err
6989   rm -f conftest.er1
6990   cat conftest.err >&5
6991   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6992   (exit $ac_status); } && {
6993          test -z "$ac_c_werror_flag" ||
6994          test ! -s conftest.err
6995        } && test -s conftest.$ac_objext; then
6996   eval "$as_ac_Header=yes"
6997 else
6998   $as_echo "$as_me: failed program was:" >&5
6999 sed 's/^/| /' conftest.$ac_ext >&5
7000
7001         eval "$as_ac_Header=no"
7002 fi
7003
7004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7005 fi
7006 ac_res=`eval 'as_val=${'$as_ac_Header'}
7007                  $as_echo "$as_val"'`
7008                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7009 $as_echo "$ac_res" >&6; }
7010 as_val=`eval 'as_val=${'$as_ac_Header'}
7011                  $as_echo "$as_val"'`
7012    if test "x$as_val" = x""yes; then
7013   cat >>confdefs.h <<_ACEOF
7014 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7015 _ACEOF
7016
7017 fi
7018
7019 done
7020
7021
7022
7023 for ac_header in linux/videodev.h
7024 do
7025 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7026 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7027 $as_echo_n "checking for $ac_header... " >&6; }
7028 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7029   $as_echo_n "(cached) " >&6
7030 else
7031   cat >conftest.$ac_ext <<_ACEOF
7032 /* confdefs.h.  */
7033 _ACEOF
7034 cat confdefs.h >>conftest.$ac_ext
7035 cat >>conftest.$ac_ext <<_ACEOF
7036 /* end confdefs.h.  */
7037 #ifdef HAVE_SYS_TIME_H
7038 #include <sys/time.h>
7039 #endif
7040 #include <sys/types.h>
7041 #ifdef HAVE_ASM_TYPES_H
7042 #include <asm/types.h>
7043 #endif
7044
7045 #include <$ac_header>
7046 _ACEOF
7047 rm -f conftest.$ac_objext
7048 if { (ac_try="$ac_compile"
7049 case "(($ac_try" in
7050   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7051   *) ac_try_echo=$ac_try;;
7052 esac
7053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7054 $as_echo "$ac_try_echo") >&5
7055   (eval "$ac_compile") 2>conftest.er1
7056   ac_status=$?
7057   grep -v '^ *+' conftest.er1 >conftest.err
7058   rm -f conftest.er1
7059   cat conftest.err >&5
7060   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7061   (exit $ac_status); } && {
7062          test -z "$ac_c_werror_flag" ||
7063          test ! -s conftest.err
7064        } && test -s conftest.$ac_objext; then
7065   eval "$as_ac_Header=yes"
7066 else
7067   $as_echo "$as_me: failed program was:" >&5
7068 sed 's/^/| /' conftest.$ac_ext >&5
7069
7070         eval "$as_ac_Header=no"
7071 fi
7072
7073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7074 fi
7075 ac_res=`eval 'as_val=${'$as_ac_Header'}
7076                  $as_echo "$as_val"'`
7077                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7078 $as_echo "$ac_res" >&6; }
7079 as_val=`eval 'as_val=${'$as_ac_Header'}
7080                  $as_echo "$as_val"'`
7081    if test "x$as_val" = x""yes; then
7082   cat >>confdefs.h <<_ACEOF
7083 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7084 _ACEOF
7085
7086 fi
7087
7088 done
7089
7090
7091
7092 for ac_header in linux/capi.h
7093 do
7094 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7095 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7096 $as_echo_n "checking for $ac_header... " >&6; }
7097 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7098   $as_echo_n "(cached) " >&6
7099 else
7100   cat >conftest.$ac_ext <<_ACEOF
7101 /* confdefs.h.  */
7102 _ACEOF
7103 cat confdefs.h >>conftest.$ac_ext
7104 cat >>conftest.$ac_ext <<_ACEOF
7105 /* end confdefs.h.  */
7106 #define __user
7107
7108 #include <$ac_header>
7109 _ACEOF
7110 rm -f conftest.$ac_objext
7111 if { (ac_try="$ac_compile"
7112 case "(($ac_try" in
7113   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7114   *) ac_try_echo=$ac_try;;
7115 esac
7116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7117 $as_echo "$ac_try_echo") >&5
7118   (eval "$ac_compile") 2>conftest.er1
7119   ac_status=$?
7120   grep -v '^ *+' conftest.er1 >conftest.err
7121   rm -f conftest.er1
7122   cat conftest.err >&5
7123   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7124   (exit $ac_status); } && {
7125          test -z "$ac_c_werror_flag" ||
7126          test ! -s conftest.err
7127        } && test -s conftest.$ac_objext; then
7128   eval "$as_ac_Header=yes"
7129 else
7130   $as_echo "$as_me: failed program was:" >&5
7131 sed 's/^/| /' conftest.$ac_ext >&5
7132
7133         eval "$as_ac_Header=no"
7134 fi
7135
7136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7137 fi
7138 ac_res=`eval 'as_val=${'$as_ac_Header'}
7139                  $as_echo "$as_val"'`
7140                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7141 $as_echo "$ac_res" >&6; }
7142 as_val=`eval 'as_val=${'$as_ac_Header'}
7143                  $as_echo "$as_val"'`
7144    if test "x$as_val" = x""yes; then
7145   cat >>confdefs.h <<_ACEOF
7146 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7147 _ACEOF
7148
7149 fi
7150
7151 done
7152
7153
7154
7155 DLLEXT=""
7156
7157 DLLFLAGS="-D_REENTRANT"
7158
7159 LDSHARED=""
7160
7161 LDDLLFLAGS=""
7162
7163 LIBEXT="so"
7164
7165 IMPLIBEXT="def"
7166
7167 LDRPATH_INSTALL=""
7168
7169 LDRPATH_LOCAL=""
7170
7171 # Extract the first word of "ldd", so it can be a program name with args.
7172 set dummy ldd; ac_word=$2
7173 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7174 $as_echo_n "checking for $ac_word... " >&6; }
7175 if test "${ac_cv_path_LDD+set}" = set; then
7176   $as_echo_n "(cached) " >&6
7177 else
7178   case $LDD in
7179   [\\/]* | ?:[\\/]*)
7180   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7181   ;;
7182   *)
7183   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7184 as_dummy="/sbin:/usr/sbin:$PATH"
7185 for as_dir in $as_dummy
7186 do
7187   IFS=$as_save_IFS
7188   test -z "$as_dir" && as_dir=.
7189   for ac_exec_ext in '' $ac_executable_extensions; do
7190   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7191     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7192     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7193     break 2
7194   fi
7195 done
7196 done
7197 IFS=$as_save_IFS
7198
7199   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7200   ;;
7201 esac
7202 fi
7203 LDD=$ac_cv_path_LDD
7204 if test -n "$LDD"; then
7205   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7206 $as_echo "$LDD" >&6; }
7207 else
7208   { $as_echo "$as_me:$LINENO: result: no" >&5
7209 $as_echo "no" >&6; }
7210 fi
7211
7212
7213
7214 case $host_os in
7215   cygwin*|mingw32*)
7216     if test -n "$ac_tool_prefix"; then
7217   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7218 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7219 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7220 $as_echo_n "checking for $ac_word... " >&6; }
7221 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7222   $as_echo_n "(cached) " >&6
7223 else
7224   if test -n "$DLLTOOL"; then
7225   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7226 else
7227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7228 for as_dir in $PATH
7229 do
7230   IFS=$as_save_IFS
7231   test -z "$as_dir" && as_dir=.
7232   for ac_exec_ext in '' $ac_executable_extensions; do
7233   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7234     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7235     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7236     break 2
7237   fi
7238 done
7239 done
7240 IFS=$as_save_IFS
7241
7242 fi
7243 fi
7244 DLLTOOL=$ac_cv_prog_DLLTOOL
7245 if test -n "$DLLTOOL"; then
7246   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7247 $as_echo "$DLLTOOL" >&6; }
7248 else
7249   { $as_echo "$as_me:$LINENO: result: no" >&5
7250 $as_echo "no" >&6; }
7251 fi
7252
7253
7254 fi
7255 if test -z "$ac_cv_prog_DLLTOOL"; then
7256   ac_ct_DLLTOOL=$DLLTOOL
7257   # Extract the first word of "dlltool", so it can be a program name with args.
7258 set dummy dlltool; ac_word=$2
7259 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7260 $as_echo_n "checking for $ac_word... " >&6; }
7261 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7262   $as_echo_n "(cached) " >&6
7263 else
7264   if test -n "$ac_ct_DLLTOOL"; then
7265   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7266 else
7267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7268 for as_dir in $PATH
7269 do
7270   IFS=$as_save_IFS
7271   test -z "$as_dir" && as_dir=.
7272   for ac_exec_ext in '' $ac_executable_extensions; do
7273   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7274     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7275     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7276     break 2
7277   fi
7278 done
7279 done
7280 IFS=$as_save_IFS
7281
7282 fi
7283 fi
7284 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7285 if test -n "$ac_ct_DLLTOOL"; then
7286   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7287 $as_echo "$ac_ct_DLLTOOL" >&6; }
7288 else
7289   { $as_echo "$as_me:$LINENO: result: no" >&5
7290 $as_echo "no" >&6; }
7291 fi
7292
7293   if test "x$ac_ct_DLLTOOL" = x; then
7294     DLLTOOL="false"
7295   else
7296     case $cross_compiling:$ac_tool_warned in
7297 yes:)
7298 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7299 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7300 ac_tool_warned=yes ;;
7301 esac
7302     DLLTOOL=$ac_ct_DLLTOOL
7303   fi
7304 else
7305   DLLTOOL="$ac_cv_prog_DLLTOOL"
7306 fi
7307
7308     if test -n "$ac_tool_prefix"; then
7309   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7310 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7311 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7312 $as_echo_n "checking for $ac_word... " >&6; }
7313 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7314   $as_echo_n "(cached) " >&6
7315 else
7316   if test -n "$DLLWRAP"; then
7317   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7318 else
7319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7320 for as_dir in $PATH
7321 do
7322   IFS=$as_save_IFS
7323   test -z "$as_dir" && as_dir=.
7324   for ac_exec_ext in '' $ac_executable_extensions; do
7325   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7326     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7327     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7328     break 2
7329   fi
7330 done
7331 done
7332 IFS=$as_save_IFS
7333
7334 fi
7335 fi
7336 DLLWRAP=$ac_cv_prog_DLLWRAP
7337 if test -n "$DLLWRAP"; then
7338   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7339 $as_echo "$DLLWRAP" >&6; }
7340 else
7341   { $as_echo "$as_me:$LINENO: result: no" >&5
7342 $as_echo "no" >&6; }
7343 fi
7344
7345
7346 fi
7347 if test -z "$ac_cv_prog_DLLWRAP"; then
7348   ac_ct_DLLWRAP=$DLLWRAP
7349   # Extract the first word of "dllwrap", so it can be a program name with args.
7350 set dummy dllwrap; ac_word=$2
7351 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7352 $as_echo_n "checking for $ac_word... " >&6; }
7353 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7354   $as_echo_n "(cached) " >&6
7355 else
7356   if test -n "$ac_ct_DLLWRAP"; then
7357   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7358 else
7359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7360 for as_dir in $PATH
7361 do
7362   IFS=$as_save_IFS
7363   test -z "$as_dir" && as_dir=.
7364   for ac_exec_ext in '' $ac_executable_extensions; do
7365   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7366     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7367     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7368     break 2
7369   fi
7370 done
7371 done
7372 IFS=$as_save_IFS
7373
7374 fi
7375 fi
7376 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7377 if test -n "$ac_ct_DLLWRAP"; then
7378   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7379 $as_echo "$ac_ct_DLLWRAP" >&6; }
7380 else
7381   { $as_echo "$as_me:$LINENO: result: no" >&5
7382 $as_echo "no" >&6; }
7383 fi
7384
7385   if test "x$ac_ct_DLLWRAP" = x; then
7386     DLLWRAP="false"
7387   else
7388     case $cross_compiling:$ac_tool_warned in
7389 yes:)
7390 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7391 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7392 ac_tool_warned=yes ;;
7393 esac
7394     DLLWRAP=$ac_ct_DLLWRAP
7395   fi
7396 else
7397   DLLWRAP="$ac_cv_prog_DLLWRAP"
7398 fi
7399
7400     if test -n "$ac_tool_prefix"; then
7401   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7402 set dummy ${ac_tool_prefix}ar; ac_word=$2
7403 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7404 $as_echo_n "checking for $ac_word... " >&6; }
7405 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7406   $as_echo_n "(cached) " >&6
7407 else
7408   if test -n "$MINGWAR"; then
7409   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7410 else
7411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7412 for as_dir in $PATH
7413 do
7414   IFS=$as_save_IFS
7415   test -z "$as_dir" && as_dir=.
7416   for ac_exec_ext in '' $ac_executable_extensions; do
7417   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7418     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7419     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7420     break 2
7421   fi
7422 done
7423 done
7424 IFS=$as_save_IFS
7425
7426 fi
7427 fi
7428 MINGWAR=$ac_cv_prog_MINGWAR
7429 if test -n "$MINGWAR"; then
7430   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7431 $as_echo "$MINGWAR" >&6; }
7432 else
7433   { $as_echo "$as_me:$LINENO: result: no" >&5
7434 $as_echo "no" >&6; }
7435 fi
7436
7437
7438 fi
7439 if test -z "$ac_cv_prog_MINGWAR"; then
7440   ac_ct_MINGWAR=$MINGWAR
7441   # Extract the first word of "ar", so it can be a program name with args.
7442 set dummy ar; ac_word=$2
7443 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7444 $as_echo_n "checking for $ac_word... " >&6; }
7445 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7446   $as_echo_n "(cached) " >&6
7447 else
7448   if test -n "$ac_ct_MINGWAR"; then
7449   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7450 else
7451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7452 for as_dir in $PATH
7453 do
7454   IFS=$as_save_IFS
7455   test -z "$as_dir" && as_dir=.
7456   for ac_exec_ext in '' $ac_executable_extensions; do
7457   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7458     ac_cv_prog_ac_ct_MINGWAR="ar"
7459     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7460     break 2
7461   fi
7462 done
7463 done
7464 IFS=$as_save_IFS
7465
7466 fi
7467 fi
7468 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7469 if test -n "$ac_ct_MINGWAR"; then
7470   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7471 $as_echo "$ac_ct_MINGWAR" >&6; }
7472 else
7473   { $as_echo "$as_me:$LINENO: result: no" >&5
7474 $as_echo "no" >&6; }
7475 fi
7476
7477   if test "x$ac_ct_MINGWAR" = x; then
7478     MINGWAR="false"
7479   else
7480     case $cross_compiling:$ac_tool_warned in
7481 yes:)
7482 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7483 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7484 ac_tool_warned=yes ;;
7485 esac
7486     MINGWAR=$ac_ct_MINGWAR
7487   fi
7488 else
7489   MINGWAR="$ac_cv_prog_MINGWAR"
7490 fi
7491
7492     if test "$DLLWRAP" = "false"; then
7493       LIBEXT="a"
7494     else
7495             LIBEXT="dll"
7496     fi
7497     IMPLIBEXT="a"
7498         WIN16_FILES=""
7499     WIN16_INSTALL=""
7500         enable_iphlpapi=${enable_iphlpapi:-no}
7501     enable_kernel32=${enable_kernel32:-no}
7502     enable_msvcrt=${enable_msvcrt:-no}
7503     enable_ntdll=${enable_ntdll:-no}
7504     enable_ws2_32=${enable_ws2_32:-no}
7505     enable_loader=${enable_loader:-no}
7506     enable_server=${enable_server:-no}
7507         with_x=${with_x:-no}
7508     with_pthread=${with_pthread:-no}
7509     ;;
7510   darwin*|macosx*)
7511     DLLEXT=".so"
7512     LIBEXT="dylib"
7513     DLLFLAGS="$DLLFLAGS -fPIC"
7514     LDDLLFLAGS="-bundle -multiply_defined suppress"
7515     LIBWINE_LDFLAGS="-multiply_defined suppress"
7516     LDSHARED="\$(CC) -dynamiclib"
7517     STRIP="$STRIP -x"
7518     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7519         SECURITYLIB="-framework Security -framework CoreFoundation"
7520
7521     COREFOUNDATIONLIB="-framework CoreFoundation"
7522
7523     IOKITLIB="-framework IOKit -framework CoreFoundation"
7524
7525     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7526
7527     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7528     then
7529                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7530
7531     fi
7532     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7533     then
7534                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7535
7536     fi
7537     case $host_cpu in
7538       *powerpc*)
7539         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
7540     esac
7541         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7542     then
7543         CARBONLIB="-framework Carbon"
7544
7545         enable_winequartz_drv=${enable_winequartz_drv:-yes}
7546     fi
7547     ;;
7548   *)
7549     DLLFLAGS="$DLLFLAGS -fPIC"
7550     DLLEXT=".so"
7551     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7552 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7553 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7554   $as_echo_n "(cached) " >&6
7555 else
7556   ac_wine_try_cflags_saved=$CFLAGS
7557 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7558 cat >conftest.$ac_ext <<_ACEOF
7559 void myfunc() {}
7560 _ACEOF
7561 rm -f conftest.$ac_objext conftest$ac_exeext
7562 if { (ac_try="$ac_link"
7563 case "(($ac_try" in
7564   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7565   *) ac_try_echo=$ac_try;;
7566 esac
7567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7568 $as_echo "$ac_try_echo") >&5
7569   (eval "$ac_link") 2>conftest.er1
7570   ac_status=$?
7571   grep -v '^ *+' conftest.er1 >conftest.err
7572   rm -f conftest.er1
7573   cat conftest.err >&5
7574   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7575   (exit $ac_status); } && {
7576          test -z "$ac_c_werror_flag" ||
7577          test ! -s conftest.err
7578        } && test -s conftest$ac_exeext && {
7579          test "$cross_compiling" = yes ||
7580          $as_test_x conftest$ac_exeext
7581        }; then
7582   ac_cv_c_dll_gnuelf="yes"
7583 else
7584   $as_echo "$as_me: failed program was:" >&5
7585 sed 's/^/| /' conftest.$ac_ext >&5
7586
7587         ac_cv_c_dll_gnuelf="no"
7588 fi
7589
7590 rm -rf conftest.dSYM
7591 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7592       conftest$ac_exeext conftest.$ac_ext
7593 CFLAGS=$ac_wine_try_cflags_saved
7594 fi
7595 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7596 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7597     if test "$ac_cv_c_dll_gnuelf" = "yes"
7598     then
7599       LDSHARED="\$(CC) -shared"
7600       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7601       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7602 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7603 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7604   $as_echo_n "(cached) " >&6
7605 else
7606   ac_wine_try_cflags_saved=$CFLAGS
7607 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7608 cat >conftest.$ac_ext <<_ACEOF
7609 /* confdefs.h.  */
7610 _ACEOF
7611 cat confdefs.h >>conftest.$ac_ext
7612 cat >>conftest.$ac_ext <<_ACEOF
7613 /* end confdefs.h.  */
7614
7615 int
7616 main ()
7617 {
7618
7619   ;
7620   return 0;
7621 }
7622 _ACEOF
7623 rm -f conftest.$ac_objext conftest$ac_exeext
7624 if { (ac_try="$ac_link"
7625 case "(($ac_try" in
7626   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7627   *) ac_try_echo=$ac_try;;
7628 esac
7629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7630 $as_echo "$ac_try_echo") >&5
7631   (eval "$ac_link") 2>conftest.er1
7632   ac_status=$?
7633   grep -v '^ *+' conftest.er1 >conftest.err
7634   rm -f conftest.er1
7635   cat conftest.err >&5
7636   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7637   (exit $ac_status); } && {
7638          test -z "$ac_c_werror_flag" ||
7639          test ! -s conftest.err
7640        } && test -s conftest$ac_exeext && {
7641          test "$cross_compiling" = yes ||
7642          $as_test_x conftest$ac_exeext
7643        }; then
7644   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7645 else
7646   $as_echo "$as_me: failed program was:" >&5
7647 sed 's/^/| /' conftest.$ac_ext >&5
7648
7649         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7650 fi
7651
7652 rm -rf conftest.dSYM
7653 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7654       conftest$ac_exeext conftest.$ac_ext
7655 CFLAGS=$ac_wine_try_cflags_saved
7656 fi
7657 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7658 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7659 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7660   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7661 else
7662   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7663 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7664 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7665   $as_echo_n "(cached) " >&6
7666 else
7667   ac_wine_try_cflags_saved=$CFLAGS
7668 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7669 cat >conftest.$ac_ext <<_ACEOF
7670 /* confdefs.h.  */
7671 _ACEOF
7672 cat confdefs.h >>conftest.$ac_ext
7673 cat >>conftest.$ac_ext <<_ACEOF
7674 /* end confdefs.h.  */
7675
7676 int
7677 main ()
7678 {
7679
7680   ;
7681   return 0;
7682 }
7683 _ACEOF
7684 rm -f conftest.$ac_objext conftest$ac_exeext
7685 if { (ac_try="$ac_link"
7686 case "(($ac_try" in
7687   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7688   *) ac_try_echo=$ac_try;;
7689 esac
7690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7691 $as_echo "$ac_try_echo") >&5
7692   (eval "$ac_link") 2>conftest.er1
7693   ac_status=$?
7694   grep -v '^ *+' conftest.er1 >conftest.err
7695   rm -f conftest.er1
7696   cat conftest.err >&5
7697   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7698   (exit $ac_status); } && {
7699          test -z "$ac_c_werror_flag" ||
7700          test ! -s conftest.err
7701        } && test -s conftest$ac_exeext && {
7702          test "$cross_compiling" = yes ||
7703          $as_test_x conftest$ac_exeext
7704        }; then
7705   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7706 else
7707   $as_echo "$as_me: failed program was:" >&5
7708 sed 's/^/| /' conftest.$ac_ext >&5
7709
7710         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7711 fi
7712
7713 rm -rf conftest.dSYM
7714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7715       conftest$ac_exeext conftest.$ac_ext
7716 CFLAGS=$ac_wine_try_cflags_saved
7717 fi
7718 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7719 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7720 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7721   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7722 fi
7723
7724 fi
7725
7726
7727       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7728 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7729 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7730   $as_echo_n "(cached) " >&6
7731 else
7732   ac_wine_try_cflags_saved=$CFLAGS
7733 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7734 cat >conftest.$ac_ext <<_ACEOF
7735 /* confdefs.h.  */
7736 _ACEOF
7737 cat confdefs.h >>conftest.$ac_ext
7738 cat >>conftest.$ac_ext <<_ACEOF
7739 /* end confdefs.h.  */
7740
7741 int
7742 main ()
7743 {
7744
7745   ;
7746   return 0;
7747 }
7748 _ACEOF
7749 rm -f conftest.$ac_objext conftest$ac_exeext
7750 if { (ac_try="$ac_link"
7751 case "(($ac_try" in
7752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7753   *) ac_try_echo=$ac_try;;
7754 esac
7755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7756 $as_echo "$ac_try_echo") >&5
7757   (eval "$ac_link") 2>conftest.er1
7758   ac_status=$?
7759   grep -v '^ *+' conftest.er1 >conftest.err
7760   rm -f conftest.er1
7761   cat conftest.err >&5
7762   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7763   (exit $ac_status); } && {
7764          test -z "$ac_c_werror_flag" ||
7765          test ! -s conftest.err
7766        } && test -s conftest$ac_exeext && {
7767          test "$cross_compiling" = yes ||
7768          $as_test_x conftest$ac_exeext
7769        }; then
7770   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7771 else
7772   $as_echo "$as_me: failed program was:" >&5
7773 sed 's/^/| /' conftest.$ac_ext >&5
7774
7775         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7776 fi
7777
7778 rm -rf conftest.dSYM
7779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7780       conftest$ac_exeext conftest.$ac_ext
7781 CFLAGS=$ac_wine_try_cflags_saved
7782 fi
7783 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7784 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7785 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7786   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7787 fi
7788
7789
7790       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7791 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7792 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7793   $as_echo_n "(cached) " >&6
7794 else
7795   ac_wine_try_cflags_saved=$CFLAGS
7796 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7797 cat >conftest.$ac_ext <<_ACEOF
7798 /* confdefs.h.  */
7799 _ACEOF
7800 cat confdefs.h >>conftest.$ac_ext
7801 cat >>conftest.$ac_ext <<_ACEOF
7802 /* end confdefs.h.  */
7803
7804 int
7805 main ()
7806 {
7807
7808   ;
7809   return 0;
7810 }
7811 _ACEOF
7812 rm -f conftest.$ac_objext conftest$ac_exeext
7813 if { (ac_try="$ac_link"
7814 case "(($ac_try" in
7815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7816   *) ac_try_echo=$ac_try;;
7817 esac
7818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7819 $as_echo "$ac_try_echo") >&5
7820   (eval "$ac_link") 2>conftest.er1
7821   ac_status=$?
7822   grep -v '^ *+' conftest.er1 >conftest.err
7823   rm -f conftest.er1
7824   cat conftest.err >&5
7825   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7826   (exit $ac_status); } && {
7827          test -z "$ac_c_werror_flag" ||
7828          test ! -s conftest.err
7829        } && test -s conftest$ac_exeext && {
7830          test "$cross_compiling" = yes ||
7831          $as_test_x conftest$ac_exeext
7832        }; then
7833   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7834 else
7835   $as_echo "$as_me: failed program was:" >&5
7836 sed 's/^/| /' conftest.$ac_ext >&5
7837
7838         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7839 fi
7840
7841 rm -rf conftest.dSYM
7842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7843       conftest$ac_exeext conftest.$ac_ext
7844 CFLAGS=$ac_wine_try_cflags_saved
7845 fi
7846 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7847 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7848 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7849   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7850 fi
7851
7852
7853       echo '{ global: *; };' >conftest.map
7854       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7855 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7856 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7857   $as_echo_n "(cached) " >&6
7858 else
7859   ac_wine_try_cflags_saved=$CFLAGS
7860 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7861 cat >conftest.$ac_ext <<_ACEOF
7862 /* confdefs.h.  */
7863 _ACEOF
7864 cat confdefs.h >>conftest.$ac_ext
7865 cat >>conftest.$ac_ext <<_ACEOF
7866 /* end confdefs.h.  */
7867
7868 int
7869 main ()
7870 {
7871
7872   ;
7873   return 0;
7874 }
7875 _ACEOF
7876 rm -f conftest.$ac_objext conftest$ac_exeext
7877 if { (ac_try="$ac_link"
7878 case "(($ac_try" in
7879   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7880   *) ac_try_echo=$ac_try;;
7881 esac
7882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7883 $as_echo "$ac_try_echo") >&5
7884   (eval "$ac_link") 2>conftest.er1
7885   ac_status=$?
7886   grep -v '^ *+' conftest.er1 >conftest.err
7887   rm -f conftest.er1
7888   cat conftest.err >&5
7889   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7890   (exit $ac_status); } && {
7891          test -z "$ac_c_werror_flag" ||
7892          test ! -s conftest.err
7893        } && test -s conftest$ac_exeext && {
7894          test "$cross_compiling" = yes ||
7895          $as_test_x conftest$ac_exeext
7896        }; then
7897   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7898 else
7899   $as_echo "$as_me: failed program was:" >&5
7900 sed 's/^/| /' conftest.$ac_ext >&5
7901
7902         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7903 fi
7904
7905 rm -rf conftest.dSYM
7906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7907       conftest$ac_exeext conftest.$ac_ext
7908 CFLAGS=$ac_wine_try_cflags_saved
7909 fi
7910 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7911 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7912 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7913   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7914 fi
7915
7916       rm -f conftest.map
7917
7918       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7919 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7920 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7921   $as_echo_n "(cached) " >&6
7922 else
7923   ac_wine_try_cflags_saved=$CFLAGS
7924 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7925 cat >conftest.$ac_ext <<_ACEOF
7926 /* confdefs.h.  */
7927 _ACEOF
7928 cat confdefs.h >>conftest.$ac_ext
7929 cat >>conftest.$ac_ext <<_ACEOF
7930 /* end confdefs.h.  */
7931
7932 int
7933 main ()
7934 {
7935
7936   ;
7937   return 0;
7938 }
7939 _ACEOF
7940 rm -f conftest.$ac_objext conftest$ac_exeext
7941 if { (ac_try="$ac_link"
7942 case "(($ac_try" in
7943   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7944   *) ac_try_echo=$ac_try;;
7945 esac
7946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7947 $as_echo "$ac_try_echo") >&5
7948   (eval "$ac_link") 2>conftest.er1
7949   ac_status=$?
7950   grep -v '^ *+' conftest.er1 >conftest.err
7951   rm -f conftest.er1
7952   cat conftest.err >&5
7953   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7954   (exit $ac_status); } && {
7955          test -z "$ac_c_werror_flag" ||
7956          test ! -s conftest.err
7957        } && test -s conftest$ac_exeext && {
7958          test "$cross_compiling" = yes ||
7959          $as_test_x conftest$ac_exeext
7960        }; then
7961   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7962 else
7963   $as_echo "$as_me: failed program was:" >&5
7964 sed 's/^/| /' conftest.$ac_ext >&5
7965
7966         ac_cv_cflags__fPIC__Wl___export_dynamic=no
7967 fi
7968
7969 rm -rf conftest.dSYM
7970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7971       conftest$ac_exeext conftest.$ac_ext
7972 CFLAGS=$ac_wine_try_cflags_saved
7973 fi
7974 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7975 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7976 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7977   LDEXECFLAGS="-Wl,--export-dynamic"
7978
7979 fi
7980
7981
7982       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7983 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7984 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7985 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7986   $as_echo_n "(cached) " >&6
7987 else
7988   ac_wine_try_cflags_saved=$CFLAGS
7989 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7990 cat >conftest.$ac_ext <<_ACEOF
7991 /* confdefs.h.  */
7992 _ACEOF
7993 cat confdefs.h >>conftest.$ac_ext
7994 cat >>conftest.$ac_ext <<_ACEOF
7995 /* end confdefs.h.  */
7996
7997 int
7998 main ()
7999 {
8000
8001   ;
8002   return 0;
8003 }
8004 _ACEOF
8005 rm -f conftest.$ac_objext conftest$ac_exeext
8006 if { (ac_try="$ac_link"
8007 case "(($ac_try" in
8008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8009   *) ac_try_echo=$ac_try;;
8010 esac
8011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8012 $as_echo "$ac_try_echo") >&5
8013   (eval "$ac_link") 2>conftest.er1
8014   ac_status=$?
8015   grep -v '^ *+' conftest.er1 >conftest.err
8016   rm -f conftest.er1
8017   cat conftest.err >&5
8018   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8019   (exit $ac_status); } && {
8020          test -z "$ac_c_werror_flag" ||
8021          test ! -s conftest.err
8022        } && test -s conftest$ac_exeext && {
8023          test "$cross_compiling" = yes ||
8024          $as_test_x conftest$ac_exeext
8025        }; then
8026   eval "$as_ac_var=yes"
8027 else
8028   $as_echo "$as_me: failed program was:" >&5
8029 sed 's/^/| /' conftest.$ac_ext >&5
8030
8031         eval "$as_ac_var=no"
8032 fi
8033
8034 rm -rf conftest.dSYM
8035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8036       conftest$ac_exeext conftest.$ac_ext
8037 CFLAGS=$ac_wine_try_cflags_saved
8038 fi
8039 ac_res=`eval 'as_val=${'$as_ac_var'}
8040                  $as_echo "$as_val"'`
8041                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8042 $as_echo "$ac_res" >&6; }
8043 if test `eval 'as_val=${'$as_ac_var'}
8044                  $as_echo "$as_val"'` = yes; then
8045   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8046                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8047 else
8048   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8049 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8050 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8051 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8052   $as_echo_n "(cached) " >&6
8053 else
8054   ac_wine_try_cflags_saved=$CFLAGS
8055 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8056 cat >conftest.$ac_ext <<_ACEOF
8057 /* confdefs.h.  */
8058 _ACEOF
8059 cat confdefs.h >>conftest.$ac_ext
8060 cat >>conftest.$ac_ext <<_ACEOF
8061 /* end confdefs.h.  */
8062
8063 int
8064 main ()
8065 {
8066
8067   ;
8068   return 0;
8069 }
8070 _ACEOF
8071 rm -f conftest.$ac_objext conftest$ac_exeext
8072 if { (ac_try="$ac_link"
8073 case "(($ac_try" in
8074   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8075   *) ac_try_echo=$ac_try;;
8076 esac
8077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8078 $as_echo "$ac_try_echo") >&5
8079   (eval "$ac_link") 2>conftest.er1
8080   ac_status=$?
8081   grep -v '^ *+' conftest.er1 >conftest.err
8082   rm -f conftest.er1
8083   cat conftest.err >&5
8084   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8085   (exit $ac_status); } && {
8086          test -z "$ac_c_werror_flag" ||
8087          test ! -s conftest.err
8088        } && test -s conftest$ac_exeext && {
8089          test "$cross_compiling" = yes ||
8090          $as_test_x conftest$ac_exeext
8091        }; then
8092   eval "$as_ac_var=yes"
8093 else
8094   $as_echo "$as_me: failed program was:" >&5
8095 sed 's/^/| /' conftest.$ac_ext >&5
8096
8097         eval "$as_ac_var=no"
8098 fi
8099
8100 rm -rf conftest.dSYM
8101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8102       conftest$ac_exeext conftest.$ac_ext
8103 CFLAGS=$ac_wine_try_cflags_saved
8104 fi
8105 ac_res=`eval 'as_val=${'$as_ac_var'}
8106                  $as_echo "$as_val"'`
8107                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8108 $as_echo "$ac_res" >&6; }
8109 if test `eval 'as_val=${'$as_ac_var'}
8110                  $as_echo "$as_val"'` = yes; then
8111   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8112                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8113 fi
8114
8115 fi
8116
8117
8118       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8119 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8120 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8121   $as_echo_n "(cached) " >&6
8122 else
8123   ac_wine_try_cflags_saved=$CFLAGS
8124 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8125 cat >conftest.$ac_ext <<_ACEOF
8126 /* confdefs.h.  */
8127 _ACEOF
8128 cat confdefs.h >>conftest.$ac_ext
8129 cat >>conftest.$ac_ext <<_ACEOF
8130 /* end confdefs.h.  */
8131
8132 int
8133 main ()
8134 {
8135
8136   ;
8137   return 0;
8138 }
8139 _ACEOF
8140 rm -f conftest.$ac_objext conftest$ac_exeext
8141 if { (ac_try="$ac_link"
8142 case "(($ac_try" in
8143   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8144   *) ac_try_echo=$ac_try;;
8145 esac
8146 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8147 $as_echo "$ac_try_echo") >&5
8148   (eval "$ac_link") 2>conftest.er1
8149   ac_status=$?
8150   grep -v '^ *+' conftest.er1 >conftest.err
8151   rm -f conftest.er1
8152   cat conftest.err >&5
8153   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8154   (exit $ac_status); } && {
8155          test -z "$ac_c_werror_flag" ||
8156          test ! -s conftest.err
8157        } && test -s conftest$ac_exeext && {
8158          test "$cross_compiling" = yes ||
8159          $as_test_x conftest$ac_exeext
8160        }; then
8161   ac_cv_cflags__Wl___enable_new_dtags=yes
8162 else
8163   $as_echo "$as_me: failed program was:" >&5
8164 sed 's/^/| /' conftest.$ac_ext >&5
8165
8166         ac_cv_cflags__Wl___enable_new_dtags=no
8167 fi
8168
8169 rm -rf conftest.dSYM
8170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8171       conftest$ac_exeext conftest.$ac_ext
8172 CFLAGS=$ac_wine_try_cflags_saved
8173 fi
8174 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8175 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8176 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8177   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8178 fi
8179
8180
8181       case $host_cpu in
8182         *i[3456789]86* | x86_64)
8183           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8184 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8185 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8186   $as_echo_n "(cached) " >&6
8187 else
8188   ac_wine_try_cflags_saved=$CFLAGS
8189 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8190 cat >conftest.$ac_ext <<_ACEOF
8191 /* confdefs.h.  */
8192 _ACEOF
8193 cat confdefs.h >>conftest.$ac_ext
8194 cat >>conftest.$ac_ext <<_ACEOF
8195 /* end confdefs.h.  */
8196
8197 int
8198 main ()
8199 {
8200
8201   ;
8202   return 0;
8203 }
8204 _ACEOF
8205 rm -f conftest.$ac_objext conftest$ac_exeext
8206 if { (ac_try="$ac_link"
8207 case "(($ac_try" in
8208   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8209   *) ac_try_echo=$ac_try;;
8210 esac
8211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8212 $as_echo "$ac_try_echo") >&5
8213   (eval "$ac_link") 2>conftest.er1
8214   ac_status=$?
8215   grep -v '^ *+' conftest.er1 >conftest.err
8216   rm -f conftest.er1
8217   cat conftest.err >&5
8218   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8219   (exit $ac_status); } && {
8220          test -z "$ac_c_werror_flag" ||
8221          test ! -s conftest.err
8222        } && test -s conftest$ac_exeext && {
8223          test "$cross_compiling" = yes ||
8224          $as_test_x conftest$ac_exeext
8225        }; then
8226   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8227 else
8228   $as_echo "$as_me: failed program was:" >&5
8229 sed 's/^/| /' conftest.$ac_ext >&5
8230
8231         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8232 fi
8233
8234 rm -rf conftest.dSYM
8235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8236       conftest$ac_exeext conftest.$ac_ext
8237 CFLAGS=$ac_wine_try_cflags_saved
8238 fi
8239 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8240 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8241 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8242   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8243 fi
8244
8245           ;;
8246       esac
8247
8248     else
8249       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8250 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8251 if test "${ac_cv_c_dll_unixware+set}" = set; then
8252   $as_echo_n "(cached) " >&6
8253 else
8254   ac_wine_try_cflags_saved=$CFLAGS
8255 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8256 cat >conftest.$ac_ext <<_ACEOF
8257 void myfunc() {}
8258 _ACEOF
8259 rm -f conftest.$ac_objext conftest$ac_exeext
8260 if { (ac_try="$ac_link"
8261 case "(($ac_try" in
8262   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8263   *) ac_try_echo=$ac_try;;
8264 esac
8265 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8266 $as_echo "$ac_try_echo") >&5
8267   (eval "$ac_link") 2>conftest.er1
8268   ac_status=$?
8269   grep -v '^ *+' conftest.er1 >conftest.err
8270   rm -f conftest.er1
8271   cat conftest.err >&5
8272   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8273   (exit $ac_status); } && {
8274          test -z "$ac_c_werror_flag" ||
8275          test ! -s conftest.err
8276        } && test -s conftest$ac_exeext && {
8277          test "$cross_compiling" = yes ||
8278          $as_test_x conftest$ac_exeext
8279        }; then
8280   ac_cv_c_dll_unixware="yes"
8281 else
8282   $as_echo "$as_me: failed program was:" >&5
8283 sed 's/^/| /' conftest.$ac_ext >&5
8284
8285         ac_cv_c_dll_unixware="no"
8286 fi
8287
8288 rm -rf conftest.dSYM
8289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8290       conftest$ac_exeext conftest.$ac_ext
8291 CFLAGS=$ac_wine_try_cflags_saved
8292 fi
8293 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8294 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8295       if test "$ac_cv_c_dll_unixware" = "yes"
8296       then
8297         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8298         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8299
8300       else
8301         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8302 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8303 if test "${ac_cv_c_dll_hpux+set}" = set; then
8304   $as_echo_n "(cached) " >&6
8305 else
8306   ac_wine_try_cflags_saved=$CFLAGS
8307 CFLAGS="$CFLAGS -shared"
8308 cat >conftest.$ac_ext <<_ACEOF
8309 void myfunc() {}
8310 _ACEOF
8311 rm -f conftest.$ac_objext conftest$ac_exeext
8312 if { (ac_try="$ac_link"
8313 case "(($ac_try" in
8314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8315   *) ac_try_echo=$ac_try;;
8316 esac
8317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8318 $as_echo "$ac_try_echo") >&5
8319   (eval "$ac_link") 2>conftest.er1
8320   ac_status=$?
8321   grep -v '^ *+' conftest.er1 >conftest.err
8322   rm -f conftest.er1
8323   cat conftest.err >&5
8324   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8325   (exit $ac_status); } && {
8326          test -z "$ac_c_werror_flag" ||
8327          test ! -s conftest.err
8328        } && test -s conftest$ac_exeext && {
8329          test "$cross_compiling" = yes ||
8330          $as_test_x conftest$ac_exeext
8331        }; then
8332   ac_cv_c_dll_hpux="yes"
8333 else
8334   $as_echo "$as_me: failed program was:" >&5
8335 sed 's/^/| /' conftest.$ac_ext >&5
8336
8337         ac_cv_c_dll_hpux="no"
8338 fi
8339
8340 rm -rf conftest.dSYM
8341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8342       conftest$ac_exeext conftest.$ac_ext
8343 CFLAGS=$ac_wine_try_cflags_saved
8344 fi
8345 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8346 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8347         if test "$ac_cv_c_dll_hpux" = "yes"
8348         then
8349           LIBEXT="sl"
8350           DLLEXT=".sl"
8351           LDDLLFLAGS="-shared -fPIC"
8352           LDSHARED="\$(CC) -shared"
8353         fi
8354       fi
8355     fi
8356     ;;
8357 esac
8358
8359 enable_winequartz_drv=${enable_winequartz_drv:-no}
8360
8361 if test "$LIBEXT" = "a"; then
8362   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8363 It is currently not possible to build Wine without shared library
8364 (.so) support to allow transparent switch between .so and .dll files.
8365 If you are using Linux, you will need a newer binutils.
8366 " >&5
8367 $as_echo "$as_me: error: could not find a way to build shared libraries.
8368 It is currently not possible to build Wine without shared library
8369 (.so) support to allow transparent switch between .so and .dll files.
8370 If you are using Linux, you will need a newer binutils.
8371 " >&2;}
8372    { (exit 1); exit 1; }; }
8373 fi
8374
8375 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8376 then
8377     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
8378 do
8379   # Extract the first word of "$ac_prog", so it can be a program name with args.
8380 set dummy $ac_prog; ac_word=$2
8381 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8382 $as_echo_n "checking for $ac_word... " >&6; }
8383 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8384   $as_echo_n "(cached) " >&6
8385 else
8386   if test -n "$CROSSCC"; then
8387   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8388 else
8389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8390 for as_dir in $PATH
8391 do
8392   IFS=$as_save_IFS
8393   test -z "$as_dir" && as_dir=.
8394   for ac_exec_ext in '' $ac_executable_extensions; do
8395   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8396     ac_cv_prog_CROSSCC="$ac_prog"
8397     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8398     break 2
8399   fi
8400 done
8401 done
8402 IFS=$as_save_IFS
8403
8404 fi
8405 fi
8406 CROSSCC=$ac_cv_prog_CROSSCC
8407 if test -n "$CROSSCC"; then
8408   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8409 $as_echo "$CROSSCC" >&6; }
8410 else
8411   { $as_echo "$as_me:$LINENO: result: no" >&5
8412 $as_echo "no" >&6; }
8413 fi
8414
8415
8416   test -n "$CROSSCC" && break
8417 done
8418 test -n "$CROSSCC" || CROSSCC="false"
8419
8420     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
8421 do
8422   # Extract the first word of "$ac_prog", so it can be a program name with args.
8423 set dummy $ac_prog; ac_word=$2
8424 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8425 $as_echo_n "checking for $ac_word... " >&6; }
8426 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8427   $as_echo_n "(cached) " >&6
8428 else
8429   if test -n "$DLLTOOL"; then
8430   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8431 else
8432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8433 for as_dir in $PATH
8434 do
8435   IFS=$as_save_IFS
8436   test -z "$as_dir" && as_dir=.
8437   for ac_exec_ext in '' $ac_executable_extensions; do
8438   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8439     ac_cv_prog_DLLTOOL="$ac_prog"
8440     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8441     break 2
8442   fi
8443 done
8444 done
8445 IFS=$as_save_IFS
8446
8447 fi
8448 fi
8449 DLLTOOL=$ac_cv_prog_DLLTOOL
8450 if test -n "$DLLTOOL"; then
8451   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8452 $as_echo "$DLLTOOL" >&6; }
8453 else
8454   { $as_echo "$as_me:$LINENO: result: no" >&5
8455 $as_echo "no" >&6; }
8456 fi
8457
8458
8459   test -n "$DLLTOOL" && break
8460 done
8461 test -n "$DLLTOOL" || DLLTOOL="false"
8462
8463     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
8464 do
8465   # Extract the first word of "$ac_prog", so it can be a program name with args.
8466 set dummy $ac_prog; ac_word=$2
8467 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8468 $as_echo_n "checking for $ac_word... " >&6; }
8469 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8470   $as_echo_n "(cached) " >&6
8471 else
8472   if test -n "$CROSSWINDRES"; then
8473   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8474 else
8475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8476 for as_dir in $PATH
8477 do
8478   IFS=$as_save_IFS
8479   test -z "$as_dir" && as_dir=.
8480   for ac_exec_ext in '' $ac_executable_extensions; do
8481   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8482     ac_cv_prog_CROSSWINDRES="$ac_prog"
8483     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8484     break 2
8485   fi
8486 done
8487 done
8488 IFS=$as_save_IFS
8489
8490 fi
8491 fi
8492 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8493 if test -n "$CROSSWINDRES"; then
8494   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8495 $as_echo "$CROSSWINDRES" >&6; }
8496 else
8497   { $as_echo "$as_me:$LINENO: result: no" >&5
8498 $as_echo "no" >&6; }
8499 fi
8500
8501
8502   test -n "$CROSSWINDRES" && break
8503 done
8504 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8505
8506     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
8507 do
8508   # Extract the first word of "$ac_prog", so it can be a program name with args.
8509 set dummy $ac_prog; ac_word=$2
8510 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8511 $as_echo_n "checking for $ac_word... " >&6; }
8512 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8513   $as_echo_n "(cached) " >&6
8514 else
8515   if test -n "$MINGWAR"; then
8516   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8517 else
8518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8519 for as_dir in $PATH
8520 do
8521   IFS=$as_save_IFS
8522   test -z "$as_dir" && as_dir=.
8523   for ac_exec_ext in '' $ac_executable_extensions; do
8524   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8525     ac_cv_prog_MINGWAR="$ac_prog"
8526     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8527     break 2
8528   fi
8529 done
8530 done
8531 IFS=$as_save_IFS
8532
8533 fi
8534 fi
8535 MINGWAR=$ac_cv_prog_MINGWAR
8536 if test -n "$MINGWAR"; then
8537   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8538 $as_echo "$MINGWAR" >&6; }
8539 else
8540   { $as_echo "$as_me:$LINENO: result: no" >&5
8541 $as_echo "no" >&6; }
8542 fi
8543
8544
8545   test -n "$MINGWAR" && break
8546 done
8547 test -n "$MINGWAR" || MINGWAR="false"
8548
8549     if test "$CROSSCC" != "false"
8550     then
8551         CROSSTEST="\$(CROSSTEST)"
8552
8553     fi
8554 fi
8555
8556
8557 if test "$ac_cv_header_pthread_h" = "yes"
8558 then
8559     { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8560 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8561 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8562   $as_echo_n "(cached) " >&6
8563 else
8564   ac_check_lib_save_LIBS=$LIBS
8565 LIBS="-lpthread  $LIBS"
8566 cat >conftest.$ac_ext <<_ACEOF
8567 /* confdefs.h.  */
8568 _ACEOF
8569 cat confdefs.h >>conftest.$ac_ext
8570 cat >>conftest.$ac_ext <<_ACEOF
8571 /* end confdefs.h.  */
8572
8573 /* Override any GCC internal prototype to avoid an error.
8574    Use char because int might match the return type of a GCC
8575    builtin and then its argument prototype would still apply.  */
8576 #ifdef __cplusplus
8577 extern "C"
8578 #endif
8579 char pthread_create ();
8580 int
8581 main ()
8582 {
8583 return pthread_create ();
8584   ;
8585   return 0;
8586 }
8587 _ACEOF
8588 rm -f conftest.$ac_objext conftest$ac_exeext
8589 if { (ac_try="$ac_link"
8590 case "(($ac_try" in
8591   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8592   *) ac_try_echo=$ac_try;;
8593 esac
8594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8595 $as_echo "$ac_try_echo") >&5
8596   (eval "$ac_link") 2>conftest.er1
8597   ac_status=$?
8598   grep -v '^ *+' conftest.er1 >conftest.err
8599   rm -f conftest.er1
8600   cat conftest.err >&5
8601   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8602   (exit $ac_status); } && {
8603          test -z "$ac_c_werror_flag" ||
8604          test ! -s conftest.err
8605        } && test -s conftest$ac_exeext && {
8606          test "$cross_compiling" = yes ||
8607          $as_test_x conftest$ac_exeext
8608        }; then
8609   ac_cv_lib_pthread_pthread_create=yes
8610 else
8611   $as_echo "$as_me: failed program was:" >&5
8612 sed 's/^/| /' conftest.$ac_ext >&5
8613
8614         ac_cv_lib_pthread_pthread_create=no
8615 fi
8616
8617 rm -rf conftest.dSYM
8618 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8619       conftest$ac_exeext conftest.$ac_ext
8620 LIBS=$ac_check_lib_save_LIBS
8621 fi
8622 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8623 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8624 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8625   LIBPTHREAD="-lpthread"
8626
8627 fi
8628
8629 fi
8630 if test "x$LIBPTHREAD" = "x"; then
8631   case "x$with_pthread" in
8632   xno) ;;
8633   *)   { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8634 Wine cannot support threads without libpthread.
8635 Use the --without-pthread option if you really want this." >&5
8636 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8637 Wine cannot support threads without libpthread.
8638 Use the --without-pthread option if you really want this." >&2;}
8639    { (exit 1); exit 1; }; } ;;
8640 esac
8641 fi
8642
8643
8644
8645 { $as_echo "$as_me:$LINENO: checking for X" >&5
8646 $as_echo_n "checking for X... " >&6; }
8647
8648
8649 # Check whether --with-x was given.
8650 if test "${with_x+set}" = set; then
8651   withval=$with_x;
8652 fi
8653
8654 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8655 if test "x$with_x" = xno; then
8656   # The user explicitly disabled X.
8657   have_x=disabled
8658 else
8659   case $x_includes,$x_libraries in #(
8660     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8661 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8662    { (exit 1); exit 1; }; };; #(
8663     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8664   $as_echo_n "(cached) " >&6
8665 else
8666   # One or both of the vars are not set, and there is no cached value.
8667 ac_x_includes=no ac_x_libraries=no
8668 rm -f -r conftest.dir
8669 if mkdir conftest.dir; then
8670   cd conftest.dir
8671   cat >Imakefile <<'_ACEOF'
8672 incroot:
8673         @echo incroot='${INCROOT}'
8674 usrlibdir:
8675         @echo usrlibdir='${USRLIBDIR}'
8676 libdir:
8677         @echo libdir='${LIBDIR}'
8678 _ACEOF
8679   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8680     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8681     for ac_var in incroot usrlibdir libdir; do
8682       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8683     done
8684     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8685     for ac_extension in a so sl dylib la dll; do
8686       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8687          test -f "$ac_im_libdir/libX11.$ac_extension"; then
8688         ac_im_usrlibdir=$ac_im_libdir; break
8689       fi
8690     done
8691     # Screen out bogus values from the imake configuration.  They are
8692     # bogus both because they are the default anyway, and because
8693     # using them would break gcc on systems where it needs fixed includes.
8694     case $ac_im_incroot in
8695         /usr/include) ac_x_includes= ;;
8696         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8697     esac
8698     case $ac_im_usrlibdir in
8699         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8700         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8701     esac
8702   fi
8703   cd ..
8704   rm -f -r conftest.dir
8705 fi
8706
8707 # Standard set of common directories for X headers.
8708 # Check X11 before X11Rn because it is often a symlink to the current release.
8709 ac_x_header_dirs='
8710 /usr/X11/include
8711 /usr/X11R6/include
8712 /usr/X11R5/include
8713 /usr/X11R4/include
8714
8715 /usr/include/X11
8716 /usr/include/X11R6
8717 /usr/include/X11R5
8718 /usr/include/X11R4
8719
8720 /usr/local/X11/include
8721 /usr/local/X11R6/include
8722 /usr/local/X11R5/include
8723 /usr/local/X11R4/include
8724
8725 /usr/local/include/X11
8726 /usr/local/include/X11R6
8727 /usr/local/include/X11R5
8728 /usr/local/include/X11R4
8729
8730 /usr/X386/include
8731 /usr/x386/include
8732 /usr/XFree86/include/X11
8733
8734 /usr/include
8735 /usr/local/include
8736 /usr/unsupported/include
8737 /usr/athena/include
8738 /usr/local/x11r5/include
8739 /usr/lpp/Xamples/include
8740
8741 /usr/openwin/include
8742 /usr/openwin/share/include'
8743
8744 if test "$ac_x_includes" = no; then
8745   # Guess where to find include files, by looking for Xlib.h.
8746   # First, try using that file with no special directory specified.
8747   cat >conftest.$ac_ext <<_ACEOF
8748 /* confdefs.h.  */
8749 _ACEOF
8750 cat confdefs.h >>conftest.$ac_ext
8751 cat >>conftest.$ac_ext <<_ACEOF
8752 /* end confdefs.h.  */
8753 #include <X11/Xlib.h>
8754 _ACEOF
8755 if { (ac_try="$ac_cpp conftest.$ac_ext"
8756 case "(($ac_try" in
8757   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8758   *) ac_try_echo=$ac_try;;
8759 esac
8760 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8761 $as_echo "$ac_try_echo") >&5
8762   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8763   ac_status=$?
8764   grep -v '^ *+' conftest.er1 >conftest.err
8765   rm -f conftest.er1
8766   cat conftest.err >&5
8767   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8768   (exit $ac_status); } >/dev/null && {
8769          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8770          test ! -s conftest.err
8771        }; then
8772   # We can compile using X headers with no special include directory.
8773 ac_x_includes=
8774 else
8775   $as_echo "$as_me: failed program was:" >&5
8776 sed 's/^/| /' conftest.$ac_ext >&5
8777
8778   for ac_dir in $ac_x_header_dirs; do
8779   if test -r "$ac_dir/X11/Xlib.h"; then
8780     ac_x_includes=$ac_dir
8781     break
8782   fi
8783 done
8784 fi
8785
8786 rm -f conftest.err conftest.$ac_ext
8787 fi # $ac_x_includes = no
8788
8789 if test "$ac_x_libraries" = no; then
8790   # Check for the libraries.
8791   # See if we find them without any special options.
8792   # Don't add to $LIBS permanently.
8793   ac_save_LIBS=$LIBS
8794   LIBS="-lX11 $LIBS"
8795   cat >conftest.$ac_ext <<_ACEOF
8796 /* confdefs.h.  */
8797 _ACEOF
8798 cat confdefs.h >>conftest.$ac_ext
8799 cat >>conftest.$ac_ext <<_ACEOF
8800 /* end confdefs.h.  */
8801 #include <X11/Xlib.h>
8802 int
8803 main ()
8804 {
8805 XrmInitialize ()
8806   ;
8807   return 0;
8808 }
8809 _ACEOF
8810 rm -f conftest.$ac_objext conftest$ac_exeext
8811 if { (ac_try="$ac_link"
8812 case "(($ac_try" in
8813   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8814   *) ac_try_echo=$ac_try;;
8815 esac
8816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8817 $as_echo "$ac_try_echo") >&5
8818   (eval "$ac_link") 2>conftest.er1
8819   ac_status=$?
8820   grep -v '^ *+' conftest.er1 >conftest.err
8821   rm -f conftest.er1
8822   cat conftest.err >&5
8823   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8824   (exit $ac_status); } && {
8825          test -z "$ac_c_werror_flag" ||
8826          test ! -s conftest.err
8827        } && test -s conftest$ac_exeext && {
8828          test "$cross_compiling" = yes ||
8829          $as_test_x conftest$ac_exeext
8830        }; then
8831   LIBS=$ac_save_LIBS
8832 # We can link X programs with no special library path.
8833 ac_x_libraries=
8834 else
8835   $as_echo "$as_me: failed program was:" >&5
8836 sed 's/^/| /' conftest.$ac_ext >&5
8837
8838         LIBS=$ac_save_LIBS
8839 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8840 do
8841   # Don't even attempt the hair of trying to link an X program!
8842   for ac_extension in a so sl dylib la dll; do
8843     if test -r "$ac_dir/libX11.$ac_extension"; then
8844       ac_x_libraries=$ac_dir
8845       break 2
8846     fi
8847   done
8848 done
8849 fi
8850
8851 rm -rf conftest.dSYM
8852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8853       conftest$ac_exeext conftest.$ac_ext
8854 fi # $ac_x_libraries = no
8855
8856 case $ac_x_includes,$ac_x_libraries in #(
8857   no,* | *,no | *\'*)
8858     # Didn't find X, or a directory has "'" in its name.
8859     ac_cv_have_x="have_x=no";; #(
8860   *)
8861     # Record where we found X for the cache.
8862     ac_cv_have_x="have_x=yes\
8863         ac_x_includes='$ac_x_includes'\
8864         ac_x_libraries='$ac_x_libraries'"
8865 esac
8866 fi
8867 ;; #(
8868     *) have_x=yes;;
8869   esac
8870   eval "$ac_cv_have_x"
8871 fi # $with_x != no
8872
8873 if test "$have_x" != yes; then
8874   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8875 $as_echo "$have_x" >&6; }
8876   no_x=yes
8877 else
8878   # If each of the values was on the command line, it overrides each guess.
8879   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8880   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8881   # Update the cache value to reflect the command line values.
8882   ac_cv_have_x="have_x=yes\
8883         ac_x_includes='$x_includes'\
8884         ac_x_libraries='$x_libraries'"
8885   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8886 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8887 fi
8888
8889 if test "$no_x" = yes; then
8890   # Not all programs may use this symbol, but it does not hurt to define it.
8891
8892 cat >>confdefs.h <<\_ACEOF
8893 #define X_DISPLAY_MISSING 1
8894 _ACEOF
8895
8896   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8897 else
8898   if test -n "$x_includes"; then
8899     X_CFLAGS="$X_CFLAGS -I$x_includes"
8900   fi
8901
8902   # It would also be nice to do this for all -L options, not just this one.
8903   if test -n "$x_libraries"; then
8904     X_LIBS="$X_LIBS -L$x_libraries"
8905     # For Solaris; some versions of Sun CC require a space after -R and
8906     # others require no space.  Words are not sufficient . . . .
8907     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8908 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8909     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8910     ac_xsave_c_werror_flag=$ac_c_werror_flag
8911     ac_c_werror_flag=yes
8912     cat >conftest.$ac_ext <<_ACEOF
8913 /* confdefs.h.  */
8914 _ACEOF
8915 cat confdefs.h >>conftest.$ac_ext
8916 cat >>conftest.$ac_ext <<_ACEOF
8917 /* end confdefs.h.  */
8918
8919 int
8920 main ()
8921 {
8922
8923   ;
8924   return 0;
8925 }
8926 _ACEOF
8927 rm -f conftest.$ac_objext conftest$ac_exeext
8928 if { (ac_try="$ac_link"
8929 case "(($ac_try" in
8930   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8931   *) ac_try_echo=$ac_try;;
8932 esac
8933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8934 $as_echo "$ac_try_echo") >&5
8935   (eval "$ac_link") 2>conftest.er1
8936   ac_status=$?
8937   grep -v '^ *+' conftest.er1 >conftest.err
8938   rm -f conftest.er1
8939   cat conftest.err >&5
8940   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8941   (exit $ac_status); } && {
8942          test -z "$ac_c_werror_flag" ||
8943          test ! -s conftest.err
8944        } && test -s conftest$ac_exeext && {
8945          test "$cross_compiling" = yes ||
8946          $as_test_x conftest$ac_exeext
8947        }; then
8948   { $as_echo "$as_me:$LINENO: result: no" >&5
8949 $as_echo "no" >&6; }
8950        X_LIBS="$X_LIBS -R$x_libraries"
8951 else
8952   $as_echo "$as_me: failed program was:" >&5
8953 sed 's/^/| /' conftest.$ac_ext >&5
8954
8955         LIBS="$ac_xsave_LIBS -R $x_libraries"
8956        cat >conftest.$ac_ext <<_ACEOF
8957 /* confdefs.h.  */
8958 _ACEOF
8959 cat confdefs.h >>conftest.$ac_ext
8960 cat >>conftest.$ac_ext <<_ACEOF
8961 /* end confdefs.h.  */
8962
8963 int
8964 main ()
8965 {
8966
8967   ;
8968   return 0;
8969 }
8970 _ACEOF
8971 rm -f conftest.$ac_objext conftest$ac_exeext
8972 if { (ac_try="$ac_link"
8973 case "(($ac_try" in
8974   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8975   *) ac_try_echo=$ac_try;;
8976 esac
8977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8978 $as_echo "$ac_try_echo") >&5
8979   (eval "$ac_link") 2>conftest.er1
8980   ac_status=$?
8981   grep -v '^ *+' conftest.er1 >conftest.err
8982   rm -f conftest.er1
8983   cat conftest.err >&5
8984   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8985   (exit $ac_status); } && {
8986          test -z "$ac_c_werror_flag" ||
8987          test ! -s conftest.err
8988        } && test -s conftest$ac_exeext && {
8989          test "$cross_compiling" = yes ||
8990          $as_test_x conftest$ac_exeext
8991        }; then
8992   { $as_echo "$as_me:$LINENO: result: yes" >&5
8993 $as_echo "yes" >&6; }
8994           X_LIBS="$X_LIBS -R $x_libraries"
8995 else
8996   $as_echo "$as_me: failed program was:" >&5
8997 sed 's/^/| /' conftest.$ac_ext >&5
8998
8999         { $as_echo "$as_me:$LINENO: result: neither works" >&5
9000 $as_echo "neither works" >&6; }
9001 fi
9002
9003 rm -rf conftest.dSYM
9004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9005       conftest$ac_exeext conftest.$ac_ext
9006 fi
9007
9008 rm -rf conftest.dSYM
9009 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9010       conftest$ac_exeext conftest.$ac_ext
9011     ac_c_werror_flag=$ac_xsave_c_werror_flag
9012     LIBS=$ac_xsave_LIBS
9013   fi
9014
9015   # Check for system-dependent libraries X programs must link with.
9016   # Do this before checking for the system-independent R6 libraries
9017   # (-lICE), since we may need -lsocket or whatever for X linking.
9018
9019   if test "$ISC" = yes; then
9020     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9021   else
9022     # Martyn Johnson says this is needed for Ultrix, if the X
9023     # libraries were built with DECnet support.  And Karl Berry says
9024     # the Alpha needs dnet_stub (dnet does not exist).
9025     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9026     cat >conftest.$ac_ext <<_ACEOF
9027 /* confdefs.h.  */
9028 _ACEOF
9029 cat confdefs.h >>conftest.$ac_ext
9030 cat >>conftest.$ac_ext <<_ACEOF
9031 /* end confdefs.h.  */
9032
9033 /* Override any GCC internal prototype to avoid an error.
9034    Use char because int might match the return type of a GCC
9035    builtin and then its argument prototype would still apply.  */
9036 #ifdef __cplusplus
9037 extern "C"
9038 #endif
9039 char XOpenDisplay ();
9040 int
9041 main ()
9042 {
9043 return XOpenDisplay ();
9044   ;
9045   return 0;
9046 }
9047 _ACEOF
9048 rm -f conftest.$ac_objext conftest$ac_exeext
9049 if { (ac_try="$ac_link"
9050 case "(($ac_try" in
9051   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9052   *) ac_try_echo=$ac_try;;
9053 esac
9054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9055 $as_echo "$ac_try_echo") >&5
9056   (eval "$ac_link") 2>conftest.er1
9057   ac_status=$?
9058   grep -v '^ *+' conftest.er1 >conftest.err
9059   rm -f conftest.er1
9060   cat conftest.err >&5
9061   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9062   (exit $ac_status); } && {
9063          test -z "$ac_c_werror_flag" ||
9064          test ! -s conftest.err
9065        } && test -s conftest$ac_exeext && {
9066          test "$cross_compiling" = yes ||
9067          $as_test_x conftest$ac_exeext
9068        }; then
9069   :
9070 else
9071   $as_echo "$as_me: failed program was:" >&5
9072 sed 's/^/| /' conftest.$ac_ext >&5
9073
9074         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9075 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9076 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9077   $as_echo_n "(cached) " >&6
9078 else
9079   ac_check_lib_save_LIBS=$LIBS
9080 LIBS="-ldnet  $LIBS"
9081 cat >conftest.$ac_ext <<_ACEOF
9082 /* confdefs.h.  */
9083 _ACEOF
9084 cat confdefs.h >>conftest.$ac_ext
9085 cat >>conftest.$ac_ext <<_ACEOF
9086 /* end confdefs.h.  */
9087
9088 /* Override any GCC internal prototype to avoid an error.
9089    Use char because int might match the return type of a GCC
9090    builtin and then its argument prototype would still apply.  */
9091 #ifdef __cplusplus
9092 extern "C"
9093 #endif
9094 char dnet_ntoa ();
9095 int
9096 main ()
9097 {
9098 return dnet_ntoa ();
9099   ;
9100   return 0;
9101 }
9102 _ACEOF
9103 rm -f conftest.$ac_objext conftest$ac_exeext
9104 if { (ac_try="$ac_link"
9105 case "(($ac_try" in
9106   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9107   *) ac_try_echo=$ac_try;;
9108 esac
9109 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9110 $as_echo "$ac_try_echo") >&5
9111   (eval "$ac_link") 2>conftest.er1
9112   ac_status=$?
9113   grep -v '^ *+' conftest.er1 >conftest.err
9114   rm -f conftest.er1
9115   cat conftest.err >&5
9116   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9117   (exit $ac_status); } && {
9118          test -z "$ac_c_werror_flag" ||
9119          test ! -s conftest.err
9120        } && test -s conftest$ac_exeext && {
9121          test "$cross_compiling" = yes ||
9122          $as_test_x conftest$ac_exeext
9123        }; then
9124   ac_cv_lib_dnet_dnet_ntoa=yes
9125 else
9126   $as_echo "$as_me: failed program was:" >&5
9127 sed 's/^/| /' conftest.$ac_ext >&5
9128
9129         ac_cv_lib_dnet_dnet_ntoa=no
9130 fi
9131
9132 rm -rf conftest.dSYM
9133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9134       conftest$ac_exeext conftest.$ac_ext
9135 LIBS=$ac_check_lib_save_LIBS
9136 fi
9137 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9138 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9139 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9140   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9141 fi
9142
9143     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9144       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9145 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9146 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9147   $as_echo_n "(cached) " >&6
9148 else
9149   ac_check_lib_save_LIBS=$LIBS
9150 LIBS="-ldnet_stub  $LIBS"
9151 cat >conftest.$ac_ext <<_ACEOF
9152 /* confdefs.h.  */
9153 _ACEOF
9154 cat confdefs.h >>conftest.$ac_ext
9155 cat >>conftest.$ac_ext <<_ACEOF
9156 /* end confdefs.h.  */
9157
9158 /* Override any GCC internal prototype to avoid an error.
9159    Use char because int might match the return type of a GCC
9160    builtin and then its argument prototype would still apply.  */
9161 #ifdef __cplusplus
9162 extern "C"
9163 #endif
9164 char dnet_ntoa ();
9165 int
9166 main ()
9167 {
9168 return dnet_ntoa ();
9169   ;
9170   return 0;
9171 }
9172 _ACEOF
9173 rm -f conftest.$ac_objext conftest$ac_exeext
9174 if { (ac_try="$ac_link"
9175 case "(($ac_try" in
9176   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9177   *) ac_try_echo=$ac_try;;
9178 esac
9179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9180 $as_echo "$ac_try_echo") >&5
9181   (eval "$ac_link") 2>conftest.er1
9182   ac_status=$?
9183   grep -v '^ *+' conftest.er1 >conftest.err
9184   rm -f conftest.er1
9185   cat conftest.err >&5
9186   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9187   (exit $ac_status); } && {
9188          test -z "$ac_c_werror_flag" ||
9189          test ! -s conftest.err
9190        } && test -s conftest$ac_exeext && {
9191          test "$cross_compiling" = yes ||
9192          $as_test_x conftest$ac_exeext
9193        }; then
9194   ac_cv_lib_dnet_stub_dnet_ntoa=yes
9195 else
9196   $as_echo "$as_me: failed program was:" >&5
9197 sed 's/^/| /' conftest.$ac_ext >&5
9198
9199         ac_cv_lib_dnet_stub_dnet_ntoa=no
9200 fi
9201
9202 rm -rf conftest.dSYM
9203 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9204       conftest$ac_exeext conftest.$ac_ext
9205 LIBS=$ac_check_lib_save_LIBS
9206 fi
9207 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9208 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9209 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9210   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9211 fi
9212
9213     fi
9214 fi
9215
9216 rm -rf conftest.dSYM
9217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9218       conftest$ac_exeext conftest.$ac_ext
9219     LIBS="$ac_xsave_LIBS"
9220
9221     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9222     # to get the SysV transport functions.
9223     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9224     # needs -lnsl.
9225     # The nsl library prevents programs from opening the X display
9226     # on Irix 5.2, according to T.E. Dickey.
9227     # The functions gethostbyname, getservbyname, and inet_addr are
9228     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9229     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9230 $as_echo_n "checking for gethostbyname... " >&6; }
9231 if test "${ac_cv_func_gethostbyname+set}" = set; then
9232   $as_echo_n "(cached) " >&6
9233 else
9234   cat >conftest.$ac_ext <<_ACEOF
9235 /* confdefs.h.  */
9236 _ACEOF
9237 cat confdefs.h >>conftest.$ac_ext
9238 cat >>conftest.$ac_ext <<_ACEOF
9239 /* end confdefs.h.  */
9240 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9241    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9242 #define gethostbyname innocuous_gethostbyname
9243
9244 /* System header to define __stub macros and hopefully few prototypes,
9245     which can conflict with char gethostbyname (); below.
9246     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9247     <limits.h> exists even on freestanding compilers.  */
9248
9249 #ifdef __STDC__
9250 # include <limits.h>
9251 #else
9252 # include <assert.h>
9253 #endif
9254
9255 #undef gethostbyname
9256
9257 /* Override any GCC internal prototype to avoid an error.
9258    Use char because int might match the return type of a GCC
9259    builtin and then its argument prototype would still apply.  */
9260 #ifdef __cplusplus
9261 extern "C"
9262 #endif
9263 char gethostbyname ();
9264 /* The GNU C library defines this for functions which it implements
9265     to always fail with ENOSYS.  Some functions are actually named
9266     something starting with __ and the normal name is an alias.  */
9267 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9268 choke me
9269 #endif
9270
9271 int
9272 main ()
9273 {
9274 return gethostbyname ();
9275   ;
9276   return 0;
9277 }
9278 _ACEOF
9279 rm -f conftest.$ac_objext conftest$ac_exeext
9280 if { (ac_try="$ac_link"
9281 case "(($ac_try" in
9282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9283   *) ac_try_echo=$ac_try;;
9284 esac
9285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9286 $as_echo "$ac_try_echo") >&5
9287   (eval "$ac_link") 2>conftest.er1
9288   ac_status=$?
9289   grep -v '^ *+' conftest.er1 >conftest.err
9290   rm -f conftest.er1
9291   cat conftest.err >&5
9292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9293   (exit $ac_status); } && {
9294          test -z "$ac_c_werror_flag" ||
9295          test ! -s conftest.err
9296        } && test -s conftest$ac_exeext && {
9297          test "$cross_compiling" = yes ||
9298          $as_test_x conftest$ac_exeext
9299        }; then
9300   ac_cv_func_gethostbyname=yes
9301 else
9302   $as_echo "$as_me: failed program was:" >&5
9303 sed 's/^/| /' conftest.$ac_ext >&5
9304
9305         ac_cv_func_gethostbyname=no
9306 fi
9307
9308 rm -rf conftest.dSYM
9309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9310       conftest$ac_exeext conftest.$ac_ext
9311 fi
9312 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9313 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9314
9315     if test $ac_cv_func_gethostbyname = no; then
9316       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9317 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9318 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9319   $as_echo_n "(cached) " >&6
9320 else
9321   ac_check_lib_save_LIBS=$LIBS
9322 LIBS="-lnsl  $LIBS"
9323 cat >conftest.$ac_ext <<_ACEOF
9324 /* confdefs.h.  */
9325 _ACEOF
9326 cat confdefs.h >>conftest.$ac_ext
9327 cat >>conftest.$ac_ext <<_ACEOF
9328 /* end confdefs.h.  */
9329
9330 /* Override any GCC internal prototype to avoid an error.
9331    Use char because int might match the return type of a GCC
9332    builtin and then its argument prototype would still apply.  */
9333 #ifdef __cplusplus
9334 extern "C"
9335 #endif
9336 char gethostbyname ();
9337 int
9338 main ()
9339 {
9340 return gethostbyname ();
9341   ;
9342   return 0;
9343 }
9344 _ACEOF
9345 rm -f conftest.$ac_objext conftest$ac_exeext
9346 if { (ac_try="$ac_link"
9347 case "(($ac_try" in
9348   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9349   *) ac_try_echo=$ac_try;;
9350 esac
9351 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9352 $as_echo "$ac_try_echo") >&5
9353   (eval "$ac_link") 2>conftest.er1
9354   ac_status=$?
9355   grep -v '^ *+' conftest.er1 >conftest.err
9356   rm -f conftest.er1
9357   cat conftest.err >&5
9358   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9359   (exit $ac_status); } && {
9360          test -z "$ac_c_werror_flag" ||
9361          test ! -s conftest.err
9362        } && test -s conftest$ac_exeext && {
9363          test "$cross_compiling" = yes ||
9364          $as_test_x conftest$ac_exeext
9365        }; then
9366   ac_cv_lib_nsl_gethostbyname=yes
9367 else
9368   $as_echo "$as_me: failed program was:" >&5
9369 sed 's/^/| /' conftest.$ac_ext >&5
9370
9371         ac_cv_lib_nsl_gethostbyname=no
9372 fi
9373
9374 rm -rf conftest.dSYM
9375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9376       conftest$ac_exeext conftest.$ac_ext
9377 LIBS=$ac_check_lib_save_LIBS
9378 fi
9379 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9380 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9381 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9382   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9383 fi
9384
9385       if test $ac_cv_lib_nsl_gethostbyname = no; then
9386         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9387 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9388 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9389   $as_echo_n "(cached) " >&6
9390 else
9391   ac_check_lib_save_LIBS=$LIBS
9392 LIBS="-lbsd  $LIBS"
9393 cat >conftest.$ac_ext <<_ACEOF
9394 /* confdefs.h.  */
9395 _ACEOF
9396 cat confdefs.h >>conftest.$ac_ext
9397 cat >>conftest.$ac_ext <<_ACEOF
9398 /* end confdefs.h.  */
9399
9400 /* Override any GCC internal prototype to avoid an error.
9401    Use char because int might match the return type of a GCC
9402    builtin and then its argument prototype would still apply.  */
9403 #ifdef __cplusplus
9404 extern "C"
9405 #endif
9406 char gethostbyname ();
9407 int
9408 main ()
9409 {
9410 return gethostbyname ();
9411   ;
9412   return 0;
9413 }
9414 _ACEOF
9415 rm -f conftest.$ac_objext conftest$ac_exeext
9416 if { (ac_try="$ac_link"
9417 case "(($ac_try" in
9418   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9419   *) ac_try_echo=$ac_try;;
9420 esac
9421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9422 $as_echo "$ac_try_echo") >&5
9423   (eval "$ac_link") 2>conftest.er1
9424   ac_status=$?
9425   grep -v '^ *+' conftest.er1 >conftest.err
9426   rm -f conftest.er1
9427   cat conftest.err >&5
9428   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9429   (exit $ac_status); } && {
9430          test -z "$ac_c_werror_flag" ||
9431          test ! -s conftest.err
9432        } && test -s conftest$ac_exeext && {
9433          test "$cross_compiling" = yes ||
9434          $as_test_x conftest$ac_exeext
9435        }; then
9436   ac_cv_lib_bsd_gethostbyname=yes
9437 else
9438   $as_echo "$as_me: failed program was:" >&5
9439 sed 's/^/| /' conftest.$ac_ext >&5
9440
9441         ac_cv_lib_bsd_gethostbyname=no
9442 fi
9443
9444 rm -rf conftest.dSYM
9445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9446       conftest$ac_exeext conftest.$ac_ext
9447 LIBS=$ac_check_lib_save_LIBS
9448 fi
9449 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9450 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9451 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9452   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9453 fi
9454
9455       fi
9456     fi
9457
9458     # lieder@skyler.mavd.honeywell.com says without -lsocket,
9459     # socket/setsockopt and other routines are undefined under SCO ODT
9460     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
9461     # on later versions), says Simon Leinen: it contains gethostby*
9462     # variants that don't use the name server (or something).  -lsocket
9463     # must be given before -lnsl if both are needed.  We assume that
9464     # if connect needs -lnsl, so does gethostbyname.
9465     { $as_echo "$as_me:$LINENO: checking for connect" >&5
9466 $as_echo_n "checking for connect... " >&6; }
9467 if test "${ac_cv_func_connect+set}" = set; then
9468   $as_echo_n "(cached) " >&6
9469 else
9470   cat >conftest.$ac_ext <<_ACEOF
9471 /* confdefs.h.  */
9472 _ACEOF
9473 cat confdefs.h >>conftest.$ac_ext
9474 cat >>conftest.$ac_ext <<_ACEOF
9475 /* end confdefs.h.  */
9476 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9477    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9478 #define connect innocuous_connect
9479
9480 /* System header to define __stub macros and hopefully few prototypes,
9481     which can conflict with char connect (); below.
9482     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9483     <limits.h> exists even on freestanding compilers.  */
9484
9485 #ifdef __STDC__
9486 # include <limits.h>
9487 #else
9488 # include <assert.h>
9489 #endif
9490
9491 #undef connect
9492
9493 /* Override any GCC internal prototype to avoid an error.
9494    Use char because int might match the return type of a GCC
9495    builtin and then its argument prototype would still apply.  */
9496 #ifdef __cplusplus
9497 extern "C"
9498 #endif
9499 char connect ();
9500 /* The GNU C library defines this for functions which it implements
9501     to always fail with ENOSYS.  Some functions are actually named
9502     something starting with __ and the normal name is an alias.  */
9503 #if defined __stub_connect || defined __stub___connect
9504 choke me
9505 #endif
9506
9507 int
9508 main ()
9509 {
9510 return connect ();
9511   ;
9512   return 0;
9513 }
9514 _ACEOF
9515 rm -f conftest.$ac_objext conftest$ac_exeext
9516 if { (ac_try="$ac_link"
9517 case "(($ac_try" in
9518   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9519   *) ac_try_echo=$ac_try;;
9520 esac
9521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9522 $as_echo "$ac_try_echo") >&5
9523   (eval "$ac_link") 2>conftest.er1
9524   ac_status=$?
9525   grep -v '^ *+' conftest.er1 >conftest.err
9526   rm -f conftest.er1
9527   cat conftest.err >&5
9528   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9529   (exit $ac_status); } && {
9530          test -z "$ac_c_werror_flag" ||
9531          test ! -s conftest.err
9532        } && test -s conftest$ac_exeext && {
9533          test "$cross_compiling" = yes ||
9534          $as_test_x conftest$ac_exeext
9535        }; then
9536   ac_cv_func_connect=yes
9537 else
9538   $as_echo "$as_me: failed program was:" >&5
9539 sed 's/^/| /' conftest.$ac_ext >&5
9540
9541         ac_cv_func_connect=no
9542 fi
9543
9544 rm -rf conftest.dSYM
9545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9546       conftest$ac_exeext conftest.$ac_ext
9547 fi
9548 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9549 $as_echo "$ac_cv_func_connect" >&6; }
9550
9551     if test $ac_cv_func_connect = no; then
9552       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9553 $as_echo_n "checking for connect in -lsocket... " >&6; }
9554 if test "${ac_cv_lib_socket_connect+set}" = set; then
9555   $as_echo_n "(cached) " >&6
9556 else
9557   ac_check_lib_save_LIBS=$LIBS
9558 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9559 cat >conftest.$ac_ext <<_ACEOF
9560 /* confdefs.h.  */
9561 _ACEOF
9562 cat confdefs.h >>conftest.$ac_ext
9563 cat >>conftest.$ac_ext <<_ACEOF
9564 /* end confdefs.h.  */
9565
9566 /* Override any GCC internal prototype to avoid an error.
9567    Use char because int might match the return type of a GCC
9568    builtin and then its argument prototype would still apply.  */
9569 #ifdef __cplusplus
9570 extern "C"
9571 #endif
9572 char connect ();
9573 int
9574 main ()
9575 {
9576 return connect ();
9577   ;
9578   return 0;
9579 }
9580 _ACEOF
9581 rm -f conftest.$ac_objext conftest$ac_exeext
9582 if { (ac_try="$ac_link"
9583 case "(($ac_try" in
9584   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9585   *) ac_try_echo=$ac_try;;
9586 esac
9587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9588 $as_echo "$ac_try_echo") >&5
9589   (eval "$ac_link") 2>conftest.er1
9590   ac_status=$?
9591   grep -v '^ *+' conftest.er1 >conftest.err
9592   rm -f conftest.er1
9593   cat conftest.err >&5
9594   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9595   (exit $ac_status); } && {
9596          test -z "$ac_c_werror_flag" ||
9597          test ! -s conftest.err
9598        } && test -s conftest$ac_exeext && {
9599          test "$cross_compiling" = yes ||
9600          $as_test_x conftest$ac_exeext
9601        }; then
9602   ac_cv_lib_socket_connect=yes
9603 else
9604   $as_echo "$as_me: failed program was:" >&5
9605 sed 's/^/| /' conftest.$ac_ext >&5
9606
9607         ac_cv_lib_socket_connect=no
9608 fi
9609
9610 rm -rf conftest.dSYM
9611 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9612       conftest$ac_exeext conftest.$ac_ext
9613 LIBS=$ac_check_lib_save_LIBS
9614 fi
9615 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9616 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9617 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9618   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9619 fi
9620
9621     fi
9622
9623     # Guillermo Gomez says -lposix is necessary on A/UX.
9624     { $as_echo "$as_me:$LINENO: checking for remove" >&5
9625 $as_echo_n "checking for remove... " >&6; }
9626 if test "${ac_cv_func_remove+set}" = set; then
9627   $as_echo_n "(cached) " >&6
9628 else
9629   cat >conftest.$ac_ext <<_ACEOF
9630 /* confdefs.h.  */
9631 _ACEOF
9632 cat confdefs.h >>conftest.$ac_ext
9633 cat >>conftest.$ac_ext <<_ACEOF
9634 /* end confdefs.h.  */
9635 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9636    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9637 #define remove innocuous_remove
9638
9639 /* System header to define __stub macros and hopefully few prototypes,
9640     which can conflict with char remove (); below.
9641     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9642     <limits.h> exists even on freestanding compilers.  */
9643
9644 #ifdef __STDC__
9645 # include <limits.h>
9646 #else
9647 # include <assert.h>
9648 #endif
9649
9650 #undef remove
9651
9652 /* Override any GCC internal prototype to avoid an error.
9653    Use char because int might match the return type of a GCC
9654    builtin and then its argument prototype would still apply.  */
9655 #ifdef __cplusplus
9656 extern "C"
9657 #endif
9658 char remove ();
9659 /* The GNU C library defines this for functions which it implements
9660     to always fail with ENOSYS.  Some functions are actually named
9661     something starting with __ and the normal name is an alias.  */
9662 #if defined __stub_remove || defined __stub___remove
9663 choke me
9664 #endif
9665
9666 int
9667 main ()
9668 {
9669 return remove ();
9670   ;
9671   return 0;
9672 }
9673 _ACEOF
9674 rm -f conftest.$ac_objext conftest$ac_exeext
9675 if { (ac_try="$ac_link"
9676 case "(($ac_try" in
9677   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9678   *) ac_try_echo=$ac_try;;
9679 esac
9680 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9681 $as_echo "$ac_try_echo") >&5
9682   (eval "$ac_link") 2>conftest.er1
9683   ac_status=$?
9684   grep -v '^ *+' conftest.er1 >conftest.err
9685   rm -f conftest.er1
9686   cat conftest.err >&5
9687   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9688   (exit $ac_status); } && {
9689          test -z "$ac_c_werror_flag" ||
9690          test ! -s conftest.err
9691        } && test -s conftest$ac_exeext && {
9692          test "$cross_compiling" = yes ||
9693          $as_test_x conftest$ac_exeext
9694        }; then
9695   ac_cv_func_remove=yes
9696 else
9697   $as_echo "$as_me: failed program was:" >&5
9698 sed 's/^/| /' conftest.$ac_ext >&5
9699
9700         ac_cv_func_remove=no
9701 fi
9702
9703 rm -rf conftest.dSYM
9704 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9705       conftest$ac_exeext conftest.$ac_ext
9706 fi
9707 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9708 $as_echo "$ac_cv_func_remove" >&6; }
9709
9710     if test $ac_cv_func_remove = no; then
9711       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9712 $as_echo_n "checking for remove in -lposix... " >&6; }
9713 if test "${ac_cv_lib_posix_remove+set}" = set; then
9714   $as_echo_n "(cached) " >&6
9715 else
9716   ac_check_lib_save_LIBS=$LIBS
9717 LIBS="-lposix  $LIBS"
9718 cat >conftest.$ac_ext <<_ACEOF
9719 /* confdefs.h.  */
9720 _ACEOF
9721 cat confdefs.h >>conftest.$ac_ext
9722 cat >>conftest.$ac_ext <<_ACEOF
9723 /* end confdefs.h.  */
9724
9725 /* Override any GCC internal prototype to avoid an error.
9726    Use char because int might match the return type of a GCC
9727    builtin and then its argument prototype would still apply.  */
9728 #ifdef __cplusplus
9729 extern "C"
9730 #endif
9731 char remove ();
9732 int
9733 main ()
9734 {
9735 return remove ();
9736   ;
9737   return 0;
9738 }
9739 _ACEOF
9740 rm -f conftest.$ac_objext conftest$ac_exeext
9741 if { (ac_try="$ac_link"
9742 case "(($ac_try" in
9743   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9744   *) ac_try_echo=$ac_try;;
9745 esac
9746 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9747 $as_echo "$ac_try_echo") >&5
9748   (eval "$ac_link") 2>conftest.er1
9749   ac_status=$?
9750   grep -v '^ *+' conftest.er1 >conftest.err
9751   rm -f conftest.er1
9752   cat conftest.err >&5
9753   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9754   (exit $ac_status); } && {
9755          test -z "$ac_c_werror_flag" ||
9756          test ! -s conftest.err
9757        } && test -s conftest$ac_exeext && {
9758          test "$cross_compiling" = yes ||
9759          $as_test_x conftest$ac_exeext
9760        }; then
9761   ac_cv_lib_posix_remove=yes
9762 else
9763   $as_echo "$as_me: failed program was:" >&5
9764 sed 's/^/| /' conftest.$ac_ext >&5
9765
9766         ac_cv_lib_posix_remove=no
9767 fi
9768
9769 rm -rf conftest.dSYM
9770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9771       conftest$ac_exeext conftest.$ac_ext
9772 LIBS=$ac_check_lib_save_LIBS
9773 fi
9774 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9775 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9776 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9777   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9778 fi
9779
9780     fi
9781
9782     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9783     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9784 $as_echo_n "checking for shmat... " >&6; }
9785 if test "${ac_cv_func_shmat+set}" = set; then
9786   $as_echo_n "(cached) " >&6
9787 else
9788   cat >conftest.$ac_ext <<_ACEOF
9789 /* confdefs.h.  */
9790 _ACEOF
9791 cat confdefs.h >>conftest.$ac_ext
9792 cat >>conftest.$ac_ext <<_ACEOF
9793 /* end confdefs.h.  */
9794 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9795    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9796 #define shmat innocuous_shmat
9797
9798 /* System header to define __stub macros and hopefully few prototypes,
9799     which can conflict with char shmat (); below.
9800     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9801     <limits.h> exists even on freestanding compilers.  */
9802
9803 #ifdef __STDC__
9804 # include <limits.h>
9805 #else
9806 # include <assert.h>
9807 #endif
9808
9809 #undef shmat
9810
9811 /* Override any GCC internal prototype to avoid an error.
9812    Use char because int might match the return type of a GCC
9813    builtin and then its argument prototype would still apply.  */
9814 #ifdef __cplusplus
9815 extern "C"
9816 #endif
9817 char shmat ();
9818 /* The GNU C library defines this for functions which it implements
9819     to always fail with ENOSYS.  Some functions are actually named
9820     something starting with __ and the normal name is an alias.  */
9821 #if defined __stub_shmat || defined __stub___shmat
9822 choke me
9823 #endif
9824
9825 int
9826 main ()
9827 {
9828 return shmat ();
9829   ;
9830   return 0;
9831 }
9832 _ACEOF
9833 rm -f conftest.$ac_objext conftest$ac_exeext
9834 if { (ac_try="$ac_link"
9835 case "(($ac_try" in
9836   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9837   *) ac_try_echo=$ac_try;;
9838 esac
9839 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9840 $as_echo "$ac_try_echo") >&5
9841   (eval "$ac_link") 2>conftest.er1
9842   ac_status=$?
9843   grep -v '^ *+' conftest.er1 >conftest.err
9844   rm -f conftest.er1
9845   cat conftest.err >&5
9846   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9847   (exit $ac_status); } && {
9848          test -z "$ac_c_werror_flag" ||
9849          test ! -s conftest.err
9850        } && test -s conftest$ac_exeext && {
9851          test "$cross_compiling" = yes ||
9852          $as_test_x conftest$ac_exeext
9853        }; then
9854   ac_cv_func_shmat=yes
9855 else
9856   $as_echo "$as_me: failed program was:" >&5
9857 sed 's/^/| /' conftest.$ac_ext >&5
9858
9859         ac_cv_func_shmat=no
9860 fi
9861
9862 rm -rf conftest.dSYM
9863 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9864       conftest$ac_exeext conftest.$ac_ext
9865 fi
9866 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9867 $as_echo "$ac_cv_func_shmat" >&6; }
9868
9869     if test $ac_cv_func_shmat = no; then
9870       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9871 $as_echo_n "checking for shmat in -lipc... " >&6; }
9872 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9873   $as_echo_n "(cached) " >&6
9874 else
9875   ac_check_lib_save_LIBS=$LIBS
9876 LIBS="-lipc  $LIBS"
9877 cat >conftest.$ac_ext <<_ACEOF
9878 /* confdefs.h.  */
9879 _ACEOF
9880 cat confdefs.h >>conftest.$ac_ext
9881 cat >>conftest.$ac_ext <<_ACEOF
9882 /* end confdefs.h.  */
9883
9884 /* Override any GCC internal prototype to avoid an error.
9885    Use char because int might match the return type of a GCC
9886    builtin and then its argument prototype would still apply.  */
9887 #ifdef __cplusplus
9888 extern "C"
9889 #endif
9890 char shmat ();
9891 int
9892 main ()
9893 {
9894 return shmat ();
9895   ;
9896   return 0;
9897 }
9898 _ACEOF
9899 rm -f conftest.$ac_objext conftest$ac_exeext
9900 if { (ac_try="$ac_link"
9901 case "(($ac_try" in
9902   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9903   *) ac_try_echo=$ac_try;;
9904 esac
9905 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9906 $as_echo "$ac_try_echo") >&5
9907   (eval "$ac_link") 2>conftest.er1
9908   ac_status=$?
9909   grep -v '^ *+' conftest.er1 >conftest.err
9910   rm -f conftest.er1
9911   cat conftest.err >&5
9912   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9913   (exit $ac_status); } && {
9914          test -z "$ac_c_werror_flag" ||
9915          test ! -s conftest.err
9916        } && test -s conftest$ac_exeext && {
9917          test "$cross_compiling" = yes ||
9918          $as_test_x conftest$ac_exeext
9919        }; then
9920   ac_cv_lib_ipc_shmat=yes
9921 else
9922   $as_echo "$as_me: failed program was:" >&5
9923 sed 's/^/| /' conftest.$ac_ext >&5
9924
9925         ac_cv_lib_ipc_shmat=no
9926 fi
9927
9928 rm -rf conftest.dSYM
9929 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9930       conftest$ac_exeext conftest.$ac_ext
9931 LIBS=$ac_check_lib_save_LIBS
9932 fi
9933 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9934 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9935 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9936   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9937 fi
9938
9939     fi
9940   fi
9941
9942   # Check for libraries that X11R6 Xt/Xaw programs need.
9943   ac_save_LDFLAGS=$LDFLAGS
9944   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9945   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9946   # check for ICE first), but we must link in the order -lSM -lICE or
9947   # we get undefined symbols.  So assume we have SM if we have ICE.
9948   # These have to be linked with before -lX11, unlike the other
9949   # libraries we check for below, so use a different variable.
9950   # John Interrante, Karl Berry
9951   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9952 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9953 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9954   $as_echo_n "(cached) " >&6
9955 else
9956   ac_check_lib_save_LIBS=$LIBS
9957 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9958 cat >conftest.$ac_ext <<_ACEOF
9959 /* confdefs.h.  */
9960 _ACEOF
9961 cat confdefs.h >>conftest.$ac_ext
9962 cat >>conftest.$ac_ext <<_ACEOF
9963 /* end confdefs.h.  */
9964
9965 /* Override any GCC internal prototype to avoid an error.
9966    Use char because int might match the return type of a GCC
9967    builtin and then its argument prototype would still apply.  */
9968 #ifdef __cplusplus
9969 extern "C"
9970 #endif
9971 char IceConnectionNumber ();
9972 int
9973 main ()
9974 {
9975 return IceConnectionNumber ();
9976   ;
9977   return 0;
9978 }
9979 _ACEOF
9980 rm -f conftest.$ac_objext conftest$ac_exeext
9981 if { (ac_try="$ac_link"
9982 case "(($ac_try" in
9983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9984   *) ac_try_echo=$ac_try;;
9985 esac
9986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9987 $as_echo "$ac_try_echo") >&5
9988   (eval "$ac_link") 2>conftest.er1
9989   ac_status=$?
9990   grep -v '^ *+' conftest.er1 >conftest.err
9991   rm -f conftest.er1
9992   cat conftest.err >&5
9993   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9994   (exit $ac_status); } && {
9995          test -z "$ac_c_werror_flag" ||
9996          test ! -s conftest.err
9997        } && test -s conftest$ac_exeext && {
9998          test "$cross_compiling" = yes ||
9999          $as_test_x conftest$ac_exeext
10000        }; then
10001   ac_cv_lib_ICE_IceConnectionNumber=yes
10002 else
10003   $as_echo "$as_me: failed program was:" >&5
10004 sed 's/^/| /' conftest.$ac_ext >&5
10005
10006         ac_cv_lib_ICE_IceConnectionNumber=no
10007 fi
10008
10009 rm -rf conftest.dSYM
10010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10011       conftest$ac_exeext conftest.$ac_ext
10012 LIBS=$ac_check_lib_save_LIBS
10013 fi
10014 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10015 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10016 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10017   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10018 fi
10019
10020   LDFLAGS=$ac_save_LDFLAGS
10021
10022 fi
10023
10024
10025 if test "$have_x" = "yes"
10026 then
10027     XLIB="-lXext -lX11"
10028     ac_save_CPPFLAGS="$CPPFLAGS"
10029     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10030
10031     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10032 $as_echo_n "checking for -lX11... " >&6; }
10033 if test "${ac_cv_lib_soname_X11+set}" = set; then
10034   $as_echo_n "(cached) " >&6
10035 else
10036   ac_check_soname_save_LIBS=$LIBS
10037 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10038   cat >conftest.$ac_ext <<_ACEOF
10039 /* confdefs.h.  */
10040 _ACEOF
10041 cat confdefs.h >>conftest.$ac_ext
10042 cat >>conftest.$ac_ext <<_ACEOF
10043 /* end confdefs.h.  */
10044
10045 /* Override any GCC internal prototype to avoid an error.
10046    Use char because int might match the return type of a GCC
10047    builtin and then its argument prototype would still apply.  */
10048 #ifdef __cplusplus
10049 extern "C"
10050 #endif
10051 char XCreateWindow ();
10052 int
10053 main ()
10054 {
10055 return XCreateWindow ();
10056   ;
10057   return 0;
10058 }
10059 _ACEOF
10060 rm -f conftest.$ac_objext conftest$ac_exeext
10061 if { (ac_try="$ac_link"
10062 case "(($ac_try" in
10063   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10064   *) ac_try_echo=$ac_try;;
10065 esac
10066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10067 $as_echo "$ac_try_echo") >&5
10068   (eval "$ac_link") 2>conftest.er1
10069   ac_status=$?
10070   grep -v '^ *+' conftest.er1 >conftest.err
10071   rm -f conftest.er1
10072   cat conftest.err >&5
10073   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10074   (exit $ac_status); } && {
10075          test -z "$ac_c_werror_flag" ||
10076          test ! -s conftest.err
10077        } && test -s conftest$ac_exeext && {
10078          test "$cross_compiling" = yes ||
10079          $as_test_x conftest$ac_exeext
10080        }; then
10081   case "$LIBEXT" in
10082     dll) ;;
10083     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'` ;;
10084     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10085   esac
10086 else
10087   $as_echo "$as_me: failed program was:" >&5
10088 sed 's/^/| /' conftest.$ac_ext >&5
10089
10090
10091 fi
10092
10093 rm -rf conftest.dSYM
10094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10095       conftest$ac_exeext conftest.$ac_ext
10096   LIBS=$ac_check_soname_save_LIBS
10097 fi
10098 if test "x$ac_cv_lib_soname_X11" = "x"; then
10099   { $as_echo "$as_me:$LINENO: result: not found" >&5
10100 $as_echo "not found" >&6; }
10101
10102 else
10103   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10104 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10105
10106 cat >>confdefs.h <<_ACEOF
10107 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10108 _ACEOF
10109
10110
10111 fi
10112
10113     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10114 $as_echo_n "checking for -lXext... " >&6; }
10115 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10116   $as_echo_n "(cached) " >&6
10117 else
10118   ac_check_soname_save_LIBS=$LIBS
10119 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10120   cat >conftest.$ac_ext <<_ACEOF
10121 /* confdefs.h.  */
10122 _ACEOF
10123 cat confdefs.h >>conftest.$ac_ext
10124 cat >>conftest.$ac_ext <<_ACEOF
10125 /* end confdefs.h.  */
10126
10127 /* Override any GCC internal prototype to avoid an error.
10128    Use char because int might match the return type of a GCC
10129    builtin and then its argument prototype would still apply.  */
10130 #ifdef __cplusplus
10131 extern "C"
10132 #endif
10133 char XextCreateExtension ();
10134 int
10135 main ()
10136 {
10137 return XextCreateExtension ();
10138   ;
10139   return 0;
10140 }
10141 _ACEOF
10142 rm -f conftest.$ac_objext conftest$ac_exeext
10143 if { (ac_try="$ac_link"
10144 case "(($ac_try" in
10145   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10146   *) ac_try_echo=$ac_try;;
10147 esac
10148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10149 $as_echo "$ac_try_echo") >&5
10150   (eval "$ac_link") 2>conftest.er1
10151   ac_status=$?
10152   grep -v '^ *+' conftest.er1 >conftest.err
10153   rm -f conftest.er1
10154   cat conftest.err >&5
10155   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10156   (exit $ac_status); } && {
10157          test -z "$ac_c_werror_flag" ||
10158          test ! -s conftest.err
10159        } && test -s conftest$ac_exeext && {
10160          test "$cross_compiling" = yes ||
10161          $as_test_x conftest$ac_exeext
10162        }; then
10163   case "$LIBEXT" in
10164     dll) ;;
10165     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'` ;;
10166     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10167   esac
10168 else
10169   $as_echo "$as_me: failed program was:" >&5
10170 sed 's/^/| /' conftest.$ac_ext >&5
10171
10172
10173 fi
10174
10175 rm -rf conftest.dSYM
10176 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10177       conftest$ac_exeext conftest.$ac_ext
10178   LIBS=$ac_check_soname_save_LIBS
10179 fi
10180 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10181   { $as_echo "$as_me:$LINENO: result: not found" >&5
10182 $as_echo "not found" >&6; }
10183
10184 else
10185   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10186 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10187
10188 cat >>confdefs.h <<_ACEOF
10189 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10190 _ACEOF
10191
10192
10193 fi
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208 for ac_header in X11/Xlib.h \
10209                       X11/XKBlib.h \
10210                       X11/Xutil.h \
10211                       X11/Xcursor/Xcursor.h \
10212                       X11/extensions/shape.h \
10213                       X11/extensions/XInput.h \
10214                       X11/extensions/XShm.h \
10215                       X11/extensions/Xcomposite.h \
10216                       X11/extensions/Xinerama.h \
10217                       X11/extensions/Xrandr.h \
10218                       X11/extensions/Xrender.h \
10219                       X11/extensions/xf86vmode.h
10220 do
10221 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10222 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10223 $as_echo_n "checking for $ac_header... " >&6; }
10224 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10225   $as_echo_n "(cached) " >&6
10226 else
10227   cat >conftest.$ac_ext <<_ACEOF
10228 /* confdefs.h.  */
10229 _ACEOF
10230 cat confdefs.h >>conftest.$ac_ext
10231 cat >>conftest.$ac_ext <<_ACEOF
10232 /* end confdefs.h.  */
10233 #ifdef HAVE_X11_XLIB_H
10234 # include <X11/Xlib.h>
10235 #endif
10236 #ifdef HAVE_X11_XUTIL_H
10237 # include <X11/Xutil.h>
10238 #endif
10239
10240 #include <$ac_header>
10241 _ACEOF
10242 rm -f conftest.$ac_objext
10243 if { (ac_try="$ac_compile"
10244 case "(($ac_try" in
10245   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10246   *) ac_try_echo=$ac_try;;
10247 esac
10248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10249 $as_echo "$ac_try_echo") >&5
10250   (eval "$ac_compile") 2>conftest.er1
10251   ac_status=$?
10252   grep -v '^ *+' conftest.er1 >conftest.err
10253   rm -f conftest.er1
10254   cat conftest.err >&5
10255   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10256   (exit $ac_status); } && {
10257          test -z "$ac_c_werror_flag" ||
10258          test ! -s conftest.err
10259        } && test -s conftest.$ac_objext; then
10260   eval "$as_ac_Header=yes"
10261 else
10262   $as_echo "$as_me: failed program was:" >&5
10263 sed 's/^/| /' conftest.$ac_ext >&5
10264
10265         eval "$as_ac_Header=no"
10266 fi
10267
10268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10269 fi
10270 ac_res=`eval 'as_val=${'$as_ac_Header'}
10271                  $as_echo "$as_val"'`
10272                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10273 $as_echo "$ac_res" >&6; }
10274 as_val=`eval 'as_val=${'$as_ac_Header'}
10275                  $as_echo "$as_val"'`
10276    if test "x$as_val" = x""yes; then
10277   cat >>confdefs.h <<_ACEOF
10278 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10279 _ACEOF
10280
10281 fi
10282
10283 done
10284
10285
10286                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10287         then
10288               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10289 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10290 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10291   $as_echo_n "(cached) " >&6
10292 else
10293   ac_check_lib_save_LIBS=$LIBS
10294 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10295 cat >conftest.$ac_ext <<_ACEOF
10296 /* confdefs.h.  */
10297 _ACEOF
10298 cat confdefs.h >>conftest.$ac_ext
10299 cat >>conftest.$ac_ext <<_ACEOF
10300 /* end confdefs.h.  */
10301
10302 /* Override any GCC internal prototype to avoid an error.
10303    Use char because int might match the return type of a GCC
10304    builtin and then its argument prototype would still apply.  */
10305 #ifdef __cplusplus
10306 extern "C"
10307 #endif
10308 char XkbQueryExtension ();
10309 int
10310 main ()
10311 {
10312 return XkbQueryExtension ();
10313   ;
10314   return 0;
10315 }
10316 _ACEOF
10317 rm -f conftest.$ac_objext conftest$ac_exeext
10318 if { (ac_try="$ac_link"
10319 case "(($ac_try" in
10320   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10321   *) ac_try_echo=$ac_try;;
10322 esac
10323 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10324 $as_echo "$ac_try_echo") >&5
10325   (eval "$ac_link") 2>conftest.er1
10326   ac_status=$?
10327   grep -v '^ *+' conftest.er1 >conftest.err
10328   rm -f conftest.er1
10329   cat conftest.err >&5
10330   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10331   (exit $ac_status); } && {
10332          test -z "$ac_c_werror_flag" ||
10333          test ! -s conftest.err
10334        } && test -s conftest$ac_exeext && {
10335          test "$cross_compiling" = yes ||
10336          $as_test_x conftest$ac_exeext
10337        }; then
10338   ac_cv_lib_X11_XkbQueryExtension=yes
10339 else
10340   $as_echo "$as_me: failed program was:" >&5
10341 sed 's/^/| /' conftest.$ac_ext >&5
10342
10343         ac_cv_lib_X11_XkbQueryExtension=no
10344 fi
10345
10346 rm -rf conftest.dSYM
10347 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10348       conftest$ac_exeext conftest.$ac_ext
10349 LIBS=$ac_check_lib_save_LIBS
10350 fi
10351 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10352 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10353 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10354
10355 cat >>confdefs.h <<\_ACEOF
10356 #define HAVE_XKB 1
10357 _ACEOF
10358
10359 fi
10360
10361         fi
10362
10363                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10364         then
10365             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10366 $as_echo_n "checking for -lXcursor... " >&6; }
10367 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10368   $as_echo_n "(cached) " >&6
10369 else
10370   ac_check_soname_save_LIBS=$LIBS
10371 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10372   cat >conftest.$ac_ext <<_ACEOF
10373 /* confdefs.h.  */
10374 _ACEOF
10375 cat confdefs.h >>conftest.$ac_ext
10376 cat >>conftest.$ac_ext <<_ACEOF
10377 /* end confdefs.h.  */
10378
10379 /* Override any GCC internal prototype to avoid an error.
10380    Use char because int might match the return type of a GCC
10381    builtin and then its argument prototype would still apply.  */
10382 #ifdef __cplusplus
10383 extern "C"
10384 #endif
10385 char XcursorImageLoadCursor ();
10386 int
10387 main ()
10388 {
10389 return XcursorImageLoadCursor ();
10390   ;
10391   return 0;
10392 }
10393 _ACEOF
10394 rm -f conftest.$ac_objext conftest$ac_exeext
10395 if { (ac_try="$ac_link"
10396 case "(($ac_try" in
10397   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10398   *) ac_try_echo=$ac_try;;
10399 esac
10400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10401 $as_echo "$ac_try_echo") >&5
10402   (eval "$ac_link") 2>conftest.er1
10403   ac_status=$?
10404   grep -v '^ *+' conftest.er1 >conftest.err
10405   rm -f conftest.er1
10406   cat conftest.err >&5
10407   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10408   (exit $ac_status); } && {
10409          test -z "$ac_c_werror_flag" ||
10410          test ! -s conftest.err
10411        } && test -s conftest$ac_exeext && {
10412          test "$cross_compiling" = yes ||
10413          $as_test_x conftest$ac_exeext
10414        }; then
10415   case "$LIBEXT" in
10416     dll) ;;
10417     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'` ;;
10418     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10419   esac
10420 else
10421   $as_echo "$as_me: failed program was:" >&5
10422 sed 's/^/| /' conftest.$ac_ext >&5
10423
10424
10425 fi
10426
10427 rm -rf conftest.dSYM
10428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10429       conftest$ac_exeext conftest.$ac_ext
10430   LIBS=$ac_check_soname_save_LIBS
10431 fi
10432 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10433   { $as_echo "$as_me:$LINENO: result: not found" >&5
10434 $as_echo "not found" >&6; }
10435
10436 else
10437   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10438 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10439
10440 cat >>confdefs.h <<_ACEOF
10441 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10442 _ACEOF
10443
10444
10445 fi
10446
10447         fi
10448         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10449   case "x$with_xcursor" in
10450   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10451   xno) ;;
10452   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10453 This is an error since --with-xcursor was requested." >&5
10454 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10455 This is an error since --with-xcursor was requested." >&2;}
10456    { (exit 1); exit 1; }; } ;;
10457 esac
10458 fi
10459
10460
10461                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10462         then
10463             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10464 $as_echo_n "checking for -lXi... " >&6; }
10465 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10466   $as_echo_n "(cached) " >&6
10467 else
10468   ac_check_soname_save_LIBS=$LIBS
10469 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10470   cat >conftest.$ac_ext <<_ACEOF
10471 /* confdefs.h.  */
10472 _ACEOF
10473 cat confdefs.h >>conftest.$ac_ext
10474 cat >>conftest.$ac_ext <<_ACEOF
10475 /* end confdefs.h.  */
10476
10477 /* Override any GCC internal prototype to avoid an error.
10478    Use char because int might match the return type of a GCC
10479    builtin and then its argument prototype would still apply.  */
10480 #ifdef __cplusplus
10481 extern "C"
10482 #endif
10483 char XOpenDevice ();
10484 int
10485 main ()
10486 {
10487 return XOpenDevice ();
10488   ;
10489   return 0;
10490 }
10491 _ACEOF
10492 rm -f conftest.$ac_objext conftest$ac_exeext
10493 if { (ac_try="$ac_link"
10494 case "(($ac_try" in
10495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10496   *) ac_try_echo=$ac_try;;
10497 esac
10498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10499 $as_echo "$ac_try_echo") >&5
10500   (eval "$ac_link") 2>conftest.er1
10501   ac_status=$?
10502   grep -v '^ *+' conftest.er1 >conftest.err
10503   rm -f conftest.er1
10504   cat conftest.err >&5
10505   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10506   (exit $ac_status); } && {
10507          test -z "$ac_c_werror_flag" ||
10508          test ! -s conftest.err
10509        } && test -s conftest$ac_exeext && {
10510          test "$cross_compiling" = yes ||
10511          $as_test_x conftest$ac_exeext
10512        }; then
10513   case "$LIBEXT" in
10514     dll) ;;
10515     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'` ;;
10516     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10517   esac
10518 else
10519   $as_echo "$as_me: failed program was:" >&5
10520 sed 's/^/| /' conftest.$ac_ext >&5
10521
10522
10523 fi
10524
10525 rm -rf conftest.dSYM
10526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10527       conftest$ac_exeext conftest.$ac_ext
10528   LIBS=$ac_check_soname_save_LIBS
10529 fi
10530 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10531   { $as_echo "$as_me:$LINENO: result: not found" >&5
10532 $as_echo "not found" >&6; }
10533
10534 else
10535   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10536 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10537
10538 cat >>confdefs.h <<_ACEOF
10539 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10540 _ACEOF
10541
10542
10543 fi
10544
10545         fi
10546         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10547   case "x$with_xinput" in
10548   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10549   xno) ;;
10550   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10551 This is an error since --with-xinput was requested." >&5
10552 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10553 This is an error since --with-xinput was requested." >&2;}
10554    { (exit 1); exit 1; }; } ;;
10555 esac
10556 fi
10557
10558
10559                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10560         then
10561               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10562 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10563 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10564   $as_echo_n "(cached) " >&6
10565 else
10566   ac_check_lib_save_LIBS=$LIBS
10567 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10568 cat >conftest.$ac_ext <<_ACEOF
10569 /* confdefs.h.  */
10570 _ACEOF
10571 cat confdefs.h >>conftest.$ac_ext
10572 cat >>conftest.$ac_ext <<_ACEOF
10573 /* end confdefs.h.  */
10574
10575 /* Override any GCC internal prototype to avoid an error.
10576    Use char because int might match the return type of a GCC
10577    builtin and then its argument prototype would still apply.  */
10578 #ifdef __cplusplus
10579 extern "C"
10580 #endif
10581 char XShmQueryExtension ();
10582 int
10583 main ()
10584 {
10585 return XShmQueryExtension ();
10586   ;
10587   return 0;
10588 }
10589 _ACEOF
10590 rm -f conftest.$ac_objext conftest$ac_exeext
10591 if { (ac_try="$ac_link"
10592 case "(($ac_try" in
10593   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10594   *) ac_try_echo=$ac_try;;
10595 esac
10596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10597 $as_echo "$ac_try_echo") >&5
10598   (eval "$ac_link") 2>conftest.er1
10599   ac_status=$?
10600   grep -v '^ *+' conftest.er1 >conftest.err
10601   rm -f conftest.er1
10602   cat conftest.err >&5
10603   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10604   (exit $ac_status); } && {
10605          test -z "$ac_c_werror_flag" ||
10606          test ! -s conftest.err
10607        } && test -s conftest$ac_exeext && {
10608          test "$cross_compiling" = yes ||
10609          $as_test_x conftest$ac_exeext
10610        }; then
10611   ac_cv_lib_Xext_XShmQueryExtension=yes
10612 else
10613   $as_echo "$as_me: failed program was:" >&5
10614 sed 's/^/| /' conftest.$ac_ext >&5
10615
10616         ac_cv_lib_Xext_XShmQueryExtension=no
10617 fi
10618
10619 rm -rf conftest.dSYM
10620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10621       conftest$ac_exeext conftest.$ac_ext
10622 LIBS=$ac_check_lib_save_LIBS
10623 fi
10624 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10625 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10626 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10627
10628 cat >>confdefs.h <<\_ACEOF
10629 #define HAVE_LIBXXSHM 1
10630 _ACEOF
10631
10632 fi
10633
10634         fi
10635         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10636   case "x$with_xshm" in
10637   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10638   xno) ;;
10639   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10640 This is an error since --with-xshm was requested." >&5
10641 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10642 This is an error since --with-xshm was requested." >&2;}
10643    { (exit 1); exit 1; }; } ;;
10644 esac
10645 fi
10646
10647
10648                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10649         then
10650               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10651 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10652 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10653   $as_echo_n "(cached) " >&6
10654 else
10655   ac_check_lib_save_LIBS=$LIBS
10656 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10657 cat >conftest.$ac_ext <<_ACEOF
10658 /* confdefs.h.  */
10659 _ACEOF
10660 cat confdefs.h >>conftest.$ac_ext
10661 cat >>conftest.$ac_ext <<_ACEOF
10662 /* end confdefs.h.  */
10663
10664 /* Override any GCC internal prototype to avoid an error.
10665    Use char because int might match the return type of a GCC
10666    builtin and then its argument prototype would still apply.  */
10667 #ifdef __cplusplus
10668 extern "C"
10669 #endif
10670 char XShapeQueryExtension ();
10671 int
10672 main ()
10673 {
10674 return XShapeQueryExtension ();
10675   ;
10676   return 0;
10677 }
10678 _ACEOF
10679 rm -f conftest.$ac_objext conftest$ac_exeext
10680 if { (ac_try="$ac_link"
10681 case "(($ac_try" in
10682   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10683   *) ac_try_echo=$ac_try;;
10684 esac
10685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10686 $as_echo "$ac_try_echo") >&5
10687   (eval "$ac_link") 2>conftest.er1
10688   ac_status=$?
10689   grep -v '^ *+' conftest.er1 >conftest.err
10690   rm -f conftest.er1
10691   cat conftest.err >&5
10692   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10693   (exit $ac_status); } && {
10694          test -z "$ac_c_werror_flag" ||
10695          test ! -s conftest.err
10696        } && test -s conftest$ac_exeext && {
10697          test "$cross_compiling" = yes ||
10698          $as_test_x conftest$ac_exeext
10699        }; then
10700   ac_cv_lib_Xext_XShapeQueryExtension=yes
10701 else
10702   $as_echo "$as_me: failed program was:" >&5
10703 sed 's/^/| /' conftest.$ac_ext >&5
10704
10705         ac_cv_lib_Xext_XShapeQueryExtension=no
10706 fi
10707
10708 rm -rf conftest.dSYM
10709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10710       conftest$ac_exeext conftest.$ac_ext
10711 LIBS=$ac_check_lib_save_LIBS
10712 fi
10713 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10714 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10715 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10716
10717 cat >>confdefs.h <<\_ACEOF
10718 #define HAVE_LIBXSHAPE 1
10719 _ACEOF
10720
10721 fi
10722
10723         fi
10724         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10725   case "x$with_xshape" in
10726   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10727   xno) ;;
10728   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10729 This is an error since --with-xshape was requested." >&5
10730 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10731 This is an error since --with-xshape was requested." >&2;}
10732    { (exit 1); exit 1; }; } ;;
10733 esac
10734 fi
10735
10736
10737                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10738         then
10739             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10740 $as_echo_n "checking for -lXxf86vm... " >&6; }
10741 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10742   $as_echo_n "(cached) " >&6
10743 else
10744   ac_check_soname_save_LIBS=$LIBS
10745 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10746   cat >conftest.$ac_ext <<_ACEOF
10747 /* confdefs.h.  */
10748 _ACEOF
10749 cat confdefs.h >>conftest.$ac_ext
10750 cat >>conftest.$ac_ext <<_ACEOF
10751 /* end confdefs.h.  */
10752
10753 /* Override any GCC internal prototype to avoid an error.
10754    Use char because int might match the return type of a GCC
10755    builtin and then its argument prototype would still apply.  */
10756 #ifdef __cplusplus
10757 extern "C"
10758 #endif
10759 char XF86VidModeQueryExtension ();
10760 int
10761 main ()
10762 {
10763 return XF86VidModeQueryExtension ();
10764   ;
10765   return 0;
10766 }
10767 _ACEOF
10768 rm -f conftest.$ac_objext conftest$ac_exeext
10769 if { (ac_try="$ac_link"
10770 case "(($ac_try" in
10771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10772   *) ac_try_echo=$ac_try;;
10773 esac
10774 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10775 $as_echo "$ac_try_echo") >&5
10776   (eval "$ac_link") 2>conftest.er1
10777   ac_status=$?
10778   grep -v '^ *+' conftest.er1 >conftest.err
10779   rm -f conftest.er1
10780   cat conftest.err >&5
10781   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10782   (exit $ac_status); } && {
10783          test -z "$ac_c_werror_flag" ||
10784          test ! -s conftest.err
10785        } && test -s conftest$ac_exeext && {
10786          test "$cross_compiling" = yes ||
10787          $as_test_x conftest$ac_exeext
10788        }; then
10789   case "$LIBEXT" in
10790     dll) ;;
10791     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'` ;;
10792     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10793   esac
10794 else
10795   $as_echo "$as_me: failed program was:" >&5
10796 sed 's/^/| /' conftest.$ac_ext >&5
10797
10798
10799 fi
10800
10801 rm -rf conftest.dSYM
10802 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10803       conftest$ac_exeext conftest.$ac_ext
10804   LIBS=$ac_check_soname_save_LIBS
10805 fi
10806 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10807   { $as_echo "$as_me:$LINENO: result: not found" >&5
10808 $as_echo "not found" >&6; }
10809
10810 else
10811   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10812 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10813
10814 cat >>confdefs.h <<_ACEOF
10815 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10816 _ACEOF
10817
10818
10819 fi
10820
10821         fi
10822         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10823   case "x$with_xxf86vm" in
10824   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10825   xno) ;;
10826   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10827 This is an error since --with-xxf86vm was requested." >&5
10828 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10829 This is an error since --with-xxf86vm was requested." >&2;}
10830    { (exit 1); exit 1; }; } ;;
10831 esac
10832 fi
10833
10834
10835                 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"
10836         then
10837             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10838 $as_echo_n "checking for -lXrender... " >&6; }
10839 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10840   $as_echo_n "(cached) " >&6
10841 else
10842   ac_check_soname_save_LIBS=$LIBS
10843 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10844   cat >conftest.$ac_ext <<_ACEOF
10845 /* confdefs.h.  */
10846 _ACEOF
10847 cat confdefs.h >>conftest.$ac_ext
10848 cat >>conftest.$ac_ext <<_ACEOF
10849 /* end confdefs.h.  */
10850
10851 /* Override any GCC internal prototype to avoid an error.
10852    Use char because int might match the return type of a GCC
10853    builtin and then its argument prototype would still apply.  */
10854 #ifdef __cplusplus
10855 extern "C"
10856 #endif
10857 char XRenderQueryExtension ();
10858 int
10859 main ()
10860 {
10861 return XRenderQueryExtension ();
10862   ;
10863   return 0;
10864 }
10865 _ACEOF
10866 rm -f conftest.$ac_objext conftest$ac_exeext
10867 if { (ac_try="$ac_link"
10868 case "(($ac_try" in
10869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10870   *) ac_try_echo=$ac_try;;
10871 esac
10872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10873 $as_echo "$ac_try_echo") >&5
10874   (eval "$ac_link") 2>conftest.er1
10875   ac_status=$?
10876   grep -v '^ *+' conftest.er1 >conftest.err
10877   rm -f conftest.er1
10878   cat conftest.err >&5
10879   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10880   (exit $ac_status); } && {
10881          test -z "$ac_c_werror_flag" ||
10882          test ! -s conftest.err
10883        } && test -s conftest$ac_exeext && {
10884          test "$cross_compiling" = yes ||
10885          $as_test_x conftest$ac_exeext
10886        }; then
10887   case "$LIBEXT" in
10888     dll) ;;
10889     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'` ;;
10890     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10891   esac
10892 else
10893   $as_echo "$as_me: failed program was:" >&5
10894 sed 's/^/| /' conftest.$ac_ext >&5
10895
10896
10897 fi
10898
10899 rm -rf conftest.dSYM
10900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10901       conftest$ac_exeext conftest.$ac_ext
10902   LIBS=$ac_check_soname_save_LIBS
10903 fi
10904 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10905   { $as_echo "$as_me:$LINENO: result: not found" >&5
10906 $as_echo "not found" >&6; }
10907
10908 else
10909   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10910 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10911
10912 cat >>confdefs.h <<_ACEOF
10913 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10914 _ACEOF
10915
10916        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10917 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10918 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10919   $as_echo_n "(cached) " >&6
10920 else
10921   ac_check_lib_save_LIBS=$LIBS
10922 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10923 cat >conftest.$ac_ext <<_ACEOF
10924 /* confdefs.h.  */
10925 _ACEOF
10926 cat confdefs.h >>conftest.$ac_ext
10927 cat >>conftest.$ac_ext <<_ACEOF
10928 /* end confdefs.h.  */
10929
10930 /* Override any GCC internal prototype to avoid an error.
10931    Use char because int might match the return type of a GCC
10932    builtin and then its argument prototype would still apply.  */
10933 #ifdef __cplusplus
10934 extern "C"
10935 #endif
10936 char XRenderSetPictureTransform ();
10937 int
10938 main ()
10939 {
10940 return XRenderSetPictureTransform ();
10941   ;
10942   return 0;
10943 }
10944 _ACEOF
10945 rm -f conftest.$ac_objext conftest$ac_exeext
10946 if { (ac_try="$ac_link"
10947 case "(($ac_try" in
10948   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10949   *) ac_try_echo=$ac_try;;
10950 esac
10951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10952 $as_echo "$ac_try_echo") >&5
10953   (eval "$ac_link") 2>conftest.er1
10954   ac_status=$?
10955   grep -v '^ *+' conftest.er1 >conftest.err
10956   rm -f conftest.er1
10957   cat conftest.err >&5
10958   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10959   (exit $ac_status); } && {
10960          test -z "$ac_c_werror_flag" ||
10961          test ! -s conftest.err
10962        } && test -s conftest$ac_exeext && {
10963          test "$cross_compiling" = yes ||
10964          $as_test_x conftest$ac_exeext
10965        }; then
10966   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10967 else
10968   $as_echo "$as_me: failed program was:" >&5
10969 sed 's/^/| /' conftest.$ac_ext >&5
10970
10971         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10972 fi
10973
10974 rm -rf conftest.dSYM
10975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10976       conftest$ac_exeext conftest.$ac_ext
10977 LIBS=$ac_check_lib_save_LIBS
10978 fi
10979 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10980 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10981 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10982
10983 cat >>confdefs.h <<\_ACEOF
10984 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10985 _ACEOF
10986
10987 fi
10988
10989 fi
10990
10991
10992         fi
10993         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10994   case "x$with_xrender" in
10995   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10996   xno) ;;
10997   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10998 This is an error since --with-xrender was requested." >&5
10999 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11000 This is an error since --with-xrender was requested." >&2;}
11001    { (exit 1); exit 1; }; } ;;
11002 esac
11003 fi
11004
11005
11006                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11007         then
11008                 cat >conftest.$ac_ext <<_ACEOF
11009 /* confdefs.h.  */
11010 _ACEOF
11011 cat confdefs.h >>conftest.$ac_ext
11012 cat >>conftest.$ac_ext <<_ACEOF
11013 /* end confdefs.h.  */
11014 #include <X11/Xlib.h>
11015 #include <X11/extensions/Xrandr.h>
11016 int
11017 main ()
11018 {
11019 static typeof(XRRSetScreenConfigAndRate) * func;
11020   ;
11021   return 0;
11022 }
11023 _ACEOF
11024 rm -f conftest.$ac_objext
11025 if { (ac_try="$ac_compile"
11026 case "(($ac_try" in
11027   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11028   *) ac_try_echo=$ac_try;;
11029 esac
11030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11031 $as_echo "$ac_try_echo") >&5
11032   (eval "$ac_compile") 2>conftest.er1
11033   ac_status=$?
11034   grep -v '^ *+' conftest.er1 >conftest.err
11035   rm -f conftest.er1
11036   cat conftest.err >&5
11037   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11038   (exit $ac_status); } && {
11039          test -z "$ac_c_werror_flag" ||
11040          test ! -s conftest.err
11041        } && test -s conftest.$ac_objext; then
11042   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11043 $as_echo_n "checking for -lXrandr... " >&6; }
11044 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11045   $as_echo_n "(cached) " >&6
11046 else
11047   ac_check_soname_save_LIBS=$LIBS
11048 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11049   cat >conftest.$ac_ext <<_ACEOF
11050 /* confdefs.h.  */
11051 _ACEOF
11052 cat confdefs.h >>conftest.$ac_ext
11053 cat >>conftest.$ac_ext <<_ACEOF
11054 /* end confdefs.h.  */
11055
11056 /* Override any GCC internal prototype to avoid an error.
11057    Use char because int might match the return type of a GCC
11058    builtin and then its argument prototype would still apply.  */
11059 #ifdef __cplusplus
11060 extern "C"
11061 #endif
11062 char XRRQueryExtension ();
11063 int
11064 main ()
11065 {
11066 return XRRQueryExtension ();
11067   ;
11068   return 0;
11069 }
11070 _ACEOF
11071 rm -f conftest.$ac_objext conftest$ac_exeext
11072 if { (ac_try="$ac_link"
11073 case "(($ac_try" in
11074   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11075   *) ac_try_echo=$ac_try;;
11076 esac
11077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11078 $as_echo "$ac_try_echo") >&5
11079   (eval "$ac_link") 2>conftest.er1
11080   ac_status=$?
11081   grep -v '^ *+' conftest.er1 >conftest.err
11082   rm -f conftest.er1
11083   cat conftest.err >&5
11084   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11085   (exit $ac_status); } && {
11086          test -z "$ac_c_werror_flag" ||
11087          test ! -s conftest.err
11088        } && test -s conftest$ac_exeext && {
11089          test "$cross_compiling" = yes ||
11090          $as_test_x conftest$ac_exeext
11091        }; then
11092   case "$LIBEXT" in
11093     dll) ;;
11094     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'` ;;
11095     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11096   esac
11097 else
11098   $as_echo "$as_me: failed program was:" >&5
11099 sed 's/^/| /' conftest.$ac_ext >&5
11100
11101
11102 fi
11103
11104 rm -rf conftest.dSYM
11105 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11106       conftest$ac_exeext conftest.$ac_ext
11107   LIBS=$ac_check_soname_save_LIBS
11108 fi
11109 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11110   { $as_echo "$as_me:$LINENO: result: not found" >&5
11111 $as_echo "not found" >&6; }
11112
11113 else
11114   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11115 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11116
11117 cat >>confdefs.h <<_ACEOF
11118 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11119 _ACEOF
11120
11121
11122 fi
11123
11124 else
11125   $as_echo "$as_me: failed program was:" >&5
11126 sed 's/^/| /' conftest.$ac_ext >&5
11127
11128
11129 fi
11130
11131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11132         fi
11133         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11134   case "x$with_xrandr" in
11135   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11136   xno) ;;
11137   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11138 This is an error since --with-xrandr was requested." >&5
11139 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11140 This is an error since --with-xrandr was requested." >&2;}
11141    { (exit 1); exit 1; }; } ;;
11142 esac
11143 fi
11144
11145
11146                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11147         then
11148                 cat >conftest.$ac_ext <<_ACEOF
11149 /* confdefs.h.  */
11150 _ACEOF
11151 cat confdefs.h >>conftest.$ac_ext
11152 cat >>conftest.$ac_ext <<_ACEOF
11153 /* end confdefs.h.  */
11154 #include <X11/Xlib.h>
11155 #include <X11/extensions/Xinerama.h>
11156 int
11157 main ()
11158 {
11159 static typeof(XineramaQueryScreens) * func;
11160   ;
11161   return 0;
11162 }
11163 _ACEOF
11164 rm -f conftest.$ac_objext
11165 if { (ac_try="$ac_compile"
11166 case "(($ac_try" in
11167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11168   *) ac_try_echo=$ac_try;;
11169 esac
11170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11171 $as_echo "$ac_try_echo") >&5
11172   (eval "$ac_compile") 2>conftest.er1
11173   ac_status=$?
11174   grep -v '^ *+' conftest.er1 >conftest.err
11175   rm -f conftest.er1
11176   cat conftest.err >&5
11177   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11178   (exit $ac_status); } && {
11179          test -z "$ac_c_werror_flag" ||
11180          test ! -s conftest.err
11181        } && test -s conftest.$ac_objext; then
11182   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11183 $as_echo_n "checking for -lXinerama... " >&6; }
11184 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11185   $as_echo_n "(cached) " >&6
11186 else
11187   ac_check_soname_save_LIBS=$LIBS
11188 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11189   cat >conftest.$ac_ext <<_ACEOF
11190 /* confdefs.h.  */
11191 _ACEOF
11192 cat confdefs.h >>conftest.$ac_ext
11193 cat >>conftest.$ac_ext <<_ACEOF
11194 /* end confdefs.h.  */
11195
11196 /* Override any GCC internal prototype to avoid an error.
11197    Use char because int might match the return type of a GCC
11198    builtin and then its argument prototype would still apply.  */
11199 #ifdef __cplusplus
11200 extern "C"
11201 #endif
11202 char XineramaQueryScreens ();
11203 int
11204 main ()
11205 {
11206 return XineramaQueryScreens ();
11207   ;
11208   return 0;
11209 }
11210 _ACEOF
11211 rm -f conftest.$ac_objext conftest$ac_exeext
11212 if { (ac_try="$ac_link"
11213 case "(($ac_try" in
11214   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11215   *) ac_try_echo=$ac_try;;
11216 esac
11217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11218 $as_echo "$ac_try_echo") >&5
11219   (eval "$ac_link") 2>conftest.er1
11220   ac_status=$?
11221   grep -v '^ *+' conftest.er1 >conftest.err
11222   rm -f conftest.er1
11223   cat conftest.err >&5
11224   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11225   (exit $ac_status); } && {
11226          test -z "$ac_c_werror_flag" ||
11227          test ! -s conftest.err
11228        } && test -s conftest$ac_exeext && {
11229          test "$cross_compiling" = yes ||
11230          $as_test_x conftest$ac_exeext
11231        }; then
11232   case "$LIBEXT" in
11233     dll) ;;
11234     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'` ;;
11235     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11236   esac
11237 else
11238   $as_echo "$as_me: failed program was:" >&5
11239 sed 's/^/| /' conftest.$ac_ext >&5
11240
11241
11242 fi
11243
11244 rm -rf conftest.dSYM
11245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11246       conftest$ac_exeext conftest.$ac_ext
11247   LIBS=$ac_check_soname_save_LIBS
11248 fi
11249 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11250   { $as_echo "$as_me:$LINENO: result: not found" >&5
11251 $as_echo "not found" >&6; }
11252
11253 else
11254   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11255 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11256
11257 cat >>confdefs.h <<_ACEOF
11258 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11259 _ACEOF
11260
11261
11262 fi
11263
11264 else
11265   $as_echo "$as_me: failed program was:" >&5
11266 sed 's/^/| /' conftest.$ac_ext >&5
11267
11268
11269 fi
11270
11271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11272         fi
11273         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11274   case "x$with_xinerama" in
11275   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11276   xno) ;;
11277   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11278 This is an error since --with-xinerama was requested." >&5
11279 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11280 This is an error since --with-xinerama was requested." >&2;}
11281    { (exit 1); exit 1; }; } ;;
11282 esac
11283 fi
11284
11285
11286                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11287         then
11288             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11289 $as_echo_n "checking for -lXcomposite... " >&6; }
11290 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11291   $as_echo_n "(cached) " >&6
11292 else
11293   ac_check_soname_save_LIBS=$LIBS
11294 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11295   cat >conftest.$ac_ext <<_ACEOF
11296 /* confdefs.h.  */
11297 _ACEOF
11298 cat confdefs.h >>conftest.$ac_ext
11299 cat >>conftest.$ac_ext <<_ACEOF
11300 /* end confdefs.h.  */
11301
11302 /* Override any GCC internal prototype to avoid an error.
11303    Use char because int might match the return type of a GCC
11304    builtin and then its argument prototype would still apply.  */
11305 #ifdef __cplusplus
11306 extern "C"
11307 #endif
11308 char XCompositeRedirectWindow ();
11309 int
11310 main ()
11311 {
11312 return XCompositeRedirectWindow ();
11313   ;
11314   return 0;
11315 }
11316 _ACEOF
11317 rm -f conftest.$ac_objext conftest$ac_exeext
11318 if { (ac_try="$ac_link"
11319 case "(($ac_try" in
11320   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11321   *) ac_try_echo=$ac_try;;
11322 esac
11323 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11324 $as_echo "$ac_try_echo") >&5
11325   (eval "$ac_link") 2>conftest.er1
11326   ac_status=$?
11327   grep -v '^ *+' conftest.er1 >conftest.err
11328   rm -f conftest.er1
11329   cat conftest.err >&5
11330   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11331   (exit $ac_status); } && {
11332          test -z "$ac_c_werror_flag" ||
11333          test ! -s conftest.err
11334        } && test -s conftest$ac_exeext && {
11335          test "$cross_compiling" = yes ||
11336          $as_test_x conftest$ac_exeext
11337        }; then
11338   case "$LIBEXT" in
11339     dll) ;;
11340     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'` ;;
11341     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11342   esac
11343 else
11344   $as_echo "$as_me: failed program was:" >&5
11345 sed 's/^/| /' conftest.$ac_ext >&5
11346
11347
11348 fi
11349
11350 rm -rf conftest.dSYM
11351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11352       conftest$ac_exeext conftest.$ac_ext
11353   LIBS=$ac_check_soname_save_LIBS
11354 fi
11355 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11356   { $as_echo "$as_me:$LINENO: result: not found" >&5
11357 $as_echo "not found" >&6; }
11358
11359 else
11360   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11361 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11362
11363 cat >>confdefs.h <<_ACEOF
11364 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11365 _ACEOF
11366
11367
11368 fi
11369
11370         fi
11371         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11372   case "x$with_xcomposite" in
11373   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11374   xno) ;;
11375   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11376 This is an error since --with-xcomposite was requested." >&5
11377 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11378 This is an error since --with-xcomposite was requested." >&2;}
11379    { (exit 1); exit 1; }; } ;;
11380 esac
11381 fi
11382
11383
11384                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11385 $as_echo_n "checking for XICCallback.callback... " >&6; }
11386 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11387   $as_echo_n "(cached) " >&6
11388 else
11389   cat >conftest.$ac_ext <<_ACEOF
11390 /* confdefs.h.  */
11391 _ACEOF
11392 cat confdefs.h >>conftest.$ac_ext
11393 cat >>conftest.$ac_ext <<_ACEOF
11394 /* end confdefs.h.  */
11395 #ifdef HAVE_X11_XLIB_H
11396 #include <X11/Xlib.h>
11397 #endif
11398
11399 int
11400 main ()
11401 {
11402 static XICCallback ac_aggr;
11403 if (ac_aggr.callback)
11404 return 0;
11405   ;
11406   return 0;
11407 }
11408 _ACEOF
11409 rm -f conftest.$ac_objext
11410 if { (ac_try="$ac_compile"
11411 case "(($ac_try" in
11412   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11413   *) ac_try_echo=$ac_try;;
11414 esac
11415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11416 $as_echo "$ac_try_echo") >&5
11417   (eval "$ac_compile") 2>conftest.er1
11418   ac_status=$?
11419   grep -v '^ *+' conftest.er1 >conftest.err
11420   rm -f conftest.er1
11421   cat conftest.err >&5
11422   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11423   (exit $ac_status); } && {
11424          test -z "$ac_c_werror_flag" ||
11425          test ! -s conftest.err
11426        } && test -s conftest.$ac_objext; then
11427   ac_cv_member_XICCallback_callback=yes
11428 else
11429   $as_echo "$as_me: failed program was:" >&5
11430 sed 's/^/| /' conftest.$ac_ext >&5
11431
11432         cat >conftest.$ac_ext <<_ACEOF
11433 /* confdefs.h.  */
11434 _ACEOF
11435 cat confdefs.h >>conftest.$ac_ext
11436 cat >>conftest.$ac_ext <<_ACEOF
11437 /* end confdefs.h.  */
11438 #ifdef HAVE_X11_XLIB_H
11439 #include <X11/Xlib.h>
11440 #endif
11441
11442 int
11443 main ()
11444 {
11445 static XICCallback ac_aggr;
11446 if (sizeof ac_aggr.callback)
11447 return 0;
11448   ;
11449   return 0;
11450 }
11451 _ACEOF
11452 rm -f conftest.$ac_objext
11453 if { (ac_try="$ac_compile"
11454 case "(($ac_try" in
11455   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11456   *) ac_try_echo=$ac_try;;
11457 esac
11458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11459 $as_echo "$ac_try_echo") >&5
11460   (eval "$ac_compile") 2>conftest.er1
11461   ac_status=$?
11462   grep -v '^ *+' conftest.er1 >conftest.err
11463   rm -f conftest.er1
11464   cat conftest.err >&5
11465   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11466   (exit $ac_status); } && {
11467          test -z "$ac_c_werror_flag" ||
11468          test ! -s conftest.err
11469        } && test -s conftest.$ac_objext; then
11470   ac_cv_member_XICCallback_callback=yes
11471 else
11472   $as_echo "$as_me: failed program was:" >&5
11473 sed 's/^/| /' conftest.$ac_ext >&5
11474
11475         ac_cv_member_XICCallback_callback=no
11476 fi
11477
11478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11479 fi
11480
11481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11482 fi
11483 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11484 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11485 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11486
11487 cat >>confdefs.h <<_ACEOF
11488 #define HAVE_XICCALLBACK_CALLBACK 1
11489 _ACEOF
11490
11491
11492 fi
11493
11494
11495
11496         opengl_msg=""
11497     if test "x$with_opengl" != "xno"
11498     then
11499
11500
11501
11502
11503 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11504 do
11505 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11506 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11507 $as_echo_n "checking for $ac_header... " >&6; }
11508 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11509   $as_echo_n "(cached) " >&6
11510 else
11511   cat >conftest.$ac_ext <<_ACEOF
11512 /* confdefs.h.  */
11513 _ACEOF
11514 cat confdefs.h >>conftest.$ac_ext
11515 cat >>conftest.$ac_ext <<_ACEOF
11516 /* end confdefs.h.  */
11517 #ifdef HAVE_GL_GLX_H
11518 # include <GL/glx.h>
11519 #endif
11520
11521 #include <$ac_header>
11522 _ACEOF
11523 rm -f conftest.$ac_objext
11524 if { (ac_try="$ac_compile"
11525 case "(($ac_try" in
11526   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11527   *) ac_try_echo=$ac_try;;
11528 esac
11529 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11530 $as_echo "$ac_try_echo") >&5
11531   (eval "$ac_compile") 2>conftest.er1
11532   ac_status=$?
11533   grep -v '^ *+' conftest.er1 >conftest.err
11534   rm -f conftest.er1
11535   cat conftest.err >&5
11536   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11537   (exit $ac_status); } && {
11538          test -z "$ac_c_werror_flag" ||
11539          test ! -s conftest.err
11540        } && test -s conftest.$ac_objext; then
11541   eval "$as_ac_Header=yes"
11542 else
11543   $as_echo "$as_me: failed program was:" >&5
11544 sed 's/^/| /' conftest.$ac_ext >&5
11545
11546         eval "$as_ac_Header=no"
11547 fi
11548
11549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11550 fi
11551 ac_res=`eval 'as_val=${'$as_ac_Header'}
11552                  $as_echo "$as_val"'`
11553                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11554 $as_echo "$ac_res" >&6; }
11555 as_val=`eval 'as_val=${'$as_ac_Header'}
11556                  $as_echo "$as_val"'`
11557    if test "x$as_val" = x""yes; then
11558   cat >>confdefs.h <<_ACEOF
11559 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11560 _ACEOF
11561
11562 fi
11563
11564 done
11565
11566         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11567         then
11568                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11569 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11570 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11571   $as_echo_n "(cached) " >&6
11572 else
11573   cat >conftest.$ac_ext <<_ACEOF
11574 /* confdefs.h.  */
11575 _ACEOF
11576 cat confdefs.h >>conftest.$ac_ext
11577 cat >>conftest.$ac_ext <<_ACEOF
11578 /* end confdefs.h.  */
11579 #include <GL/gl.h>
11580 int
11581 main ()
11582 {
11583 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11584   ;
11585   return 0;
11586 }
11587 _ACEOF
11588 rm -f conftest.$ac_objext
11589 if { (ac_try="$ac_compile"
11590 case "(($ac_try" in
11591   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11592   *) ac_try_echo=$ac_try;;
11593 esac
11594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11595 $as_echo "$ac_try_echo") >&5
11596   (eval "$ac_compile") 2>conftest.er1
11597   ac_status=$?
11598   grep -v '^ *+' conftest.er1 >conftest.err
11599   rm -f conftest.er1
11600   cat conftest.err >&5
11601   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11602   (exit $ac_status); } && {
11603          test -z "$ac_c_werror_flag" ||
11604          test ! -s conftest.err
11605        } && test -s conftest.$ac_objext; then
11606   wine_cv_opengl_header_version_OK="yes"
11607 else
11608   $as_echo "$as_me: failed program was:" >&5
11609 sed 's/^/| /' conftest.$ac_ext >&5
11610
11611         wine_cv_opengl_header_version_OK="no"
11612 fi
11613
11614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11615 fi
11616 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11617 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11618
11619             if test "$wine_cv_opengl_header_version_OK" = "yes"
11620             then
11621                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11622 $as_echo_n "checking for -lGL... " >&6; }
11623 if test "${ac_cv_lib_soname_GL+set}" = set; then
11624   $as_echo_n "(cached) " >&6
11625 else
11626   ac_check_soname_save_LIBS=$LIBS
11627 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11628   cat >conftest.$ac_ext <<_ACEOF
11629 /* confdefs.h.  */
11630 _ACEOF
11631 cat confdefs.h >>conftest.$ac_ext
11632 cat >>conftest.$ac_ext <<_ACEOF
11633 /* end confdefs.h.  */
11634
11635 /* Override any GCC internal prototype to avoid an error.
11636    Use char because int might match the return type of a GCC
11637    builtin and then its argument prototype would still apply.  */
11638 #ifdef __cplusplus
11639 extern "C"
11640 #endif
11641 char glXCreateContext ();
11642 int
11643 main ()
11644 {
11645 return glXCreateContext ();
11646   ;
11647   return 0;
11648 }
11649 _ACEOF
11650 rm -f conftest.$ac_objext conftest$ac_exeext
11651 if { (ac_try="$ac_link"
11652 case "(($ac_try" in
11653   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11654   *) ac_try_echo=$ac_try;;
11655 esac
11656 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11657 $as_echo "$ac_try_echo") >&5
11658   (eval "$ac_link") 2>conftest.er1
11659   ac_status=$?
11660   grep -v '^ *+' conftest.er1 >conftest.err
11661   rm -f conftest.er1
11662   cat conftest.err >&5
11663   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11664   (exit $ac_status); } && {
11665          test -z "$ac_c_werror_flag" ||
11666          test ! -s conftest.err
11667        } && test -s conftest$ac_exeext && {
11668          test "$cross_compiling" = yes ||
11669          $as_test_x conftest$ac_exeext
11670        }; then
11671   case "$LIBEXT" in
11672     dll) ;;
11673     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'` ;;
11674     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11675   esac
11676 else
11677   $as_echo "$as_me: failed program was:" >&5
11678 sed 's/^/| /' conftest.$ac_ext >&5
11679
11680
11681 fi
11682
11683 rm -rf conftest.dSYM
11684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11685       conftest$ac_exeext conftest.$ac_ext
11686   LIBS=$ac_check_soname_save_LIBS
11687 fi
11688 if test "x$ac_cv_lib_soname_GL" = "x"; then
11689   { $as_echo "$as_me:$LINENO: result: not found" >&5
11690 $as_echo "not found" >&6; }
11691        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11692 $as_echo_n "checking for -lGL... " >&6; }
11693 if test "${ac_cv_lib_soname_GL+set}" = set; then
11694   $as_echo_n "(cached) " >&6
11695 else
11696   ac_check_soname_save_LIBS=$LIBS
11697 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"
11698   cat >conftest.$ac_ext <<_ACEOF
11699 /* confdefs.h.  */
11700 _ACEOF
11701 cat confdefs.h >>conftest.$ac_ext
11702 cat >>conftest.$ac_ext <<_ACEOF
11703 /* end confdefs.h.  */
11704
11705 /* Override any GCC internal prototype to avoid an error.
11706    Use char because int might match the return type of a GCC
11707    builtin and then its argument prototype would still apply.  */
11708 #ifdef __cplusplus
11709 extern "C"
11710 #endif
11711 char glXCreateContext ();
11712 int
11713 main ()
11714 {
11715 return glXCreateContext ();
11716   ;
11717   return 0;
11718 }
11719 _ACEOF
11720 rm -f conftest.$ac_objext conftest$ac_exeext
11721 if { (ac_try="$ac_link"
11722 case "(($ac_try" in
11723   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11724   *) ac_try_echo=$ac_try;;
11725 esac
11726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11727 $as_echo "$ac_try_echo") >&5
11728   (eval "$ac_link") 2>conftest.er1
11729   ac_status=$?
11730   grep -v '^ *+' conftest.er1 >conftest.err
11731   rm -f conftest.er1
11732   cat conftest.err >&5
11733   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11734   (exit $ac_status); } && {
11735          test -z "$ac_c_werror_flag" ||
11736          test ! -s conftest.err
11737        } && test -s conftest$ac_exeext && {
11738          test "$cross_compiling" = yes ||
11739          $as_test_x conftest$ac_exeext
11740        }; then
11741   case "$LIBEXT" in
11742     dll) ;;
11743     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'` ;;
11744     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11745   esac
11746 else
11747   $as_echo "$as_me: failed program was:" >&5
11748 sed 's/^/| /' conftest.$ac_ext >&5
11749
11750
11751 fi
11752
11753 rm -rf conftest.dSYM
11754 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11755       conftest$ac_exeext conftest.$ac_ext
11756   LIBS=$ac_check_soname_save_LIBS
11757 fi
11758 if test "x$ac_cv_lib_soname_GL" = "x"; then
11759   { $as_echo "$as_me:$LINENO: result: not found" >&5
11760 $as_echo "not found" >&6; }
11761        if test -f /usr/X11R6/lib/libGL.a
11762                                     then
11763                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11764 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11765                                     else
11766                                         opengl_msg="No OpenGL library found on this system."
11767                                     fi
11768 else
11769   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11770 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11771
11772 cat >>confdefs.h <<_ACEOF
11773 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11774 _ACEOF
11775
11776        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"
11777
11778 cat >>confdefs.h <<\_ACEOF
11779 #define HAVE_OPENGL 1
11780 _ACEOF
11781
11782 fi
11783
11784 else
11785   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11786 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11787
11788 cat >>confdefs.h <<_ACEOF
11789 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11790 _ACEOF
11791
11792        OPENGL_LIBS="-lGL"
11793
11794 cat >>confdefs.h <<\_ACEOF
11795 #define HAVE_OPENGL 1
11796 _ACEOF
11797
11798 fi
11799
11800                  if test "$ac_cv_header_GL_glu_h" = "yes"
11801                  then
11802                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11803 $as_echo_n "checking for -lGLU... " >&6; }
11804 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11805   $as_echo_n "(cached) " >&6
11806 else
11807   ac_check_soname_save_LIBS=$LIBS
11808 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11809   cat >conftest.$ac_ext <<_ACEOF
11810 /* confdefs.h.  */
11811 _ACEOF
11812 cat confdefs.h >>conftest.$ac_ext
11813 cat >>conftest.$ac_ext <<_ACEOF
11814 /* end confdefs.h.  */
11815
11816 /* Override any GCC internal prototype to avoid an error.
11817    Use char because int might match the return type of a GCC
11818    builtin and then its argument prototype would still apply.  */
11819 #ifdef __cplusplus
11820 extern "C"
11821 #endif
11822 char gluLookAt ();
11823 int
11824 main ()
11825 {
11826 return gluLookAt ();
11827   ;
11828   return 0;
11829 }
11830 _ACEOF
11831 rm -f conftest.$ac_objext conftest$ac_exeext
11832 if { (ac_try="$ac_link"
11833 case "(($ac_try" in
11834   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11835   *) ac_try_echo=$ac_try;;
11836 esac
11837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11838 $as_echo "$ac_try_echo") >&5
11839   (eval "$ac_link") 2>conftest.er1
11840   ac_status=$?
11841   grep -v '^ *+' conftest.er1 >conftest.err
11842   rm -f conftest.er1
11843   cat conftest.err >&5
11844   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11845   (exit $ac_status); } && {
11846          test -z "$ac_c_werror_flag" ||
11847          test ! -s conftest.err
11848        } && test -s conftest$ac_exeext && {
11849          test "$cross_compiling" = yes ||
11850          $as_test_x conftest$ac_exeext
11851        }; then
11852   case "$LIBEXT" in
11853     dll) ;;
11854     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'` ;;
11855     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11856   esac
11857 else
11858   $as_echo "$as_me: failed program was:" >&5
11859 sed 's/^/| /' conftest.$ac_ext >&5
11860
11861
11862 fi
11863
11864 rm -rf conftest.dSYM
11865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11866       conftest$ac_exeext conftest.$ac_ext
11867   LIBS=$ac_check_soname_save_LIBS
11868 fi
11869 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11870   { $as_echo "$as_me:$LINENO: result: not found" >&5
11871 $as_echo "not found" >&6; }
11872
11873 else
11874   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11875 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11876
11877 cat >>confdefs.h <<_ACEOF
11878 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11879 _ACEOF
11880
11881
11882 fi
11883
11884                  fi
11885                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11886   case "x$with_glu" in
11887   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11888   xno) ;;
11889   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11890 This is an error since --with-glu was requested." >&5
11891 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11892 This is an error since --with-glu was requested." >&2;}
11893    { (exit 1); exit 1; }; } ;;
11894 esac
11895 fi
11896
11897              else
11898                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11899              fi
11900          else
11901              opengl_msg="OpenGL development headers not found."
11902          fi
11903          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11904          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11905     else
11906          enable_opengl32=${enable_opengl32:-no}
11907          enable_glu32=${enable_glu32:-no}
11908     fi
11909     if test -n "$opengl_msg"; then
11910   case "x$with_opengl" in
11911   x)   wine_warnings="$wine_warnings|$opengl_msg
11912 OpenGL and Direct3D won't be supported." ;;
11913   xno) ;;
11914   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11915 OpenGL and Direct3D won't be supported.
11916 This is an error since --with-opengl was requested." >&5
11917 $as_echo "$as_me: error: $opengl_msg
11918 OpenGL and Direct3D won't be supported.
11919 This is an error since --with-opengl was requested." >&2;}
11920    { (exit 1); exit 1; }; } ;;
11921 esac
11922 fi
11923
11924
11925         NASLIBS=""
11926
11927
11928 for ac_header in audio/audiolib.h
11929 do
11930 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11931 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11932   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11933 $as_echo_n "checking for $ac_header... " >&6; }
11934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11935   $as_echo_n "(cached) " >&6
11936 fi
11937 ac_res=`eval 'as_val=${'$as_ac_Header'}
11938                  $as_echo "$as_val"'`
11939                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11940 $as_echo "$ac_res" >&6; }
11941 else
11942   # Is the header compilable?
11943 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11944 $as_echo_n "checking $ac_header usability... " >&6; }
11945 cat >conftest.$ac_ext <<_ACEOF
11946 /* confdefs.h.  */
11947 _ACEOF
11948 cat confdefs.h >>conftest.$ac_ext
11949 cat >>conftest.$ac_ext <<_ACEOF
11950 /* end confdefs.h.  */
11951 $ac_includes_default
11952 #include <$ac_header>
11953 _ACEOF
11954 rm -f conftest.$ac_objext
11955 if { (ac_try="$ac_compile"
11956 case "(($ac_try" in
11957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11958   *) ac_try_echo=$ac_try;;
11959 esac
11960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11961 $as_echo "$ac_try_echo") >&5
11962   (eval "$ac_compile") 2>conftest.er1
11963   ac_status=$?
11964   grep -v '^ *+' conftest.er1 >conftest.err
11965   rm -f conftest.er1
11966   cat conftest.err >&5
11967   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11968   (exit $ac_status); } && {
11969          test -z "$ac_c_werror_flag" ||
11970          test ! -s conftest.err
11971        } && test -s conftest.$ac_objext; then
11972   ac_header_compiler=yes
11973 else
11974   $as_echo "$as_me: failed program was:" >&5
11975 sed 's/^/| /' conftest.$ac_ext >&5
11976
11977         ac_header_compiler=no
11978 fi
11979
11980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11981 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11982 $as_echo "$ac_header_compiler" >&6; }
11983
11984 # Is the header present?
11985 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11986 $as_echo_n "checking $ac_header presence... " >&6; }
11987 cat >conftest.$ac_ext <<_ACEOF
11988 /* confdefs.h.  */
11989 _ACEOF
11990 cat confdefs.h >>conftest.$ac_ext
11991 cat >>conftest.$ac_ext <<_ACEOF
11992 /* end confdefs.h.  */
11993 #include <$ac_header>
11994 _ACEOF
11995 if { (ac_try="$ac_cpp conftest.$ac_ext"
11996 case "(($ac_try" in
11997   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11998   *) ac_try_echo=$ac_try;;
11999 esac
12000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12001 $as_echo "$ac_try_echo") >&5
12002   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12003   ac_status=$?
12004   grep -v '^ *+' conftest.er1 >conftest.err
12005   rm -f conftest.er1
12006   cat conftest.err >&5
12007   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12008   (exit $ac_status); } >/dev/null && {
12009          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12010          test ! -s conftest.err
12011        }; then
12012   ac_header_preproc=yes
12013 else
12014   $as_echo "$as_me: failed program was:" >&5
12015 sed 's/^/| /' conftest.$ac_ext >&5
12016
12017   ac_header_preproc=no
12018 fi
12019
12020 rm -f conftest.err conftest.$ac_ext
12021 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12022 $as_echo "$ac_header_preproc" >&6; }
12023
12024 # So?  What about this header?
12025 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12026   yes:no: )
12027     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12028 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12029     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12030 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12031     ac_header_preproc=yes
12032     ;;
12033   no:yes:* )
12034     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12035 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12036     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12037 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12038     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12039 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12040     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12041 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12042     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12043 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12044     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12045 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12046     ( cat <<\_ASBOX
12047 ## ------------------------------------ ##
12048 ## Report this to wine-devel@winehq.org ##
12049 ## ------------------------------------ ##
12050 _ASBOX
12051      ) | sed "s/^/$as_me: WARNING:     /" >&2
12052     ;;
12053 esac
12054 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12055 $as_echo_n "checking for $ac_header... " >&6; }
12056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12057   $as_echo_n "(cached) " >&6
12058 else
12059   eval "$as_ac_Header=\$ac_header_preproc"
12060 fi
12061 ac_res=`eval 'as_val=${'$as_ac_Header'}
12062                  $as_echo "$as_val"'`
12063                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12064 $as_echo "$ac_res" >&6; }
12065
12066 fi
12067 as_val=`eval 'as_val=${'$as_ac_Header'}
12068                  $as_echo "$as_val"'`
12069    if test "x$as_val" = x""yes; then
12070   cat >>confdefs.h <<_ACEOF
12071 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12072 _ACEOF
12073
12074 for ac_header in audio/soundlib.h
12075 do
12076 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12077 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12078 $as_echo_n "checking for $ac_header... " >&6; }
12079 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12080   $as_echo_n "(cached) " >&6
12081 else
12082   cat >conftest.$ac_ext <<_ACEOF
12083 /* confdefs.h.  */
12084 _ACEOF
12085 cat confdefs.h >>conftest.$ac_ext
12086 cat >>conftest.$ac_ext <<_ACEOF
12087 /* end confdefs.h.  */
12088 #include <audio/audiolib.h>
12089
12090 #include <$ac_header>
12091 _ACEOF
12092 rm -f conftest.$ac_objext
12093 if { (ac_try="$ac_compile"
12094 case "(($ac_try" in
12095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12096   *) ac_try_echo=$ac_try;;
12097 esac
12098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12099 $as_echo "$ac_try_echo") >&5
12100   (eval "$ac_compile") 2>conftest.er1
12101   ac_status=$?
12102   grep -v '^ *+' conftest.er1 >conftest.err
12103   rm -f conftest.er1
12104   cat conftest.err >&5
12105   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12106   (exit $ac_status); } && {
12107          test -z "$ac_c_werror_flag" ||
12108          test ! -s conftest.err
12109        } && test -s conftest.$ac_objext; then
12110   eval "$as_ac_Header=yes"
12111 else
12112   $as_echo "$as_me: failed program was:" >&5
12113 sed 's/^/| /' conftest.$ac_ext >&5
12114
12115         eval "$as_ac_Header=no"
12116 fi
12117
12118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12119 fi
12120 ac_res=`eval 'as_val=${'$as_ac_Header'}
12121                  $as_echo "$as_val"'`
12122                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12123 $as_echo "$ac_res" >&6; }
12124 as_val=`eval 'as_val=${'$as_ac_Header'}
12125                  $as_echo "$as_val"'`
12126    if test "x$as_val" = x""yes; then
12127   cat >>confdefs.h <<_ACEOF
12128 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12129 _ACEOF
12130
12131 fi
12132
12133 done
12134
12135           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12136 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12137 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12138   $as_echo_n "(cached) " >&6
12139 else
12140   ac_check_lib_save_LIBS=$LIBS
12141 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12142 cat >conftest.$ac_ext <<_ACEOF
12143 /* confdefs.h.  */
12144 _ACEOF
12145 cat confdefs.h >>conftest.$ac_ext
12146 cat >>conftest.$ac_ext <<_ACEOF
12147 /* end confdefs.h.  */
12148
12149 /* Override any GCC internal prototype to avoid an error.
12150    Use char because int might match the return type of a GCC
12151    builtin and then its argument prototype would still apply.  */
12152 #ifdef __cplusplus
12153 extern "C"
12154 #endif
12155 char AuCreateFlow ();
12156 int
12157 main ()
12158 {
12159 return AuCreateFlow ();
12160   ;
12161   return 0;
12162 }
12163 _ACEOF
12164 rm -f conftest.$ac_objext conftest$ac_exeext
12165 if { (ac_try="$ac_link"
12166 case "(($ac_try" in
12167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12168   *) ac_try_echo=$ac_try;;
12169 esac
12170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12171 $as_echo "$ac_try_echo") >&5
12172   (eval "$ac_link") 2>conftest.er1
12173   ac_status=$?
12174   grep -v '^ *+' conftest.er1 >conftest.err
12175   rm -f conftest.er1
12176   cat conftest.err >&5
12177   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12178   (exit $ac_status); } && {
12179          test -z "$ac_c_werror_flag" ||
12180          test ! -s conftest.err
12181        } && test -s conftest$ac_exeext && {
12182          test "$cross_compiling" = yes ||
12183          $as_test_x conftest$ac_exeext
12184        }; then
12185   ac_cv_lib_audio_AuCreateFlow=yes
12186 else
12187   $as_echo "$as_me: failed program was:" >&5
12188 sed 's/^/| /' conftest.$ac_ext >&5
12189
12190         ac_cv_lib_audio_AuCreateFlow=no
12191 fi
12192
12193 rm -rf conftest.dSYM
12194 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12195       conftest$ac_exeext conftest.$ac_ext
12196 LIBS=$ac_check_lib_save_LIBS
12197 fi
12198 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12199 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12200 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12201
12202 cat >>confdefs.h <<\_ACEOF
12203 #define HAVE_NAS 1
12204 _ACEOF
12205
12206                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12207 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12208 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12209   $as_echo_n "(cached) " >&6
12210 else
12211   ac_check_lib_save_LIBS=$LIBS
12212 LIBS="-lXau $X_LIBS $LIBS"
12213 cat >conftest.$ac_ext <<_ACEOF
12214 /* confdefs.h.  */
12215 _ACEOF
12216 cat confdefs.h >>conftest.$ac_ext
12217 cat >>conftest.$ac_ext <<_ACEOF
12218 /* end confdefs.h.  */
12219
12220 /* Override any GCC internal prototype to avoid an error.
12221    Use char because int might match the return type of a GCC
12222    builtin and then its argument prototype would still apply.  */
12223 #ifdef __cplusplus
12224 extern "C"
12225 #endif
12226 char XauGetBestAuthByAddr ();
12227 int
12228 main ()
12229 {
12230 return XauGetBestAuthByAddr ();
12231   ;
12232   return 0;
12233 }
12234 _ACEOF
12235 rm -f conftest.$ac_objext conftest$ac_exeext
12236 if { (ac_try="$ac_link"
12237 case "(($ac_try" in
12238   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12239   *) ac_try_echo=$ac_try;;
12240 esac
12241 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12242 $as_echo "$ac_try_echo") >&5
12243   (eval "$ac_link") 2>conftest.er1
12244   ac_status=$?
12245   grep -v '^ *+' conftest.er1 >conftest.err
12246   rm -f conftest.er1
12247   cat conftest.err >&5
12248   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249   (exit $ac_status); } && {
12250          test -z "$ac_c_werror_flag" ||
12251          test ! -s conftest.err
12252        } && test -s conftest$ac_exeext && {
12253          test "$cross_compiling" = yes ||
12254          $as_test_x conftest$ac_exeext
12255        }; then
12256   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12257 else
12258   $as_echo "$as_me: failed program was:" >&5
12259 sed 's/^/| /' conftest.$ac_ext >&5
12260
12261         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12262 fi
12263
12264 rm -rf conftest.dSYM
12265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12266       conftest$ac_exeext conftest.$ac_ext
12267 LIBS=$ac_check_lib_save_LIBS
12268 fi
12269 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12270 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12271 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12272   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12273 else
12274   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12275 fi
12276
12277
12278 fi
12279
12280 fi
12281
12282 done
12283
12284
12285     CPPFLAGS="$ac_save_CPPFLAGS"
12286 else
12287     XLIB=""
12288     X_CFLAGS=""
12289     X_LIBS=""
12290     enable_winex11_drv=${enable_winex11_drv:-no}
12291     enable_opengl32=${enable_opengl32:-no}
12292     enable_glu32=${enable_glu32:-no}
12293 fi
12294 if test "x$XLIB" = "x"; then
12295   case "x$with_x" in
12296   xno) ;;
12297   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12298 without X support, which probably isn't what you want. You will need to install
12299 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12300 Use the --without-x option if you really want this." >&5
12301 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12302 without X support, which probably isn't what you want. You will need to install
12303 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12304 Use the --without-x option if you really want this." >&2;}
12305    { (exit 1); exit 1; }; } ;;
12306 esac
12307 fi
12308
12309
12310
12311 XML2LIBS=""
12312
12313 XML2INCL=""
12314
12315 XSLTINCL=""
12316
12317 if test "x$with_xml" != "xno"
12318 then
12319     ac_save_CPPFLAGS="$CPPFLAGS"
12320     if test "$PKG_CONFIG" != "false"
12321     then
12322         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12323         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12324     else
12325         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12326         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12327     fi
12328     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12329
12330 for ac_header in libxml/parser.h
12331 do
12332 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12333 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12334   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12335 $as_echo_n "checking for $ac_header... " >&6; }
12336 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12337   $as_echo_n "(cached) " >&6
12338 fi
12339 ac_res=`eval 'as_val=${'$as_ac_Header'}
12340                  $as_echo "$as_val"'`
12341                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12342 $as_echo "$ac_res" >&6; }
12343 else
12344   # Is the header compilable?
12345 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12346 $as_echo_n "checking $ac_header usability... " >&6; }
12347 cat >conftest.$ac_ext <<_ACEOF
12348 /* confdefs.h.  */
12349 _ACEOF
12350 cat confdefs.h >>conftest.$ac_ext
12351 cat >>conftest.$ac_ext <<_ACEOF
12352 /* end confdefs.h.  */
12353 $ac_includes_default
12354 #include <$ac_header>
12355 _ACEOF
12356 rm -f conftest.$ac_objext
12357 if { (ac_try="$ac_compile"
12358 case "(($ac_try" in
12359   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12360   *) ac_try_echo=$ac_try;;
12361 esac
12362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12363 $as_echo "$ac_try_echo") >&5
12364   (eval "$ac_compile") 2>conftest.er1
12365   ac_status=$?
12366   grep -v '^ *+' conftest.er1 >conftest.err
12367   rm -f conftest.er1
12368   cat conftest.err >&5
12369   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12370   (exit $ac_status); } && {
12371          test -z "$ac_c_werror_flag" ||
12372          test ! -s conftest.err
12373        } && test -s conftest.$ac_objext; then
12374   ac_header_compiler=yes
12375 else
12376   $as_echo "$as_me: failed program was:" >&5
12377 sed 's/^/| /' conftest.$ac_ext >&5
12378
12379         ac_header_compiler=no
12380 fi
12381
12382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12383 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12384 $as_echo "$ac_header_compiler" >&6; }
12385
12386 # Is the header present?
12387 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12388 $as_echo_n "checking $ac_header presence... " >&6; }
12389 cat >conftest.$ac_ext <<_ACEOF
12390 /* confdefs.h.  */
12391 _ACEOF
12392 cat confdefs.h >>conftest.$ac_ext
12393 cat >>conftest.$ac_ext <<_ACEOF
12394 /* end confdefs.h.  */
12395 #include <$ac_header>
12396 _ACEOF
12397 if { (ac_try="$ac_cpp conftest.$ac_ext"
12398 case "(($ac_try" in
12399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12400   *) ac_try_echo=$ac_try;;
12401 esac
12402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12403 $as_echo "$ac_try_echo") >&5
12404   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12405   ac_status=$?
12406   grep -v '^ *+' conftest.er1 >conftest.err
12407   rm -f conftest.er1
12408   cat conftest.err >&5
12409   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12410   (exit $ac_status); } >/dev/null && {
12411          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12412          test ! -s conftest.err
12413        }; then
12414   ac_header_preproc=yes
12415 else
12416   $as_echo "$as_me: failed program was:" >&5
12417 sed 's/^/| /' conftest.$ac_ext >&5
12418
12419   ac_header_preproc=no
12420 fi
12421
12422 rm -f conftest.err conftest.$ac_ext
12423 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12424 $as_echo "$ac_header_preproc" >&6; }
12425
12426 # So?  What about this header?
12427 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12428   yes:no: )
12429     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12430 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12431     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12432 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12433     ac_header_preproc=yes
12434     ;;
12435   no:yes:* )
12436     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12437 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12438     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12439 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12440     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12441 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12442     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12443 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12444     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12445 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12446     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12447 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12448     ( cat <<\_ASBOX
12449 ## ------------------------------------ ##
12450 ## Report this to wine-devel@winehq.org ##
12451 ## ------------------------------------ ##
12452 _ASBOX
12453      ) | sed "s/^/$as_me: WARNING:     /" >&2
12454     ;;
12455 esac
12456 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12457 $as_echo_n "checking for $ac_header... " >&6; }
12458 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12459   $as_echo_n "(cached) " >&6
12460 else
12461   eval "$as_ac_Header=\$ac_header_preproc"
12462 fi
12463 ac_res=`eval 'as_val=${'$as_ac_Header'}
12464                  $as_echo "$as_val"'`
12465                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12466 $as_echo "$ac_res" >&6; }
12467
12468 fi
12469 as_val=`eval 'as_val=${'$as_ac_Header'}
12470                  $as_echo "$as_val"'`
12471    if test "x$as_val" = x""yes; then
12472   cat >>confdefs.h <<_ACEOF
12473 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12474 _ACEOF
12475  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12476 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12477 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12478   $as_echo_n "(cached) " >&6
12479 else
12480   ac_check_lib_save_LIBS=$LIBS
12481 LIBS="-lxml2 $ac_xml_libs $LIBS"
12482 cat >conftest.$ac_ext <<_ACEOF
12483 /* confdefs.h.  */
12484 _ACEOF
12485 cat confdefs.h >>conftest.$ac_ext
12486 cat >>conftest.$ac_ext <<_ACEOF
12487 /* end confdefs.h.  */
12488
12489 /* Override any GCC internal prototype to avoid an error.
12490    Use char because int might match the return type of a GCC
12491    builtin and then its argument prototype would still apply.  */
12492 #ifdef __cplusplus
12493 extern "C"
12494 #endif
12495 char xmlParseMemory ();
12496 int
12497 main ()
12498 {
12499 return xmlParseMemory ();
12500   ;
12501   return 0;
12502 }
12503 _ACEOF
12504 rm -f conftest.$ac_objext conftest$ac_exeext
12505 if { (ac_try="$ac_link"
12506 case "(($ac_try" in
12507   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12508   *) ac_try_echo=$ac_try;;
12509 esac
12510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12511 $as_echo "$ac_try_echo") >&5
12512   (eval "$ac_link") 2>conftest.er1
12513   ac_status=$?
12514   grep -v '^ *+' conftest.er1 >conftest.err
12515   rm -f conftest.er1
12516   cat conftest.err >&5
12517   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12518   (exit $ac_status); } && {
12519          test -z "$ac_c_werror_flag" ||
12520          test ! -s conftest.err
12521        } && test -s conftest$ac_exeext && {
12522          test "$cross_compiling" = yes ||
12523          $as_test_x conftest$ac_exeext
12524        }; then
12525   ac_cv_lib_xml2_xmlParseMemory=yes
12526 else
12527   $as_echo "$as_me: failed program was:" >&5
12528 sed 's/^/| /' conftest.$ac_ext >&5
12529
12530         ac_cv_lib_xml2_xmlParseMemory=no
12531 fi
12532
12533 rm -rf conftest.dSYM
12534 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12535       conftest$ac_exeext conftest.$ac_ext
12536 LIBS=$ac_check_lib_save_LIBS
12537 fi
12538 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12539 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12540 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12541
12542 cat >>confdefs.h <<\_ACEOF
12543 #define HAVE_LIBXML2 1
12544 _ACEOF
12545
12546                  XML2LIBS="$ac_xml_libs"
12547                  XML2INCL="$ac_xml_cflags"
12548 fi
12549
12550              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12551 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12552 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12553   $as_echo_n "(cached) " >&6
12554 else
12555   ac_check_lib_save_LIBS=$LIBS
12556 LIBS="-lxml2 $ac_xml_libs $LIBS"
12557 cat >conftest.$ac_ext <<_ACEOF
12558 /* confdefs.h.  */
12559 _ACEOF
12560 cat confdefs.h >>conftest.$ac_ext
12561 cat >>conftest.$ac_ext <<_ACEOF
12562 /* end confdefs.h.  */
12563
12564 /* Override any GCC internal prototype to avoid an error.
12565    Use char because int might match the return type of a GCC
12566    builtin and then its argument prototype would still apply.  */
12567 #ifdef __cplusplus
12568 extern "C"
12569 #endif
12570 char xmlReadMemory ();
12571 int
12572 main ()
12573 {
12574 return xmlReadMemory ();
12575   ;
12576   return 0;
12577 }
12578 _ACEOF
12579 rm -f conftest.$ac_objext conftest$ac_exeext
12580 if { (ac_try="$ac_link"
12581 case "(($ac_try" in
12582   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12583   *) ac_try_echo=$ac_try;;
12584 esac
12585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12586 $as_echo "$ac_try_echo") >&5
12587   (eval "$ac_link") 2>conftest.er1
12588   ac_status=$?
12589   grep -v '^ *+' conftest.er1 >conftest.err
12590   rm -f conftest.er1
12591   cat conftest.err >&5
12592   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593   (exit $ac_status); } && {
12594          test -z "$ac_c_werror_flag" ||
12595          test ! -s conftest.err
12596        } && test -s conftest$ac_exeext && {
12597          test "$cross_compiling" = yes ||
12598          $as_test_x conftest$ac_exeext
12599        }; then
12600   ac_cv_lib_xml2_xmlReadMemory=yes
12601 else
12602   $as_echo "$as_me: failed program was:" >&5
12603 sed 's/^/| /' conftest.$ac_ext >&5
12604
12605         ac_cv_lib_xml2_xmlReadMemory=no
12606 fi
12607
12608 rm -rf conftest.dSYM
12609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12610       conftest$ac_exeext conftest.$ac_ext
12611 LIBS=$ac_check_lib_save_LIBS
12612 fi
12613 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12614 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12615 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12616
12617 cat >>confdefs.h <<\_ACEOF
12618 #define HAVE_XMLREADMEMORY 1
12619 _ACEOF
12620
12621 fi
12622
12623              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12624 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12625 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12626   $as_echo_n "(cached) " >&6
12627 else
12628   ac_check_lib_save_LIBS=$LIBS
12629 LIBS="-lxml2 $ac_xml_libs $LIBS"
12630 cat >conftest.$ac_ext <<_ACEOF
12631 /* confdefs.h.  */
12632 _ACEOF
12633 cat confdefs.h >>conftest.$ac_ext
12634 cat >>conftest.$ac_ext <<_ACEOF
12635 /* end confdefs.h.  */
12636
12637 /* Override any GCC internal prototype to avoid an error.
12638    Use char because int might match the return type of a GCC
12639    builtin and then its argument prototype would still apply.  */
12640 #ifdef __cplusplus
12641 extern "C"
12642 #endif
12643 char xmlNewDocPI ();
12644 int
12645 main ()
12646 {
12647 return xmlNewDocPI ();
12648   ;
12649   return 0;
12650 }
12651 _ACEOF
12652 rm -f conftest.$ac_objext conftest$ac_exeext
12653 if { (ac_try="$ac_link"
12654 case "(($ac_try" in
12655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12656   *) ac_try_echo=$ac_try;;
12657 esac
12658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12659 $as_echo "$ac_try_echo") >&5
12660   (eval "$ac_link") 2>conftest.er1
12661   ac_status=$?
12662   grep -v '^ *+' conftest.er1 >conftest.err
12663   rm -f conftest.er1
12664   cat conftest.err >&5
12665   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12666   (exit $ac_status); } && {
12667          test -z "$ac_c_werror_flag" ||
12668          test ! -s conftest.err
12669        } && test -s conftest$ac_exeext && {
12670          test "$cross_compiling" = yes ||
12671          $as_test_x conftest$ac_exeext
12672        }; then
12673   ac_cv_lib_xml2_xmlNewDocPI=yes
12674 else
12675   $as_echo "$as_me: failed program was:" >&5
12676 sed 's/^/| /' conftest.$ac_ext >&5
12677
12678         ac_cv_lib_xml2_xmlNewDocPI=no
12679 fi
12680
12681 rm -rf conftest.dSYM
12682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12683       conftest$ac_exeext conftest.$ac_ext
12684 LIBS=$ac_check_lib_save_LIBS
12685 fi
12686 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12687 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12688 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12689
12690 cat >>confdefs.h <<\_ACEOF
12691 #define HAVE_XMLNEWDOCPI 1
12692 _ACEOF
12693
12694 fi
12695
12696
12697 fi
12698
12699 done
12700
12701     CPPFLAGS="$ac_save_CPPFLAGS"
12702 fi
12703 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12704   case "x$with_xml" in
12705   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12706   xno) ;;
12707   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12708 This is an error since --with-xml was requested." >&5
12709 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12710 This is an error since --with-xml was requested." >&2;}
12711    { (exit 1); exit 1; }; } ;;
12712 esac
12713 fi
12714
12715
12716 if test "x$with_xslt" != "xno"
12717 then
12718     if test "$PKG_CONFIG" != "false"
12719     then
12720         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12721         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12722     else
12723         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12724         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12725     fi
12726     ac_save_CPPFLAGS="$CPPFLAGS"
12727     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12728
12729
12730 for ac_header in libxslt/pattern.h libxslt/transform.h
12731 do
12732 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12733 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12734 $as_echo_n "checking for $ac_header... " >&6; }
12735 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12736   $as_echo_n "(cached) " >&6
12737 else
12738   cat >conftest.$ac_ext <<_ACEOF
12739 /* confdefs.h.  */
12740 _ACEOF
12741 cat confdefs.h >>conftest.$ac_ext
12742 cat >>conftest.$ac_ext <<_ACEOF
12743 /* end confdefs.h.  */
12744 #ifdef HAVE_LIBXSLT_PATTERN_H
12745 # include <libxslt/pattern.h>
12746 #endif
12747
12748 #include <$ac_header>
12749 _ACEOF
12750 rm -f conftest.$ac_objext
12751 if { (ac_try="$ac_compile"
12752 case "(($ac_try" in
12753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12754   *) ac_try_echo=$ac_try;;
12755 esac
12756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12757 $as_echo "$ac_try_echo") >&5
12758   (eval "$ac_compile") 2>conftest.er1
12759   ac_status=$?
12760   grep -v '^ *+' conftest.er1 >conftest.err
12761   rm -f conftest.er1
12762   cat conftest.err >&5
12763   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12764   (exit $ac_status); } && {
12765          test -z "$ac_c_werror_flag" ||
12766          test ! -s conftest.err
12767        } && test -s conftest.$ac_objext; then
12768   eval "$as_ac_Header=yes"
12769 else
12770   $as_echo "$as_me: failed program was:" >&5
12771 sed 's/^/| /' conftest.$ac_ext >&5
12772
12773         eval "$as_ac_Header=no"
12774 fi
12775
12776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12777 fi
12778 ac_res=`eval 'as_val=${'$as_ac_Header'}
12779                  $as_echo "$as_val"'`
12780                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12781 $as_echo "$ac_res" >&6; }
12782 as_val=`eval 'as_val=${'$as_ac_Header'}
12783                  $as_echo "$as_val"'`
12784    if test "x$as_val" = x""yes; then
12785   cat >>confdefs.h <<_ACEOF
12786 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12787 _ACEOF
12788
12789 fi
12790
12791 done
12792
12793     CPPFLAGS="$ac_save_CPPFLAGS"
12794     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12795     then
12796         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12797 $as_echo_n "checking for -lxslt... " >&6; }
12798 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12799   $as_echo_n "(cached) " >&6
12800 else
12801   ac_check_soname_save_LIBS=$LIBS
12802 LIBS="-lxslt $ac_xslt_libs $LIBS"
12803   cat >conftest.$ac_ext <<_ACEOF
12804 /* confdefs.h.  */
12805 _ACEOF
12806 cat confdefs.h >>conftest.$ac_ext
12807 cat >>conftest.$ac_ext <<_ACEOF
12808 /* end confdefs.h.  */
12809
12810 /* Override any GCC internal prototype to avoid an error.
12811    Use char because int might match the return type of a GCC
12812    builtin and then its argument prototype would still apply.  */
12813 #ifdef __cplusplus
12814 extern "C"
12815 #endif
12816 char xsltCompilePattern ();
12817 int
12818 main ()
12819 {
12820 return xsltCompilePattern ();
12821   ;
12822   return 0;
12823 }
12824 _ACEOF
12825 rm -f conftest.$ac_objext conftest$ac_exeext
12826 if { (ac_try="$ac_link"
12827 case "(($ac_try" in
12828   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12829   *) ac_try_echo=$ac_try;;
12830 esac
12831 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12832 $as_echo "$ac_try_echo") >&5
12833   (eval "$ac_link") 2>conftest.er1
12834   ac_status=$?
12835   grep -v '^ *+' conftest.er1 >conftest.err
12836   rm -f conftest.er1
12837   cat conftest.err >&5
12838   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12839   (exit $ac_status); } && {
12840          test -z "$ac_c_werror_flag" ||
12841          test ! -s conftest.err
12842        } && test -s conftest$ac_exeext && {
12843          test "$cross_compiling" = yes ||
12844          $as_test_x conftest$ac_exeext
12845        }; then
12846   case "$LIBEXT" in
12847     dll) ;;
12848     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'` ;;
12849     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12850   esac
12851 else
12852   $as_echo "$as_me: failed program was:" >&5
12853 sed 's/^/| /' conftest.$ac_ext >&5
12854
12855
12856 fi
12857
12858 rm -rf conftest.dSYM
12859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12860       conftest$ac_exeext conftest.$ac_ext
12861   LIBS=$ac_check_soname_save_LIBS
12862 fi
12863 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12864   { $as_echo "$as_me:$LINENO: result: not found" >&5
12865 $as_echo "not found" >&6; }
12866
12867 else
12868   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12869 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12870
12871 cat >>confdefs.h <<_ACEOF
12872 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12873 _ACEOF
12874
12875        XSLTINCL="$ac_xslt_cflags"
12876 fi
12877
12878     fi
12879 fi
12880 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12881   case "x$with_xslt" in
12882   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12883   xno) ;;
12884   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12885 This is an error since --with-xslt was requested." >&5
12886 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12887 This is an error since --with-xslt was requested." >&2;}
12888    { (exit 1); exit 1; }; } ;;
12889 esac
12890 fi
12891
12892
12893 HALINCL=""
12894
12895 if test "x$with_hal" != "xno"
12896 then
12897     ac_save_CPPFLAGS="$CPPFLAGS"
12898     if test "$PKG_CONFIG" != "false"
12899     then
12900         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12901         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12902         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12903     fi
12904
12905
12906 for ac_header in dbus/dbus.h hal/libhal.h
12907 do
12908 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12910   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12911 $as_echo_n "checking for $ac_header... " >&6; }
12912 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12913   $as_echo_n "(cached) " >&6
12914 fi
12915 ac_res=`eval 'as_val=${'$as_ac_Header'}
12916                  $as_echo "$as_val"'`
12917                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12918 $as_echo "$ac_res" >&6; }
12919 else
12920   # Is the header compilable?
12921 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12922 $as_echo_n "checking $ac_header usability... " >&6; }
12923 cat >conftest.$ac_ext <<_ACEOF
12924 /* confdefs.h.  */
12925 _ACEOF
12926 cat confdefs.h >>conftest.$ac_ext
12927 cat >>conftest.$ac_ext <<_ACEOF
12928 /* end confdefs.h.  */
12929 $ac_includes_default
12930 #include <$ac_header>
12931 _ACEOF
12932 rm -f conftest.$ac_objext
12933 if { (ac_try="$ac_compile"
12934 case "(($ac_try" in
12935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12936   *) ac_try_echo=$ac_try;;
12937 esac
12938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12939 $as_echo "$ac_try_echo") >&5
12940   (eval "$ac_compile") 2>conftest.er1
12941   ac_status=$?
12942   grep -v '^ *+' conftest.er1 >conftest.err
12943   rm -f conftest.er1
12944   cat conftest.err >&5
12945   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12946   (exit $ac_status); } && {
12947          test -z "$ac_c_werror_flag" ||
12948          test ! -s conftest.err
12949        } && test -s conftest.$ac_objext; then
12950   ac_header_compiler=yes
12951 else
12952   $as_echo "$as_me: failed program was:" >&5
12953 sed 's/^/| /' conftest.$ac_ext >&5
12954
12955         ac_header_compiler=no
12956 fi
12957
12958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12959 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12960 $as_echo "$ac_header_compiler" >&6; }
12961
12962 # Is the header present?
12963 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12964 $as_echo_n "checking $ac_header presence... " >&6; }
12965 cat >conftest.$ac_ext <<_ACEOF
12966 /* confdefs.h.  */
12967 _ACEOF
12968 cat confdefs.h >>conftest.$ac_ext
12969 cat >>conftest.$ac_ext <<_ACEOF
12970 /* end confdefs.h.  */
12971 #include <$ac_header>
12972 _ACEOF
12973 if { (ac_try="$ac_cpp conftest.$ac_ext"
12974 case "(($ac_try" in
12975   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12976   *) ac_try_echo=$ac_try;;
12977 esac
12978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12979 $as_echo "$ac_try_echo") >&5
12980   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12981   ac_status=$?
12982   grep -v '^ *+' conftest.er1 >conftest.err
12983   rm -f conftest.er1
12984   cat conftest.err >&5
12985   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12986   (exit $ac_status); } >/dev/null && {
12987          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12988          test ! -s conftest.err
12989        }; then
12990   ac_header_preproc=yes
12991 else
12992   $as_echo "$as_me: failed program was:" >&5
12993 sed 's/^/| /' conftest.$ac_ext >&5
12994
12995   ac_header_preproc=no
12996 fi
12997
12998 rm -f conftest.err conftest.$ac_ext
12999 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13000 $as_echo "$ac_header_preproc" >&6; }
13001
13002 # So?  What about this header?
13003 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13004   yes:no: )
13005     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13006 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13007     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13008 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13009     ac_header_preproc=yes
13010     ;;
13011   no:yes:* )
13012     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13013 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13014     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13015 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13016     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13017 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13018     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13019 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13020     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13021 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13022     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13023 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13024     ( cat <<\_ASBOX
13025 ## ------------------------------------ ##
13026 ## Report this to wine-devel@winehq.org ##
13027 ## ------------------------------------ ##
13028 _ASBOX
13029      ) | sed "s/^/$as_me: WARNING:     /" >&2
13030     ;;
13031 esac
13032 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13033 $as_echo_n "checking for $ac_header... " >&6; }
13034 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13035   $as_echo_n "(cached) " >&6
13036 else
13037   eval "$as_ac_Header=\$ac_header_preproc"
13038 fi
13039 ac_res=`eval 'as_val=${'$as_ac_Header'}
13040                  $as_echo "$as_val"'`
13041                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13042 $as_echo "$ac_res" >&6; }
13043
13044 fi
13045 as_val=`eval 'as_val=${'$as_ac_Header'}
13046                  $as_echo "$as_val"'`
13047    if test "x$as_val" = x""yes; then
13048   cat >>confdefs.h <<_ACEOF
13049 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13050 _ACEOF
13051
13052 fi
13053
13054 done
13055
13056     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13057     then
13058         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13059 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13060 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13061   $as_echo_n "(cached) " >&6
13062 else
13063   ac_check_lib_save_LIBS=$LIBS
13064 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13065 cat >conftest.$ac_ext <<_ACEOF
13066 /* confdefs.h.  */
13067 _ACEOF
13068 cat confdefs.h >>conftest.$ac_ext
13069 cat >>conftest.$ac_ext <<_ACEOF
13070 /* end confdefs.h.  */
13071
13072 /* Override any GCC internal prototype to avoid an error.
13073    Use char because int might match the return type of a GCC
13074    builtin and then its argument prototype would still apply.  */
13075 #ifdef __cplusplus
13076 extern "C"
13077 #endif
13078 char dbus_connection_close ();
13079 int
13080 main ()
13081 {
13082 return dbus_connection_close ();
13083   ;
13084   return 0;
13085 }
13086 _ACEOF
13087 rm -f conftest.$ac_objext conftest$ac_exeext
13088 if { (ac_try="$ac_link"
13089 case "(($ac_try" in
13090   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13091   *) ac_try_echo=$ac_try;;
13092 esac
13093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13094 $as_echo "$ac_try_echo") >&5
13095   (eval "$ac_link") 2>conftest.er1
13096   ac_status=$?
13097   grep -v '^ *+' conftest.er1 >conftest.err
13098   rm -f conftest.er1
13099   cat conftest.err >&5
13100   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13101   (exit $ac_status); } && {
13102          test -z "$ac_c_werror_flag" ||
13103          test ! -s conftest.err
13104        } && test -s conftest$ac_exeext && {
13105          test "$cross_compiling" = yes ||
13106          $as_test_x conftest$ac_exeext
13107        }; then
13108   ac_cv_lib_dbus_1_dbus_connection_close=yes
13109 else
13110   $as_echo "$as_me: failed program was:" >&5
13111 sed 's/^/| /' conftest.$ac_ext >&5
13112
13113         ac_cv_lib_dbus_1_dbus_connection_close=no
13114 fi
13115
13116 rm -rf conftest.dSYM
13117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13118       conftest$ac_exeext conftest.$ac_ext
13119 LIBS=$ac_check_lib_save_LIBS
13120 fi
13121 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13122 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13123 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13124   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13125 $as_echo_n "checking for -lhal... " >&6; }
13126 if test "${ac_cv_lib_soname_hal+set}" = set; then
13127   $as_echo_n "(cached) " >&6
13128 else
13129   ac_check_soname_save_LIBS=$LIBS
13130 LIBS="-lhal $ac_hal_libs $LIBS"
13131   cat >conftest.$ac_ext <<_ACEOF
13132 /* confdefs.h.  */
13133 _ACEOF
13134 cat confdefs.h >>conftest.$ac_ext
13135 cat >>conftest.$ac_ext <<_ACEOF
13136 /* end confdefs.h.  */
13137
13138 /* Override any GCC internal prototype to avoid an error.
13139    Use char because int might match the return type of a GCC
13140    builtin and then its argument prototype would still apply.  */
13141 #ifdef __cplusplus
13142 extern "C"
13143 #endif
13144 char libhal_ctx_new ();
13145 int
13146 main ()
13147 {
13148 return libhal_ctx_new ();
13149   ;
13150   return 0;
13151 }
13152 _ACEOF
13153 rm -f conftest.$ac_objext conftest$ac_exeext
13154 if { (ac_try="$ac_link"
13155 case "(($ac_try" in
13156   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13157   *) ac_try_echo=$ac_try;;
13158 esac
13159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13160 $as_echo "$ac_try_echo") >&5
13161   (eval "$ac_link") 2>conftest.er1
13162   ac_status=$?
13163   grep -v '^ *+' conftest.er1 >conftest.err
13164   rm -f conftest.er1
13165   cat conftest.err >&5
13166   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13167   (exit $ac_status); } && {
13168          test -z "$ac_c_werror_flag" ||
13169          test ! -s conftest.err
13170        } && test -s conftest$ac_exeext && {
13171          test "$cross_compiling" = yes ||
13172          $as_test_x conftest$ac_exeext
13173        }; then
13174   case "$LIBEXT" in
13175     dll) ;;
13176     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'` ;;
13177     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13178   esac
13179 else
13180   $as_echo "$as_me: failed program was:" >&5
13181 sed 's/^/| /' conftest.$ac_ext >&5
13182
13183
13184 fi
13185
13186 rm -rf conftest.dSYM
13187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13188       conftest$ac_exeext conftest.$ac_ext
13189   LIBS=$ac_check_soname_save_LIBS
13190 fi
13191 if test "x$ac_cv_lib_soname_hal" = "x"; then
13192   { $as_echo "$as_me:$LINENO: result: not found" >&5
13193 $as_echo "not found" >&6; }
13194
13195 else
13196   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13197 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13198
13199 cat >>confdefs.h <<_ACEOF
13200 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13201 _ACEOF
13202
13203        HALINCL="$ac_hal_cflags"
13204 fi
13205
13206 fi
13207
13208     fi
13209     CPPFLAGS="$ac_save_CPPFLAGS"
13210 fi
13211 if test "x$ac_cv_lib_soname_hal" = "x"; then
13212   case "x$with_hal" in
13213   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13214   xno) ;;
13215   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13216 This is an error since --with-hal was requested." >&5
13217 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13218 This is an error since --with-hal was requested." >&2;}
13219    { (exit 1); exit 1; }; } ;;
13220 esac
13221 fi
13222
13223
13224 if test "x$with_gnutls" != "xno"
13225 then
13226     ac_save_CPPFLAGS="$CPPFLAGS"
13227     if test "$PKG_CONFIG" != "false"
13228     then
13229         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13230         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13231         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13232     fi
13233     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13234   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13235 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13236 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13237   $as_echo_n "(cached) " >&6
13238 fi
13239 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13240 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13241 else
13242   # Is the header compilable?
13243 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13244 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13245 cat >conftest.$ac_ext <<_ACEOF
13246 /* confdefs.h.  */
13247 _ACEOF
13248 cat confdefs.h >>conftest.$ac_ext
13249 cat >>conftest.$ac_ext <<_ACEOF
13250 /* end confdefs.h.  */
13251 $ac_includes_default
13252 #include <gnutls/gnutls.h>
13253 _ACEOF
13254 rm -f conftest.$ac_objext
13255 if { (ac_try="$ac_compile"
13256 case "(($ac_try" in
13257   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13258   *) ac_try_echo=$ac_try;;
13259 esac
13260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13261 $as_echo "$ac_try_echo") >&5
13262   (eval "$ac_compile") 2>conftest.er1
13263   ac_status=$?
13264   grep -v '^ *+' conftest.er1 >conftest.err
13265   rm -f conftest.er1
13266   cat conftest.err >&5
13267   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13268   (exit $ac_status); } && {
13269          test -z "$ac_c_werror_flag" ||
13270          test ! -s conftest.err
13271        } && test -s conftest.$ac_objext; then
13272   ac_header_compiler=yes
13273 else
13274   $as_echo "$as_me: failed program was:" >&5
13275 sed 's/^/| /' conftest.$ac_ext >&5
13276
13277         ac_header_compiler=no
13278 fi
13279
13280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13281 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13282 $as_echo "$ac_header_compiler" >&6; }
13283
13284 # Is the header present?
13285 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13286 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13287 cat >conftest.$ac_ext <<_ACEOF
13288 /* confdefs.h.  */
13289 _ACEOF
13290 cat confdefs.h >>conftest.$ac_ext
13291 cat >>conftest.$ac_ext <<_ACEOF
13292 /* end confdefs.h.  */
13293 #include <gnutls/gnutls.h>
13294 _ACEOF
13295 if { (ac_try="$ac_cpp conftest.$ac_ext"
13296 case "(($ac_try" in
13297   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13298   *) ac_try_echo=$ac_try;;
13299 esac
13300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13301 $as_echo "$ac_try_echo") >&5
13302   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13303   ac_status=$?
13304   grep -v '^ *+' conftest.er1 >conftest.err
13305   rm -f conftest.er1
13306   cat conftest.err >&5
13307   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13308   (exit $ac_status); } >/dev/null && {
13309          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13310          test ! -s conftest.err
13311        }; then
13312   ac_header_preproc=yes
13313 else
13314   $as_echo "$as_me: failed program was:" >&5
13315 sed 's/^/| /' conftest.$ac_ext >&5
13316
13317   ac_header_preproc=no
13318 fi
13319
13320 rm -f conftest.err conftest.$ac_ext
13321 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13322 $as_echo "$ac_header_preproc" >&6; }
13323
13324 # So?  What about this header?
13325 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13326   yes:no: )
13327     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13328 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13329     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13330 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13331     ac_header_preproc=yes
13332     ;;
13333   no:yes:* )
13334     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13335 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13336     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13337 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13338     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13339 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13340     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13341 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13342     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13343 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13344     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13345 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13346     ( cat <<\_ASBOX
13347 ## ------------------------------------ ##
13348 ## Report this to wine-devel@winehq.org ##
13349 ## ------------------------------------ ##
13350 _ASBOX
13351      ) | sed "s/^/$as_me: WARNING:     /" >&2
13352     ;;
13353 esac
13354 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13355 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13356 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13357   $as_echo_n "(cached) " >&6
13358 else
13359   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13360 fi
13361 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13362 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13363
13364 fi
13365 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13366   cat >conftest.$ac_ext <<_ACEOF
13367 /* confdefs.h.  */
13368 _ACEOF
13369 cat confdefs.h >>conftest.$ac_ext
13370 cat >>conftest.$ac_ext <<_ACEOF
13371 /* end confdefs.h.  */
13372 #include <gnutls/gnutls.h>
13373 int
13374 main ()
13375 {
13376 typeof(gnutls_mac_get_key_size) *pfunc;
13377   ;
13378   return 0;
13379 }
13380 _ACEOF
13381 rm -f conftest.$ac_objext
13382 if { (ac_try="$ac_compile"
13383 case "(($ac_try" in
13384   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13385   *) ac_try_echo=$ac_try;;
13386 esac
13387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13388 $as_echo "$ac_try_echo") >&5
13389   (eval "$ac_compile") 2>conftest.er1
13390   ac_status=$?
13391   grep -v '^ *+' conftest.er1 >conftest.err
13392   rm -f conftest.er1
13393   cat conftest.err >&5
13394   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13395   (exit $ac_status); } && {
13396          test -z "$ac_c_werror_flag" ||
13397          test ! -s conftest.err
13398        } && test -s conftest.$ac_objext; then
13399   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13400 $as_echo_n "checking for -lgnutls... " >&6; }
13401 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13402   $as_echo_n "(cached) " >&6
13403 else
13404   ac_check_soname_save_LIBS=$LIBS
13405 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13406   cat >conftest.$ac_ext <<_ACEOF
13407 /* confdefs.h.  */
13408 _ACEOF
13409 cat confdefs.h >>conftest.$ac_ext
13410 cat >>conftest.$ac_ext <<_ACEOF
13411 /* end confdefs.h.  */
13412
13413 /* Override any GCC internal prototype to avoid an error.
13414    Use char because int might match the return type of a GCC
13415    builtin and then its argument prototype would still apply.  */
13416 #ifdef __cplusplus
13417 extern "C"
13418 #endif
13419 char gnutls_global_init ();
13420 int
13421 main ()
13422 {
13423 return gnutls_global_init ();
13424   ;
13425   return 0;
13426 }
13427 _ACEOF
13428 rm -f conftest.$ac_objext conftest$ac_exeext
13429 if { (ac_try="$ac_link"
13430 case "(($ac_try" in
13431   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13432   *) ac_try_echo=$ac_try;;
13433 esac
13434 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13435 $as_echo "$ac_try_echo") >&5
13436   (eval "$ac_link") 2>conftest.er1
13437   ac_status=$?
13438   grep -v '^ *+' conftest.er1 >conftest.err
13439   rm -f conftest.er1
13440   cat conftest.err >&5
13441   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13442   (exit $ac_status); } && {
13443          test -z "$ac_c_werror_flag" ||
13444          test ! -s conftest.err
13445        } && test -s conftest$ac_exeext && {
13446          test "$cross_compiling" = yes ||
13447          $as_test_x conftest$ac_exeext
13448        }; then
13449   case "$LIBEXT" in
13450     dll) ;;
13451     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'` ;;
13452     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13453   esac
13454 else
13455   $as_echo "$as_me: failed program was:" >&5
13456 sed 's/^/| /' conftest.$ac_ext >&5
13457
13458
13459 fi
13460
13461 rm -rf conftest.dSYM
13462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13463       conftest$ac_exeext conftest.$ac_ext
13464   LIBS=$ac_check_soname_save_LIBS
13465 fi
13466 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13467   { $as_echo "$as_me:$LINENO: result: not found" >&5
13468 $as_echo "not found" >&6; }
13469
13470 else
13471   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13472 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13473
13474 cat >>confdefs.h <<_ACEOF
13475 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13476 _ACEOF
13477
13478        GNUTLSINCL="$ac_gnutls_cflags"
13479
13480 fi
13481
13482 else
13483   $as_echo "$as_me: failed program was:" >&5
13484 sed 's/^/| /' conftest.$ac_ext >&5
13485
13486
13487 fi
13488
13489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13490 fi
13491
13492
13493     CPPFLAGS="$ac_save_CPPFLAGS"
13494 fi
13495 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13496   case "x$with_gnutls" in
13497   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13498   xno) ;;
13499   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13500 This is an error since --with-gnutls was requested." >&5
13501 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13502 This is an error since --with-gnutls was requested." >&2;}
13503    { (exit 1); exit 1; }; } ;;
13504 esac
13505 fi
13506
13507
13508 CURSESLIBS=""
13509 if test "$ac_cv_header_ncurses_h" = "yes"
13510 then
13511     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13512 $as_echo_n "checking for -lncurses... " >&6; }
13513 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13514   $as_echo_n "(cached) " >&6
13515 else
13516   ac_check_soname_save_LIBS=$LIBS
13517 LIBS="-lncurses  $LIBS"
13518   cat >conftest.$ac_ext <<_ACEOF
13519 /* confdefs.h.  */
13520 _ACEOF
13521 cat confdefs.h >>conftest.$ac_ext
13522 cat >>conftest.$ac_ext <<_ACEOF
13523 /* end confdefs.h.  */
13524
13525 /* Override any GCC internal prototype to avoid an error.
13526    Use char because int might match the return type of a GCC
13527    builtin and then its argument prototype would still apply.  */
13528 #ifdef __cplusplus
13529 extern "C"
13530 #endif
13531 char waddch ();
13532 int
13533 main ()
13534 {
13535 return waddch ();
13536   ;
13537   return 0;
13538 }
13539 _ACEOF
13540 rm -f conftest.$ac_objext conftest$ac_exeext
13541 if { (ac_try="$ac_link"
13542 case "(($ac_try" in
13543   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13544   *) ac_try_echo=$ac_try;;
13545 esac
13546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13547 $as_echo "$ac_try_echo") >&5
13548   (eval "$ac_link") 2>conftest.er1
13549   ac_status=$?
13550   grep -v '^ *+' conftest.er1 >conftest.err
13551   rm -f conftest.er1
13552   cat conftest.err >&5
13553   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13554   (exit $ac_status); } && {
13555          test -z "$ac_c_werror_flag" ||
13556          test ! -s conftest.err
13557        } && test -s conftest$ac_exeext && {
13558          test "$cross_compiling" = yes ||
13559          $as_test_x conftest$ac_exeext
13560        }; then
13561   case "$LIBEXT" in
13562     dll) ;;
13563     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'` ;;
13564     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13565   esac
13566 else
13567   $as_echo "$as_me: failed program was:" >&5
13568 sed 's/^/| /' conftest.$ac_ext >&5
13569
13570
13571 fi
13572
13573 rm -rf conftest.dSYM
13574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13575       conftest$ac_exeext conftest.$ac_ext
13576   LIBS=$ac_check_soname_save_LIBS
13577 fi
13578 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13579   { $as_echo "$as_me:$LINENO: result: not found" >&5
13580 $as_echo "not found" >&6; }
13581
13582 else
13583   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13584 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13585
13586 cat >>confdefs.h <<_ACEOF
13587 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13588 _ACEOF
13589
13590        CURSESLIBS="-lncurses"
13591 fi
13592
13593 elif test "$ac_cv_header_curses_h" = "yes"
13594 then
13595     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13596 $as_echo_n "checking for -lcurses... " >&6; }
13597 if test "${ac_cv_lib_soname_curses+set}" = set; then
13598   $as_echo_n "(cached) " >&6
13599 else
13600   ac_check_soname_save_LIBS=$LIBS
13601 LIBS="-lcurses  $LIBS"
13602   cat >conftest.$ac_ext <<_ACEOF
13603 /* confdefs.h.  */
13604 _ACEOF
13605 cat confdefs.h >>conftest.$ac_ext
13606 cat >>conftest.$ac_ext <<_ACEOF
13607 /* end confdefs.h.  */
13608
13609 /* Override any GCC internal prototype to avoid an error.
13610    Use char because int might match the return type of a GCC
13611    builtin and then its argument prototype would still apply.  */
13612 #ifdef __cplusplus
13613 extern "C"
13614 #endif
13615 char waddch ();
13616 int
13617 main ()
13618 {
13619 return waddch ();
13620   ;
13621   return 0;
13622 }
13623 _ACEOF
13624 rm -f conftest.$ac_objext conftest$ac_exeext
13625 if { (ac_try="$ac_link"
13626 case "(($ac_try" in
13627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13628   *) ac_try_echo=$ac_try;;
13629 esac
13630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13631 $as_echo "$ac_try_echo") >&5
13632   (eval "$ac_link") 2>conftest.er1
13633   ac_status=$?
13634   grep -v '^ *+' conftest.er1 >conftest.err
13635   rm -f conftest.er1
13636   cat conftest.err >&5
13637   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13638   (exit $ac_status); } && {
13639          test -z "$ac_c_werror_flag" ||
13640          test ! -s conftest.err
13641        } && test -s conftest$ac_exeext && {
13642          test "$cross_compiling" = yes ||
13643          $as_test_x conftest$ac_exeext
13644        }; then
13645   case "$LIBEXT" in
13646     dll) ;;
13647     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'` ;;
13648     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13649   esac
13650 else
13651   $as_echo "$as_me: failed program was:" >&5
13652 sed 's/^/| /' conftest.$ac_ext >&5
13653
13654
13655 fi
13656
13657 rm -rf conftest.dSYM
13658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13659       conftest$ac_exeext conftest.$ac_ext
13660   LIBS=$ac_check_soname_save_LIBS
13661 fi
13662 if test "x$ac_cv_lib_soname_curses" = "x"; then
13663   { $as_echo "$as_me:$LINENO: result: not found" >&5
13664 $as_echo "not found" >&6; }
13665
13666 else
13667   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13668 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13669
13670 cat >>confdefs.h <<_ACEOF
13671 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13672 _ACEOF
13673
13674        CURSESLIBS="-lcurses"
13675 fi
13676
13677 fi
13678 ac_save_LIBS="$LIBS"
13679 LIBS="$LIBS $CURSESLIBS"
13680
13681 for ac_func in mousemask
13682 do
13683 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13684 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13685 $as_echo_n "checking for $ac_func... " >&6; }
13686 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13687   $as_echo_n "(cached) " >&6
13688 else
13689   cat >conftest.$ac_ext <<_ACEOF
13690 /* confdefs.h.  */
13691 _ACEOF
13692 cat confdefs.h >>conftest.$ac_ext
13693 cat >>conftest.$ac_ext <<_ACEOF
13694 /* end confdefs.h.  */
13695 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13696    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13697 #define $ac_func innocuous_$ac_func
13698
13699 /* System header to define __stub macros and hopefully few prototypes,
13700     which can conflict with char $ac_func (); below.
13701     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13702     <limits.h> exists even on freestanding compilers.  */
13703
13704 #ifdef __STDC__
13705 # include <limits.h>
13706 #else
13707 # include <assert.h>
13708 #endif
13709
13710 #undef $ac_func
13711
13712 /* Override any GCC internal prototype to avoid an error.
13713    Use char because int might match the return type of a GCC
13714    builtin and then its argument prototype would still apply.  */
13715 #ifdef __cplusplus
13716 extern "C"
13717 #endif
13718 char $ac_func ();
13719 /* The GNU C library defines this for functions which it implements
13720     to always fail with ENOSYS.  Some functions are actually named
13721     something starting with __ and the normal name is an alias.  */
13722 #if defined __stub_$ac_func || defined __stub___$ac_func
13723 choke me
13724 #endif
13725
13726 int
13727 main ()
13728 {
13729 return $ac_func ();
13730   ;
13731   return 0;
13732 }
13733 _ACEOF
13734 rm -f conftest.$ac_objext conftest$ac_exeext
13735 if { (ac_try="$ac_link"
13736 case "(($ac_try" in
13737   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13738   *) ac_try_echo=$ac_try;;
13739 esac
13740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13741 $as_echo "$ac_try_echo") >&5
13742   (eval "$ac_link") 2>conftest.er1
13743   ac_status=$?
13744   grep -v '^ *+' conftest.er1 >conftest.err
13745   rm -f conftest.er1
13746   cat conftest.err >&5
13747   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13748   (exit $ac_status); } && {
13749          test -z "$ac_c_werror_flag" ||
13750          test ! -s conftest.err
13751        } && test -s conftest$ac_exeext && {
13752          test "$cross_compiling" = yes ||
13753          $as_test_x conftest$ac_exeext
13754        }; then
13755   eval "$as_ac_var=yes"
13756 else
13757   $as_echo "$as_me: failed program was:" >&5
13758 sed 's/^/| /' conftest.$ac_ext >&5
13759
13760         eval "$as_ac_var=no"
13761 fi
13762
13763 rm -rf conftest.dSYM
13764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13765       conftest$ac_exeext conftest.$ac_ext
13766 fi
13767 ac_res=`eval 'as_val=${'$as_ac_var'}
13768                  $as_echo "$as_val"'`
13769                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13770 $as_echo "$ac_res" >&6; }
13771 as_val=`eval 'as_val=${'$as_ac_var'}
13772                  $as_echo "$as_val"'`
13773    if test "x$as_val" = x""yes; then
13774   cat >>confdefs.h <<_ACEOF
13775 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13776 _ACEOF
13777
13778 fi
13779 done
13780
13781 LIBS="$ac_save_LIBS"
13782 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13783   case "x$with_curses" in
13784   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13785   xno) ;;
13786   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13787 This is an error since --with-curses was requested." >&5
13788 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13789 This is an error since --with-curses was requested." >&2;}
13790    { (exit 1); exit 1; }; } ;;
13791 esac
13792 fi
13793
13794
13795 if test "x$with_sane" != "xno"
13796 then
13797     ac_save_CPPFLAGS="$CPPFLAGS"
13798     # Extract the first word of "sane-config", so it can be a program name with args.
13799 set dummy sane-config; ac_word=$2
13800 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13801 $as_echo_n "checking for $ac_word... " >&6; }
13802 if test "${ac_cv_prog_sane_devel+set}" = set; then
13803   $as_echo_n "(cached) " >&6
13804 else
13805   if test -n "$sane_devel"; then
13806   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13807 else
13808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13809 for as_dir in $PATH
13810 do
13811   IFS=$as_save_IFS
13812   test -z "$as_dir" && as_dir=.
13813   for ac_exec_ext in '' $ac_executable_extensions; do
13814   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13815     ac_cv_prog_sane_devel="sane-config"
13816     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13817     break 2
13818   fi
13819 done
13820 done
13821 IFS=$as_save_IFS
13822
13823   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13824 fi
13825 fi
13826 sane_devel=$ac_cv_prog_sane_devel
13827 if test -n "$sane_devel"; then
13828   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13829 $as_echo "$sane_devel" >&6; }
13830 else
13831   { $as_echo "$as_me:$LINENO: result: no" >&5
13832 $as_echo "no" >&6; }
13833 fi
13834
13835
13836     if test "$sane_devel" != "no"
13837     then
13838         ac_sane_incl="`$sane_devel --cflags`"
13839         ac_sane_libs="`$sane_devel --ldflags`"
13840         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13841     fi
13842     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13843   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13844 $as_echo_n "checking for sane/sane.h... " >&6; }
13845 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13846   $as_echo_n "(cached) " >&6
13847 fi
13848 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13849 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13850 else
13851   # Is the header compilable?
13852 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13853 $as_echo_n "checking sane/sane.h usability... " >&6; }
13854 cat >conftest.$ac_ext <<_ACEOF
13855 /* confdefs.h.  */
13856 _ACEOF
13857 cat confdefs.h >>conftest.$ac_ext
13858 cat >>conftest.$ac_ext <<_ACEOF
13859 /* end confdefs.h.  */
13860 $ac_includes_default
13861 #include <sane/sane.h>
13862 _ACEOF
13863 rm -f conftest.$ac_objext
13864 if { (ac_try="$ac_compile"
13865 case "(($ac_try" in
13866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13867   *) ac_try_echo=$ac_try;;
13868 esac
13869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13870 $as_echo "$ac_try_echo") >&5
13871   (eval "$ac_compile") 2>conftest.er1
13872   ac_status=$?
13873   grep -v '^ *+' conftest.er1 >conftest.err
13874   rm -f conftest.er1
13875   cat conftest.err >&5
13876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13877   (exit $ac_status); } && {
13878          test -z "$ac_c_werror_flag" ||
13879          test ! -s conftest.err
13880        } && test -s conftest.$ac_objext; then
13881   ac_header_compiler=yes
13882 else
13883   $as_echo "$as_me: failed program was:" >&5
13884 sed 's/^/| /' conftest.$ac_ext >&5
13885
13886         ac_header_compiler=no
13887 fi
13888
13889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13890 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13891 $as_echo "$ac_header_compiler" >&6; }
13892
13893 # Is the header present?
13894 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13895 $as_echo_n "checking sane/sane.h presence... " >&6; }
13896 cat >conftest.$ac_ext <<_ACEOF
13897 /* confdefs.h.  */
13898 _ACEOF
13899 cat confdefs.h >>conftest.$ac_ext
13900 cat >>conftest.$ac_ext <<_ACEOF
13901 /* end confdefs.h.  */
13902 #include <sane/sane.h>
13903 _ACEOF
13904 if { (ac_try="$ac_cpp conftest.$ac_ext"
13905 case "(($ac_try" in
13906   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13907   *) ac_try_echo=$ac_try;;
13908 esac
13909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13910 $as_echo "$ac_try_echo") >&5
13911   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13912   ac_status=$?
13913   grep -v '^ *+' conftest.er1 >conftest.err
13914   rm -f conftest.er1
13915   cat conftest.err >&5
13916   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13917   (exit $ac_status); } >/dev/null && {
13918          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13919          test ! -s conftest.err
13920        }; then
13921   ac_header_preproc=yes
13922 else
13923   $as_echo "$as_me: failed program was:" >&5
13924 sed 's/^/| /' conftest.$ac_ext >&5
13925
13926   ac_header_preproc=no
13927 fi
13928
13929 rm -f conftest.err conftest.$ac_ext
13930 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13931 $as_echo "$ac_header_preproc" >&6; }
13932
13933 # So?  What about this header?
13934 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13935   yes:no: )
13936     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13937 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13938     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13939 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13940     ac_header_preproc=yes
13941     ;;
13942   no:yes:* )
13943     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13944 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13945     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13946 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13947     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13948 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13949     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13950 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13951     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13952 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13953     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13954 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13955     ( cat <<\_ASBOX
13956 ## ------------------------------------ ##
13957 ## Report this to wine-devel@winehq.org ##
13958 ## ------------------------------------ ##
13959 _ASBOX
13960      ) | sed "s/^/$as_me: WARNING:     /" >&2
13961     ;;
13962 esac
13963 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13964 $as_echo_n "checking for sane/sane.h... " >&6; }
13965 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13966   $as_echo_n "(cached) " >&6
13967 else
13968   ac_cv_header_sane_sane_h=$ac_header_preproc
13969 fi
13970 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13971 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13972
13973 fi
13974 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13975   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13976 $as_echo_n "checking for -lsane... " >&6; }
13977 if test "${ac_cv_lib_soname_sane+set}" = set; then
13978   $as_echo_n "(cached) " >&6
13979 else
13980   ac_check_soname_save_LIBS=$LIBS
13981 LIBS="-lsane $ac_sane_libs $LIBS"
13982   cat >conftest.$ac_ext <<_ACEOF
13983 /* confdefs.h.  */
13984 _ACEOF
13985 cat confdefs.h >>conftest.$ac_ext
13986 cat >>conftest.$ac_ext <<_ACEOF
13987 /* end confdefs.h.  */
13988
13989 /* Override any GCC internal prototype to avoid an error.
13990    Use char because int might match the return type of a GCC
13991    builtin and then its argument prototype would still apply.  */
13992 #ifdef __cplusplus
13993 extern "C"
13994 #endif
13995 char sane_init ();
13996 int
13997 main ()
13998 {
13999 return sane_init ();
14000   ;
14001   return 0;
14002 }
14003 _ACEOF
14004 rm -f conftest.$ac_objext conftest$ac_exeext
14005 if { (ac_try="$ac_link"
14006 case "(($ac_try" in
14007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14008   *) ac_try_echo=$ac_try;;
14009 esac
14010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14011 $as_echo "$ac_try_echo") >&5
14012   (eval "$ac_link") 2>conftest.er1
14013   ac_status=$?
14014   grep -v '^ *+' conftest.er1 >conftest.err
14015   rm -f conftest.er1
14016   cat conftest.err >&5
14017   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14018   (exit $ac_status); } && {
14019          test -z "$ac_c_werror_flag" ||
14020          test ! -s conftest.err
14021        } && test -s conftest$ac_exeext && {
14022          test "$cross_compiling" = yes ||
14023          $as_test_x conftest$ac_exeext
14024        }; then
14025   case "$LIBEXT" in
14026     dll) ;;
14027     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'` ;;
14028     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14029   esac
14030 else
14031   $as_echo "$as_me: failed program was:" >&5
14032 sed 's/^/| /' conftest.$ac_ext >&5
14033
14034
14035 fi
14036
14037 rm -rf conftest.dSYM
14038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14039       conftest$ac_exeext conftest.$ac_ext
14040   LIBS=$ac_check_soname_save_LIBS
14041 fi
14042 if test "x$ac_cv_lib_soname_sane" = "x"; then
14043   { $as_echo "$as_me:$LINENO: result: not found" >&5
14044 $as_echo "not found" >&6; }
14045
14046 else
14047   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14048 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14049
14050 cat >>confdefs.h <<_ACEOF
14051 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14052 _ACEOF
14053
14054        SANEINCL="$ac_sane_incl"
14055
14056 fi
14057
14058 fi
14059
14060
14061     CPPFLAGS="$ac_save_CPPFLAGS"
14062 fi
14063 if test "x$ac_cv_lib_soname_sane" = "x"; then
14064   case "x$with_sane" in
14065   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14066   xno) ;;
14067   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14068 This is an error since --with-sane was requested." >&5
14069 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14070 This is an error since --with-sane was requested." >&2;}
14071    { (exit 1); exit 1; }; } ;;
14072 esac
14073 fi
14074
14075
14076 if test "x$with_gphoto" != "xno"
14077 then
14078     ac_save_CPPFLAGS="$CPPFLAGS"
14079     # Extract the first word of "gphoto2-config", so it can be a program name with args.
14080 set dummy gphoto2-config; ac_word=$2
14081 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14082 $as_echo_n "checking for $ac_word... " >&6; }
14083 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14084   $as_echo_n "(cached) " >&6
14085 else
14086   if test -n "$gphoto2_devel"; then
14087   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14088 else
14089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14090 for as_dir in $PATH
14091 do
14092   IFS=$as_save_IFS
14093   test -z "$as_dir" && as_dir=.
14094   for ac_exec_ext in '' $ac_executable_extensions; do
14095   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14096     ac_cv_prog_gphoto2_devel="gphoto2-config"
14097     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14098     break 2
14099   fi
14100 done
14101 done
14102 IFS=$as_save_IFS
14103
14104   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14105 fi
14106 fi
14107 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14108 if test -n "$gphoto2_devel"; then
14109   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14110 $as_echo "$gphoto2_devel" >&6; }
14111 else
14112   { $as_echo "$as_me:$LINENO: result: no" >&5
14113 $as_echo "no" >&6; }
14114 fi
14115
14116
14117     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14118 set dummy gphoto2-port-config; ac_word=$2
14119 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14120 $as_echo_n "checking for $ac_word... " >&6; }
14121 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14122   $as_echo_n "(cached) " >&6
14123 else
14124   if test -n "$gphoto2port_devel"; then
14125   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14126 else
14127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14128 for as_dir in $PATH
14129 do
14130   IFS=$as_save_IFS
14131   test -z "$as_dir" && as_dir=.
14132   for ac_exec_ext in '' $ac_executable_extensions; do
14133   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14134     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14135     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14136     break 2
14137   fi
14138 done
14139 done
14140 IFS=$as_save_IFS
14141
14142   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14143 fi
14144 fi
14145 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14146 if test -n "$gphoto2port_devel"; then
14147   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14148 $as_echo "$gphoto2port_devel" >&6; }
14149 else
14150   { $as_echo "$as_me:$LINENO: result: no" >&5
14151 $as_echo "no" >&6; }
14152 fi
14153
14154
14155     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14156     then
14157         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14158         ac_gphoto2_libs=""
14159         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14160         do
14161             case "$i" in
14162             -L/usr/lib|-L/usr/lib64) ;;
14163             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14164             esac
14165         done
14166         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14167     fi
14168     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14169     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14170   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14171 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14172 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14173   $as_echo_n "(cached) " >&6
14174 fi
14175 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14176 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14177 else
14178   # Is the header compilable?
14179 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14180 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14181 cat >conftest.$ac_ext <<_ACEOF
14182 /* confdefs.h.  */
14183 _ACEOF
14184 cat confdefs.h >>conftest.$ac_ext
14185 cat >>conftest.$ac_ext <<_ACEOF
14186 /* end confdefs.h.  */
14187 $ac_includes_default
14188 #include <gphoto2-camera.h>
14189 _ACEOF
14190 rm -f conftest.$ac_objext
14191 if { (ac_try="$ac_compile"
14192 case "(($ac_try" in
14193   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14194   *) ac_try_echo=$ac_try;;
14195 esac
14196 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14197 $as_echo "$ac_try_echo") >&5
14198   (eval "$ac_compile") 2>conftest.er1
14199   ac_status=$?
14200   grep -v '^ *+' conftest.er1 >conftest.err
14201   rm -f conftest.er1
14202   cat conftest.err >&5
14203   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14204   (exit $ac_status); } && {
14205          test -z "$ac_c_werror_flag" ||
14206          test ! -s conftest.err
14207        } && test -s conftest.$ac_objext; then
14208   ac_header_compiler=yes
14209 else
14210   $as_echo "$as_me: failed program was:" >&5
14211 sed 's/^/| /' conftest.$ac_ext >&5
14212
14213         ac_header_compiler=no
14214 fi
14215
14216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14217 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14218 $as_echo "$ac_header_compiler" >&6; }
14219
14220 # Is the header present?
14221 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14222 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14223 cat >conftest.$ac_ext <<_ACEOF
14224 /* confdefs.h.  */
14225 _ACEOF
14226 cat confdefs.h >>conftest.$ac_ext
14227 cat >>conftest.$ac_ext <<_ACEOF
14228 /* end confdefs.h.  */
14229 #include <gphoto2-camera.h>
14230 _ACEOF
14231 if { (ac_try="$ac_cpp conftest.$ac_ext"
14232 case "(($ac_try" in
14233   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14234   *) ac_try_echo=$ac_try;;
14235 esac
14236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14237 $as_echo "$ac_try_echo") >&5
14238   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14239   ac_status=$?
14240   grep -v '^ *+' conftest.er1 >conftest.err
14241   rm -f conftest.er1
14242   cat conftest.err >&5
14243   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14244   (exit $ac_status); } >/dev/null && {
14245          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14246          test ! -s conftest.err
14247        }; then
14248   ac_header_preproc=yes
14249 else
14250   $as_echo "$as_me: failed program was:" >&5
14251 sed 's/^/| /' conftest.$ac_ext >&5
14252
14253   ac_header_preproc=no
14254 fi
14255
14256 rm -f conftest.err conftest.$ac_ext
14257 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14258 $as_echo "$ac_header_preproc" >&6; }
14259
14260 # So?  What about this header?
14261 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14262   yes:no: )
14263     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14264 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14265     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14266 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14267     ac_header_preproc=yes
14268     ;;
14269   no:yes:* )
14270     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14271 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14272     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14273 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14274     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14275 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14276     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14277 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14278     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14279 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14280     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14281 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14282     ( cat <<\_ASBOX
14283 ## ------------------------------------ ##
14284 ## Report this to wine-devel@winehq.org ##
14285 ## ------------------------------------ ##
14286 _ASBOX
14287      ) | sed "s/^/$as_me: WARNING:     /" >&2
14288     ;;
14289 esac
14290 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14291 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14292 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14293   $as_echo_n "(cached) " >&6
14294 else
14295   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14296 fi
14297 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14298 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14299
14300 fi
14301 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14302   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14303 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14304 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14305   $as_echo_n "(cached) " >&6
14306 else
14307   ac_check_lib_save_LIBS=$LIBS
14308 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14309 cat >conftest.$ac_ext <<_ACEOF
14310 /* confdefs.h.  */
14311 _ACEOF
14312 cat confdefs.h >>conftest.$ac_ext
14313 cat >>conftest.$ac_ext <<_ACEOF
14314 /* end confdefs.h.  */
14315
14316 /* Override any GCC internal prototype to avoid an error.
14317    Use char because int might match the return type of a GCC
14318    builtin and then its argument prototype would still apply.  */
14319 #ifdef __cplusplus
14320 extern "C"
14321 #endif
14322 char gp_camera_new ();
14323 int
14324 main ()
14325 {
14326 return gp_camera_new ();
14327   ;
14328   return 0;
14329 }
14330 _ACEOF
14331 rm -f conftest.$ac_objext conftest$ac_exeext
14332 if { (ac_try="$ac_link"
14333 case "(($ac_try" in
14334   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14335   *) ac_try_echo=$ac_try;;
14336 esac
14337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14338 $as_echo "$ac_try_echo") >&5
14339   (eval "$ac_link") 2>conftest.er1
14340   ac_status=$?
14341   grep -v '^ *+' conftest.er1 >conftest.err
14342   rm -f conftest.er1
14343   cat conftest.err >&5
14344   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14345   (exit $ac_status); } && {
14346          test -z "$ac_c_werror_flag" ||
14347          test ! -s conftest.err
14348        } && test -s conftest$ac_exeext && {
14349          test "$cross_compiling" = yes ||
14350          $as_test_x conftest$ac_exeext
14351        }; then
14352   ac_cv_lib_gphoto2_gp_camera_new=yes
14353 else
14354   $as_echo "$as_me: failed program was:" >&5
14355 sed 's/^/| /' conftest.$ac_ext >&5
14356
14357         ac_cv_lib_gphoto2_gp_camera_new=no
14358 fi
14359
14360 rm -rf conftest.dSYM
14361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14362       conftest$ac_exeext conftest.$ac_ext
14363 LIBS=$ac_check_lib_save_LIBS
14364 fi
14365 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14366 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14367 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14368
14369 cat >>confdefs.h <<\_ACEOF
14370 #define HAVE_GPHOTO2 1
14371 _ACEOF
14372
14373                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14374
14375                                    GPHOTO2INCL="$ac_gphoto2_incl"
14376
14377 fi
14378
14379 fi
14380
14381
14382     CPPFLAGS="$ac_save_CPPFLAGS"
14383 fi
14384 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14385   case "x$with_gphoto" in
14386   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14387   xno) ;;
14388   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14389 This is an error since --with-gphoto was requested." >&5
14390 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14391 This is an error since --with-gphoto was requested." >&2;}
14392    { (exit 1); exit 1; }; } ;;
14393 esac
14394 fi
14395
14396
14397
14398 RESOLVLIBS=""
14399
14400 if test "$ac_cv_header_resolv_h" = "yes"
14401 then
14402     ac_save_LIBS="$LIBS"
14403     LIBS="$LIBS -lresolv"
14404     cat >conftest.$ac_ext <<_ACEOF
14405 /* confdefs.h.  */
14406 _ACEOF
14407 cat confdefs.h >>conftest.$ac_ext
14408 cat >>conftest.$ac_ext <<_ACEOF
14409 /* end confdefs.h.  */
14410 #ifdef HAVE_NETINET_IN_H
14411 #include <netinet/in.h>
14412 #endif
14413 #include <resolv.h>
14414 int
14415 main ()
14416 {
14417 res_init();
14418   ;
14419   return 0;
14420 }
14421 _ACEOF
14422 rm -f conftest.$ac_objext conftest$ac_exeext
14423 if { (ac_try="$ac_link"
14424 case "(($ac_try" in
14425   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14426   *) ac_try_echo=$ac_try;;
14427 esac
14428 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14429 $as_echo "$ac_try_echo") >&5
14430   (eval "$ac_link") 2>conftest.er1
14431   ac_status=$?
14432   grep -v '^ *+' conftest.er1 >conftest.err
14433   rm -f conftest.er1
14434   cat conftest.err >&5
14435   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14436   (exit $ac_status); } && {
14437          test -z "$ac_c_werror_flag" ||
14438          test ! -s conftest.err
14439        } && test -s conftest$ac_exeext && {
14440          test "$cross_compiling" = yes ||
14441          $as_test_x conftest$ac_exeext
14442        }; then
14443
14444 cat >>confdefs.h <<\_ACEOF
14445 #define HAVE_RESOLV 1
14446 _ACEOF
14447
14448          RESOLVLIBS="-lresolv"
14449 else
14450   $as_echo "$as_me: failed program was:" >&5
14451 sed 's/^/| /' conftest.$ac_ext >&5
14452
14453
14454 fi
14455
14456 rm -rf conftest.dSYM
14457 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14458       conftest$ac_exeext conftest.$ac_ext
14459     LIBS="$ac_save_LIBS"
14460 fi
14461
14462 LCMSLIBS=""
14463
14464 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14465 then
14466     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14467 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14468 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14469   $as_echo_n "(cached) " >&6
14470 else
14471   ac_check_lib_save_LIBS=$LIBS
14472 LIBS="-llcms  $LIBS"
14473 cat >conftest.$ac_ext <<_ACEOF
14474 /* confdefs.h.  */
14475 _ACEOF
14476 cat confdefs.h >>conftest.$ac_ext
14477 cat >>conftest.$ac_ext <<_ACEOF
14478 /* end confdefs.h.  */
14479
14480 /* Override any GCC internal prototype to avoid an error.
14481    Use char because int might match the return type of a GCC
14482    builtin and then its argument prototype would still apply.  */
14483 #ifdef __cplusplus
14484 extern "C"
14485 #endif
14486 char cmsOpenProfileFromFile ();
14487 int
14488 main ()
14489 {
14490 return cmsOpenProfileFromFile ();
14491   ;
14492   return 0;
14493 }
14494 _ACEOF
14495 rm -f conftest.$ac_objext conftest$ac_exeext
14496 if { (ac_try="$ac_link"
14497 case "(($ac_try" in
14498   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14499   *) ac_try_echo=$ac_try;;
14500 esac
14501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14502 $as_echo "$ac_try_echo") >&5
14503   (eval "$ac_link") 2>conftest.er1
14504   ac_status=$?
14505   grep -v '^ *+' conftest.er1 >conftest.err
14506   rm -f conftest.er1
14507   cat conftest.err >&5
14508   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14509   (exit $ac_status); } && {
14510          test -z "$ac_c_werror_flag" ||
14511          test ! -s conftest.err
14512        } && test -s conftest$ac_exeext && {
14513          test "$cross_compiling" = yes ||
14514          $as_test_x conftest$ac_exeext
14515        }; then
14516   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14517 else
14518   $as_echo "$as_me: failed program was:" >&5
14519 sed 's/^/| /' conftest.$ac_ext >&5
14520
14521         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14522 fi
14523
14524 rm -rf conftest.dSYM
14525 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14526       conftest$ac_exeext conftest.$ac_ext
14527 LIBS=$ac_check_lib_save_LIBS
14528 fi
14529 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14530 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14531 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14532
14533 cat >>confdefs.h <<\_ACEOF
14534 #define HAVE_LCMS 1
14535 _ACEOF
14536
14537          LCMSLIBS="-llcms"
14538 fi
14539
14540 fi
14541 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14542   case "x$with_cms" in
14543   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14544   xno) ;;
14545   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14546 This is an error since --with-cms was requested." >&5
14547 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14548 This is an error since --with-cms was requested." >&2;}
14549    { (exit 1); exit 1; }; } ;;
14550 esac
14551 fi
14552
14553
14554 if test "x$with_freetype" != "xno"
14555 then
14556     for ac_prog in freetype-config freetype2-config
14557 do
14558   # Extract the first word of "$ac_prog", so it can be a program name with args.
14559 set dummy $ac_prog; ac_word=$2
14560 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14561 $as_echo_n "checking for $ac_word... " >&6; }
14562 if test "${ac_cv_prog_ft_devel+set}" = set; then
14563   $as_echo_n "(cached) " >&6
14564 else
14565   if test -n "$ft_devel"; then
14566   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14567 else
14568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14569 for as_dir in $PATH
14570 do
14571   IFS=$as_save_IFS
14572   test -z "$as_dir" && as_dir=.
14573   for ac_exec_ext in '' $ac_executable_extensions; do
14574   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14575     ac_cv_prog_ft_devel="$ac_prog"
14576     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14577     break 2
14578   fi
14579 done
14580 done
14581 IFS=$as_save_IFS
14582
14583 fi
14584 fi
14585 ft_devel=$ac_cv_prog_ft_devel
14586 if test -n "$ft_devel"; then
14587   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14588 $as_echo "$ft_devel" >&6; }
14589 else
14590   { $as_echo "$as_me:$LINENO: result: no" >&5
14591 $as_echo "no" >&6; }
14592 fi
14593
14594
14595   test -n "$ft_devel" && break
14596 done
14597 test -n "$ft_devel" || ft_devel="no"
14598
14599     if test "$ft_devel" != "no"
14600     then
14601         ac_freetype_incl=`$ft_devel --cflags`
14602         ac_freetype_libs=`$ft_devel --libs`
14603     fi
14604     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14605     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14606 $as_echo_n "checking for -lfreetype... " >&6; }
14607 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14608   $as_echo_n "(cached) " >&6
14609 else
14610   ac_check_soname_save_LIBS=$LIBS
14611 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14612   cat >conftest.$ac_ext <<_ACEOF
14613 /* confdefs.h.  */
14614 _ACEOF
14615 cat confdefs.h >>conftest.$ac_ext
14616 cat >>conftest.$ac_ext <<_ACEOF
14617 /* end confdefs.h.  */
14618
14619 /* Override any GCC internal prototype to avoid an error.
14620    Use char because int might match the return type of a GCC
14621    builtin and then its argument prototype would still apply.  */
14622 #ifdef __cplusplus
14623 extern "C"
14624 #endif
14625 char FT_Init_FreeType ();
14626 int
14627 main ()
14628 {
14629 return FT_Init_FreeType ();
14630   ;
14631   return 0;
14632 }
14633 _ACEOF
14634 rm -f conftest.$ac_objext conftest$ac_exeext
14635 if { (ac_try="$ac_link"
14636 case "(($ac_try" in
14637   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14638   *) ac_try_echo=$ac_try;;
14639 esac
14640 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14641 $as_echo "$ac_try_echo") >&5
14642   (eval "$ac_link") 2>conftest.er1
14643   ac_status=$?
14644   grep -v '^ *+' conftest.er1 >conftest.err
14645   rm -f conftest.er1
14646   cat conftest.err >&5
14647   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14648   (exit $ac_status); } && {
14649          test -z "$ac_c_werror_flag" ||
14650          test ! -s conftest.err
14651        } && test -s conftest$ac_exeext && {
14652          test "$cross_compiling" = yes ||
14653          $as_test_x conftest$ac_exeext
14654        }; then
14655   case "$LIBEXT" in
14656     dll) ;;
14657     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'` ;;
14658     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14659   esac
14660 else
14661   $as_echo "$as_me: failed program was:" >&5
14662 sed 's/^/| /' conftest.$ac_ext >&5
14663
14664
14665 fi
14666
14667 rm -rf conftest.dSYM
14668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14669       conftest$ac_exeext conftest.$ac_ext
14670   LIBS=$ac_check_soname_save_LIBS
14671 fi
14672 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14673   { $as_echo "$as_me:$LINENO: result: not found" >&5
14674 $as_echo "not found" >&6; }
14675        ft_lib=no
14676 else
14677   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14678 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14679
14680 cat >>confdefs.h <<_ACEOF
14681 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14682 _ACEOF
14683
14684        ft_lib=yes
14685 fi
14686
14687     if test "$ft_lib" = "yes"
14688     then
14689         ac_save_CPPFLAGS="$CPPFLAGS"
14690         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14691
14692
14693
14694
14695
14696
14697
14698
14699
14700
14701
14702
14703
14704 for ac_header in ft2build.h \
14705                          freetype/freetype.h \
14706                          freetype/ftglyph.h \
14707                          freetype/fttypes.h \
14708                          freetype/tttables.h \
14709                          freetype/ftnames.h \
14710                          freetype/ftsnames.h \
14711                          freetype/ttnameid.h \
14712                          freetype/ftoutln.h \
14713                          freetype/ftwinfnt.h \
14714                          freetype/ftmodapi.h \
14715                          freetype/ftlcdfil.h \
14716                          freetype/internal/sfnt.h
14717 do
14718 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14719 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14720 $as_echo_n "checking for $ac_header... " >&6; }
14721 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14722   $as_echo_n "(cached) " >&6
14723 else
14724   cat >conftest.$ac_ext <<_ACEOF
14725 /* confdefs.h.  */
14726 _ACEOF
14727 cat confdefs.h >>conftest.$ac_ext
14728 cat >>conftest.$ac_ext <<_ACEOF
14729 /* end confdefs.h.  */
14730 #ifdef HAVE_FT2BUILD_H
14731                           # include <ft2build.h>
14732                           #endif
14733
14734 #include <$ac_header>
14735 _ACEOF
14736 rm -f conftest.$ac_objext
14737 if { (ac_try="$ac_compile"
14738 case "(($ac_try" in
14739   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14740   *) ac_try_echo=$ac_try;;
14741 esac
14742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14743 $as_echo "$ac_try_echo") >&5
14744   (eval "$ac_compile") 2>conftest.er1
14745   ac_status=$?
14746   grep -v '^ *+' conftest.er1 >conftest.err
14747   rm -f conftest.er1
14748   cat conftest.err >&5
14749   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14750   (exit $ac_status); } && {
14751          test -z "$ac_c_werror_flag" ||
14752          test ! -s conftest.err
14753        } && test -s conftest.$ac_objext; then
14754   eval "$as_ac_Header=yes"
14755 else
14756   $as_echo "$as_me: failed program was:" >&5
14757 sed 's/^/| /' conftest.$ac_ext >&5
14758
14759         eval "$as_ac_Header=no"
14760 fi
14761
14762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14763 fi
14764 ac_res=`eval 'as_val=${'$as_ac_Header'}
14765                  $as_echo "$as_val"'`
14766                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14767 $as_echo "$ac_res" >&6; }
14768 as_val=`eval 'as_val=${'$as_ac_Header'}
14769                  $as_echo "$as_val"'`
14770    if test "x$as_val" = x""yes; then
14771   cat >>confdefs.h <<_ACEOF
14772 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14773 _ACEOF
14774
14775 fi
14776
14777 done
14778
14779         cat >conftest.$ac_ext <<_ACEOF
14780 /* confdefs.h.  */
14781 _ACEOF
14782 cat confdefs.h >>conftest.$ac_ext
14783 cat >>conftest.$ac_ext <<_ACEOF
14784 /* end confdefs.h.  */
14785 #include <ft2build.h>
14786                     #include <freetype/fttrigon.h>
14787 _ACEOF
14788 if { (ac_try="$ac_cpp conftest.$ac_ext"
14789 case "(($ac_try" in
14790   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14791   *) ac_try_echo=$ac_try;;
14792 esac
14793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14794 $as_echo "$ac_try_echo") >&5
14795   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14796   ac_status=$?
14797   grep -v '^ *+' conftest.er1 >conftest.err
14798   rm -f conftest.er1
14799   cat conftest.err >&5
14800   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14801   (exit $ac_status); } >/dev/null && {
14802          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14803          test ! -s conftest.err
14804        }; then
14805
14806 cat >>confdefs.h <<\_ACEOF
14807 #define HAVE_FREETYPE_FTTRIGON_H 1
14808 _ACEOF
14809
14810                     wine_cv_fttrigon=yes
14811 else
14812   $as_echo "$as_me: failed program was:" >&5
14813 sed 's/^/| /' conftest.$ac_ext >&5
14814
14815   wine_cv_fttrigon=no
14816 fi
14817
14818 rm -f conftest.err conftest.$ac_ext
14819         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14820 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14821 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14822   $as_echo_n "(cached) " >&6
14823 else
14824   ac_cv_type_FT_TrueTypeEngineType=no
14825 cat >conftest.$ac_ext <<_ACEOF
14826 /* confdefs.h.  */
14827 _ACEOF
14828 cat confdefs.h >>conftest.$ac_ext
14829 cat >>conftest.$ac_ext <<_ACEOF
14830 /* end confdefs.h.  */
14831 #include <freetype/ftmodapi.h>
14832
14833 int
14834 main ()
14835 {
14836 if (sizeof (FT_TrueTypeEngineType))
14837        return 0;
14838   ;
14839   return 0;
14840 }
14841 _ACEOF
14842 rm -f conftest.$ac_objext
14843 if { (ac_try="$ac_compile"
14844 case "(($ac_try" in
14845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14846   *) ac_try_echo=$ac_try;;
14847 esac
14848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14849 $as_echo "$ac_try_echo") >&5
14850   (eval "$ac_compile") 2>conftest.er1
14851   ac_status=$?
14852   grep -v '^ *+' conftest.er1 >conftest.err
14853   rm -f conftest.er1
14854   cat conftest.err >&5
14855   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14856   (exit $ac_status); } && {
14857          test -z "$ac_c_werror_flag" ||
14858          test ! -s conftest.err
14859        } && test -s conftest.$ac_objext; then
14860   cat >conftest.$ac_ext <<_ACEOF
14861 /* confdefs.h.  */
14862 _ACEOF
14863 cat confdefs.h >>conftest.$ac_ext
14864 cat >>conftest.$ac_ext <<_ACEOF
14865 /* end confdefs.h.  */
14866 #include <freetype/ftmodapi.h>
14867
14868 int
14869 main ()
14870 {
14871 if (sizeof ((FT_TrueTypeEngineType)))
14872           return 0;
14873   ;
14874   return 0;
14875 }
14876 _ACEOF
14877 rm -f conftest.$ac_objext
14878 if { (ac_try="$ac_compile"
14879 case "(($ac_try" in
14880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14881   *) ac_try_echo=$ac_try;;
14882 esac
14883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14884 $as_echo "$ac_try_echo") >&5
14885   (eval "$ac_compile") 2>conftest.er1
14886   ac_status=$?
14887   grep -v '^ *+' conftest.er1 >conftest.err
14888   rm -f conftest.er1
14889   cat conftest.err >&5
14890   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14891   (exit $ac_status); } && {
14892          test -z "$ac_c_werror_flag" ||
14893          test ! -s conftest.err
14894        } && test -s conftest.$ac_objext; then
14895   :
14896 else
14897   $as_echo "$as_me: failed program was:" >&5
14898 sed 's/^/| /' conftest.$ac_ext >&5
14899
14900         ac_cv_type_FT_TrueTypeEngineType=yes
14901 fi
14902
14903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14904 else
14905   $as_echo "$as_me: failed program was:" >&5
14906 sed 's/^/| /' conftest.$ac_ext >&5
14907
14908
14909 fi
14910
14911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14912 fi
14913 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14914 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14915 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14916
14917 cat >>confdefs.h <<_ACEOF
14918 #define HAVE_FT_TRUETYPEENGINETYPE 1
14919 _ACEOF
14920
14921
14922 fi
14923
14924         ac_save_CFLAGS="$CFLAGS"
14925         CFLAGS="$CFLAGS $ac_freetype_libs"
14926
14927 for ac_func in FT_Load_Sfnt_Table
14928 do
14929 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14930 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14931 $as_echo_n "checking for $ac_func... " >&6; }
14932 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14933   $as_echo_n "(cached) " >&6
14934 else
14935   cat >conftest.$ac_ext <<_ACEOF
14936 /* confdefs.h.  */
14937 _ACEOF
14938 cat confdefs.h >>conftest.$ac_ext
14939 cat >>conftest.$ac_ext <<_ACEOF
14940 /* end confdefs.h.  */
14941 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14942    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14943 #define $ac_func innocuous_$ac_func
14944
14945 /* System header to define __stub macros and hopefully few prototypes,
14946     which can conflict with char $ac_func (); below.
14947     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14948     <limits.h> exists even on freestanding compilers.  */
14949
14950 #ifdef __STDC__
14951 # include <limits.h>
14952 #else
14953 # include <assert.h>
14954 #endif
14955
14956 #undef $ac_func
14957
14958 /* Override any GCC internal prototype to avoid an error.
14959    Use char because int might match the return type of a GCC
14960    builtin and then its argument prototype would still apply.  */
14961 #ifdef __cplusplus
14962 extern "C"
14963 #endif
14964 char $ac_func ();
14965 /* The GNU C library defines this for functions which it implements
14966     to always fail with ENOSYS.  Some functions are actually named
14967     something starting with __ and the normal name is an alias.  */
14968 #if defined __stub_$ac_func || defined __stub___$ac_func
14969 choke me
14970 #endif
14971
14972 int
14973 main ()
14974 {
14975 return $ac_func ();
14976   ;
14977   return 0;
14978 }
14979 _ACEOF
14980 rm -f conftest.$ac_objext conftest$ac_exeext
14981 if { (ac_try="$ac_link"
14982 case "(($ac_try" in
14983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14984   *) ac_try_echo=$ac_try;;
14985 esac
14986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14987 $as_echo "$ac_try_echo") >&5
14988   (eval "$ac_link") 2>conftest.er1
14989   ac_status=$?
14990   grep -v '^ *+' conftest.er1 >conftest.err
14991   rm -f conftest.er1
14992   cat conftest.err >&5
14993   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14994   (exit $ac_status); } && {
14995          test -z "$ac_c_werror_flag" ||
14996          test ! -s conftest.err
14997        } && test -s conftest$ac_exeext && {
14998          test "$cross_compiling" = yes ||
14999          $as_test_x conftest$ac_exeext
15000        }; then
15001   eval "$as_ac_var=yes"
15002 else
15003   $as_echo "$as_me: failed program was:" >&5
15004 sed 's/^/| /' conftest.$ac_ext >&5
15005
15006         eval "$as_ac_var=no"
15007 fi
15008
15009 rm -rf conftest.dSYM
15010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15011       conftest$ac_exeext conftest.$ac_ext
15012 fi
15013 ac_res=`eval 'as_val=${'$as_ac_var'}
15014                  $as_echo "$as_val"'`
15015                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15016 $as_echo "$ac_res" >&6; }
15017 as_val=`eval 'as_val=${'$as_ac_var'}
15018                  $as_echo "$as_val"'`
15019    if test "x$as_val" = x""yes; then
15020   cat >>confdefs.h <<_ACEOF
15021 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15022 _ACEOF
15023
15024 fi
15025 done
15026
15027         CFLAGS="$ac_save_CFLAGS"
15028         CPPFLAGS="$ac_save_CPPFLAGS"
15029                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15030         then
15031
15032 cat >>confdefs.h <<\_ACEOF
15033 #define HAVE_FREETYPE 1
15034 _ACEOF
15035
15036             FREETYPELIBS="$ac_freetype_libs"
15037
15038             FREETYPEINCL="$ac_freetype_incl"
15039
15040         fi
15041     fi
15042 fi
15043 if test "x$FREETYPELIBS" = "x"; then
15044   case "x$with_freetype" in
15045   xno) ;;
15046   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15047 Use the --without-freetype option if you really want this." >&5
15048 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15049 Use the --without-freetype option if you really want this." >&2;}
15050    { (exit 1); exit 1; }; } ;;
15051 esac
15052 fi
15053
15054 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15055
15056 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15057 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15058 if test "${ac_cv_c_ppdev+set}" = set; then
15059   $as_echo_n "(cached) " >&6
15060 else
15061   cat >conftest.$ac_ext <<_ACEOF
15062 /* confdefs.h.  */
15063 _ACEOF
15064 cat confdefs.h >>conftest.$ac_ext
15065 cat >>conftest.$ac_ext <<_ACEOF
15066 /* end confdefs.h.  */
15067 #include <linux/ppdev.h>
15068 int
15069 main ()
15070 {
15071 ioctl (1,PPCLAIM,0)
15072   ;
15073   return 0;
15074 }
15075 _ACEOF
15076 rm -f conftest.$ac_objext
15077 if { (ac_try="$ac_compile"
15078 case "(($ac_try" in
15079   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15080   *) ac_try_echo=$ac_try;;
15081 esac
15082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15083 $as_echo "$ac_try_echo") >&5
15084   (eval "$ac_compile") 2>conftest.er1
15085   ac_status=$?
15086   grep -v '^ *+' conftest.er1 >conftest.err
15087   rm -f conftest.er1
15088   cat conftest.err >&5
15089   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15090   (exit $ac_status); } && {
15091          test -z "$ac_c_werror_flag" ||
15092          test ! -s conftest.err
15093        } && test -s conftest.$ac_objext; then
15094   ac_cv_c_ppdev="yes"
15095 else
15096   $as_echo "$as_me: failed program was:" >&5
15097 sed 's/^/| /' conftest.$ac_ext >&5
15098
15099         ac_cv_c_ppdev="no"
15100 fi
15101
15102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15103 fi
15104 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15105 $as_echo "$ac_cv_c_ppdev" >&6; }
15106 if test "$ac_cv_c_ppdev" = "yes"
15107 then
15108
15109 cat >>confdefs.h <<\_ACEOF
15110 #define HAVE_PPDEV 1
15111 _ACEOF
15112
15113 fi
15114
15115 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15116 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15117 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15118   $as_echo_n "(cached) " >&6
15119 else
15120   ac_cv_type_pthread_rwlock_t=no
15121 cat >conftest.$ac_ext <<_ACEOF
15122 /* confdefs.h.  */
15123 _ACEOF
15124 cat confdefs.h >>conftest.$ac_ext
15125 cat >>conftest.$ac_ext <<_ACEOF
15126 /* end confdefs.h.  */
15127 #define _GNU_SOURCE
15128 #include <pthread.h>
15129
15130 int
15131 main ()
15132 {
15133 if (sizeof (pthread_rwlock_t))
15134        return 0;
15135   ;
15136   return 0;
15137 }
15138 _ACEOF
15139 rm -f conftest.$ac_objext
15140 if { (ac_try="$ac_compile"
15141 case "(($ac_try" in
15142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15143   *) ac_try_echo=$ac_try;;
15144 esac
15145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15146 $as_echo "$ac_try_echo") >&5
15147   (eval "$ac_compile") 2>conftest.er1
15148   ac_status=$?
15149   grep -v '^ *+' conftest.er1 >conftest.err
15150   rm -f conftest.er1
15151   cat conftest.err >&5
15152   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15153   (exit $ac_status); } && {
15154          test -z "$ac_c_werror_flag" ||
15155          test ! -s conftest.err
15156        } && test -s conftest.$ac_objext; then
15157   cat >conftest.$ac_ext <<_ACEOF
15158 /* confdefs.h.  */
15159 _ACEOF
15160 cat confdefs.h >>conftest.$ac_ext
15161 cat >>conftest.$ac_ext <<_ACEOF
15162 /* end confdefs.h.  */
15163 #define _GNU_SOURCE
15164 #include <pthread.h>
15165
15166 int
15167 main ()
15168 {
15169 if (sizeof ((pthread_rwlock_t)))
15170           return 0;
15171   ;
15172   return 0;
15173 }
15174 _ACEOF
15175 rm -f conftest.$ac_objext
15176 if { (ac_try="$ac_compile"
15177 case "(($ac_try" in
15178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15179   *) ac_try_echo=$ac_try;;
15180 esac
15181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15182 $as_echo "$ac_try_echo") >&5
15183   (eval "$ac_compile") 2>conftest.er1
15184   ac_status=$?
15185   grep -v '^ *+' conftest.er1 >conftest.err
15186   rm -f conftest.er1
15187   cat conftest.err >&5
15188   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15189   (exit $ac_status); } && {
15190          test -z "$ac_c_werror_flag" ||
15191          test ! -s conftest.err
15192        } && test -s conftest.$ac_objext; then
15193   :
15194 else
15195   $as_echo "$as_me: failed program was:" >&5
15196 sed 's/^/| /' conftest.$ac_ext >&5
15197
15198         ac_cv_type_pthread_rwlock_t=yes
15199 fi
15200
15201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15202 else
15203   $as_echo "$as_me: failed program was:" >&5
15204 sed 's/^/| /' conftest.$ac_ext >&5
15205
15206
15207 fi
15208
15209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15210 fi
15211 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15212 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15213 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15214
15215 cat >>confdefs.h <<_ACEOF
15216 #define HAVE_PTHREAD_RWLOCK_T 1
15217 _ACEOF
15218
15219
15220 fi
15221 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15222 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15223 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15224   $as_echo_n "(cached) " >&6
15225 else
15226   ac_cv_type_pthread_rwlockattr_t=no
15227 cat >conftest.$ac_ext <<_ACEOF
15228 /* confdefs.h.  */
15229 _ACEOF
15230 cat confdefs.h >>conftest.$ac_ext
15231 cat >>conftest.$ac_ext <<_ACEOF
15232 /* end confdefs.h.  */
15233 #define _GNU_SOURCE
15234 #include <pthread.h>
15235
15236 int
15237 main ()
15238 {
15239 if (sizeof (pthread_rwlockattr_t))
15240        return 0;
15241   ;
15242   return 0;
15243 }
15244 _ACEOF
15245 rm -f conftest.$ac_objext
15246 if { (ac_try="$ac_compile"
15247 case "(($ac_try" in
15248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15249   *) ac_try_echo=$ac_try;;
15250 esac
15251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15252 $as_echo "$ac_try_echo") >&5
15253   (eval "$ac_compile") 2>conftest.er1
15254   ac_status=$?
15255   grep -v '^ *+' conftest.er1 >conftest.err
15256   rm -f conftest.er1
15257   cat conftest.err >&5
15258   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15259   (exit $ac_status); } && {
15260          test -z "$ac_c_werror_flag" ||
15261          test ! -s conftest.err
15262        } && test -s conftest.$ac_objext; then
15263   cat >conftest.$ac_ext <<_ACEOF
15264 /* confdefs.h.  */
15265 _ACEOF
15266 cat confdefs.h >>conftest.$ac_ext
15267 cat >>conftest.$ac_ext <<_ACEOF
15268 /* end confdefs.h.  */
15269 #define _GNU_SOURCE
15270 #include <pthread.h>
15271
15272 int
15273 main ()
15274 {
15275 if (sizeof ((pthread_rwlockattr_t)))
15276           return 0;
15277   ;
15278   return 0;
15279 }
15280 _ACEOF
15281 rm -f conftest.$ac_objext
15282 if { (ac_try="$ac_compile"
15283 case "(($ac_try" in
15284   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15285   *) ac_try_echo=$ac_try;;
15286 esac
15287 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15288 $as_echo "$ac_try_echo") >&5
15289   (eval "$ac_compile") 2>conftest.er1
15290   ac_status=$?
15291   grep -v '^ *+' conftest.er1 >conftest.err
15292   rm -f conftest.er1
15293   cat conftest.err >&5
15294   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15295   (exit $ac_status); } && {
15296          test -z "$ac_c_werror_flag" ||
15297          test ! -s conftest.err
15298        } && test -s conftest.$ac_objext; then
15299   :
15300 else
15301   $as_echo "$as_me: failed program was:" >&5
15302 sed 's/^/| /' conftest.$ac_ext >&5
15303
15304         ac_cv_type_pthread_rwlockattr_t=yes
15305 fi
15306
15307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15308 else
15309   $as_echo "$as_me: failed program was:" >&5
15310 sed 's/^/| /' conftest.$ac_ext >&5
15311
15312
15313 fi
15314
15315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15316 fi
15317 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15318 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15319 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15320
15321 cat >>confdefs.h <<_ACEOF
15322 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15323 _ACEOF
15324
15325
15326 fi
15327
15328
15329 ac_wine_check_funcs_save_LIBS="$LIBS"
15330 LIBS="$LIBS $LIBPTHREAD"
15331
15332
15333
15334
15335 for ac_func in \
15336         pthread_attr_get_np \
15337         pthread_getattr_np \
15338         pthread_get_stackaddr_np \
15339         pthread_get_stacksize_np
15340 do
15341 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15342 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15343 $as_echo_n "checking for $ac_func... " >&6; }
15344 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15345   $as_echo_n "(cached) " >&6
15346 else
15347   cat >conftest.$ac_ext <<_ACEOF
15348 /* confdefs.h.  */
15349 _ACEOF
15350 cat confdefs.h >>conftest.$ac_ext
15351 cat >>conftest.$ac_ext <<_ACEOF
15352 /* end confdefs.h.  */
15353 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15354    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15355 #define $ac_func innocuous_$ac_func
15356
15357 /* System header to define __stub macros and hopefully few prototypes,
15358     which can conflict with char $ac_func (); below.
15359     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15360     <limits.h> exists even on freestanding compilers.  */
15361
15362 #ifdef __STDC__
15363 # include <limits.h>
15364 #else
15365 # include <assert.h>
15366 #endif
15367
15368 #undef $ac_func
15369
15370 /* Override any GCC internal prototype to avoid an error.
15371    Use char because int might match the return type of a GCC
15372    builtin and then its argument prototype would still apply.  */
15373 #ifdef __cplusplus
15374 extern "C"
15375 #endif
15376 char $ac_func ();
15377 /* The GNU C library defines this for functions which it implements
15378     to always fail with ENOSYS.  Some functions are actually named
15379     something starting with __ and the normal name is an alias.  */
15380 #if defined __stub_$ac_func || defined __stub___$ac_func
15381 choke me
15382 #endif
15383
15384 int
15385 main ()
15386 {
15387 return $ac_func ();
15388   ;
15389   return 0;
15390 }
15391 _ACEOF
15392 rm -f conftest.$ac_objext conftest$ac_exeext
15393 if { (ac_try="$ac_link"
15394 case "(($ac_try" in
15395   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15396   *) ac_try_echo=$ac_try;;
15397 esac
15398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15399 $as_echo "$ac_try_echo") >&5
15400   (eval "$ac_link") 2>conftest.er1
15401   ac_status=$?
15402   grep -v '^ *+' conftest.er1 >conftest.err
15403   rm -f conftest.er1
15404   cat conftest.err >&5
15405   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15406   (exit $ac_status); } && {
15407          test -z "$ac_c_werror_flag" ||
15408          test ! -s conftest.err
15409        } && test -s conftest$ac_exeext && {
15410          test "$cross_compiling" = yes ||
15411          $as_test_x conftest$ac_exeext
15412        }; then
15413   eval "$as_ac_var=yes"
15414 else
15415   $as_echo "$as_me: failed program was:" >&5
15416 sed 's/^/| /' conftest.$ac_ext >&5
15417
15418         eval "$as_ac_var=no"
15419 fi
15420
15421 rm -rf conftest.dSYM
15422 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15423       conftest$ac_exeext conftest.$ac_ext
15424 fi
15425 ac_res=`eval 'as_val=${'$as_ac_var'}
15426                  $as_echo "$as_val"'`
15427                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15428 $as_echo "$ac_res" >&6; }
15429 as_val=`eval 'as_val=${'$as_ac_var'}
15430                  $as_echo "$as_val"'`
15431    if test "x$as_val" = x""yes; then
15432   cat >>confdefs.h <<_ACEOF
15433 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15434 _ACEOF
15435
15436 fi
15437 done
15438
15439 LIBS="$ac_wine_check_funcs_save_LIBS"
15440
15441 if test "x$with_esd" != xno
15442 then
15443     save_CFLAGS="$CFLAGS"
15444     # Extract the first word of "esd-config", so it can be a program name with args.
15445 set dummy esd-config; ac_word=$2
15446 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15447 $as_echo_n "checking for $ac_word... " >&6; }
15448 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15449   $as_echo_n "(cached) " >&6
15450 else
15451   case $ESDCONFIG in
15452   [\\/]* | ?:[\\/]*)
15453   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15454   ;;
15455   *)
15456   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15457 for as_dir in $PATH
15458 do
15459   IFS=$as_save_IFS
15460   test -z "$as_dir" && as_dir=.
15461   for ac_exec_ext in '' $ac_executable_extensions; do
15462   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15463     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15464     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15465     break 2
15466   fi
15467 done
15468 done
15469 IFS=$as_save_IFS
15470
15471   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15472   ;;
15473 esac
15474 fi
15475 ESDCONFIG=$ac_cv_path_ESDCONFIG
15476 if test -n "$ESDCONFIG"; then
15477   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15478 $as_echo "$ESDCONFIG" >&6; }
15479 else
15480   { $as_echo "$as_me:$LINENO: result: no" >&5
15481 $as_echo "no" >&6; }
15482 fi
15483
15484
15485     if test "x$ESDCONFIG" != "xno"
15486     then
15487         ac_esd_incl=""
15488         for i in `$ESDCONFIG --cflags`
15489         do
15490             case "$i" in
15491                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15492             esac
15493         done
15494         ac_esd_libs=`$ESDCONFIG --libs`
15495         CFLAGS="$CFLAGS $ac_esd_incl"
15496     fi
15497     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15498     if test "${ac_cv_header_esd_h+set}" = set; then
15499   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15500 $as_echo_n "checking for esd.h... " >&6; }
15501 if test "${ac_cv_header_esd_h+set}" = set; then
15502   $as_echo_n "(cached) " >&6
15503 fi
15504 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15505 $as_echo "$ac_cv_header_esd_h" >&6; }
15506 else
15507   # Is the header compilable?
15508 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15509 $as_echo_n "checking esd.h usability... " >&6; }
15510 cat >conftest.$ac_ext <<_ACEOF
15511 /* confdefs.h.  */
15512 _ACEOF
15513 cat confdefs.h >>conftest.$ac_ext
15514 cat >>conftest.$ac_ext <<_ACEOF
15515 /* end confdefs.h.  */
15516 $ac_includes_default
15517 #include <esd.h>
15518 _ACEOF
15519 rm -f conftest.$ac_objext
15520 if { (ac_try="$ac_compile"
15521 case "(($ac_try" in
15522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15523   *) ac_try_echo=$ac_try;;
15524 esac
15525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15526 $as_echo "$ac_try_echo") >&5
15527   (eval "$ac_compile") 2>conftest.er1
15528   ac_status=$?
15529   grep -v '^ *+' conftest.er1 >conftest.err
15530   rm -f conftest.er1
15531   cat conftest.err >&5
15532   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15533   (exit $ac_status); } && {
15534          test -z "$ac_c_werror_flag" ||
15535          test ! -s conftest.err
15536        } && test -s conftest.$ac_objext; then
15537   ac_header_compiler=yes
15538 else
15539   $as_echo "$as_me: failed program was:" >&5
15540 sed 's/^/| /' conftest.$ac_ext >&5
15541
15542         ac_header_compiler=no
15543 fi
15544
15545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15546 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15547 $as_echo "$ac_header_compiler" >&6; }
15548
15549 # Is the header present?
15550 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15551 $as_echo_n "checking esd.h presence... " >&6; }
15552 cat >conftest.$ac_ext <<_ACEOF
15553 /* confdefs.h.  */
15554 _ACEOF
15555 cat confdefs.h >>conftest.$ac_ext
15556 cat >>conftest.$ac_ext <<_ACEOF
15557 /* end confdefs.h.  */
15558 #include <esd.h>
15559 _ACEOF
15560 if { (ac_try="$ac_cpp conftest.$ac_ext"
15561 case "(($ac_try" in
15562   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15563   *) ac_try_echo=$ac_try;;
15564 esac
15565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15566 $as_echo "$ac_try_echo") >&5
15567   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15568   ac_status=$?
15569   grep -v '^ *+' conftest.er1 >conftest.err
15570   rm -f conftest.er1
15571   cat conftest.err >&5
15572   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15573   (exit $ac_status); } >/dev/null && {
15574          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15575          test ! -s conftest.err
15576        }; then
15577   ac_header_preproc=yes
15578 else
15579   $as_echo "$as_me: failed program was:" >&5
15580 sed 's/^/| /' conftest.$ac_ext >&5
15581
15582   ac_header_preproc=no
15583 fi
15584
15585 rm -f conftest.err conftest.$ac_ext
15586 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15587 $as_echo "$ac_header_preproc" >&6; }
15588
15589 # So?  What about this header?
15590 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15591   yes:no: )
15592     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15593 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15594     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15595 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15596     ac_header_preproc=yes
15597     ;;
15598   no:yes:* )
15599     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15600 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15601     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15602 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15603     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15604 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15605     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15606 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15607     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15608 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15609     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15610 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15611     ( cat <<\_ASBOX
15612 ## ------------------------------------ ##
15613 ## Report this to wine-devel@winehq.org ##
15614 ## ------------------------------------ ##
15615 _ASBOX
15616      ) | sed "s/^/$as_me: WARNING:     /" >&2
15617     ;;
15618 esac
15619 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15620 $as_echo_n "checking for esd.h... " >&6; }
15621 if test "${ac_cv_header_esd_h+set}" = set; then
15622   $as_echo_n "(cached) " >&6
15623 else
15624   ac_cv_header_esd_h=$ac_header_preproc
15625 fi
15626 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15627 $as_echo "$ac_cv_header_esd_h" >&6; }
15628
15629 fi
15630 if test "x$ac_cv_header_esd_h" = x""yes; then
15631   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15632 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15633 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15634   $as_echo_n "(cached) " >&6
15635 else
15636   ac_check_lib_save_LIBS=$LIBS
15637 LIBS="-lesd $ac_esd_libs $LIBS"
15638 cat >conftest.$ac_ext <<_ACEOF
15639 /* confdefs.h.  */
15640 _ACEOF
15641 cat confdefs.h >>conftest.$ac_ext
15642 cat >>conftest.$ac_ext <<_ACEOF
15643 /* end confdefs.h.  */
15644
15645 /* Override any GCC internal prototype to avoid an error.
15646    Use char because int might match the return type of a GCC
15647    builtin and then its argument prototype would still apply.  */
15648 #ifdef __cplusplus
15649 extern "C"
15650 #endif
15651 char esd_open_sound ();
15652 int
15653 main ()
15654 {
15655 return esd_open_sound ();
15656   ;
15657   return 0;
15658 }
15659 _ACEOF
15660 rm -f conftest.$ac_objext conftest$ac_exeext
15661 if { (ac_try="$ac_link"
15662 case "(($ac_try" in
15663   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15664   *) ac_try_echo=$ac_try;;
15665 esac
15666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15667 $as_echo "$ac_try_echo") >&5
15668   (eval "$ac_link") 2>conftest.er1
15669   ac_status=$?
15670   grep -v '^ *+' conftest.er1 >conftest.err
15671   rm -f conftest.er1
15672   cat conftest.err >&5
15673   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15674   (exit $ac_status); } && {
15675          test -z "$ac_c_werror_flag" ||
15676          test ! -s conftest.err
15677        } && test -s conftest$ac_exeext && {
15678          test "$cross_compiling" = yes ||
15679          $as_test_x conftest$ac_exeext
15680        }; then
15681   ac_cv_lib_esd_esd_open_sound=yes
15682 else
15683   $as_echo "$as_me: failed program was:" >&5
15684 sed 's/^/| /' conftest.$ac_ext >&5
15685
15686         ac_cv_lib_esd_esd_open_sound=no
15687 fi
15688
15689 rm -rf conftest.dSYM
15690 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15691       conftest$ac_exeext conftest.$ac_ext
15692 LIBS=$ac_check_lib_save_LIBS
15693 fi
15694 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15695 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15696 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15697   ESDINCL="$ac_esd_incl"
15698
15699              ESDLIBS="$ac_esd_libs"
15700
15701
15702 cat >>confdefs.h <<\_ACEOF
15703 #define HAVE_ESD 1
15704 _ACEOF
15705
15706 fi
15707
15708 fi
15709
15710
15711     CFLAGS="$save_CFLAGS"
15712 fi
15713
15714 ALSALIBS=""
15715
15716 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15717 then
15718     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15719 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15720 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15721   $as_echo_n "(cached) " >&6
15722 else
15723   ac_check_lib_save_LIBS=$LIBS
15724 LIBS="-lasound  $LIBS"
15725 cat >conftest.$ac_ext <<_ACEOF
15726 /* confdefs.h.  */
15727 _ACEOF
15728 cat confdefs.h >>conftest.$ac_ext
15729 cat >>conftest.$ac_ext <<_ACEOF
15730 /* end confdefs.h.  */
15731
15732 /* Override any GCC internal prototype to avoid an error.
15733    Use char because int might match the return type of a GCC
15734    builtin and then its argument prototype would still apply.  */
15735 #ifdef __cplusplus
15736 extern "C"
15737 #endif
15738 char snd_pcm_hw_params_get_access ();
15739 int
15740 main ()
15741 {
15742 return snd_pcm_hw_params_get_access ();
15743   ;
15744   return 0;
15745 }
15746 _ACEOF
15747 rm -f conftest.$ac_objext conftest$ac_exeext
15748 if { (ac_try="$ac_link"
15749 case "(($ac_try" in
15750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15751   *) ac_try_echo=$ac_try;;
15752 esac
15753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15754 $as_echo "$ac_try_echo") >&5
15755   (eval "$ac_link") 2>conftest.er1
15756   ac_status=$?
15757   grep -v '^ *+' conftest.er1 >conftest.err
15758   rm -f conftest.er1
15759   cat conftest.err >&5
15760   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15761   (exit $ac_status); } && {
15762          test -z "$ac_c_werror_flag" ||
15763          test ! -s conftest.err
15764        } && test -s conftest$ac_exeext && {
15765          test "$cross_compiling" = yes ||
15766          $as_test_x conftest$ac_exeext
15767        }; then
15768   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15769 else
15770   $as_echo "$as_me: failed program was:" >&5
15771 sed 's/^/| /' conftest.$ac_ext >&5
15772
15773         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15774 fi
15775
15776 rm -rf conftest.dSYM
15777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15778       conftest$ac_exeext conftest.$ac_ext
15779 LIBS=$ac_check_lib_save_LIBS
15780 fi
15781 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15782 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15783 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15784   cat >conftest.$ac_ext <<_ACEOF
15785 /* confdefs.h.  */
15786 _ACEOF
15787 cat confdefs.h >>conftest.$ac_ext
15788 cat >>conftest.$ac_ext <<_ACEOF
15789 /* end confdefs.h.  */
15790 #ifdef HAVE_ALSA_ASOUNDLIB_H
15791 #include <alsa/asoundlib.h>
15792 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15793 #include <sys/asoundlib.h>
15794 #endif
15795 int
15796 main ()
15797 {
15798 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15799   ;
15800   return 0;
15801 }
15802 _ACEOF
15803 rm -f conftest.$ac_objext
15804 if { (ac_try="$ac_compile"
15805 case "(($ac_try" in
15806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15807   *) ac_try_echo=$ac_try;;
15808 esac
15809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15810 $as_echo "$ac_try_echo") >&5
15811   (eval "$ac_compile") 2>conftest.er1
15812   ac_status=$?
15813   grep -v '^ *+' conftest.er1 >conftest.err
15814   rm -f conftest.er1
15815   cat conftest.err >&5
15816   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15817   (exit $ac_status); } && {
15818          test -z "$ac_c_werror_flag" ||
15819          test ! -s conftest.err
15820        } && test -s conftest.$ac_objext; then
15821
15822 cat >>confdefs.h <<\_ACEOF
15823 #define HAVE_ALSA 1
15824 _ACEOF
15825
15826                          ALSALIBS="-lasound"
15827 else
15828   $as_echo "$as_me: failed program was:" >&5
15829 sed 's/^/| /' conftest.$ac_ext >&5
15830
15831
15832 fi
15833
15834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15835 fi
15836
15837 fi
15838
15839 AUDIOIOLIBS=""
15840
15841 if test "$ac_cv_header_libaudioio_h" = "yes"
15842 then
15843     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15844 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15845 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15846   $as_echo_n "(cached) " >&6
15847 else
15848   ac_check_lib_save_LIBS=$LIBS
15849 LIBS="-laudioio  $LIBS"
15850 cat >conftest.$ac_ext <<_ACEOF
15851 /* confdefs.h.  */
15852 _ACEOF
15853 cat confdefs.h >>conftest.$ac_ext
15854 cat >>conftest.$ac_ext <<_ACEOF
15855 /* end confdefs.h.  */
15856
15857 /* Override any GCC internal prototype to avoid an error.
15858    Use char because int might match the return type of a GCC
15859    builtin and then its argument prototype would still apply.  */
15860 #ifdef __cplusplus
15861 extern "C"
15862 #endif
15863 char AudioIOGetVersion ();
15864 int
15865 main ()
15866 {
15867 return AudioIOGetVersion ();
15868   ;
15869   return 0;
15870 }
15871 _ACEOF
15872 rm -f conftest.$ac_objext conftest$ac_exeext
15873 if { (ac_try="$ac_link"
15874 case "(($ac_try" in
15875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15876   *) ac_try_echo=$ac_try;;
15877 esac
15878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15879 $as_echo "$ac_try_echo") >&5
15880   (eval "$ac_link") 2>conftest.er1
15881   ac_status=$?
15882   grep -v '^ *+' conftest.er1 >conftest.err
15883   rm -f conftest.er1
15884   cat conftest.err >&5
15885   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15886   (exit $ac_status); } && {
15887          test -z "$ac_c_werror_flag" ||
15888          test ! -s conftest.err
15889        } && test -s conftest$ac_exeext && {
15890          test "$cross_compiling" = yes ||
15891          $as_test_x conftest$ac_exeext
15892        }; then
15893   ac_cv_lib_audioio_AudioIOGetVersion=yes
15894 else
15895   $as_echo "$as_me: failed program was:" >&5
15896 sed 's/^/| /' conftest.$ac_ext >&5
15897
15898         ac_cv_lib_audioio_AudioIOGetVersion=no
15899 fi
15900
15901 rm -rf conftest.dSYM
15902 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15903       conftest$ac_exeext conftest.$ac_ext
15904 LIBS=$ac_check_lib_save_LIBS
15905 fi
15906 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15907 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15908 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15909   AUDIOIOLIBS="-laudioio"
15910
15911 cat >>confdefs.h <<\_ACEOF
15912 #define HAVE_LIBAUDIOIO 1
15913 _ACEOF
15914
15915 fi
15916
15917 fi
15918
15919
15920 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15921 then
15922     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15923 $as_echo_n "checking for -lcapi20... " >&6; }
15924 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15925   $as_echo_n "(cached) " >&6
15926 else
15927   ac_check_soname_save_LIBS=$LIBS
15928 LIBS="-lcapi20  $LIBS"
15929   cat >conftest.$ac_ext <<_ACEOF
15930 /* confdefs.h.  */
15931 _ACEOF
15932 cat confdefs.h >>conftest.$ac_ext
15933 cat >>conftest.$ac_ext <<_ACEOF
15934 /* end confdefs.h.  */
15935
15936 /* Override any GCC internal prototype to avoid an error.
15937    Use char because int might match the return type of a GCC
15938    builtin and then its argument prototype would still apply.  */
15939 #ifdef __cplusplus
15940 extern "C"
15941 #endif
15942 char capi20_register ();
15943 int
15944 main ()
15945 {
15946 return capi20_register ();
15947   ;
15948   return 0;
15949 }
15950 _ACEOF
15951 rm -f conftest.$ac_objext conftest$ac_exeext
15952 if { (ac_try="$ac_link"
15953 case "(($ac_try" in
15954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15955   *) ac_try_echo=$ac_try;;
15956 esac
15957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15958 $as_echo "$ac_try_echo") >&5
15959   (eval "$ac_link") 2>conftest.er1
15960   ac_status=$?
15961   grep -v '^ *+' conftest.er1 >conftest.err
15962   rm -f conftest.er1
15963   cat conftest.err >&5
15964   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15965   (exit $ac_status); } && {
15966          test -z "$ac_c_werror_flag" ||
15967          test ! -s conftest.err
15968        } && test -s conftest$ac_exeext && {
15969          test "$cross_compiling" = yes ||
15970          $as_test_x conftest$ac_exeext
15971        }; then
15972   case "$LIBEXT" in
15973     dll) ;;
15974     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'` ;;
15975     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15976   esac
15977 else
15978   $as_echo "$as_me: failed program was:" >&5
15979 sed 's/^/| /' conftest.$ac_ext >&5
15980
15981
15982 fi
15983
15984 rm -rf conftest.dSYM
15985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15986       conftest$ac_exeext conftest.$ac_ext
15987   LIBS=$ac_check_soname_save_LIBS
15988 fi
15989 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15990   { $as_echo "$as_me:$LINENO: result: not found" >&5
15991 $as_echo "not found" >&6; }
15992
15993 else
15994   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15995 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15996
15997 cat >>confdefs.h <<_ACEOF
15998 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15999 _ACEOF
16000
16001
16002 fi
16003
16004 fi
16005 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16006   case "x$with_capi" in
16007   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16008   xno) ;;
16009   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16010 This is an error since --with-capi was requested." >&5
16011 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16012 This is an error since --with-capi was requested." >&2;}
16013    { (exit 1); exit 1; }; } ;;
16014 esac
16015 fi
16016
16017
16018 CUPSINCL=""
16019
16020 if test "x$with_cups" != "xno"
16021 then
16022     ac_save_CPPFLAGS="$CPPFLAGS"
16023     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16024     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16025     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16026
16027 for ac_header in cups/cups.h
16028 do
16029 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16030 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16031   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16032 $as_echo_n "checking for $ac_header... " >&6; }
16033 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16034   $as_echo_n "(cached) " >&6
16035 fi
16036 ac_res=`eval 'as_val=${'$as_ac_Header'}
16037                  $as_echo "$as_val"'`
16038                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16039 $as_echo "$ac_res" >&6; }
16040 else
16041   # Is the header compilable?
16042 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16043 $as_echo_n "checking $ac_header usability... " >&6; }
16044 cat >conftest.$ac_ext <<_ACEOF
16045 /* confdefs.h.  */
16046 _ACEOF
16047 cat confdefs.h >>conftest.$ac_ext
16048 cat >>conftest.$ac_ext <<_ACEOF
16049 /* end confdefs.h.  */
16050 $ac_includes_default
16051 #include <$ac_header>
16052 _ACEOF
16053 rm -f conftest.$ac_objext
16054 if { (ac_try="$ac_compile"
16055 case "(($ac_try" in
16056   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16057   *) ac_try_echo=$ac_try;;
16058 esac
16059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16060 $as_echo "$ac_try_echo") >&5
16061   (eval "$ac_compile") 2>conftest.er1
16062   ac_status=$?
16063   grep -v '^ *+' conftest.er1 >conftest.err
16064   rm -f conftest.er1
16065   cat conftest.err >&5
16066   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16067   (exit $ac_status); } && {
16068          test -z "$ac_c_werror_flag" ||
16069          test ! -s conftest.err
16070        } && test -s conftest.$ac_objext; then
16071   ac_header_compiler=yes
16072 else
16073   $as_echo "$as_me: failed program was:" >&5
16074 sed 's/^/| /' conftest.$ac_ext >&5
16075
16076         ac_header_compiler=no
16077 fi
16078
16079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16080 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16081 $as_echo "$ac_header_compiler" >&6; }
16082
16083 # Is the header present?
16084 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16085 $as_echo_n "checking $ac_header presence... " >&6; }
16086 cat >conftest.$ac_ext <<_ACEOF
16087 /* confdefs.h.  */
16088 _ACEOF
16089 cat confdefs.h >>conftest.$ac_ext
16090 cat >>conftest.$ac_ext <<_ACEOF
16091 /* end confdefs.h.  */
16092 #include <$ac_header>
16093 _ACEOF
16094 if { (ac_try="$ac_cpp conftest.$ac_ext"
16095 case "(($ac_try" in
16096   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16097   *) ac_try_echo=$ac_try;;
16098 esac
16099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16100 $as_echo "$ac_try_echo") >&5
16101   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16102   ac_status=$?
16103   grep -v '^ *+' conftest.er1 >conftest.err
16104   rm -f conftest.er1
16105   cat conftest.err >&5
16106   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16107   (exit $ac_status); } >/dev/null && {
16108          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16109          test ! -s conftest.err
16110        }; then
16111   ac_header_preproc=yes
16112 else
16113   $as_echo "$as_me: failed program was:" >&5
16114 sed 's/^/| /' conftest.$ac_ext >&5
16115
16116   ac_header_preproc=no
16117 fi
16118
16119 rm -f conftest.err conftest.$ac_ext
16120 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16121 $as_echo "$ac_header_preproc" >&6; }
16122
16123 # So?  What about this header?
16124 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16125   yes:no: )
16126     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16127 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16128     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16129 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16130     ac_header_preproc=yes
16131     ;;
16132   no:yes:* )
16133     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16134 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16135     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16136 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16137     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16138 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16139     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16140 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16141     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16142 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16143     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16144 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16145     ( cat <<\_ASBOX
16146 ## ------------------------------------ ##
16147 ## Report this to wine-devel@winehq.org ##
16148 ## ------------------------------------ ##
16149 _ASBOX
16150      ) | sed "s/^/$as_me: WARNING:     /" >&2
16151     ;;
16152 esac
16153 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16154 $as_echo_n "checking for $ac_header... " >&6; }
16155 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16156   $as_echo_n "(cached) " >&6
16157 else
16158   eval "$as_ac_Header=\$ac_header_preproc"
16159 fi
16160 ac_res=`eval 'as_val=${'$as_ac_Header'}
16161                  $as_echo "$as_val"'`
16162                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16163 $as_echo "$ac_res" >&6; }
16164
16165 fi
16166 as_val=`eval 'as_val=${'$as_ac_Header'}
16167                  $as_echo "$as_val"'`
16168    if test "x$as_val" = x""yes; then
16169   cat >>confdefs.h <<_ACEOF
16170 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16171 _ACEOF
16172  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16173 $as_echo_n "checking for -lcups... " >&6; }
16174 if test "${ac_cv_lib_soname_cups+set}" = set; then
16175   $as_echo_n "(cached) " >&6
16176 else
16177   ac_check_soname_save_LIBS=$LIBS
16178 LIBS="-lcups $ac_cups_libs $LIBS"
16179   cat >conftest.$ac_ext <<_ACEOF
16180 /* confdefs.h.  */
16181 _ACEOF
16182 cat confdefs.h >>conftest.$ac_ext
16183 cat >>conftest.$ac_ext <<_ACEOF
16184 /* end confdefs.h.  */
16185
16186 /* Override any GCC internal prototype to avoid an error.
16187    Use char because int might match the return type of a GCC
16188    builtin and then its argument prototype would still apply.  */
16189 #ifdef __cplusplus
16190 extern "C"
16191 #endif
16192 char cupsGetDefault ();
16193 int
16194 main ()
16195 {
16196 return cupsGetDefault ();
16197   ;
16198   return 0;
16199 }
16200 _ACEOF
16201 rm -f conftest.$ac_objext conftest$ac_exeext
16202 if { (ac_try="$ac_link"
16203 case "(($ac_try" in
16204   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16205   *) ac_try_echo=$ac_try;;
16206 esac
16207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16208 $as_echo "$ac_try_echo") >&5
16209   (eval "$ac_link") 2>conftest.er1
16210   ac_status=$?
16211   grep -v '^ *+' conftest.er1 >conftest.err
16212   rm -f conftest.er1
16213   cat conftest.err >&5
16214   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16215   (exit $ac_status); } && {
16216          test -z "$ac_c_werror_flag" ||
16217          test ! -s conftest.err
16218        } && test -s conftest$ac_exeext && {
16219          test "$cross_compiling" = yes ||
16220          $as_test_x conftest$ac_exeext
16221        }; then
16222   case "$LIBEXT" in
16223     dll) ;;
16224     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'` ;;
16225     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16226   esac
16227 else
16228   $as_echo "$as_me: failed program was:" >&5
16229 sed 's/^/| /' conftest.$ac_ext >&5
16230
16231
16232 fi
16233
16234 rm -rf conftest.dSYM
16235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16236       conftest$ac_exeext conftest.$ac_ext
16237   LIBS=$ac_check_soname_save_LIBS
16238 fi
16239 if test "x$ac_cv_lib_soname_cups" = "x"; then
16240   { $as_echo "$as_me:$LINENO: result: not found" >&5
16241 $as_echo "not found" >&6; }
16242
16243 else
16244   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16245 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16246
16247 cat >>confdefs.h <<_ACEOF
16248 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16249 _ACEOF
16250
16251        CUPSINCL="$ac_cups_cflags"
16252 fi
16253
16254 fi
16255
16256 done
16257
16258     CPPFLAGS="$ac_save_CPPFLAGS"
16259 fi
16260 if test "x$ac_cv_lib_soname_cups" = "x"; then
16261   case "x$with_cups" in
16262   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16263   xno) ;;
16264   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16265 This is an error since --with-cups was requested." >&5
16266 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16267 This is an error since --with-cups was requested." >&2;}
16268    { (exit 1); exit 1; }; } ;;
16269 esac
16270 fi
16271
16272
16273 if test "$ac_cv_header_jack_jack_h" = "yes"
16274 then
16275     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16276 $as_echo_n "checking for -ljack... " >&6; }
16277 if test "${ac_cv_lib_soname_jack+set}" = set; then
16278   $as_echo_n "(cached) " >&6
16279 else
16280   ac_check_soname_save_LIBS=$LIBS
16281 LIBS="-ljack  $LIBS"
16282   cat >conftest.$ac_ext <<_ACEOF
16283 /* confdefs.h.  */
16284 _ACEOF
16285 cat confdefs.h >>conftest.$ac_ext
16286 cat >>conftest.$ac_ext <<_ACEOF
16287 /* end confdefs.h.  */
16288
16289 /* Override any GCC internal prototype to avoid an error.
16290    Use char because int might match the return type of a GCC
16291    builtin and then its argument prototype would still apply.  */
16292 #ifdef __cplusplus
16293 extern "C"
16294 #endif
16295 char jack_client_new ();
16296 int
16297 main ()
16298 {
16299 return jack_client_new ();
16300   ;
16301   return 0;
16302 }
16303 _ACEOF
16304 rm -f conftest.$ac_objext conftest$ac_exeext
16305 if { (ac_try="$ac_link"
16306 case "(($ac_try" in
16307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16308   *) ac_try_echo=$ac_try;;
16309 esac
16310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16311 $as_echo "$ac_try_echo") >&5
16312   (eval "$ac_link") 2>conftest.er1
16313   ac_status=$?
16314   grep -v '^ *+' conftest.er1 >conftest.err
16315   rm -f conftest.er1
16316   cat conftest.err >&5
16317   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16318   (exit $ac_status); } && {
16319          test -z "$ac_c_werror_flag" ||
16320          test ! -s conftest.err
16321        } && test -s conftest$ac_exeext && {
16322          test "$cross_compiling" = yes ||
16323          $as_test_x conftest$ac_exeext
16324        }; then
16325   case "$LIBEXT" in
16326     dll) ;;
16327     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'` ;;
16328     *) 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'` ;;
16329   esac
16330 else
16331   $as_echo "$as_me: failed program was:" >&5
16332 sed 's/^/| /' conftest.$ac_ext >&5
16333
16334
16335 fi
16336
16337 rm -rf conftest.dSYM
16338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16339       conftest$ac_exeext conftest.$ac_ext
16340   LIBS=$ac_check_soname_save_LIBS
16341 fi
16342 if test "x$ac_cv_lib_soname_jack" = "x"; then
16343   { $as_echo "$as_me:$LINENO: result: not found" >&5
16344 $as_echo "not found" >&6; }
16345
16346 else
16347   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16348 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16349
16350 cat >>confdefs.h <<_ACEOF
16351 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16352 _ACEOF
16353
16354
16355 fi
16356
16357 fi
16358
16359 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16360 then
16361     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16362 $as_echo_n "checking for -lfontconfig... " >&6; }
16363 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16364   $as_echo_n "(cached) " >&6
16365 else
16366   ac_check_soname_save_LIBS=$LIBS
16367 LIBS="-lfontconfig  $LIBS"
16368   cat >conftest.$ac_ext <<_ACEOF
16369 /* confdefs.h.  */
16370 _ACEOF
16371 cat confdefs.h >>conftest.$ac_ext
16372 cat >>conftest.$ac_ext <<_ACEOF
16373 /* end confdefs.h.  */
16374
16375 /* Override any GCC internal prototype to avoid an error.
16376    Use char because int might match the return type of a GCC
16377    builtin and then its argument prototype would still apply.  */
16378 #ifdef __cplusplus
16379 extern "C"
16380 #endif
16381 char FcInit ();
16382 int
16383 main ()
16384 {
16385 return FcInit ();
16386   ;
16387   return 0;
16388 }
16389 _ACEOF
16390 rm -f conftest.$ac_objext conftest$ac_exeext
16391 if { (ac_try="$ac_link"
16392 case "(($ac_try" in
16393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16394   *) ac_try_echo=$ac_try;;
16395 esac
16396 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16397 $as_echo "$ac_try_echo") >&5
16398   (eval "$ac_link") 2>conftest.er1
16399   ac_status=$?
16400   grep -v '^ *+' conftest.er1 >conftest.err
16401   rm -f conftest.er1
16402   cat conftest.err >&5
16403   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16404   (exit $ac_status); } && {
16405          test -z "$ac_c_werror_flag" ||
16406          test ! -s conftest.err
16407        } && test -s conftest$ac_exeext && {
16408          test "$cross_compiling" = yes ||
16409          $as_test_x conftest$ac_exeext
16410        }; then
16411   case "$LIBEXT" in
16412     dll) ;;
16413     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'` ;;
16414     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16415   esac
16416 else
16417   $as_echo "$as_me: failed program was:" >&5
16418 sed 's/^/| /' conftest.$ac_ext >&5
16419
16420
16421 fi
16422
16423 rm -rf conftest.dSYM
16424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16425       conftest$ac_exeext conftest.$ac_ext
16426   LIBS=$ac_check_soname_save_LIBS
16427 fi
16428 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16429   { $as_echo "$as_me:$LINENO: result: not found" >&5
16430 $as_echo "not found" >&6; }
16431
16432 else
16433   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16434 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16435
16436 cat >>confdefs.h <<_ACEOF
16437 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16438 _ACEOF
16439
16440
16441 fi
16442
16443 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16444 then
16445         ac_save_CPPFLAGS="$CPPFLAGS"
16446     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16447     $as_unset ac_cv_header_fontconfig_fontconfig_h
16448
16449 for ac_header in fontconfig/fontconfig.h
16450 do
16451 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16452 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16453   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16454 $as_echo_n "checking for $ac_header... " >&6; }
16455 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16456   $as_echo_n "(cached) " >&6
16457 fi
16458 ac_res=`eval 'as_val=${'$as_ac_Header'}
16459                  $as_echo "$as_val"'`
16460                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16461 $as_echo "$ac_res" >&6; }
16462 else
16463   # Is the header compilable?
16464 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16465 $as_echo_n "checking $ac_header usability... " >&6; }
16466 cat >conftest.$ac_ext <<_ACEOF
16467 /* confdefs.h.  */
16468 _ACEOF
16469 cat confdefs.h >>conftest.$ac_ext
16470 cat >>conftest.$ac_ext <<_ACEOF
16471 /* end confdefs.h.  */
16472 $ac_includes_default
16473 #include <$ac_header>
16474 _ACEOF
16475 rm -f conftest.$ac_objext
16476 if { (ac_try="$ac_compile"
16477 case "(($ac_try" in
16478   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16479   *) ac_try_echo=$ac_try;;
16480 esac
16481 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16482 $as_echo "$ac_try_echo") >&5
16483   (eval "$ac_compile") 2>conftest.er1
16484   ac_status=$?
16485   grep -v '^ *+' conftest.er1 >conftest.err
16486   rm -f conftest.er1
16487   cat conftest.err >&5
16488   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16489   (exit $ac_status); } && {
16490          test -z "$ac_c_werror_flag" ||
16491          test ! -s conftest.err
16492        } && test -s conftest.$ac_objext; then
16493   ac_header_compiler=yes
16494 else
16495   $as_echo "$as_me: failed program was:" >&5
16496 sed 's/^/| /' conftest.$ac_ext >&5
16497
16498         ac_header_compiler=no
16499 fi
16500
16501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16502 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16503 $as_echo "$ac_header_compiler" >&6; }
16504
16505 # Is the header present?
16506 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16507 $as_echo_n "checking $ac_header presence... " >&6; }
16508 cat >conftest.$ac_ext <<_ACEOF
16509 /* confdefs.h.  */
16510 _ACEOF
16511 cat confdefs.h >>conftest.$ac_ext
16512 cat >>conftest.$ac_ext <<_ACEOF
16513 /* end confdefs.h.  */
16514 #include <$ac_header>
16515 _ACEOF
16516 if { (ac_try="$ac_cpp conftest.$ac_ext"
16517 case "(($ac_try" in
16518   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16519   *) ac_try_echo=$ac_try;;
16520 esac
16521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16522 $as_echo "$ac_try_echo") >&5
16523   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16524   ac_status=$?
16525   grep -v '^ *+' conftest.er1 >conftest.err
16526   rm -f conftest.er1
16527   cat conftest.err >&5
16528   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16529   (exit $ac_status); } >/dev/null && {
16530          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16531          test ! -s conftest.err
16532        }; then
16533   ac_header_preproc=yes
16534 else
16535   $as_echo "$as_me: failed program was:" >&5
16536 sed 's/^/| /' conftest.$ac_ext >&5
16537
16538   ac_header_preproc=no
16539 fi
16540
16541 rm -f conftest.err conftest.$ac_ext
16542 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16543 $as_echo "$ac_header_preproc" >&6; }
16544
16545 # So?  What about this header?
16546 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16547   yes:no: )
16548     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16549 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16550     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16551 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16552     ac_header_preproc=yes
16553     ;;
16554   no:yes:* )
16555     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16556 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16557     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16558 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16559     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16560 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16561     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16562 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16563     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16564 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16565     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16566 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16567     ( cat <<\_ASBOX
16568 ## ------------------------------------ ##
16569 ## Report this to wine-devel@winehq.org ##
16570 ## ------------------------------------ ##
16571 _ASBOX
16572      ) | sed "s/^/$as_me: WARNING:     /" >&2
16573     ;;
16574 esac
16575 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16576 $as_echo_n "checking for $ac_header... " >&6; }
16577 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16578   $as_echo_n "(cached) " >&6
16579 else
16580   eval "$as_ac_Header=\$ac_header_preproc"
16581 fi
16582 ac_res=`eval 'as_val=${'$as_ac_Header'}
16583                  $as_echo "$as_val"'`
16584                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16585 $as_echo "$ac_res" >&6; }
16586
16587 fi
16588 as_val=`eval 'as_val=${'$as_ac_Header'}
16589                  $as_echo "$as_val"'`
16590    if test "x$as_val" = x""yes; then
16591   cat >>confdefs.h <<_ACEOF
16592 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16593 _ACEOF
16594
16595 fi
16596
16597 done
16598
16599     CPPFLAGS="$ac_save_CPPFLAGS"
16600     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16601     then
16602         FONTCONFIGINCL="$X_CFLAGS"
16603
16604         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16605 $as_echo_n "checking for -lfontconfig... " >&6; }
16606 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16607   $as_echo_n "(cached) " >&6
16608 else
16609   ac_check_soname_save_LIBS=$LIBS
16610 LIBS="-lfontconfig $X_LIBS $LIBS"
16611   cat >conftest.$ac_ext <<_ACEOF
16612 /* confdefs.h.  */
16613 _ACEOF
16614 cat confdefs.h >>conftest.$ac_ext
16615 cat >>conftest.$ac_ext <<_ACEOF
16616 /* end confdefs.h.  */
16617
16618 /* Override any GCC internal prototype to avoid an error.
16619    Use char because int might match the return type of a GCC
16620    builtin and then its argument prototype would still apply.  */
16621 #ifdef __cplusplus
16622 extern "C"
16623 #endif
16624 char FcInit ();
16625 int
16626 main ()
16627 {
16628 return FcInit ();
16629   ;
16630   return 0;
16631 }
16632 _ACEOF
16633 rm -f conftest.$ac_objext conftest$ac_exeext
16634 if { (ac_try="$ac_link"
16635 case "(($ac_try" in
16636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16637   *) ac_try_echo=$ac_try;;
16638 esac
16639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16640 $as_echo "$ac_try_echo") >&5
16641   (eval "$ac_link") 2>conftest.er1
16642   ac_status=$?
16643   grep -v '^ *+' conftest.er1 >conftest.err
16644   rm -f conftest.er1
16645   cat conftest.err >&5
16646   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16647   (exit $ac_status); } && {
16648          test -z "$ac_c_werror_flag" ||
16649          test ! -s conftest.err
16650        } && test -s conftest$ac_exeext && {
16651          test "$cross_compiling" = yes ||
16652          $as_test_x conftest$ac_exeext
16653        }; then
16654   case "$LIBEXT" in
16655     dll) ;;
16656     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'` ;;
16657     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16658   esac
16659 else
16660   $as_echo "$as_me: failed program was:" >&5
16661 sed 's/^/| /' conftest.$ac_ext >&5
16662
16663
16664 fi
16665
16666 rm -rf conftest.dSYM
16667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16668       conftest$ac_exeext conftest.$ac_ext
16669   LIBS=$ac_check_soname_save_LIBS
16670 fi
16671 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16672   { $as_echo "$as_me:$LINENO: result: not found" >&5
16673 $as_echo "not found" >&6; }
16674
16675 else
16676   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16677 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16678
16679 cat >>confdefs.h <<_ACEOF
16680 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16681 _ACEOF
16682
16683
16684 fi
16685
16686     fi
16687 fi
16688 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16689   case "x$with_fontconfig" in
16690   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16691   xno) ;;
16692   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16693 This is an error since --with-fontconfig was requested." >&5
16694 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16695 This is an error since --with-fontconfig was requested." >&2;}
16696    { (exit 1); exit 1; }; } ;;
16697 esac
16698 fi
16699
16700
16701 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16702 then
16703     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16704 $as_echo_n "checking for -lssl... " >&6; }
16705 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16706   $as_echo_n "(cached) " >&6
16707 else
16708   ac_check_soname_save_LIBS=$LIBS
16709 LIBS="-lssl  $LIBS"
16710   cat >conftest.$ac_ext <<_ACEOF
16711 /* confdefs.h.  */
16712 _ACEOF
16713 cat confdefs.h >>conftest.$ac_ext
16714 cat >>conftest.$ac_ext <<_ACEOF
16715 /* end confdefs.h.  */
16716
16717 /* Override any GCC internal prototype to avoid an error.
16718    Use char because int might match the return type of a GCC
16719    builtin and then its argument prototype would still apply.  */
16720 #ifdef __cplusplus
16721 extern "C"
16722 #endif
16723 char SSL_library_init ();
16724 int
16725 main ()
16726 {
16727 return SSL_library_init ();
16728   ;
16729   return 0;
16730 }
16731 _ACEOF
16732 rm -f conftest.$ac_objext conftest$ac_exeext
16733 if { (ac_try="$ac_link"
16734 case "(($ac_try" in
16735   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16736   *) ac_try_echo=$ac_try;;
16737 esac
16738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16739 $as_echo "$ac_try_echo") >&5
16740   (eval "$ac_link") 2>conftest.er1
16741   ac_status=$?
16742   grep -v '^ *+' conftest.er1 >conftest.err
16743   rm -f conftest.er1
16744   cat conftest.err >&5
16745   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16746   (exit $ac_status); } && {
16747          test -z "$ac_c_werror_flag" ||
16748          test ! -s conftest.err
16749        } && test -s conftest$ac_exeext && {
16750          test "$cross_compiling" = yes ||
16751          $as_test_x conftest$ac_exeext
16752        }; then
16753   case "$LIBEXT" in
16754     dll) ;;
16755     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'` ;;
16756     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16757   esac
16758 else
16759   $as_echo "$as_me: failed program was:" >&5
16760 sed 's/^/| /' conftest.$ac_ext >&5
16761
16762
16763 fi
16764
16765 rm -rf conftest.dSYM
16766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16767       conftest$ac_exeext conftest.$ac_ext
16768   LIBS=$ac_check_soname_save_LIBS
16769 fi
16770 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16771   { $as_echo "$as_me:$LINENO: result: not found" >&5
16772 $as_echo "not found" >&6; }
16773
16774 else
16775   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16776 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16777
16778 cat >>confdefs.h <<_ACEOF
16779 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16780 _ACEOF
16781
16782
16783 fi
16784
16785     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16786 $as_echo_n "checking for -lcrypto... " >&6; }
16787 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16788   $as_echo_n "(cached) " >&6
16789 else
16790   ac_check_soname_save_LIBS=$LIBS
16791 LIBS="-lcrypto  $LIBS"
16792   cat >conftest.$ac_ext <<_ACEOF
16793 /* confdefs.h.  */
16794 _ACEOF
16795 cat confdefs.h >>conftest.$ac_ext
16796 cat >>conftest.$ac_ext <<_ACEOF
16797 /* end confdefs.h.  */
16798
16799 /* Override any GCC internal prototype to avoid an error.
16800    Use char because int might match the return type of a GCC
16801    builtin and then its argument prototype would still apply.  */
16802 #ifdef __cplusplus
16803 extern "C"
16804 #endif
16805 char BIO_new_socket ();
16806 int
16807 main ()
16808 {
16809 return BIO_new_socket ();
16810   ;
16811   return 0;
16812 }
16813 _ACEOF
16814 rm -f conftest.$ac_objext conftest$ac_exeext
16815 if { (ac_try="$ac_link"
16816 case "(($ac_try" in
16817   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16818   *) ac_try_echo=$ac_try;;
16819 esac
16820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16821 $as_echo "$ac_try_echo") >&5
16822   (eval "$ac_link") 2>conftest.er1
16823   ac_status=$?
16824   grep -v '^ *+' conftest.er1 >conftest.err
16825   rm -f conftest.er1
16826   cat conftest.err >&5
16827   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16828   (exit $ac_status); } && {
16829          test -z "$ac_c_werror_flag" ||
16830          test ! -s conftest.err
16831        } && test -s conftest$ac_exeext && {
16832          test "$cross_compiling" = yes ||
16833          $as_test_x conftest$ac_exeext
16834        }; then
16835   case "$LIBEXT" in
16836     dll) ;;
16837     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'` ;;
16838     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16839   esac
16840 else
16841   $as_echo "$as_me: failed program was:" >&5
16842 sed 's/^/| /' conftest.$ac_ext >&5
16843
16844
16845 fi
16846
16847 rm -rf conftest.dSYM
16848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16849       conftest$ac_exeext conftest.$ac_ext
16850   LIBS=$ac_check_soname_save_LIBS
16851 fi
16852 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16853   { $as_echo "$as_me:$LINENO: result: not found" >&5
16854 $as_echo "not found" >&6; }
16855
16856 else
16857   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16858 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16859
16860 cat >>confdefs.h <<_ACEOF
16861 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16862 _ACEOF
16863
16864
16865 fi
16866
16867 fi
16868 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16869   case "x$with_openssl" in
16870   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16871   xno) ;;
16872   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16873 This is an error since --with-openssl was requested." >&5
16874 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16875 This is an error since --with-openssl was requested." >&2;}
16876    { (exit 1); exit 1; }; } ;;
16877 esac
16878 fi
16879
16880
16881 if test "$ac_cv_header_jpeglib_h" = "yes"
16882 then
16883     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16884 $as_echo_n "checking for -ljpeg... " >&6; }
16885 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16886   $as_echo_n "(cached) " >&6
16887 else
16888   ac_check_soname_save_LIBS=$LIBS
16889 LIBS="-ljpeg  $LIBS"
16890   cat >conftest.$ac_ext <<_ACEOF
16891 /* confdefs.h.  */
16892 _ACEOF
16893 cat confdefs.h >>conftest.$ac_ext
16894 cat >>conftest.$ac_ext <<_ACEOF
16895 /* end confdefs.h.  */
16896
16897 /* Override any GCC internal prototype to avoid an error.
16898    Use char because int might match the return type of a GCC
16899    builtin and then its argument prototype would still apply.  */
16900 #ifdef __cplusplus
16901 extern "C"
16902 #endif
16903 char jpeg_start_decompress ();
16904 int
16905 main ()
16906 {
16907 return jpeg_start_decompress ();
16908   ;
16909   return 0;
16910 }
16911 _ACEOF
16912 rm -f conftest.$ac_objext conftest$ac_exeext
16913 if { (ac_try="$ac_link"
16914 case "(($ac_try" in
16915   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16916   *) ac_try_echo=$ac_try;;
16917 esac
16918 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16919 $as_echo "$ac_try_echo") >&5
16920   (eval "$ac_link") 2>conftest.er1
16921   ac_status=$?
16922   grep -v '^ *+' conftest.er1 >conftest.err
16923   rm -f conftest.er1
16924   cat conftest.err >&5
16925   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16926   (exit $ac_status); } && {
16927          test -z "$ac_c_werror_flag" ||
16928          test ! -s conftest.err
16929        } && test -s conftest$ac_exeext && {
16930          test "$cross_compiling" = yes ||
16931          $as_test_x conftest$ac_exeext
16932        }; then
16933   case "$LIBEXT" in
16934     dll) ;;
16935     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'` ;;
16936     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16937   esac
16938 else
16939   $as_echo "$as_me: failed program was:" >&5
16940 sed 's/^/| /' conftest.$ac_ext >&5
16941
16942
16943 fi
16944
16945 rm -rf conftest.dSYM
16946 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16947       conftest$ac_exeext conftest.$ac_ext
16948   LIBS=$ac_check_soname_save_LIBS
16949 fi
16950 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16951   { $as_echo "$as_me:$LINENO: result: not found" >&5
16952 $as_echo "not found" >&6; }
16953
16954 else
16955   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16956 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16957
16958 cat >>confdefs.h <<_ACEOF
16959 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16960 _ACEOF
16961
16962
16963 fi
16964
16965 fi
16966 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16967   case "x$with_jpeg" in
16968   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16969   xno) ;;
16970   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16971 This is an error since --with-jpeg was requested." >&5
16972 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16973 This is an error since --with-jpeg was requested." >&2;}
16974    { (exit 1); exit 1; }; } ;;
16975 esac
16976 fi
16977
16978
16979 if test "$ac_cv_header_png_h" = "yes"
16980 then
16981     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16982 $as_echo_n "checking for -lpng... " >&6; }
16983 if test "${ac_cv_lib_soname_png+set}" = set; then
16984   $as_echo_n "(cached) " >&6
16985 else
16986   ac_check_soname_save_LIBS=$LIBS
16987 LIBS="-lpng -lm -lz $LIBS"
16988   cat >conftest.$ac_ext <<_ACEOF
16989 /* confdefs.h.  */
16990 _ACEOF
16991 cat confdefs.h >>conftest.$ac_ext
16992 cat >>conftest.$ac_ext <<_ACEOF
16993 /* end confdefs.h.  */
16994
16995 /* Override any GCC internal prototype to avoid an error.
16996    Use char because int might match the return type of a GCC
16997    builtin and then its argument prototype would still apply.  */
16998 #ifdef __cplusplus
16999 extern "C"
17000 #endif
17001 char png_create_read_struct ();
17002 int
17003 main ()
17004 {
17005 return png_create_read_struct ();
17006   ;
17007   return 0;
17008 }
17009 _ACEOF
17010 rm -f conftest.$ac_objext conftest$ac_exeext
17011 if { (ac_try="$ac_link"
17012 case "(($ac_try" in
17013   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17014   *) ac_try_echo=$ac_try;;
17015 esac
17016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17017 $as_echo "$ac_try_echo") >&5
17018   (eval "$ac_link") 2>conftest.er1
17019   ac_status=$?
17020   grep -v '^ *+' conftest.er1 >conftest.err
17021   rm -f conftest.er1
17022   cat conftest.err >&5
17023   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17024   (exit $ac_status); } && {
17025          test -z "$ac_c_werror_flag" ||
17026          test ! -s conftest.err
17027        } && test -s conftest$ac_exeext && {
17028          test "$cross_compiling" = yes ||
17029          $as_test_x conftest$ac_exeext
17030        }; then
17031   case "$LIBEXT" in
17032     dll) ;;
17033     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'` ;;
17034     *) 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'` ;;
17035   esac
17036 else
17037   $as_echo "$as_me: failed program was:" >&5
17038 sed 's/^/| /' conftest.$ac_ext >&5
17039
17040
17041 fi
17042
17043 rm -rf conftest.dSYM
17044 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17045       conftest$ac_exeext conftest.$ac_ext
17046   LIBS=$ac_check_soname_save_LIBS
17047 fi
17048 if test "x$ac_cv_lib_soname_png" = "x"; then
17049   { $as_echo "$as_me:$LINENO: result: not found" >&5
17050 $as_echo "not found" >&6; }
17051
17052 else
17053   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17054 $as_echo "$ac_cv_lib_soname_png" >&6; }
17055
17056 cat >>confdefs.h <<_ACEOF
17057 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17058 _ACEOF
17059
17060
17061 fi
17062
17063 fi
17064 if test "x$ac_cv_lib_soname_png" = "x"; then
17065   case "x$with_png" in
17066   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17067   xno) ;;
17068   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17069 This is an error since --with-png was requested." >&5
17070 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17071 This is an error since --with-png was requested." >&2;}
17072    { (exit 1); exit 1; }; } ;;
17073 esac
17074 fi
17075
17076
17077 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17078 $as_echo_n "checking for -lodbc... " >&6; }
17079 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17080   $as_echo_n "(cached) " >&6
17081 else
17082   ac_check_soname_save_LIBS=$LIBS
17083 LIBS="-lodbc  $LIBS"
17084   cat >conftest.$ac_ext <<_ACEOF
17085 /* confdefs.h.  */
17086 _ACEOF
17087 cat confdefs.h >>conftest.$ac_ext
17088 cat >>conftest.$ac_ext <<_ACEOF
17089 /* end confdefs.h.  */
17090
17091 /* Override any GCC internal prototype to avoid an error.
17092    Use char because int might match the return type of a GCC
17093    builtin and then its argument prototype would still apply.  */
17094 #ifdef __cplusplus
17095 extern "C"
17096 #endif
17097 char SQLConnect ();
17098 int
17099 main ()
17100 {
17101 return SQLConnect ();
17102   ;
17103   return 0;
17104 }
17105 _ACEOF
17106 rm -f conftest.$ac_objext conftest$ac_exeext
17107 if { (ac_try="$ac_link"
17108 case "(($ac_try" in
17109   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17110   *) ac_try_echo=$ac_try;;
17111 esac
17112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17113 $as_echo "$ac_try_echo") >&5
17114   (eval "$ac_link") 2>conftest.er1
17115   ac_status=$?
17116   grep -v '^ *+' conftest.er1 >conftest.err
17117   rm -f conftest.er1
17118   cat conftest.err >&5
17119   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17120   (exit $ac_status); } && {
17121          test -z "$ac_c_werror_flag" ||
17122          test ! -s conftest.err
17123        } && test -s conftest$ac_exeext && {
17124          test "$cross_compiling" = yes ||
17125          $as_test_x conftest$ac_exeext
17126        }; then
17127   case "$LIBEXT" in
17128     dll) ;;
17129     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'` ;;
17130     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17131   esac
17132 else
17133   $as_echo "$as_me: failed program was:" >&5
17134 sed 's/^/| /' conftest.$ac_ext >&5
17135
17136
17137 fi
17138
17139 rm -rf conftest.dSYM
17140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17141       conftest$ac_exeext conftest.$ac_ext
17142   LIBS=$ac_check_soname_save_LIBS
17143 fi
17144 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17145   { $as_echo "$as_me:$LINENO: result: not found" >&5
17146 $as_echo "not found" >&6; }
17147        cat >>confdefs.h <<_ACEOF
17148 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17149 _ACEOF
17150
17151 else
17152   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17153 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17154
17155 cat >>confdefs.h <<_ACEOF
17156 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17157 _ACEOF
17158
17159
17160 fi
17161
17162
17163 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17164         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17165         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17166         "$ac_cv_header_soundcard_h" != "yes" -a \
17167         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17168 then
17169     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17170 fi
17171
17172
17173 EXTRACFLAGS=""
17174
17175 if test "x${GCC}" = "xyes"
17176 then
17177   EXTRACFLAGS="-Wall -pipe"
17178
17179     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17180 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17181 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17182   $as_echo_n "(cached) " >&6
17183 else
17184   if test "$cross_compiling" = yes; then
17185   ac_cv_c_gcc_strength_bug="yes"
17186 else
17187   cat >conftest.$ac_ext <<_ACEOF
17188 /* confdefs.h.  */
17189 _ACEOF
17190 cat confdefs.h >>conftest.$ac_ext
17191 cat >>conftest.$ac_ext <<_ACEOF
17192 /* end confdefs.h.  */
17193 int L[4] = {0,1,2,3};
17194 int
17195 main ()
17196 {
17197 static int Array[3];
17198   unsigned int B = 3;
17199   int i;
17200   for(i=0; i<B; i++) Array[i] = i - 3;
17201   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17202   L[i] = 4;
17203   return (Array[1] != -2 || L[2] != 3)
17204   ;
17205   return 0;
17206 }
17207 _ACEOF
17208 rm -f conftest$ac_exeext
17209 if { (ac_try="$ac_link"
17210 case "(($ac_try" in
17211   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17212   *) ac_try_echo=$ac_try;;
17213 esac
17214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17215 $as_echo "$ac_try_echo") >&5
17216   (eval "$ac_link") 2>&5
17217   ac_status=$?
17218   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17219   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17220   { (case "(($ac_try" in
17221   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17222   *) ac_try_echo=$ac_try;;
17223 esac
17224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17225 $as_echo "$ac_try_echo") >&5
17226   (eval "$ac_try") 2>&5
17227   ac_status=$?
17228   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17229   (exit $ac_status); }; }; then
17230   ac_cv_c_gcc_strength_bug="no"
17231 else
17232   $as_echo "$as_me: program exited with status $ac_status" >&5
17233 $as_echo "$as_me: failed program was:" >&5
17234 sed 's/^/| /' conftest.$ac_ext >&5
17235
17236 ( exit $ac_status )
17237 ac_cv_c_gcc_strength_bug="yes"
17238 fi
17239 rm -rf conftest.dSYM
17240 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17241 fi
17242
17243
17244 fi
17245 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17246 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17247   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17248   then
17249     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17250   fi
17251
17252     { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17253 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17254 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17255   $as_echo_n "(cached) " >&6
17256 else
17257   ac_wine_try_cflags_saved=$CFLAGS
17258 CFLAGS="$CFLAGS -fno-builtin"
17259 cat >conftest.$ac_ext <<_ACEOF
17260 /* confdefs.h.  */
17261 _ACEOF
17262 cat confdefs.h >>conftest.$ac_ext
17263 cat >>conftest.$ac_ext <<_ACEOF
17264 /* end confdefs.h.  */
17265
17266 int
17267 main ()
17268 {
17269
17270   ;
17271   return 0;
17272 }
17273 _ACEOF
17274 rm -f conftest.$ac_objext conftest$ac_exeext
17275 if { (ac_try="$ac_link"
17276 case "(($ac_try" in
17277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17278   *) ac_try_echo=$ac_try;;
17279 esac
17280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17281 $as_echo "$ac_try_echo") >&5
17282   (eval "$ac_link") 2>conftest.er1
17283   ac_status=$?
17284   grep -v '^ *+' conftest.er1 >conftest.err
17285   rm -f conftest.er1
17286   cat conftest.err >&5
17287   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17288   (exit $ac_status); } && {
17289          test -z "$ac_c_werror_flag" ||
17290          test ! -s conftest.err
17291        } && test -s conftest$ac_exeext && {
17292          test "$cross_compiling" = yes ||
17293          $as_test_x conftest$ac_exeext
17294        }; then
17295   ac_cv_cflags__fno_builtin=yes
17296 else
17297   $as_echo "$as_me: failed program was:" >&5
17298 sed 's/^/| /' conftest.$ac_ext >&5
17299
17300         ac_cv_cflags__fno_builtin=no
17301 fi
17302
17303 rm -rf conftest.dSYM
17304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17305       conftest$ac_exeext conftest.$ac_ext
17306 CFLAGS=$ac_wine_try_cflags_saved
17307 fi
17308 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17309 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17310 if test $ac_cv_cflags__fno_builtin = yes; then
17311   BUILTINFLAG="-fno-builtin"
17312
17313 fi
17314
17315   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17316 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17317 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17318   $as_echo_n "(cached) " >&6
17319 else
17320   ac_wine_try_cflags_saved=$CFLAGS
17321 CFLAGS="$CFLAGS -fno-strict-aliasing"
17322 cat >conftest.$ac_ext <<_ACEOF
17323 /* confdefs.h.  */
17324 _ACEOF
17325 cat confdefs.h >>conftest.$ac_ext
17326 cat >>conftest.$ac_ext <<_ACEOF
17327 /* end confdefs.h.  */
17328
17329 int
17330 main ()
17331 {
17332
17333   ;
17334   return 0;
17335 }
17336 _ACEOF
17337 rm -f conftest.$ac_objext conftest$ac_exeext
17338 if { (ac_try="$ac_link"
17339 case "(($ac_try" in
17340   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17341   *) ac_try_echo=$ac_try;;
17342 esac
17343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17344 $as_echo "$ac_try_echo") >&5
17345   (eval "$ac_link") 2>conftest.er1
17346   ac_status=$?
17347   grep -v '^ *+' conftest.er1 >conftest.err
17348   rm -f conftest.er1
17349   cat conftest.err >&5
17350   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17351   (exit $ac_status); } && {
17352          test -z "$ac_c_werror_flag" ||
17353          test ! -s conftest.err
17354        } && test -s conftest$ac_exeext && {
17355          test "$cross_compiling" = yes ||
17356          $as_test_x conftest$ac_exeext
17357        }; then
17358   ac_cv_cflags__fno_strict_aliasing=yes
17359 else
17360   $as_echo "$as_me: failed program was:" >&5
17361 sed 's/^/| /' conftest.$ac_ext >&5
17362
17363         ac_cv_cflags__fno_strict_aliasing=no
17364 fi
17365
17366 rm -rf conftest.dSYM
17367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17368       conftest$ac_exeext conftest.$ac_ext
17369 CFLAGS=$ac_wine_try_cflags_saved
17370 fi
17371 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17372 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17373 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17374   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17375 fi
17376
17377   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17378 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17379 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17380   $as_echo_n "(cached) " >&6
17381 else
17382   ac_wine_try_cflags_saved=$CFLAGS
17383 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17384 cat >conftest.$ac_ext <<_ACEOF
17385 /* confdefs.h.  */
17386 _ACEOF
17387 cat confdefs.h >>conftest.$ac_ext
17388 cat >>conftest.$ac_ext <<_ACEOF
17389 /* end confdefs.h.  */
17390
17391 int
17392 main ()
17393 {
17394
17395   ;
17396   return 0;
17397 }
17398 _ACEOF
17399 rm -f conftest.$ac_objext conftest$ac_exeext
17400 if { (ac_try="$ac_link"
17401 case "(($ac_try" in
17402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17403   *) ac_try_echo=$ac_try;;
17404 esac
17405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17406 $as_echo "$ac_try_echo") >&5
17407   (eval "$ac_link") 2>conftest.er1
17408   ac_status=$?
17409   grep -v '^ *+' conftest.er1 >conftest.err
17410   rm -f conftest.er1
17411   cat conftest.err >&5
17412   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17413   (exit $ac_status); } && {
17414          test -z "$ac_c_werror_flag" ||
17415          test ! -s conftest.err
17416        } && test -s conftest$ac_exeext && {
17417          test "$cross_compiling" = yes ||
17418          $as_test_x conftest$ac_exeext
17419        }; then
17420   ac_cv_cflags__Wdeclaration_after_statement=yes
17421 else
17422   $as_echo "$as_me: failed program was:" >&5
17423 sed 's/^/| /' conftest.$ac_ext >&5
17424
17425         ac_cv_cflags__Wdeclaration_after_statement=no
17426 fi
17427
17428 rm -rf conftest.dSYM
17429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17430       conftest$ac_exeext conftest.$ac_ext
17431 CFLAGS=$ac_wine_try_cflags_saved
17432 fi
17433 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17434 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17435 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17436   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17437 fi
17438
17439   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17440 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17441 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17442   $as_echo_n "(cached) " >&6
17443 else
17444   ac_wine_try_cflags_saved=$CFLAGS
17445 CFLAGS="$CFLAGS -Wwrite-strings"
17446 cat >conftest.$ac_ext <<_ACEOF
17447 /* confdefs.h.  */
17448 _ACEOF
17449 cat confdefs.h >>conftest.$ac_ext
17450 cat >>conftest.$ac_ext <<_ACEOF
17451 /* end confdefs.h.  */
17452
17453 int
17454 main ()
17455 {
17456
17457   ;
17458   return 0;
17459 }
17460 _ACEOF
17461 rm -f conftest.$ac_objext conftest$ac_exeext
17462 if { (ac_try="$ac_link"
17463 case "(($ac_try" in
17464   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17465   *) ac_try_echo=$ac_try;;
17466 esac
17467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17468 $as_echo "$ac_try_echo") >&5
17469   (eval "$ac_link") 2>conftest.er1
17470   ac_status=$?
17471   grep -v '^ *+' conftest.er1 >conftest.err
17472   rm -f conftest.er1
17473   cat conftest.err >&5
17474   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17475   (exit $ac_status); } && {
17476          test -z "$ac_c_werror_flag" ||
17477          test ! -s conftest.err
17478        } && test -s conftest$ac_exeext && {
17479          test "$cross_compiling" = yes ||
17480          $as_test_x conftest$ac_exeext
17481        }; then
17482   ac_cv_cflags__Wwrite_strings=yes
17483 else
17484   $as_echo "$as_me: failed program was:" >&5
17485 sed 's/^/| /' conftest.$ac_ext >&5
17486
17487         ac_cv_cflags__Wwrite_strings=no
17488 fi
17489
17490 rm -rf conftest.dSYM
17491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17492       conftest$ac_exeext conftest.$ac_ext
17493 CFLAGS=$ac_wine_try_cflags_saved
17494 fi
17495 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17496 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17497 if test $ac_cv_cflags__Wwrite_strings = yes; then
17498   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17499 fi
17500
17501   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17502 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17503 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17504   $as_echo_n "(cached) " >&6
17505 else
17506   ac_wine_try_cflags_saved=$CFLAGS
17507 CFLAGS="$CFLAGS -Wtype-limits"
17508 cat >conftest.$ac_ext <<_ACEOF
17509 /* confdefs.h.  */
17510 _ACEOF
17511 cat confdefs.h >>conftest.$ac_ext
17512 cat >>conftest.$ac_ext <<_ACEOF
17513 /* end confdefs.h.  */
17514
17515 int
17516 main ()
17517 {
17518
17519   ;
17520   return 0;
17521 }
17522 _ACEOF
17523 rm -f conftest.$ac_objext conftest$ac_exeext
17524 if { (ac_try="$ac_link"
17525 case "(($ac_try" in
17526   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17527   *) ac_try_echo=$ac_try;;
17528 esac
17529 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17530 $as_echo "$ac_try_echo") >&5
17531   (eval "$ac_link") 2>conftest.er1
17532   ac_status=$?
17533   grep -v '^ *+' conftest.er1 >conftest.err
17534   rm -f conftest.er1
17535   cat conftest.err >&5
17536   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17537   (exit $ac_status); } && {
17538          test -z "$ac_c_werror_flag" ||
17539          test ! -s conftest.err
17540        } && test -s conftest$ac_exeext && {
17541          test "$cross_compiling" = yes ||
17542          $as_test_x conftest$ac_exeext
17543        }; then
17544   ac_cv_cflags__Wtype_limits=yes
17545 else
17546   $as_echo "$as_me: failed program was:" >&5
17547 sed 's/^/| /' conftest.$ac_ext >&5
17548
17549         ac_cv_cflags__Wtype_limits=no
17550 fi
17551
17552 rm -rf conftest.dSYM
17553 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17554       conftest$ac_exeext conftest.$ac_ext
17555 CFLAGS=$ac_wine_try_cflags_saved
17556 fi
17557 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17558 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17559 if test $ac_cv_cflags__Wtype_limits = yes; then
17560   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17561 fi
17562
17563
17564     saved_CFLAGS="$CFLAGS"
17565   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17566   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17567 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17568 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17569   $as_echo_n "(cached) " >&6
17570 else
17571   cat >conftest.$ac_ext <<_ACEOF
17572 /* confdefs.h.  */
17573 _ACEOF
17574 cat confdefs.h >>conftest.$ac_ext
17575 cat >>conftest.$ac_ext <<_ACEOF
17576 /* end confdefs.h.  */
17577 #include <string.h>
17578 int
17579 main ()
17580 {
17581
17582   ;
17583   return 0;
17584 }
17585 _ACEOF
17586 rm -f conftest.$ac_objext
17587 if { (ac_try="$ac_compile"
17588 case "(($ac_try" in
17589   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17590   *) ac_try_echo=$ac_try;;
17591 esac
17592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17593 $as_echo "$ac_try_echo") >&5
17594   (eval "$ac_compile") 2>conftest.er1
17595   ac_status=$?
17596   grep -v '^ *+' conftest.er1 >conftest.err
17597   rm -f conftest.er1
17598   cat conftest.err >&5
17599   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17600   (exit $ac_status); } && {
17601          test -z "$ac_c_werror_flag" ||
17602          test ! -s conftest.err
17603        } && test -s conftest.$ac_objext; then
17604   ac_cv_c_string_h_warnings=no
17605 else
17606   $as_echo "$as_me: failed program was:" >&5
17607 sed 's/^/| /' conftest.$ac_ext >&5
17608
17609         ac_cv_c_string_h_warnings=yes
17610 fi
17611
17612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17613 fi
17614 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17615 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17616   CFLAGS="$saved_CFLAGS"
17617   if test "$ac_cv_c_string_h_warnings" = "no"
17618   then
17619     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17620   fi
17621 fi
17622
17623
17624 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17625 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17626 if test "${ac_cv_asm_func_def+set}" = set; then
17627   $as_echo_n "(cached) " >&6
17628 else
17629   cat >conftest.$ac_ext <<_ACEOF
17630 /* confdefs.h.  */
17631 _ACEOF
17632 cat confdefs.h >>conftest.$ac_ext
17633 cat >>conftest.$ac_ext <<_ACEOF
17634 /* end confdefs.h.  */
17635
17636 int
17637 main ()
17638 {
17639 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17640   ;
17641   return 0;
17642 }
17643 _ACEOF
17644 rm -f conftest.$ac_objext conftest$ac_exeext
17645 if { (ac_try="$ac_link"
17646 case "(($ac_try" in
17647   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17648   *) ac_try_echo=$ac_try;;
17649 esac
17650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17651 $as_echo "$ac_try_echo") >&5
17652   (eval "$ac_link") 2>conftest.er1
17653   ac_status=$?
17654   grep -v '^ *+' conftest.er1 >conftest.err
17655   rm -f conftest.er1
17656   cat conftest.err >&5
17657   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17658   (exit $ac_status); } && {
17659          test -z "$ac_c_werror_flag" ||
17660          test ! -s conftest.err
17661        } && test -s conftest$ac_exeext && {
17662          test "$cross_compiling" = yes ||
17663          $as_test_x conftest$ac_exeext
17664        }; then
17665   ac_cv_asm_func_def=".def"
17666 else
17667   $as_echo "$as_me: failed program was:" >&5
17668 sed 's/^/| /' conftest.$ac_ext >&5
17669
17670         cat >conftest.$ac_ext <<_ACEOF
17671 /* confdefs.h.  */
17672 _ACEOF
17673 cat confdefs.h >>conftest.$ac_ext
17674 cat >>conftest.$ac_ext <<_ACEOF
17675 /* end confdefs.h.  */
17676
17677 int
17678 main ()
17679 {
17680 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17681   ;
17682   return 0;
17683 }
17684 _ACEOF
17685 rm -f conftest.$ac_objext conftest$ac_exeext
17686 if { (ac_try="$ac_link"
17687 case "(($ac_try" in
17688   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17689   *) ac_try_echo=$ac_try;;
17690 esac
17691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17692 $as_echo "$ac_try_echo") >&5
17693   (eval "$ac_link") 2>conftest.er1
17694   ac_status=$?
17695   grep -v '^ *+' conftest.er1 >conftest.err
17696   rm -f conftest.er1
17697   cat conftest.err >&5
17698   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17699   (exit $ac_status); } && {
17700          test -z "$ac_c_werror_flag" ||
17701          test ! -s conftest.err
17702        } && test -s conftest$ac_exeext && {
17703          test "$cross_compiling" = yes ||
17704          $as_test_x conftest$ac_exeext
17705        }; then
17706   ac_cv_asm_func_def=".type @function"
17707 else
17708   $as_echo "$as_me: failed program was:" >&5
17709 sed 's/^/| /' conftest.$ac_ext >&5
17710
17711         cat >conftest.$ac_ext <<_ACEOF
17712 /* confdefs.h.  */
17713 _ACEOF
17714 cat confdefs.h >>conftest.$ac_ext
17715 cat >>conftest.$ac_ext <<_ACEOF
17716 /* end confdefs.h.  */
17717
17718 int
17719 main ()
17720 {
17721 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17722   ;
17723   return 0;
17724 }
17725 _ACEOF
17726 rm -f conftest.$ac_objext conftest$ac_exeext
17727 if { (ac_try="$ac_link"
17728 case "(($ac_try" in
17729   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17730   *) ac_try_echo=$ac_try;;
17731 esac
17732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17733 $as_echo "$ac_try_echo") >&5
17734   (eval "$ac_link") 2>conftest.er1
17735   ac_status=$?
17736   grep -v '^ *+' conftest.er1 >conftest.err
17737   rm -f conftest.er1
17738   cat conftest.err >&5
17739   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17740   (exit $ac_status); } && {
17741          test -z "$ac_c_werror_flag" ||
17742          test ! -s conftest.err
17743        } && test -s conftest$ac_exeext && {
17744          test "$cross_compiling" = yes ||
17745          $as_test_x conftest$ac_exeext
17746        }; then
17747   ac_cv_asm_func_def=".type 2"
17748 else
17749   $as_echo "$as_me: failed program was:" >&5
17750 sed 's/^/| /' conftest.$ac_ext >&5
17751
17752         ac_cv_asm_func_def="unknown"
17753 fi
17754
17755 rm -rf conftest.dSYM
17756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17757       conftest$ac_exeext conftest.$ac_ext
17758 fi
17759
17760 rm -rf conftest.dSYM
17761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17762       conftest$ac_exeext conftest.$ac_ext
17763 fi
17764
17765 rm -rf conftest.dSYM
17766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17767       conftest$ac_exeext conftest.$ac_ext
17768 fi
17769 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17770 $as_echo "$ac_cv_asm_func_def" >&6; }
17771
17772
17773
17774 case "$ac_cv_asm_func_def" in
17775   ".def")
17776      cat >>confdefs.h <<\_ACEOF
17777 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17778 _ACEOF
17779  ;;
17780   ".type @function")
17781      cat >>confdefs.h <<\_ACEOF
17782 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17783 _ACEOF
17784  ;;
17785   ".type 2")
17786      cat >>confdefs.h <<\_ACEOF
17787 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17788 _ACEOF
17789  ;;
17790   *)
17791      cat >>confdefs.h <<\_ACEOF
17792 #define __ASM_FUNC(name) ""
17793 _ACEOF
17794  ;;
17795 esac
17796
17797
17798 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17799 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17800 if test "${ac_cv_c_extern_prefix+set}" = set; then
17801   $as_echo_n "(cached) " >&6
17802 else
17803   cat >conftest.$ac_ext <<_ACEOF
17804 /* confdefs.h.  */
17805 _ACEOF
17806 cat confdefs.h >>conftest.$ac_ext
17807 cat >>conftest.$ac_ext <<_ACEOF
17808 /* end confdefs.h.  */
17809 extern int ac_test;
17810 int
17811 main ()
17812 {
17813 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17814   ;
17815   return 0;
17816 }
17817 _ACEOF
17818 rm -f conftest.$ac_objext conftest$ac_exeext
17819 if { (ac_try="$ac_link"
17820 case "(($ac_try" in
17821   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17822   *) ac_try_echo=$ac_try;;
17823 esac
17824 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17825 $as_echo "$ac_try_echo") >&5
17826   (eval "$ac_link") 2>conftest.er1
17827   ac_status=$?
17828   grep -v '^ *+' conftest.er1 >conftest.err
17829   rm -f conftest.er1
17830   cat conftest.err >&5
17831   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17832   (exit $ac_status); } && {
17833          test -z "$ac_c_werror_flag" ||
17834          test ! -s conftest.err
17835        } && test -s conftest$ac_exeext && {
17836          test "$cross_compiling" = yes ||
17837          $as_test_x conftest$ac_exeext
17838        }; then
17839   ac_cv_c_extern_prefix="yes"
17840 else
17841   $as_echo "$as_me: failed program was:" >&5
17842 sed 's/^/| /' conftest.$ac_ext >&5
17843
17844         ac_cv_c_extern_prefix="no"
17845 fi
17846
17847 rm -rf conftest.dSYM
17848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17849       conftest$ac_exeext conftest.$ac_ext
17850 fi
17851 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17852 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17853
17854
17855
17856 if test "$ac_cv_c_extern_prefix" = "yes"
17857 then
17858   cat >>confdefs.h <<\_ACEOF
17859 #define __ASM_NAME(name) "_" name
17860 _ACEOF
17861
17862 else
17863   cat >>confdefs.h <<\_ACEOF
17864 #define __ASM_NAME(name) name
17865 _ACEOF
17866
17867 fi
17868
17869
17870 LDPATH=""
17871
17872 case $build_os in
17873   cygwin*|mingw32*)
17874     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17875     ;;
17876   darwin*|macosx*)
17877     ;;
17878   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17879     then
17880       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17881     fi
17882     ;;
17883   *)
17884     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17885     ;;
17886 esac
17887
17888 case $host_os in
17889   mingw32*)
17890     CRTLIBS="-lmsvcrt"
17891
17892     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17893
17894     ;;
17895 esac
17896
17897 MAIN_BINARY="wine-pthread"
17898   case $host_cpu in
17899   *i[3456789]86*)
17900     case $host_os in
17901       linux* | k*bsd*-gnu)
17902         MAIN_BINARY="wine-glibc"
17903
17904         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17905  ;;
17906       freebsd*)
17907         MAIN_BINARY="wine-freebsd"
17908
17909         EXTRA_BINARIES="wine-pthread"
17910  ;;
17911     esac
17912     ;;
17913 esac
17914
17915
17916 ac_save_CFLAGS="$CFLAGS"
17917 CFLAGS="$CFLAGS $BUILTINFLAG"
17918
17919
17920
17921
17922
17923
17924
17925
17926
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 for ac_func in \
17992         _pclose \
17993         _popen \
17994         _snprintf \
17995         _spawnvp \
17996         _strdup \
17997         _stricmp \
17998         _strnicmp \
17999         _strtoi64 \
18000         _strtoui64 \
18001         _vsnprintf \
18002         asctime_r \
18003         chsize \
18004         clone \
18005         dlopen \
18006         epoll_create \
18007         ffs \
18008         finite \
18009         fork \
18010         fpclass \
18011         fstatfs \
18012         fstatvfs \
18013         ftruncate \
18014         futimes \
18015         futimesat \
18016         getdirentries \
18017         getopt_long \
18018         getpagesize \
18019         getpwuid \
18020         gettid \
18021         gettimeofday \
18022         getuid \
18023         inet_ntop \
18024         inet_pton \
18025         kqueue \
18026         lstat \
18027         memmove \
18028         mmap \
18029         pclose \
18030         poll \
18031         popen \
18032         prctl \
18033         pread \
18034         pwrite \
18035         readdir \
18036         readlink \
18037         rfork \
18038         sched_yield \
18039         select \
18040         setproctitle \
18041         setrlimit \
18042         settimeofday \
18043         sigaltstack \
18044         sigprocmask \
18045         snprintf \
18046         socketpair \
18047         spawnvp \
18048         statfs \
18049         statvfs \
18050         strcasecmp \
18051         strdup \
18052         strerror \
18053         strncasecmp \
18054         strtold \
18055         strtoll \
18056         strtoull \
18057         symlink \
18058         tcgetattr \
18059         thr_kill2 \
18060         timegm \
18061         usleep \
18062         vsnprintf \
18063         wait4 \
18064         waitpid \
18065
18066 do
18067 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18068 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18069 $as_echo_n "checking for $ac_func... " >&6; }
18070 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18071   $as_echo_n "(cached) " >&6
18072 else
18073   cat >conftest.$ac_ext <<_ACEOF
18074 /* confdefs.h.  */
18075 _ACEOF
18076 cat confdefs.h >>conftest.$ac_ext
18077 cat >>conftest.$ac_ext <<_ACEOF
18078 /* end confdefs.h.  */
18079 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18080    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18081 #define $ac_func innocuous_$ac_func
18082
18083 /* System header to define __stub macros and hopefully few prototypes,
18084     which can conflict with char $ac_func (); below.
18085     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18086     <limits.h> exists even on freestanding compilers.  */
18087
18088 #ifdef __STDC__
18089 # include <limits.h>
18090 #else
18091 # include <assert.h>
18092 #endif
18093
18094 #undef $ac_func
18095
18096 /* Override any GCC internal prototype to avoid an error.
18097    Use char because int might match the return type of a GCC
18098    builtin and then its argument prototype would still apply.  */
18099 #ifdef __cplusplus
18100 extern "C"
18101 #endif
18102 char $ac_func ();
18103 /* The GNU C library defines this for functions which it implements
18104     to always fail with ENOSYS.  Some functions are actually named
18105     something starting with __ and the normal name is an alias.  */
18106 #if defined __stub_$ac_func || defined __stub___$ac_func
18107 choke me
18108 #endif
18109
18110 int
18111 main ()
18112 {
18113 return $ac_func ();
18114   ;
18115   return 0;
18116 }
18117 _ACEOF
18118 rm -f conftest.$ac_objext conftest$ac_exeext
18119 if { (ac_try="$ac_link"
18120 case "(($ac_try" in
18121   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18122   *) ac_try_echo=$ac_try;;
18123 esac
18124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18125 $as_echo "$ac_try_echo") >&5
18126   (eval "$ac_link") 2>conftest.er1
18127   ac_status=$?
18128   grep -v '^ *+' conftest.er1 >conftest.err
18129   rm -f conftest.er1
18130   cat conftest.err >&5
18131   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18132   (exit $ac_status); } && {
18133          test -z "$ac_c_werror_flag" ||
18134          test ! -s conftest.err
18135        } && test -s conftest$ac_exeext && {
18136          test "$cross_compiling" = yes ||
18137          $as_test_x conftest$ac_exeext
18138        }; then
18139   eval "$as_ac_var=yes"
18140 else
18141   $as_echo "$as_me: failed program was:" >&5
18142 sed 's/^/| /' conftest.$ac_ext >&5
18143
18144         eval "$as_ac_var=no"
18145 fi
18146
18147 rm -rf conftest.dSYM
18148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18149       conftest$ac_exeext conftest.$ac_ext
18150 fi
18151 ac_res=`eval 'as_val=${'$as_ac_var'}
18152                  $as_echo "$as_val"'`
18153                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18154 $as_echo "$ac_res" >&6; }
18155 as_val=`eval 'as_val=${'$as_ac_var'}
18156                  $as_echo "$as_val"'`
18157    if test "x$as_val" = x""yes; then
18158   cat >>confdefs.h <<_ACEOF
18159 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18160 _ACEOF
18161
18162 fi
18163 done
18164
18165 CFLAGS="$ac_save_CFLAGS"
18166
18167 if test "$ac_cv_func_dlopen" = no
18168 then
18169     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18170 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18171 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18172   $as_echo_n "(cached) " >&6
18173 else
18174   ac_check_lib_save_LIBS=$LIBS
18175 LIBS="-ldl  $LIBS"
18176 cat >conftest.$ac_ext <<_ACEOF
18177 /* confdefs.h.  */
18178 _ACEOF
18179 cat confdefs.h >>conftest.$ac_ext
18180 cat >>conftest.$ac_ext <<_ACEOF
18181 /* end confdefs.h.  */
18182
18183 /* Override any GCC internal prototype to avoid an error.
18184    Use char because int might match the return type of a GCC
18185    builtin and then its argument prototype would still apply.  */
18186 #ifdef __cplusplus
18187 extern "C"
18188 #endif
18189 char dlopen ();
18190 int
18191 main ()
18192 {
18193 return dlopen ();
18194   ;
18195   return 0;
18196 }
18197 _ACEOF
18198 rm -f conftest.$ac_objext conftest$ac_exeext
18199 if { (ac_try="$ac_link"
18200 case "(($ac_try" in
18201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18202   *) ac_try_echo=$ac_try;;
18203 esac
18204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18205 $as_echo "$ac_try_echo") >&5
18206   (eval "$ac_link") 2>conftest.er1
18207   ac_status=$?
18208   grep -v '^ *+' conftest.er1 >conftest.err
18209   rm -f conftest.er1
18210   cat conftest.err >&5
18211   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18212   (exit $ac_status); } && {
18213          test -z "$ac_c_werror_flag" ||
18214          test ! -s conftest.err
18215        } && test -s conftest$ac_exeext && {
18216          test "$cross_compiling" = yes ||
18217          $as_test_x conftest$ac_exeext
18218        }; then
18219   ac_cv_lib_dl_dlopen=yes
18220 else
18221   $as_echo "$as_me: failed program was:" >&5
18222 sed 's/^/| /' conftest.$ac_ext >&5
18223
18224         ac_cv_lib_dl_dlopen=no
18225 fi
18226
18227 rm -rf conftest.dSYM
18228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18229       conftest$ac_exeext conftest.$ac_ext
18230 LIBS=$ac_check_lib_save_LIBS
18231 fi
18232 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18233 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18234 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18235   cat >>confdefs.h <<\_ACEOF
18236 #define HAVE_DLOPEN 1
18237 _ACEOF
18238  LIBDL="-ldl"
18239
18240 fi
18241
18242 fi
18243 ac_wine_check_funcs_save_LIBS="$LIBS"
18244 LIBS="$LIBS $LIBDL"
18245
18246 for ac_func in dladdr
18247 do
18248 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18249 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18250 $as_echo_n "checking for $ac_func... " >&6; }
18251 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18252   $as_echo_n "(cached) " >&6
18253 else
18254   cat >conftest.$ac_ext <<_ACEOF
18255 /* confdefs.h.  */
18256 _ACEOF
18257 cat confdefs.h >>conftest.$ac_ext
18258 cat >>conftest.$ac_ext <<_ACEOF
18259 /* end confdefs.h.  */
18260 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18261    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18262 #define $ac_func innocuous_$ac_func
18263
18264 /* System header to define __stub macros and hopefully few prototypes,
18265     which can conflict with char $ac_func (); below.
18266     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18267     <limits.h> exists even on freestanding compilers.  */
18268
18269 #ifdef __STDC__
18270 # include <limits.h>
18271 #else
18272 # include <assert.h>
18273 #endif
18274
18275 #undef $ac_func
18276
18277 /* Override any GCC internal prototype to avoid an error.
18278    Use char because int might match the return type of a GCC
18279    builtin and then its argument prototype would still apply.  */
18280 #ifdef __cplusplus
18281 extern "C"
18282 #endif
18283 char $ac_func ();
18284 /* The GNU C library defines this for functions which it implements
18285     to always fail with ENOSYS.  Some functions are actually named
18286     something starting with __ and the normal name is an alias.  */
18287 #if defined __stub_$ac_func || defined __stub___$ac_func
18288 choke me
18289 #endif
18290
18291 int
18292 main ()
18293 {
18294 return $ac_func ();
18295   ;
18296   return 0;
18297 }
18298 _ACEOF
18299 rm -f conftest.$ac_objext conftest$ac_exeext
18300 if { (ac_try="$ac_link"
18301 case "(($ac_try" in
18302   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18303   *) ac_try_echo=$ac_try;;
18304 esac
18305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18306 $as_echo "$ac_try_echo") >&5
18307   (eval "$ac_link") 2>conftest.er1
18308   ac_status=$?
18309   grep -v '^ *+' conftest.er1 >conftest.err
18310   rm -f conftest.er1
18311   cat conftest.err >&5
18312   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18313   (exit $ac_status); } && {
18314          test -z "$ac_c_werror_flag" ||
18315          test ! -s conftest.err
18316        } && test -s conftest$ac_exeext && {
18317          test "$cross_compiling" = yes ||
18318          $as_test_x conftest$ac_exeext
18319        }; then
18320   eval "$as_ac_var=yes"
18321 else
18322   $as_echo "$as_me: failed program was:" >&5
18323 sed 's/^/| /' conftest.$ac_ext >&5
18324
18325         eval "$as_ac_var=no"
18326 fi
18327
18328 rm -rf conftest.dSYM
18329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18330       conftest$ac_exeext conftest.$ac_ext
18331 fi
18332 ac_res=`eval 'as_val=${'$as_ac_var'}
18333                  $as_echo "$as_val"'`
18334                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18335 $as_echo "$ac_res" >&6; }
18336 as_val=`eval 'as_val=${'$as_ac_var'}
18337                  $as_echo "$as_val"'`
18338    if test "x$as_val" = x""yes; then
18339   cat >>confdefs.h <<_ACEOF
18340 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18341 _ACEOF
18342
18343 fi
18344 done
18345
18346 LIBS="$ac_wine_check_funcs_save_LIBS"
18347
18348 if test "$ac_cv_func_poll" = no
18349 then
18350     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18351 $as_echo_n "checking for poll in -lpoll... " >&6; }
18352 if test "${ac_cv_lib_poll_poll+set}" = set; then
18353   $as_echo_n "(cached) " >&6
18354 else
18355   ac_check_lib_save_LIBS=$LIBS
18356 LIBS="-lpoll  $LIBS"
18357 cat >conftest.$ac_ext <<_ACEOF
18358 /* confdefs.h.  */
18359 _ACEOF
18360 cat confdefs.h >>conftest.$ac_ext
18361 cat >>conftest.$ac_ext <<_ACEOF
18362 /* end confdefs.h.  */
18363
18364 /* Override any GCC internal prototype to avoid an error.
18365    Use char because int might match the return type of a GCC
18366    builtin and then its argument prototype would still apply.  */
18367 #ifdef __cplusplus
18368 extern "C"
18369 #endif
18370 char poll ();
18371 int
18372 main ()
18373 {
18374 return poll ();
18375   ;
18376   return 0;
18377 }
18378 _ACEOF
18379 rm -f conftest.$ac_objext conftest$ac_exeext
18380 if { (ac_try="$ac_link"
18381 case "(($ac_try" in
18382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18383   *) ac_try_echo=$ac_try;;
18384 esac
18385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18386 $as_echo "$ac_try_echo") >&5
18387   (eval "$ac_link") 2>conftest.er1
18388   ac_status=$?
18389   grep -v '^ *+' conftest.er1 >conftest.err
18390   rm -f conftest.er1
18391   cat conftest.err >&5
18392   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18393   (exit $ac_status); } && {
18394          test -z "$ac_c_werror_flag" ||
18395          test ! -s conftest.err
18396        } && test -s conftest$ac_exeext && {
18397          test "$cross_compiling" = yes ||
18398          $as_test_x conftest$ac_exeext
18399        }; then
18400   ac_cv_lib_poll_poll=yes
18401 else
18402   $as_echo "$as_me: failed program was:" >&5
18403 sed 's/^/| /' conftest.$ac_ext >&5
18404
18405         ac_cv_lib_poll_poll=no
18406 fi
18407
18408 rm -rf conftest.dSYM
18409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18410       conftest$ac_exeext conftest.$ac_ext
18411 LIBS=$ac_check_lib_save_LIBS
18412 fi
18413 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18414 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18415 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18416   cat >>confdefs.h <<\_ACEOF
18417 #define HAVE_POLL 1
18418 _ACEOF
18419  LIBPOLL="-lpoll"
18420
18421 fi
18422
18423 fi
18424
18425 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18426 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18427 if test "${ac_cv_search_gethostbyname+set}" = set; then
18428   $as_echo_n "(cached) " >&6
18429 else
18430   ac_func_search_save_LIBS=$LIBS
18431 cat >conftest.$ac_ext <<_ACEOF
18432 /* confdefs.h.  */
18433 _ACEOF
18434 cat confdefs.h >>conftest.$ac_ext
18435 cat >>conftest.$ac_ext <<_ACEOF
18436 /* end confdefs.h.  */
18437
18438 /* Override any GCC internal prototype to avoid an error.
18439    Use char because int might match the return type of a GCC
18440    builtin and then its argument prototype would still apply.  */
18441 #ifdef __cplusplus
18442 extern "C"
18443 #endif
18444 char gethostbyname ();
18445 int
18446 main ()
18447 {
18448 return gethostbyname ();
18449   ;
18450   return 0;
18451 }
18452 _ACEOF
18453 for ac_lib in '' nsl; do
18454   if test -z "$ac_lib"; then
18455     ac_res="none required"
18456   else
18457     ac_res=-l$ac_lib
18458     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18459   fi
18460   rm -f conftest.$ac_objext conftest$ac_exeext
18461 if { (ac_try="$ac_link"
18462 case "(($ac_try" in
18463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18464   *) ac_try_echo=$ac_try;;
18465 esac
18466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18467 $as_echo "$ac_try_echo") >&5
18468   (eval "$ac_link") 2>conftest.er1
18469   ac_status=$?
18470   grep -v '^ *+' conftest.er1 >conftest.err
18471   rm -f conftest.er1
18472   cat conftest.err >&5
18473   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18474   (exit $ac_status); } && {
18475          test -z "$ac_c_werror_flag" ||
18476          test ! -s conftest.err
18477        } && test -s conftest$ac_exeext && {
18478          test "$cross_compiling" = yes ||
18479          $as_test_x conftest$ac_exeext
18480        }; then
18481   ac_cv_search_gethostbyname=$ac_res
18482 else
18483   $as_echo "$as_me: failed program was:" >&5
18484 sed 's/^/| /' conftest.$ac_ext >&5
18485
18486
18487 fi
18488
18489 rm -rf conftest.dSYM
18490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18491       conftest$ac_exeext
18492   if test "${ac_cv_search_gethostbyname+set}" = set; then
18493   break
18494 fi
18495 done
18496 if test "${ac_cv_search_gethostbyname+set}" = set; then
18497   :
18498 else
18499   ac_cv_search_gethostbyname=no
18500 fi
18501 rm conftest.$ac_ext
18502 LIBS=$ac_func_search_save_LIBS
18503 fi
18504 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18505 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18506 ac_res=$ac_cv_search_gethostbyname
18507 if test "$ac_res" != no; then
18508   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18509
18510 fi
18511
18512
18513 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18514 $as_echo_n "checking for library containing connect... " >&6; }
18515 if test "${ac_cv_search_connect+set}" = set; then
18516   $as_echo_n "(cached) " >&6
18517 else
18518   ac_func_search_save_LIBS=$LIBS
18519 cat >conftest.$ac_ext <<_ACEOF
18520 /* confdefs.h.  */
18521 _ACEOF
18522 cat confdefs.h >>conftest.$ac_ext
18523 cat >>conftest.$ac_ext <<_ACEOF
18524 /* end confdefs.h.  */
18525
18526 /* Override any GCC internal prototype to avoid an error.
18527    Use char because int might match the return type of a GCC
18528    builtin and then its argument prototype would still apply.  */
18529 #ifdef __cplusplus
18530 extern "C"
18531 #endif
18532 char connect ();
18533 int
18534 main ()
18535 {
18536 return connect ();
18537   ;
18538   return 0;
18539 }
18540 _ACEOF
18541 for ac_lib in '' socket; do
18542   if test -z "$ac_lib"; then
18543     ac_res="none required"
18544   else
18545     ac_res=-l$ac_lib
18546     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18547   fi
18548   rm -f conftest.$ac_objext conftest$ac_exeext
18549 if { (ac_try="$ac_link"
18550 case "(($ac_try" in
18551   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18552   *) ac_try_echo=$ac_try;;
18553 esac
18554 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18555 $as_echo "$ac_try_echo") >&5
18556   (eval "$ac_link") 2>conftest.er1
18557   ac_status=$?
18558   grep -v '^ *+' conftest.er1 >conftest.err
18559   rm -f conftest.er1
18560   cat conftest.err >&5
18561   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18562   (exit $ac_status); } && {
18563          test -z "$ac_c_werror_flag" ||
18564          test ! -s conftest.err
18565        } && test -s conftest$ac_exeext && {
18566          test "$cross_compiling" = yes ||
18567          $as_test_x conftest$ac_exeext
18568        }; then
18569   ac_cv_search_connect=$ac_res
18570 else
18571   $as_echo "$as_me: failed program was:" >&5
18572 sed 's/^/| /' conftest.$ac_ext >&5
18573
18574
18575 fi
18576
18577 rm -rf conftest.dSYM
18578 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18579       conftest$ac_exeext
18580   if test "${ac_cv_search_connect+set}" = set; then
18581   break
18582 fi
18583 done
18584 if test "${ac_cv_search_connect+set}" = set; then
18585   :
18586 else
18587   ac_cv_search_connect=no
18588 fi
18589 rm conftest.$ac_ext
18590 LIBS=$ac_func_search_save_LIBS
18591 fi
18592 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18593 $as_echo "$ac_cv_search_connect" >&6; }
18594 ac_res=$ac_cv_search_connect
18595 if test "$ac_res" != no; then
18596   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18597
18598 fi
18599
18600
18601 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18602 $as_echo_n "checking for library containing inet_aton... " >&6; }
18603 if test "${ac_cv_search_inet_aton+set}" = set; then
18604   $as_echo_n "(cached) " >&6
18605 else
18606   ac_func_search_save_LIBS=$LIBS
18607 cat >conftest.$ac_ext <<_ACEOF
18608 /* confdefs.h.  */
18609 _ACEOF
18610 cat confdefs.h >>conftest.$ac_ext
18611 cat >>conftest.$ac_ext <<_ACEOF
18612 /* end confdefs.h.  */
18613
18614 /* Override any GCC internal prototype to avoid an error.
18615    Use char because int might match the return type of a GCC
18616    builtin and then its argument prototype would still apply.  */
18617 #ifdef __cplusplus
18618 extern "C"
18619 #endif
18620 char inet_aton ();
18621 int
18622 main ()
18623 {
18624 return inet_aton ();
18625   ;
18626   return 0;
18627 }
18628 _ACEOF
18629 for ac_lib in '' resolv; do
18630   if test -z "$ac_lib"; then
18631     ac_res="none required"
18632   else
18633     ac_res=-l$ac_lib
18634     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18635   fi
18636   rm -f conftest.$ac_objext conftest$ac_exeext
18637 if { (ac_try="$ac_link"
18638 case "(($ac_try" in
18639   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18640   *) ac_try_echo=$ac_try;;
18641 esac
18642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18643 $as_echo "$ac_try_echo") >&5
18644   (eval "$ac_link") 2>conftest.er1
18645   ac_status=$?
18646   grep -v '^ *+' conftest.er1 >conftest.err
18647   rm -f conftest.er1
18648   cat conftest.err >&5
18649   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18650   (exit $ac_status); } && {
18651          test -z "$ac_c_werror_flag" ||
18652          test ! -s conftest.err
18653        } && test -s conftest$ac_exeext && {
18654          test "$cross_compiling" = yes ||
18655          $as_test_x conftest$ac_exeext
18656        }; then
18657   ac_cv_search_inet_aton=$ac_res
18658 else
18659   $as_echo "$as_me: failed program was:" >&5
18660 sed 's/^/| /' conftest.$ac_ext >&5
18661
18662
18663 fi
18664
18665 rm -rf conftest.dSYM
18666 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18667       conftest$ac_exeext
18668   if test "${ac_cv_search_inet_aton+set}" = set; then
18669   break
18670 fi
18671 done
18672 if test "${ac_cv_search_inet_aton+set}" = set; then
18673   :
18674 else
18675   ac_cv_search_inet_aton=no
18676 fi
18677 rm conftest.$ac_ext
18678 LIBS=$ac_func_search_save_LIBS
18679 fi
18680 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18681 $as_echo "$ac_cv_search_inet_aton" >&6; }
18682 ac_res=$ac_cv_search_inet_aton
18683 if test "$ac_res" != no; then
18684   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18685
18686 fi
18687
18688
18689
18690
18691
18692
18693
18694
18695
18696
18697 for ac_func in \
18698         getaddrinfo \
18699         getnameinfo \
18700         getnetbyname \
18701         getprotobyname \
18702         getprotobynumber \
18703         getservbyport \
18704         inet_network \
18705         sendmsg \
18706
18707 do
18708 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18709 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18710 $as_echo_n "checking for $ac_func... " >&6; }
18711 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18712   $as_echo_n "(cached) " >&6
18713 else
18714   cat >conftest.$ac_ext <<_ACEOF
18715 /* confdefs.h.  */
18716 _ACEOF
18717 cat confdefs.h >>conftest.$ac_ext
18718 cat >>conftest.$ac_ext <<_ACEOF
18719 /* end confdefs.h.  */
18720 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18721    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18722 #define $ac_func innocuous_$ac_func
18723
18724 /* System header to define __stub macros and hopefully few prototypes,
18725     which can conflict with char $ac_func (); below.
18726     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18727     <limits.h> exists even on freestanding compilers.  */
18728
18729 #ifdef __STDC__
18730 # include <limits.h>
18731 #else
18732 # include <assert.h>
18733 #endif
18734
18735 #undef $ac_func
18736
18737 /* Override any GCC internal prototype to avoid an error.
18738    Use char because int might match the return type of a GCC
18739    builtin and then its argument prototype would still apply.  */
18740 #ifdef __cplusplus
18741 extern "C"
18742 #endif
18743 char $ac_func ();
18744 /* The GNU C library defines this for functions which it implements
18745     to always fail with ENOSYS.  Some functions are actually named
18746     something starting with __ and the normal name is an alias.  */
18747 #if defined __stub_$ac_func || defined __stub___$ac_func
18748 choke me
18749 #endif
18750
18751 int
18752 main ()
18753 {
18754 return $ac_func ();
18755   ;
18756   return 0;
18757 }
18758 _ACEOF
18759 rm -f conftest.$ac_objext conftest$ac_exeext
18760 if { (ac_try="$ac_link"
18761 case "(($ac_try" in
18762   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18763   *) ac_try_echo=$ac_try;;
18764 esac
18765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18766 $as_echo "$ac_try_echo") >&5
18767   (eval "$ac_link") 2>conftest.er1
18768   ac_status=$?
18769   grep -v '^ *+' conftest.er1 >conftest.err
18770   rm -f conftest.er1
18771   cat conftest.err >&5
18772   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18773   (exit $ac_status); } && {
18774          test -z "$ac_c_werror_flag" ||
18775          test ! -s conftest.err
18776        } && test -s conftest$ac_exeext && {
18777          test "$cross_compiling" = yes ||
18778          $as_test_x conftest$ac_exeext
18779        }; then
18780   eval "$as_ac_var=yes"
18781 else
18782   $as_echo "$as_me: failed program was:" >&5
18783 sed 's/^/| /' conftest.$ac_ext >&5
18784
18785         eval "$as_ac_var=no"
18786 fi
18787
18788 rm -rf conftest.dSYM
18789 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18790       conftest$ac_exeext conftest.$ac_ext
18791 fi
18792 ac_res=`eval 'as_val=${'$as_ac_var'}
18793                  $as_echo "$as_val"'`
18794                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18795 $as_echo "$ac_res" >&6; }
18796 as_val=`eval 'as_val=${'$as_ac_var'}
18797                  $as_echo "$as_val"'`
18798    if test "x$as_val" = x""yes; then
18799   cat >>confdefs.h <<_ACEOF
18800 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18801 _ACEOF
18802
18803 fi
18804 done
18805
18806
18807 LDAPLIBS=""
18808
18809 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18810 then
18811     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18812 $as_echo_n "checking for LDAPSortKey... " >&6; }
18813 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18814   $as_echo_n "(cached) " >&6
18815 else
18816   ac_cv_type_LDAPSortKey=no
18817 cat >conftest.$ac_ext <<_ACEOF
18818 /* confdefs.h.  */
18819 _ACEOF
18820 cat confdefs.h >>conftest.$ac_ext
18821 cat >>conftest.$ac_ext <<_ACEOF
18822 /* end confdefs.h.  */
18823 #include <ldap.h>
18824
18825 int
18826 main ()
18827 {
18828 if (sizeof (LDAPSortKey))
18829        return 0;
18830   ;
18831   return 0;
18832 }
18833 _ACEOF
18834 rm -f conftest.$ac_objext
18835 if { (ac_try="$ac_compile"
18836 case "(($ac_try" in
18837   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18838   *) ac_try_echo=$ac_try;;
18839 esac
18840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18841 $as_echo "$ac_try_echo") >&5
18842   (eval "$ac_compile") 2>conftest.er1
18843   ac_status=$?
18844   grep -v '^ *+' conftest.er1 >conftest.err
18845   rm -f conftest.er1
18846   cat conftest.err >&5
18847   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18848   (exit $ac_status); } && {
18849          test -z "$ac_c_werror_flag" ||
18850          test ! -s conftest.err
18851        } && test -s conftest.$ac_objext; then
18852   cat >conftest.$ac_ext <<_ACEOF
18853 /* confdefs.h.  */
18854 _ACEOF
18855 cat confdefs.h >>conftest.$ac_ext
18856 cat >>conftest.$ac_ext <<_ACEOF
18857 /* end confdefs.h.  */
18858 #include <ldap.h>
18859
18860 int
18861 main ()
18862 {
18863 if (sizeof ((LDAPSortKey)))
18864           return 0;
18865   ;
18866   return 0;
18867 }
18868 _ACEOF
18869 rm -f conftest.$ac_objext
18870 if { (ac_try="$ac_compile"
18871 case "(($ac_try" in
18872   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18873   *) ac_try_echo=$ac_try;;
18874 esac
18875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18876 $as_echo "$ac_try_echo") >&5
18877   (eval "$ac_compile") 2>conftest.er1
18878   ac_status=$?
18879   grep -v '^ *+' conftest.er1 >conftest.err
18880   rm -f conftest.er1
18881   cat conftest.err >&5
18882   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18883   (exit $ac_status); } && {
18884          test -z "$ac_c_werror_flag" ||
18885          test ! -s conftest.err
18886        } && test -s conftest.$ac_objext; then
18887   :
18888 else
18889   $as_echo "$as_me: failed program was:" >&5
18890 sed 's/^/| /' conftest.$ac_ext >&5
18891
18892         ac_cv_type_LDAPSortKey=yes
18893 fi
18894
18895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18896 else
18897   $as_echo "$as_me: failed program was:" >&5
18898 sed 's/^/| /' conftest.$ac_ext >&5
18899
18900
18901 fi
18902
18903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18904 fi
18905 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18906 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18907 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18908   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18909 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18910 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18911   $as_echo_n "(cached) " >&6
18912 else
18913   ac_check_lib_save_LIBS=$LIBS
18914 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18915 cat >conftest.$ac_ext <<_ACEOF
18916 /* confdefs.h.  */
18917 _ACEOF
18918 cat confdefs.h >>conftest.$ac_ext
18919 cat >>conftest.$ac_ext <<_ACEOF
18920 /* end confdefs.h.  */
18921
18922 /* Override any GCC internal prototype to avoid an error.
18923    Use char because int might match the return type of a GCC
18924    builtin and then its argument prototype would still apply.  */
18925 #ifdef __cplusplus
18926 extern "C"
18927 #endif
18928 char ldap_initialize ();
18929 int
18930 main ()
18931 {
18932 return ldap_initialize ();
18933   ;
18934   return 0;
18935 }
18936 _ACEOF
18937 rm -f conftest.$ac_objext conftest$ac_exeext
18938 if { (ac_try="$ac_link"
18939 case "(($ac_try" in
18940   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18941   *) ac_try_echo=$ac_try;;
18942 esac
18943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18944 $as_echo "$ac_try_echo") >&5
18945   (eval "$ac_link") 2>conftest.er1
18946   ac_status=$?
18947   grep -v '^ *+' conftest.er1 >conftest.err
18948   rm -f conftest.er1
18949   cat conftest.err >&5
18950   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18951   (exit $ac_status); } && {
18952          test -z "$ac_c_werror_flag" ||
18953          test ! -s conftest.err
18954        } && test -s conftest$ac_exeext && {
18955          test "$cross_compiling" = yes ||
18956          $as_test_x conftest$ac_exeext
18957        }; then
18958   ac_cv_lib_ldap_r_ldap_initialize=yes
18959 else
18960   $as_echo "$as_me: failed program was:" >&5
18961 sed 's/^/| /' conftest.$ac_ext >&5
18962
18963         ac_cv_lib_ldap_r_ldap_initialize=no
18964 fi
18965
18966 rm -rf conftest.dSYM
18967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18968       conftest$ac_exeext conftest.$ac_ext
18969 LIBS=$ac_check_lib_save_LIBS
18970 fi
18971 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18972 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18973 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18974   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18975 $as_echo_n "checking for ber_init in -llber... " >&6; }
18976 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18977   $as_echo_n "(cached) " >&6
18978 else
18979   ac_check_lib_save_LIBS=$LIBS
18980 LIBS="-llber $LIBPTHREAD $LIBS"
18981 cat >conftest.$ac_ext <<_ACEOF
18982 /* confdefs.h.  */
18983 _ACEOF
18984 cat confdefs.h >>conftest.$ac_ext
18985 cat >>conftest.$ac_ext <<_ACEOF
18986 /* end confdefs.h.  */
18987
18988 /* Override any GCC internal prototype to avoid an error.
18989    Use char because int might match the return type of a GCC
18990    builtin and then its argument prototype would still apply.  */
18991 #ifdef __cplusplus
18992 extern "C"
18993 #endif
18994 char ber_init ();
18995 int
18996 main ()
18997 {
18998 return ber_init ();
18999   ;
19000   return 0;
19001 }
19002 _ACEOF
19003 rm -f conftest.$ac_objext conftest$ac_exeext
19004 if { (ac_try="$ac_link"
19005 case "(($ac_try" in
19006   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19007   *) ac_try_echo=$ac_try;;
19008 esac
19009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19010 $as_echo "$ac_try_echo") >&5
19011   (eval "$ac_link") 2>conftest.er1
19012   ac_status=$?
19013   grep -v '^ *+' conftest.er1 >conftest.err
19014   rm -f conftest.er1
19015   cat conftest.err >&5
19016   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19017   (exit $ac_status); } && {
19018          test -z "$ac_c_werror_flag" ||
19019          test ! -s conftest.err
19020        } && test -s conftest$ac_exeext && {
19021          test "$cross_compiling" = yes ||
19022          $as_test_x conftest$ac_exeext
19023        }; then
19024   ac_cv_lib_lber_ber_init=yes
19025 else
19026   $as_echo "$as_me: failed program was:" >&5
19027 sed 's/^/| /' conftest.$ac_ext >&5
19028
19029         ac_cv_lib_lber_ber_init=no
19030 fi
19031
19032 rm -rf conftest.dSYM
19033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19034       conftest$ac_exeext conftest.$ac_ext
19035 LIBS=$ac_check_lib_save_LIBS
19036 fi
19037 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19038 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19039 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19040
19041 cat >>confdefs.h <<\_ACEOF
19042 #define HAVE_LDAP 1
19043 _ACEOF
19044
19045                  LDAPLIBS="-lldap_r -llber"
19046 fi
19047
19048 fi
19049
19050 fi
19051
19052     ac_wine_check_funcs_save_LIBS="$LIBS"
19053 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19054
19055
19056
19057
19058
19059
19060
19061
19062 for ac_func in \
19063         ldap_count_references \
19064         ldap_first_reference \
19065         ldap_next_reference \
19066         ldap_parse_reference \
19067         ldap_parse_sort_control \
19068         ldap_parse_sortresponse_control \
19069         ldap_parse_vlv_control \
19070         ldap_parse_vlvresponse_control
19071 do
19072 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19073 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19074 $as_echo_n "checking for $ac_func... " >&6; }
19075 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19076   $as_echo_n "(cached) " >&6
19077 else
19078   cat >conftest.$ac_ext <<_ACEOF
19079 /* confdefs.h.  */
19080 _ACEOF
19081 cat confdefs.h >>conftest.$ac_ext
19082 cat >>conftest.$ac_ext <<_ACEOF
19083 /* end confdefs.h.  */
19084 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19085    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19086 #define $ac_func innocuous_$ac_func
19087
19088 /* System header to define __stub macros and hopefully few prototypes,
19089     which can conflict with char $ac_func (); below.
19090     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19091     <limits.h> exists even on freestanding compilers.  */
19092
19093 #ifdef __STDC__
19094 # include <limits.h>
19095 #else
19096 # include <assert.h>
19097 #endif
19098
19099 #undef $ac_func
19100
19101 /* Override any GCC internal prototype to avoid an error.
19102    Use char because int might match the return type of a GCC
19103    builtin and then its argument prototype would still apply.  */
19104 #ifdef __cplusplus
19105 extern "C"
19106 #endif
19107 char $ac_func ();
19108 /* The GNU C library defines this for functions which it implements
19109     to always fail with ENOSYS.  Some functions are actually named
19110     something starting with __ and the normal name is an alias.  */
19111 #if defined __stub_$ac_func || defined __stub___$ac_func
19112 choke me
19113 #endif
19114
19115 int
19116 main ()
19117 {
19118 return $ac_func ();
19119   ;
19120   return 0;
19121 }
19122 _ACEOF
19123 rm -f conftest.$ac_objext conftest$ac_exeext
19124 if { (ac_try="$ac_link"
19125 case "(($ac_try" in
19126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19127   *) ac_try_echo=$ac_try;;
19128 esac
19129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19130 $as_echo "$ac_try_echo") >&5
19131   (eval "$ac_link") 2>conftest.er1
19132   ac_status=$?
19133   grep -v '^ *+' conftest.er1 >conftest.err
19134   rm -f conftest.er1
19135   cat conftest.err >&5
19136   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19137   (exit $ac_status); } && {
19138          test -z "$ac_c_werror_flag" ||
19139          test ! -s conftest.err
19140        } && test -s conftest$ac_exeext && {
19141          test "$cross_compiling" = yes ||
19142          $as_test_x conftest$ac_exeext
19143        }; then
19144   eval "$as_ac_var=yes"
19145 else
19146   $as_echo "$as_me: failed program was:" >&5
19147 sed 's/^/| /' conftest.$ac_ext >&5
19148
19149         eval "$as_ac_var=no"
19150 fi
19151
19152 rm -rf conftest.dSYM
19153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19154       conftest$ac_exeext conftest.$ac_ext
19155 fi
19156 ac_res=`eval 'as_val=${'$as_ac_var'}
19157                  $as_echo "$as_val"'`
19158                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19159 $as_echo "$ac_res" >&6; }
19160 as_val=`eval 'as_val=${'$as_ac_var'}
19161                  $as_echo "$as_val"'`
19162    if test "x$as_val" = x""yes; then
19163   cat >>confdefs.h <<_ACEOF
19164 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19165 _ACEOF
19166
19167 fi
19168 done
19169
19170 LIBS="$ac_wine_check_funcs_save_LIBS"
19171 fi
19172 if test "x$LDAPLIBS" = "x"; then
19173   case "x$with_ldap" in
19174   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19175   xno) ;;
19176   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19177 This is an error since --with-ldap was requested." >&5
19178 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19179 This is an error since --with-ldap was requested." >&2;}
19180    { (exit 1); exit 1; }; } ;;
19181 esac
19182 fi
19183
19184
19185 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19186 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19187 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19188   $as_echo_n "(cached) " >&6
19189 else
19190   cat >conftest.$ac_ext <<_ACEOF
19191 /* confdefs.h.  */
19192 _ACEOF
19193 cat confdefs.h >>conftest.$ac_ext
19194 cat >>conftest.$ac_ext <<_ACEOF
19195 /* end confdefs.h.  */
19196 #include <sys/stat.h>
19197 int
19198 main ()
19199 {
19200 mkdir("foo");
19201   ;
19202   return 0;
19203 }
19204 _ACEOF
19205 rm -f conftest.$ac_objext
19206 if { (ac_try="$ac_compile"
19207 case "(($ac_try" in
19208   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19209   *) ac_try_echo=$ac_try;;
19210 esac
19211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19212 $as_echo "$ac_try_echo") >&5
19213   (eval "$ac_compile") 2>conftest.er1
19214   ac_status=$?
19215   grep -v '^ *+' conftest.er1 >conftest.err
19216   rm -f conftest.er1
19217   cat conftest.err >&5
19218   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19219   (exit $ac_status); } && {
19220          test -z "$ac_c_werror_flag" ||
19221          test ! -s conftest.err
19222        } && test -s conftest.$ac_objext; then
19223   wine_cv_one_arg_mkdir=yes
19224 else
19225   $as_echo "$as_me: failed program was:" >&5
19226 sed 's/^/| /' conftest.$ac_ext >&5
19227
19228         wine_cv_one_arg_mkdir=no
19229 fi
19230
19231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19232 fi
19233 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19234 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19235 if test "$wine_cv_one_arg_mkdir" = "yes"
19236 then
19237
19238 cat >>confdefs.h <<\_ACEOF
19239 #define HAVE_ONE_ARG_MKDIR 1
19240 _ACEOF
19241
19242 fi
19243
19244
19245 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19246 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19247 if test "${ac_cv_c_const+set}" = set; then
19248   $as_echo_n "(cached) " >&6
19249 else
19250   cat >conftest.$ac_ext <<_ACEOF
19251 /* confdefs.h.  */
19252 _ACEOF
19253 cat confdefs.h >>conftest.$ac_ext
19254 cat >>conftest.$ac_ext <<_ACEOF
19255 /* end confdefs.h.  */
19256
19257 int
19258 main ()
19259 {
19260 /* FIXME: Include the comments suggested by Paul. */
19261 #ifndef __cplusplus
19262   /* Ultrix mips cc rejects this.  */
19263   typedef int charset[2];
19264   const charset cs;
19265   /* SunOS 4.1.1 cc rejects this.  */
19266   char const *const *pcpcc;
19267   char **ppc;
19268   /* NEC SVR4.0.2 mips cc rejects this.  */
19269   struct point {int x, y;};
19270   static struct point const zero = {0,0};
19271   /* AIX XL C 1.02.0.0 rejects this.
19272      It does not let you subtract one const X* pointer from another in
19273      an arm of an if-expression whose if-part is not a constant
19274      expression */
19275   const char *g = "string";
19276   pcpcc = &g + (g ? g-g : 0);
19277   /* HPUX 7.0 cc rejects these. */
19278   ++pcpcc;
19279   ppc = (char**) pcpcc;
19280   pcpcc = (char const *const *) ppc;
19281   { /* SCO 3.2v4 cc rejects this.  */
19282     char *t;
19283     char const *s = 0 ? (char *) 0 : (char const *) 0;
19284
19285     *t++ = 0;
19286     if (s) return 0;
19287   }
19288   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19289     int x[] = {25, 17};
19290     const int *foo = &x[0];
19291     ++foo;
19292   }
19293   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19294     typedef const int *iptr;
19295     iptr p = 0;
19296     ++p;
19297   }
19298   { /* AIX XL C 1.02.0.0 rejects this saying
19299        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19300     struct s { int j; const int *ap[3]; };
19301     struct s *b; b->j = 5;
19302   }
19303   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19304     const int foo = 10;
19305     if (!foo) return 0;
19306   }
19307   return !cs[0] && !zero.x;
19308 #endif
19309
19310   ;
19311   return 0;
19312 }
19313 _ACEOF
19314 rm -f conftest.$ac_objext
19315 if { (ac_try="$ac_compile"
19316 case "(($ac_try" in
19317   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19318   *) ac_try_echo=$ac_try;;
19319 esac
19320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19321 $as_echo "$ac_try_echo") >&5
19322   (eval "$ac_compile") 2>conftest.er1
19323   ac_status=$?
19324   grep -v '^ *+' conftest.er1 >conftest.err
19325   rm -f conftest.er1
19326   cat conftest.err >&5
19327   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19328   (exit $ac_status); } && {
19329          test -z "$ac_c_werror_flag" ||
19330          test ! -s conftest.err
19331        } && test -s conftest.$ac_objext; then
19332   ac_cv_c_const=yes
19333 else
19334   $as_echo "$as_me: failed program was:" >&5
19335 sed 's/^/| /' conftest.$ac_ext >&5
19336
19337         ac_cv_c_const=no
19338 fi
19339
19340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19341 fi
19342 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19343 $as_echo "$ac_cv_c_const" >&6; }
19344 if test $ac_cv_c_const = no; then
19345
19346 cat >>confdefs.h <<\_ACEOF
19347 #define const /**/
19348 _ACEOF
19349
19350 fi
19351
19352 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19353 $as_echo_n "checking for inline... " >&6; }
19354 if test "${ac_cv_c_inline+set}" = set; then
19355   $as_echo_n "(cached) " >&6
19356 else
19357   ac_cv_c_inline=no
19358 for ac_kw in inline __inline__ __inline; do
19359   cat >conftest.$ac_ext <<_ACEOF
19360 /* confdefs.h.  */
19361 _ACEOF
19362 cat confdefs.h >>conftest.$ac_ext
19363 cat >>conftest.$ac_ext <<_ACEOF
19364 /* end confdefs.h.  */
19365 #ifndef __cplusplus
19366 typedef int foo_t;
19367 static $ac_kw foo_t static_foo () {return 0; }
19368 $ac_kw foo_t foo () {return 0; }
19369 #endif
19370
19371 _ACEOF
19372 rm -f conftest.$ac_objext
19373 if { (ac_try="$ac_compile"
19374 case "(($ac_try" in
19375   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19376   *) ac_try_echo=$ac_try;;
19377 esac
19378 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19379 $as_echo "$ac_try_echo") >&5
19380   (eval "$ac_compile") 2>conftest.er1
19381   ac_status=$?
19382   grep -v '^ *+' conftest.er1 >conftest.err
19383   rm -f conftest.er1
19384   cat conftest.err >&5
19385   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19386   (exit $ac_status); } && {
19387          test -z "$ac_c_werror_flag" ||
19388          test ! -s conftest.err
19389        } && test -s conftest.$ac_objext; then
19390   ac_cv_c_inline=$ac_kw
19391 else
19392   $as_echo "$as_me: failed program was:" >&5
19393 sed 's/^/| /' conftest.$ac_ext >&5
19394
19395
19396 fi
19397
19398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19399   test "$ac_cv_c_inline" != no && break
19400 done
19401
19402 fi
19403 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19404 $as_echo "$ac_cv_c_inline" >&6; }
19405
19406
19407 case $ac_cv_c_inline in
19408   inline | yes) ;;
19409   *)
19410     case $ac_cv_c_inline in
19411       no) ac_val=;;
19412       *) ac_val=$ac_cv_c_inline;;
19413     esac
19414     cat >>confdefs.h <<_ACEOF
19415 #ifndef __cplusplus
19416 #define inline $ac_val
19417 #endif
19418 _ACEOF
19419     ;;
19420 esac
19421
19422 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19423 $as_echo_n "checking for mode_t... " >&6; }
19424 if test "${ac_cv_type_mode_t+set}" = set; then
19425   $as_echo_n "(cached) " >&6
19426 else
19427   ac_cv_type_mode_t=no
19428 cat >conftest.$ac_ext <<_ACEOF
19429 /* confdefs.h.  */
19430 _ACEOF
19431 cat confdefs.h >>conftest.$ac_ext
19432 cat >>conftest.$ac_ext <<_ACEOF
19433 /* end confdefs.h.  */
19434 $ac_includes_default
19435 int
19436 main ()
19437 {
19438 if (sizeof (mode_t))
19439        return 0;
19440   ;
19441   return 0;
19442 }
19443 _ACEOF
19444 rm -f conftest.$ac_objext
19445 if { (ac_try="$ac_compile"
19446 case "(($ac_try" in
19447   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19448   *) ac_try_echo=$ac_try;;
19449 esac
19450 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19451 $as_echo "$ac_try_echo") >&5
19452   (eval "$ac_compile") 2>conftest.er1
19453   ac_status=$?
19454   grep -v '^ *+' conftest.er1 >conftest.err
19455   rm -f conftest.er1
19456   cat conftest.err >&5
19457   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19458   (exit $ac_status); } && {
19459          test -z "$ac_c_werror_flag" ||
19460          test ! -s conftest.err
19461        } && test -s conftest.$ac_objext; then
19462   cat >conftest.$ac_ext <<_ACEOF
19463 /* confdefs.h.  */
19464 _ACEOF
19465 cat confdefs.h >>conftest.$ac_ext
19466 cat >>conftest.$ac_ext <<_ACEOF
19467 /* end confdefs.h.  */
19468 $ac_includes_default
19469 int
19470 main ()
19471 {
19472 if (sizeof ((mode_t)))
19473           return 0;
19474   ;
19475   return 0;
19476 }
19477 _ACEOF
19478 rm -f conftest.$ac_objext
19479 if { (ac_try="$ac_compile"
19480 case "(($ac_try" in
19481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19482   *) ac_try_echo=$ac_try;;
19483 esac
19484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19485 $as_echo "$ac_try_echo") >&5
19486   (eval "$ac_compile") 2>conftest.er1
19487   ac_status=$?
19488   grep -v '^ *+' conftest.er1 >conftest.err
19489   rm -f conftest.er1
19490   cat conftest.err >&5
19491   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19492   (exit $ac_status); } && {
19493          test -z "$ac_c_werror_flag" ||
19494          test ! -s conftest.err
19495        } && test -s conftest.$ac_objext; then
19496   :
19497 else
19498   $as_echo "$as_me: failed program was:" >&5
19499 sed 's/^/| /' conftest.$ac_ext >&5
19500
19501         ac_cv_type_mode_t=yes
19502 fi
19503
19504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19505 else
19506   $as_echo "$as_me: failed program was:" >&5
19507 sed 's/^/| /' conftest.$ac_ext >&5
19508
19509
19510 fi
19511
19512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19513 fi
19514 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19515 $as_echo "$ac_cv_type_mode_t" >&6; }
19516 if test "x$ac_cv_type_mode_t" = x""yes; then
19517
19518 cat >>confdefs.h <<_ACEOF
19519 #define HAVE_MODE_T 1
19520 _ACEOF
19521
19522
19523 fi
19524 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19525 $as_echo_n "checking for off_t... " >&6; }
19526 if test "${ac_cv_type_off_t+set}" = set; then
19527   $as_echo_n "(cached) " >&6
19528 else
19529   ac_cv_type_off_t=no
19530 cat >conftest.$ac_ext <<_ACEOF
19531 /* confdefs.h.  */
19532 _ACEOF
19533 cat confdefs.h >>conftest.$ac_ext
19534 cat >>conftest.$ac_ext <<_ACEOF
19535 /* end confdefs.h.  */
19536 $ac_includes_default
19537 int
19538 main ()
19539 {
19540 if (sizeof (off_t))
19541        return 0;
19542   ;
19543   return 0;
19544 }
19545 _ACEOF
19546 rm -f conftest.$ac_objext
19547 if { (ac_try="$ac_compile"
19548 case "(($ac_try" in
19549   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19550   *) ac_try_echo=$ac_try;;
19551 esac
19552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19553 $as_echo "$ac_try_echo") >&5
19554   (eval "$ac_compile") 2>conftest.er1
19555   ac_status=$?
19556   grep -v '^ *+' conftest.er1 >conftest.err
19557   rm -f conftest.er1
19558   cat conftest.err >&5
19559   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19560   (exit $ac_status); } && {
19561          test -z "$ac_c_werror_flag" ||
19562          test ! -s conftest.err
19563        } && test -s conftest.$ac_objext; then
19564   cat >conftest.$ac_ext <<_ACEOF
19565 /* confdefs.h.  */
19566 _ACEOF
19567 cat confdefs.h >>conftest.$ac_ext
19568 cat >>conftest.$ac_ext <<_ACEOF
19569 /* end confdefs.h.  */
19570 $ac_includes_default
19571 int
19572 main ()
19573 {
19574 if (sizeof ((off_t)))
19575           return 0;
19576   ;
19577   return 0;
19578 }
19579 _ACEOF
19580 rm -f conftest.$ac_objext
19581 if { (ac_try="$ac_compile"
19582 case "(($ac_try" in
19583   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19584   *) ac_try_echo=$ac_try;;
19585 esac
19586 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19587 $as_echo "$ac_try_echo") >&5
19588   (eval "$ac_compile") 2>conftest.er1
19589   ac_status=$?
19590   grep -v '^ *+' conftest.er1 >conftest.err
19591   rm -f conftest.er1
19592   cat conftest.err >&5
19593   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19594   (exit $ac_status); } && {
19595          test -z "$ac_c_werror_flag" ||
19596          test ! -s conftest.err
19597        } && test -s conftest.$ac_objext; then
19598   :
19599 else
19600   $as_echo "$as_me: failed program was:" >&5
19601 sed 's/^/| /' conftest.$ac_ext >&5
19602
19603         ac_cv_type_off_t=yes
19604 fi
19605
19606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19607 else
19608   $as_echo "$as_me: failed program was:" >&5
19609 sed 's/^/| /' conftest.$ac_ext >&5
19610
19611
19612 fi
19613
19614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19615 fi
19616 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19617 $as_echo "$ac_cv_type_off_t" >&6; }
19618 if test "x$ac_cv_type_off_t" = x""yes; then
19619
19620 cat >>confdefs.h <<_ACEOF
19621 #define HAVE_OFF_T 1
19622 _ACEOF
19623
19624
19625 fi
19626 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19627 $as_echo_n "checking for pid_t... " >&6; }
19628 if test "${ac_cv_type_pid_t+set}" = set; then
19629   $as_echo_n "(cached) " >&6
19630 else
19631   ac_cv_type_pid_t=no
19632 cat >conftest.$ac_ext <<_ACEOF
19633 /* confdefs.h.  */
19634 _ACEOF
19635 cat confdefs.h >>conftest.$ac_ext
19636 cat >>conftest.$ac_ext <<_ACEOF
19637 /* end confdefs.h.  */
19638 $ac_includes_default
19639 int
19640 main ()
19641 {
19642 if (sizeof (pid_t))
19643        return 0;
19644   ;
19645   return 0;
19646 }
19647 _ACEOF
19648 rm -f conftest.$ac_objext
19649 if { (ac_try="$ac_compile"
19650 case "(($ac_try" in
19651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19652   *) ac_try_echo=$ac_try;;
19653 esac
19654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19655 $as_echo "$ac_try_echo") >&5
19656   (eval "$ac_compile") 2>conftest.er1
19657   ac_status=$?
19658   grep -v '^ *+' conftest.er1 >conftest.err
19659   rm -f conftest.er1
19660   cat conftest.err >&5
19661   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19662   (exit $ac_status); } && {
19663          test -z "$ac_c_werror_flag" ||
19664          test ! -s conftest.err
19665        } && test -s conftest.$ac_objext; then
19666   cat >conftest.$ac_ext <<_ACEOF
19667 /* confdefs.h.  */
19668 _ACEOF
19669 cat confdefs.h >>conftest.$ac_ext
19670 cat >>conftest.$ac_ext <<_ACEOF
19671 /* end confdefs.h.  */
19672 $ac_includes_default
19673 int
19674 main ()
19675 {
19676 if (sizeof ((pid_t)))
19677           return 0;
19678   ;
19679   return 0;
19680 }
19681 _ACEOF
19682 rm -f conftest.$ac_objext
19683 if { (ac_try="$ac_compile"
19684 case "(($ac_try" in
19685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19686   *) ac_try_echo=$ac_try;;
19687 esac
19688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19689 $as_echo "$ac_try_echo") >&5
19690   (eval "$ac_compile") 2>conftest.er1
19691   ac_status=$?
19692   grep -v '^ *+' conftest.er1 >conftest.err
19693   rm -f conftest.er1
19694   cat conftest.err >&5
19695   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19696   (exit $ac_status); } && {
19697          test -z "$ac_c_werror_flag" ||
19698          test ! -s conftest.err
19699        } && test -s conftest.$ac_objext; then
19700   :
19701 else
19702   $as_echo "$as_me: failed program was:" >&5
19703 sed 's/^/| /' conftest.$ac_ext >&5
19704
19705         ac_cv_type_pid_t=yes
19706 fi
19707
19708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19709 else
19710   $as_echo "$as_me: failed program was:" >&5
19711 sed 's/^/| /' conftest.$ac_ext >&5
19712
19713
19714 fi
19715
19716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19717 fi
19718 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19719 $as_echo "$ac_cv_type_pid_t" >&6; }
19720 if test "x$ac_cv_type_pid_t" = x""yes; then
19721
19722 cat >>confdefs.h <<_ACEOF
19723 #define HAVE_PID_T 1
19724 _ACEOF
19725
19726
19727 fi
19728 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19729 $as_echo_n "checking for size_t... " >&6; }
19730 if test "${ac_cv_type_size_t+set}" = set; then
19731   $as_echo_n "(cached) " >&6
19732 else
19733   ac_cv_type_size_t=no
19734 cat >conftest.$ac_ext <<_ACEOF
19735 /* confdefs.h.  */
19736 _ACEOF
19737 cat confdefs.h >>conftest.$ac_ext
19738 cat >>conftest.$ac_ext <<_ACEOF
19739 /* end confdefs.h.  */
19740 $ac_includes_default
19741 int
19742 main ()
19743 {
19744 if (sizeof (size_t))
19745        return 0;
19746   ;
19747   return 0;
19748 }
19749 _ACEOF
19750 rm -f conftest.$ac_objext
19751 if { (ac_try="$ac_compile"
19752 case "(($ac_try" in
19753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19754   *) ac_try_echo=$ac_try;;
19755 esac
19756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19757 $as_echo "$ac_try_echo") >&5
19758   (eval "$ac_compile") 2>conftest.er1
19759   ac_status=$?
19760   grep -v '^ *+' conftest.er1 >conftest.err
19761   rm -f conftest.er1
19762   cat conftest.err >&5
19763   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19764   (exit $ac_status); } && {
19765          test -z "$ac_c_werror_flag" ||
19766          test ! -s conftest.err
19767        } && test -s conftest.$ac_objext; then
19768   cat >conftest.$ac_ext <<_ACEOF
19769 /* confdefs.h.  */
19770 _ACEOF
19771 cat confdefs.h >>conftest.$ac_ext
19772 cat >>conftest.$ac_ext <<_ACEOF
19773 /* end confdefs.h.  */
19774 $ac_includes_default
19775 int
19776 main ()
19777 {
19778 if (sizeof ((size_t)))
19779           return 0;
19780   ;
19781   return 0;
19782 }
19783 _ACEOF
19784 rm -f conftest.$ac_objext
19785 if { (ac_try="$ac_compile"
19786 case "(($ac_try" in
19787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19788   *) ac_try_echo=$ac_try;;
19789 esac
19790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19791 $as_echo "$ac_try_echo") >&5
19792   (eval "$ac_compile") 2>conftest.er1
19793   ac_status=$?
19794   grep -v '^ *+' conftest.er1 >conftest.err
19795   rm -f conftest.er1
19796   cat conftest.err >&5
19797   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19798   (exit $ac_status); } && {
19799          test -z "$ac_c_werror_flag" ||
19800          test ! -s conftest.err
19801        } && test -s conftest.$ac_objext; then
19802   :
19803 else
19804   $as_echo "$as_me: failed program was:" >&5
19805 sed 's/^/| /' conftest.$ac_ext >&5
19806
19807         ac_cv_type_size_t=yes
19808 fi
19809
19810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19811 else
19812   $as_echo "$as_me: failed program was:" >&5
19813 sed 's/^/| /' conftest.$ac_ext >&5
19814
19815
19816 fi
19817
19818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19819 fi
19820 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19821 $as_echo "$ac_cv_type_size_t" >&6; }
19822 if test "x$ac_cv_type_size_t" = x""yes; then
19823
19824 cat >>confdefs.h <<_ACEOF
19825 #define HAVE_SIZE_T 1
19826 _ACEOF
19827
19828
19829 fi
19830 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19831 $as_echo_n "checking for ssize_t... " >&6; }
19832 if test "${ac_cv_type_ssize_t+set}" = set; then
19833   $as_echo_n "(cached) " >&6
19834 else
19835   ac_cv_type_ssize_t=no
19836 cat >conftest.$ac_ext <<_ACEOF
19837 /* confdefs.h.  */
19838 _ACEOF
19839 cat confdefs.h >>conftest.$ac_ext
19840 cat >>conftest.$ac_ext <<_ACEOF
19841 /* end confdefs.h.  */
19842 $ac_includes_default
19843 int
19844 main ()
19845 {
19846 if (sizeof (ssize_t))
19847        return 0;
19848   ;
19849   return 0;
19850 }
19851 _ACEOF
19852 rm -f conftest.$ac_objext
19853 if { (ac_try="$ac_compile"
19854 case "(($ac_try" in
19855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19856   *) ac_try_echo=$ac_try;;
19857 esac
19858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19859 $as_echo "$ac_try_echo") >&5
19860   (eval "$ac_compile") 2>conftest.er1
19861   ac_status=$?
19862   grep -v '^ *+' conftest.er1 >conftest.err
19863   rm -f conftest.er1
19864   cat conftest.err >&5
19865   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19866   (exit $ac_status); } && {
19867          test -z "$ac_c_werror_flag" ||
19868          test ! -s conftest.err
19869        } && test -s conftest.$ac_objext; then
19870   cat >conftest.$ac_ext <<_ACEOF
19871 /* confdefs.h.  */
19872 _ACEOF
19873 cat confdefs.h >>conftest.$ac_ext
19874 cat >>conftest.$ac_ext <<_ACEOF
19875 /* end confdefs.h.  */
19876 $ac_includes_default
19877 int
19878 main ()
19879 {
19880 if (sizeof ((ssize_t)))
19881           return 0;
19882   ;
19883   return 0;
19884 }
19885 _ACEOF
19886 rm -f conftest.$ac_objext
19887 if { (ac_try="$ac_compile"
19888 case "(($ac_try" in
19889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19890   *) ac_try_echo=$ac_try;;
19891 esac
19892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19893 $as_echo "$ac_try_echo") >&5
19894   (eval "$ac_compile") 2>conftest.er1
19895   ac_status=$?
19896   grep -v '^ *+' conftest.er1 >conftest.err
19897   rm -f conftest.er1
19898   cat conftest.err >&5
19899   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19900   (exit $ac_status); } && {
19901          test -z "$ac_c_werror_flag" ||
19902          test ! -s conftest.err
19903        } && test -s conftest.$ac_objext; then
19904   :
19905 else
19906   $as_echo "$as_me: failed program was:" >&5
19907 sed 's/^/| /' conftest.$ac_ext >&5
19908
19909         ac_cv_type_ssize_t=yes
19910 fi
19911
19912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19913 else
19914   $as_echo "$as_me: failed program was:" >&5
19915 sed 's/^/| /' conftest.$ac_ext >&5
19916
19917
19918 fi
19919
19920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19921 fi
19922 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19923 $as_echo "$ac_cv_type_ssize_t" >&6; }
19924 if test "x$ac_cv_type_ssize_t" = x""yes; then
19925
19926 cat >>confdefs.h <<_ACEOF
19927 #define HAVE_SSIZE_T 1
19928 _ACEOF
19929
19930
19931 fi
19932 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19933 $as_echo_n "checking for long long... " >&6; }
19934 if test "${ac_cv_type_long_long+set}" = set; then
19935   $as_echo_n "(cached) " >&6
19936 else
19937   ac_cv_type_long_long=no
19938 cat >conftest.$ac_ext <<_ACEOF
19939 /* confdefs.h.  */
19940 _ACEOF
19941 cat confdefs.h >>conftest.$ac_ext
19942 cat >>conftest.$ac_ext <<_ACEOF
19943 /* end confdefs.h.  */
19944 $ac_includes_default
19945 int
19946 main ()
19947 {
19948 if (sizeof (long long))
19949        return 0;
19950   ;
19951   return 0;
19952 }
19953 _ACEOF
19954 rm -f conftest.$ac_objext
19955 if { (ac_try="$ac_compile"
19956 case "(($ac_try" in
19957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19958   *) ac_try_echo=$ac_try;;
19959 esac
19960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19961 $as_echo "$ac_try_echo") >&5
19962   (eval "$ac_compile") 2>conftest.er1
19963   ac_status=$?
19964   grep -v '^ *+' conftest.er1 >conftest.err
19965   rm -f conftest.er1
19966   cat conftest.err >&5
19967   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19968   (exit $ac_status); } && {
19969          test -z "$ac_c_werror_flag" ||
19970          test ! -s conftest.err
19971        } && test -s conftest.$ac_objext; then
19972   cat >conftest.$ac_ext <<_ACEOF
19973 /* confdefs.h.  */
19974 _ACEOF
19975 cat confdefs.h >>conftest.$ac_ext
19976 cat >>conftest.$ac_ext <<_ACEOF
19977 /* end confdefs.h.  */
19978 $ac_includes_default
19979 int
19980 main ()
19981 {
19982 if (sizeof ((long long)))
19983           return 0;
19984   ;
19985   return 0;
19986 }
19987 _ACEOF
19988 rm -f conftest.$ac_objext
19989 if { (ac_try="$ac_compile"
19990 case "(($ac_try" in
19991   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19992   *) ac_try_echo=$ac_try;;
19993 esac
19994 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19995 $as_echo "$ac_try_echo") >&5
19996   (eval "$ac_compile") 2>conftest.er1
19997   ac_status=$?
19998   grep -v '^ *+' conftest.er1 >conftest.err
19999   rm -f conftest.er1
20000   cat conftest.err >&5
20001   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20002   (exit $ac_status); } && {
20003          test -z "$ac_c_werror_flag" ||
20004          test ! -s conftest.err
20005        } && test -s conftest.$ac_objext; then
20006   :
20007 else
20008   $as_echo "$as_me: failed program was:" >&5
20009 sed 's/^/| /' conftest.$ac_ext >&5
20010
20011         ac_cv_type_long_long=yes
20012 fi
20013
20014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20015 else
20016   $as_echo "$as_me: failed program was:" >&5
20017 sed 's/^/| /' conftest.$ac_ext >&5
20018
20019
20020 fi
20021
20022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20023 fi
20024 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20025 $as_echo "$ac_cv_type_long_long" >&6; }
20026 if test "x$ac_cv_type_long_long" = x""yes; then
20027
20028 cat >>confdefs.h <<_ACEOF
20029 #define HAVE_LONG_LONG 1
20030 _ACEOF
20031
20032
20033 fi
20034 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20035 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20036 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20037   $as_echo_n "(cached) " >&6
20038 else
20039   ac_cv_type_fsblkcnt_t=no
20040 cat >conftest.$ac_ext <<_ACEOF
20041 /* confdefs.h.  */
20042 _ACEOF
20043 cat confdefs.h >>conftest.$ac_ext
20044 cat >>conftest.$ac_ext <<_ACEOF
20045 /* end confdefs.h.  */
20046 $ac_includes_default
20047 int
20048 main ()
20049 {
20050 if (sizeof (fsblkcnt_t))
20051        return 0;
20052   ;
20053   return 0;
20054 }
20055 _ACEOF
20056 rm -f conftest.$ac_objext
20057 if { (ac_try="$ac_compile"
20058 case "(($ac_try" in
20059   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20060   *) ac_try_echo=$ac_try;;
20061 esac
20062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20063 $as_echo "$ac_try_echo") >&5
20064   (eval "$ac_compile") 2>conftest.er1
20065   ac_status=$?
20066   grep -v '^ *+' conftest.er1 >conftest.err
20067   rm -f conftest.er1
20068   cat conftest.err >&5
20069   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20070   (exit $ac_status); } && {
20071          test -z "$ac_c_werror_flag" ||
20072          test ! -s conftest.err
20073        } && test -s conftest.$ac_objext; then
20074   cat >conftest.$ac_ext <<_ACEOF
20075 /* confdefs.h.  */
20076 _ACEOF
20077 cat confdefs.h >>conftest.$ac_ext
20078 cat >>conftest.$ac_ext <<_ACEOF
20079 /* end confdefs.h.  */
20080 $ac_includes_default
20081 int
20082 main ()
20083 {
20084 if (sizeof ((fsblkcnt_t)))
20085           return 0;
20086   ;
20087   return 0;
20088 }
20089 _ACEOF
20090 rm -f conftest.$ac_objext
20091 if { (ac_try="$ac_compile"
20092 case "(($ac_try" in
20093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20094   *) ac_try_echo=$ac_try;;
20095 esac
20096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20097 $as_echo "$ac_try_echo") >&5
20098   (eval "$ac_compile") 2>conftest.er1
20099   ac_status=$?
20100   grep -v '^ *+' conftest.er1 >conftest.err
20101   rm -f conftest.er1
20102   cat conftest.err >&5
20103   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20104   (exit $ac_status); } && {
20105          test -z "$ac_c_werror_flag" ||
20106          test ! -s conftest.err
20107        } && test -s conftest.$ac_objext; then
20108   :
20109 else
20110   $as_echo "$as_me: failed program was:" >&5
20111 sed 's/^/| /' conftest.$ac_ext >&5
20112
20113         ac_cv_type_fsblkcnt_t=yes
20114 fi
20115
20116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20117 else
20118   $as_echo "$as_me: failed program was:" >&5
20119 sed 's/^/| /' conftest.$ac_ext >&5
20120
20121
20122 fi
20123
20124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20125 fi
20126 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20127 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20128 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20129
20130 cat >>confdefs.h <<_ACEOF
20131 #define HAVE_FSBLKCNT_T 1
20132 _ACEOF
20133
20134
20135 fi
20136 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20137 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20138 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20139   $as_echo_n "(cached) " >&6
20140 else
20141   ac_cv_type_fsfilcnt_t=no
20142 cat >conftest.$ac_ext <<_ACEOF
20143 /* confdefs.h.  */
20144 _ACEOF
20145 cat confdefs.h >>conftest.$ac_ext
20146 cat >>conftest.$ac_ext <<_ACEOF
20147 /* end confdefs.h.  */
20148 $ac_includes_default
20149 int
20150 main ()
20151 {
20152 if (sizeof (fsfilcnt_t))
20153        return 0;
20154   ;
20155   return 0;
20156 }
20157 _ACEOF
20158 rm -f conftest.$ac_objext
20159 if { (ac_try="$ac_compile"
20160 case "(($ac_try" in
20161   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20162   *) ac_try_echo=$ac_try;;
20163 esac
20164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20165 $as_echo "$ac_try_echo") >&5
20166   (eval "$ac_compile") 2>conftest.er1
20167   ac_status=$?
20168   grep -v '^ *+' conftest.er1 >conftest.err
20169   rm -f conftest.er1
20170   cat conftest.err >&5
20171   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20172   (exit $ac_status); } && {
20173          test -z "$ac_c_werror_flag" ||
20174          test ! -s conftest.err
20175        } && test -s conftest.$ac_objext; then
20176   cat >conftest.$ac_ext <<_ACEOF
20177 /* confdefs.h.  */
20178 _ACEOF
20179 cat confdefs.h >>conftest.$ac_ext
20180 cat >>conftest.$ac_ext <<_ACEOF
20181 /* end confdefs.h.  */
20182 $ac_includes_default
20183 int
20184 main ()
20185 {
20186 if (sizeof ((fsfilcnt_t)))
20187           return 0;
20188   ;
20189   return 0;
20190 }
20191 _ACEOF
20192 rm -f conftest.$ac_objext
20193 if { (ac_try="$ac_compile"
20194 case "(($ac_try" in
20195   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20196   *) ac_try_echo=$ac_try;;
20197 esac
20198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20199 $as_echo "$ac_try_echo") >&5
20200   (eval "$ac_compile") 2>conftest.er1
20201   ac_status=$?
20202   grep -v '^ *+' conftest.er1 >conftest.err
20203   rm -f conftest.er1
20204   cat conftest.err >&5
20205   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20206   (exit $ac_status); } && {
20207          test -z "$ac_c_werror_flag" ||
20208          test ! -s conftest.err
20209        } && test -s conftest.$ac_objext; then
20210   :
20211 else
20212   $as_echo "$as_me: failed program was:" >&5
20213 sed 's/^/| /' conftest.$ac_ext >&5
20214
20215         ac_cv_type_fsfilcnt_t=yes
20216 fi
20217
20218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20219 else
20220   $as_echo "$as_me: failed program was:" >&5
20221 sed 's/^/| /' conftest.$ac_ext >&5
20222
20223
20224 fi
20225
20226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20227 fi
20228 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20229 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20230 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20231
20232 cat >>confdefs.h <<_ACEOF
20233 #define HAVE_FSFILCNT_T 1
20234 _ACEOF
20235
20236
20237 fi
20238
20239 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20240 $as_echo_n "checking for sigset_t... " >&6; }
20241 if test "${ac_cv_type_sigset_t+set}" = set; then
20242   $as_echo_n "(cached) " >&6
20243 else
20244   ac_cv_type_sigset_t=no
20245 cat >conftest.$ac_ext <<_ACEOF
20246 /* confdefs.h.  */
20247 _ACEOF
20248 cat confdefs.h >>conftest.$ac_ext
20249 cat >>conftest.$ac_ext <<_ACEOF
20250 /* end confdefs.h.  */
20251 #include <sys/types.h>
20252 #include <signal.h>
20253
20254 int
20255 main ()
20256 {
20257 if (sizeof (sigset_t))
20258        return 0;
20259   ;
20260   return 0;
20261 }
20262 _ACEOF
20263 rm -f conftest.$ac_objext
20264 if { (ac_try="$ac_compile"
20265 case "(($ac_try" in
20266   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20267   *) ac_try_echo=$ac_try;;
20268 esac
20269 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20270 $as_echo "$ac_try_echo") >&5
20271   (eval "$ac_compile") 2>conftest.er1
20272   ac_status=$?
20273   grep -v '^ *+' conftest.er1 >conftest.err
20274   rm -f conftest.er1
20275   cat conftest.err >&5
20276   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20277   (exit $ac_status); } && {
20278          test -z "$ac_c_werror_flag" ||
20279          test ! -s conftest.err
20280        } && test -s conftest.$ac_objext; then
20281   cat >conftest.$ac_ext <<_ACEOF
20282 /* confdefs.h.  */
20283 _ACEOF
20284 cat confdefs.h >>conftest.$ac_ext
20285 cat >>conftest.$ac_ext <<_ACEOF
20286 /* end confdefs.h.  */
20287 #include <sys/types.h>
20288 #include <signal.h>
20289
20290 int
20291 main ()
20292 {
20293 if (sizeof ((sigset_t)))
20294           return 0;
20295   ;
20296   return 0;
20297 }
20298 _ACEOF
20299 rm -f conftest.$ac_objext
20300 if { (ac_try="$ac_compile"
20301 case "(($ac_try" in
20302   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20303   *) ac_try_echo=$ac_try;;
20304 esac
20305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20306 $as_echo "$ac_try_echo") >&5
20307   (eval "$ac_compile") 2>conftest.er1
20308   ac_status=$?
20309   grep -v '^ *+' conftest.er1 >conftest.err
20310   rm -f conftest.er1
20311   cat conftest.err >&5
20312   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20313   (exit $ac_status); } && {
20314          test -z "$ac_c_werror_flag" ||
20315          test ! -s conftest.err
20316        } && test -s conftest.$ac_objext; then
20317   :
20318 else
20319   $as_echo "$as_me: failed program was:" >&5
20320 sed 's/^/| /' conftest.$ac_ext >&5
20321
20322         ac_cv_type_sigset_t=yes
20323 fi
20324
20325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20326 else
20327   $as_echo "$as_me: failed program was:" >&5
20328 sed 's/^/| /' conftest.$ac_ext >&5
20329
20330
20331 fi
20332
20333 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20334 fi
20335 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20336 $as_echo "$ac_cv_type_sigset_t" >&6; }
20337 if test "x$ac_cv_type_sigset_t" = x""yes; then
20338
20339 cat >>confdefs.h <<_ACEOF
20340 #define HAVE_SIGSET_T 1
20341 _ACEOF
20342
20343
20344 fi
20345
20346 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20347 $as_echo_n "checking for request_sense... " >&6; }
20348 if test "${ac_cv_type_request_sense+set}" = set; then
20349   $as_echo_n "(cached) " >&6
20350 else
20351   ac_cv_type_request_sense=no
20352 cat >conftest.$ac_ext <<_ACEOF
20353 /* confdefs.h.  */
20354 _ACEOF
20355 cat confdefs.h >>conftest.$ac_ext
20356 cat >>conftest.$ac_ext <<_ACEOF
20357 /* end confdefs.h.  */
20358 #include <linux/cdrom.h>
20359
20360 int
20361 main ()
20362 {
20363 if (sizeof (request_sense))
20364        return 0;
20365   ;
20366   return 0;
20367 }
20368 _ACEOF
20369 rm -f conftest.$ac_objext
20370 if { (ac_try="$ac_compile"
20371 case "(($ac_try" in
20372   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20373   *) ac_try_echo=$ac_try;;
20374 esac
20375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20376 $as_echo "$ac_try_echo") >&5
20377   (eval "$ac_compile") 2>conftest.er1
20378   ac_status=$?
20379   grep -v '^ *+' conftest.er1 >conftest.err
20380   rm -f conftest.er1
20381   cat conftest.err >&5
20382   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20383   (exit $ac_status); } && {
20384          test -z "$ac_c_werror_flag" ||
20385          test ! -s conftest.err
20386        } && test -s conftest.$ac_objext; then
20387   cat >conftest.$ac_ext <<_ACEOF
20388 /* confdefs.h.  */
20389 _ACEOF
20390 cat confdefs.h >>conftest.$ac_ext
20391 cat >>conftest.$ac_ext <<_ACEOF
20392 /* end confdefs.h.  */
20393 #include <linux/cdrom.h>
20394
20395 int
20396 main ()
20397 {
20398 if (sizeof ((request_sense)))
20399           return 0;
20400   ;
20401   return 0;
20402 }
20403 _ACEOF
20404 rm -f conftest.$ac_objext
20405 if { (ac_try="$ac_compile"
20406 case "(($ac_try" in
20407   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20408   *) ac_try_echo=$ac_try;;
20409 esac
20410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20411 $as_echo "$ac_try_echo") >&5
20412   (eval "$ac_compile") 2>conftest.er1
20413   ac_status=$?
20414   grep -v '^ *+' conftest.er1 >conftest.err
20415   rm -f conftest.er1
20416   cat conftest.err >&5
20417   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20418   (exit $ac_status); } && {
20419          test -z "$ac_c_werror_flag" ||
20420          test ! -s conftest.err
20421        } && test -s conftest.$ac_objext; then
20422   :
20423 else
20424   $as_echo "$as_me: failed program was:" >&5
20425 sed 's/^/| /' conftest.$ac_ext >&5
20426
20427         ac_cv_type_request_sense=yes
20428 fi
20429
20430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20431 else
20432   $as_echo "$as_me: failed program was:" >&5
20433 sed 's/^/| /' conftest.$ac_ext >&5
20434
20435
20436 fi
20437
20438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20439 fi
20440 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20441 $as_echo "$ac_cv_type_request_sense" >&6; }
20442 if test "x$ac_cv_type_request_sense" = x""yes; then
20443
20444 cat >>confdefs.h <<_ACEOF
20445 #define HAVE_REQUEST_SENSE 1
20446 _ACEOF
20447
20448
20449 fi
20450
20451
20452 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20453 $as_echo_n "checking for struct xinpgen... " >&6; }
20454 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20455   $as_echo_n "(cached) " >&6
20456 else
20457   ac_cv_type_struct_xinpgen=no
20458 cat >conftest.$ac_ext <<_ACEOF
20459 /* confdefs.h.  */
20460 _ACEOF
20461 cat confdefs.h >>conftest.$ac_ext
20462 cat >>conftest.$ac_ext <<_ACEOF
20463 /* end confdefs.h.  */
20464 #include <sys/types.h>
20465 #ifdef HAVE_SYS_SOCKET_H
20466 #include <sys/socket.h>
20467 #endif
20468 #ifdef HAVE_SYS_SOCKETVAR_H
20469 #include <sys/socketvar.h>
20470 #endif
20471 #ifdef HAVE_NET_ROUTE_H
20472 #include <net/route.h>
20473 #endif
20474 #ifdef HAVE_NETINET_IN_H
20475 #include <netinet/in.h>
20476 #endif
20477 #ifdef HAVE_NETINET_IN_SYSTM_H
20478 #include <netinet/in_systm.h>
20479 #endif
20480 #ifdef HAVE_NETINET_IP_H
20481 #include <netinet/ip.h>
20482 #endif
20483 #ifdef HAVE_NETINET_IN_PCB_H
20484 #include <netinet/in_pcb.h>
20485 #endif
20486
20487 int
20488 main ()
20489 {
20490 if (sizeof (struct xinpgen))
20491        return 0;
20492   ;
20493   return 0;
20494 }
20495 _ACEOF
20496 rm -f conftest.$ac_objext
20497 if { (ac_try="$ac_compile"
20498 case "(($ac_try" in
20499   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20500   *) ac_try_echo=$ac_try;;
20501 esac
20502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20503 $as_echo "$ac_try_echo") >&5
20504   (eval "$ac_compile") 2>conftest.er1
20505   ac_status=$?
20506   grep -v '^ *+' conftest.er1 >conftest.err
20507   rm -f conftest.er1
20508   cat conftest.err >&5
20509   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20510   (exit $ac_status); } && {
20511          test -z "$ac_c_werror_flag" ||
20512          test ! -s conftest.err
20513        } && test -s conftest.$ac_objext; then
20514   cat >conftest.$ac_ext <<_ACEOF
20515 /* confdefs.h.  */
20516 _ACEOF
20517 cat confdefs.h >>conftest.$ac_ext
20518 cat >>conftest.$ac_ext <<_ACEOF
20519 /* end confdefs.h.  */
20520 #include <sys/types.h>
20521 #ifdef HAVE_SYS_SOCKET_H
20522 #include <sys/socket.h>
20523 #endif
20524 #ifdef HAVE_SYS_SOCKETVAR_H
20525 #include <sys/socketvar.h>
20526 #endif
20527 #ifdef HAVE_NET_ROUTE_H
20528 #include <net/route.h>
20529 #endif
20530 #ifdef HAVE_NETINET_IN_H
20531 #include <netinet/in.h>
20532 #endif
20533 #ifdef HAVE_NETINET_IN_SYSTM_H
20534 #include <netinet/in_systm.h>
20535 #endif
20536 #ifdef HAVE_NETINET_IP_H
20537 #include <netinet/ip.h>
20538 #endif
20539 #ifdef HAVE_NETINET_IN_PCB_H
20540 #include <netinet/in_pcb.h>
20541 #endif
20542
20543 int
20544 main ()
20545 {
20546 if (sizeof ((struct xinpgen)))
20547           return 0;
20548   ;
20549   return 0;
20550 }
20551 _ACEOF
20552 rm -f conftest.$ac_objext
20553 if { (ac_try="$ac_compile"
20554 case "(($ac_try" in
20555   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20556   *) ac_try_echo=$ac_try;;
20557 esac
20558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20559 $as_echo "$ac_try_echo") >&5
20560   (eval "$ac_compile") 2>conftest.er1
20561   ac_status=$?
20562   grep -v '^ *+' conftest.er1 >conftest.err
20563   rm -f conftest.er1
20564   cat conftest.err >&5
20565   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20566   (exit $ac_status); } && {
20567          test -z "$ac_c_werror_flag" ||
20568          test ! -s conftest.err
20569        } && test -s conftest.$ac_objext; then
20570   :
20571 else
20572   $as_echo "$as_me: failed program was:" >&5
20573 sed 's/^/| /' conftest.$ac_ext >&5
20574
20575         ac_cv_type_struct_xinpgen=yes
20576 fi
20577
20578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20579 else
20580   $as_echo "$as_me: failed program was:" >&5
20581 sed 's/^/| /' conftest.$ac_ext >&5
20582
20583
20584 fi
20585
20586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20587 fi
20588 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20589 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20590 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20591
20592 cat >>confdefs.h <<_ACEOF
20593 #define HAVE_STRUCT_XINPGEN 1
20594 _ACEOF
20595
20596
20597 fi
20598
20599
20600 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20601 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20602 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20603   $as_echo_n "(cached) " >&6
20604 else
20605   cat >conftest.$ac_ext <<_ACEOF
20606 /* confdefs.h.  */
20607 _ACEOF
20608 cat confdefs.h >>conftest.$ac_ext
20609 cat >>conftest.$ac_ext <<_ACEOF
20610 /* end confdefs.h.  */
20611 #ifdef HAVE_LINUX_INPUT_H
20612 #include <linux/input.h>
20613 #endif
20614
20615 int
20616 main ()
20617 {
20618 static struct ff_effect ac_aggr;
20619 if (ac_aggr.direction)
20620 return 0;
20621   ;
20622   return 0;
20623 }
20624 _ACEOF
20625 rm -f conftest.$ac_objext
20626 if { (ac_try="$ac_compile"
20627 case "(($ac_try" in
20628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20629   *) ac_try_echo=$ac_try;;
20630 esac
20631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20632 $as_echo "$ac_try_echo") >&5
20633   (eval "$ac_compile") 2>conftest.er1
20634   ac_status=$?
20635   grep -v '^ *+' conftest.er1 >conftest.err
20636   rm -f conftest.er1
20637   cat conftest.err >&5
20638   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20639   (exit $ac_status); } && {
20640          test -z "$ac_c_werror_flag" ||
20641          test ! -s conftest.err
20642        } && test -s conftest.$ac_objext; then
20643   ac_cv_member_struct_ff_effect_direction=yes
20644 else
20645   $as_echo "$as_me: failed program was:" >&5
20646 sed 's/^/| /' conftest.$ac_ext >&5
20647
20648         cat >conftest.$ac_ext <<_ACEOF
20649 /* confdefs.h.  */
20650 _ACEOF
20651 cat confdefs.h >>conftest.$ac_ext
20652 cat >>conftest.$ac_ext <<_ACEOF
20653 /* end confdefs.h.  */
20654 #ifdef HAVE_LINUX_INPUT_H
20655 #include <linux/input.h>
20656 #endif
20657
20658 int
20659 main ()
20660 {
20661 static struct ff_effect ac_aggr;
20662 if (sizeof ac_aggr.direction)
20663 return 0;
20664   ;
20665   return 0;
20666 }
20667 _ACEOF
20668 rm -f conftest.$ac_objext
20669 if { (ac_try="$ac_compile"
20670 case "(($ac_try" in
20671   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20672   *) ac_try_echo=$ac_try;;
20673 esac
20674 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20675 $as_echo "$ac_try_echo") >&5
20676   (eval "$ac_compile") 2>conftest.er1
20677   ac_status=$?
20678   grep -v '^ *+' conftest.er1 >conftest.err
20679   rm -f conftest.er1
20680   cat conftest.err >&5
20681   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20682   (exit $ac_status); } && {
20683          test -z "$ac_c_werror_flag" ||
20684          test ! -s conftest.err
20685        } && test -s conftest.$ac_objext; then
20686   ac_cv_member_struct_ff_effect_direction=yes
20687 else
20688   $as_echo "$as_me: failed program was:" >&5
20689 sed 's/^/| /' conftest.$ac_ext >&5
20690
20691         ac_cv_member_struct_ff_effect_direction=no
20692 fi
20693
20694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20695 fi
20696
20697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20698 fi
20699 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20700 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20701 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20702
20703 cat >>confdefs.h <<_ACEOF
20704 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20705 _ACEOF
20706
20707
20708 fi
20709
20710
20711 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20712 $as_echo_n "checking for sigaddset... " >&6; }
20713 if test "${wine_cv_have_sigaddset+set}" = set; then
20714   $as_echo_n "(cached) " >&6
20715 else
20716   cat >conftest.$ac_ext <<_ACEOF
20717 /* confdefs.h.  */
20718 _ACEOF
20719 cat confdefs.h >>conftest.$ac_ext
20720 cat >>conftest.$ac_ext <<_ACEOF
20721 /* end confdefs.h.  */
20722 #include <signal.h>
20723 int
20724 main ()
20725 {
20726 sigset_t set; sigaddset(&set,SIGTERM);
20727   ;
20728   return 0;
20729 }
20730 _ACEOF
20731 rm -f conftest.$ac_objext conftest$ac_exeext
20732 if { (ac_try="$ac_link"
20733 case "(($ac_try" in
20734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20735   *) ac_try_echo=$ac_try;;
20736 esac
20737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20738 $as_echo "$ac_try_echo") >&5
20739   (eval "$ac_link") 2>conftest.er1
20740   ac_status=$?
20741   grep -v '^ *+' conftest.er1 >conftest.err
20742   rm -f conftest.er1
20743   cat conftest.err >&5
20744   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20745   (exit $ac_status); } && {
20746          test -z "$ac_c_werror_flag" ||
20747          test ! -s conftest.err
20748        } && test -s conftest$ac_exeext && {
20749          test "$cross_compiling" = yes ||
20750          $as_test_x conftest$ac_exeext
20751        }; then
20752   wine_cv_have_sigaddset=yes
20753 else
20754   $as_echo "$as_me: failed program was:" >&5
20755 sed 's/^/| /' conftest.$ac_ext >&5
20756
20757         wine_cv_have_sigaddset=no
20758 fi
20759
20760 rm -rf conftest.dSYM
20761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20762       conftest$ac_exeext conftest.$ac_ext
20763 fi
20764 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20765 $as_echo "$wine_cv_have_sigaddset" >&6; }
20766 if test "$wine_cv_have_sigaddset" = "yes"
20767 then
20768
20769 cat >>confdefs.h <<\_ACEOF
20770 #define HAVE_SIGADDSET 1
20771 _ACEOF
20772
20773 fi
20774
20775
20776 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20777 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20778 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20779   $as_echo_n "(cached) " >&6
20780 else
20781   cat >conftest.$ac_ext <<_ACEOF
20782 /* confdefs.h.  */
20783 _ACEOF
20784 cat confdefs.h >>conftest.$ac_ext
20785 cat >>conftest.$ac_ext <<_ACEOF
20786 /* end confdefs.h.  */
20787 #include <netdb.h>
20788 int
20789 main ()
20790 {
20791
20792     char *name=0;
20793     struct hostent he;
20794     struct hostent *result;
20795     char *buf=0;
20796     int bufsize=0;
20797     int res,errnr;
20798     char *addr=0;
20799     int addrlen=0;
20800     int addrtype=0;
20801     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20802     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20803
20804   ;
20805   return 0;
20806 }
20807 _ACEOF
20808 rm -f conftest.$ac_objext conftest$ac_exeext
20809 if { (ac_try="$ac_link"
20810 case "(($ac_try" in
20811   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20812   *) ac_try_echo=$ac_try;;
20813 esac
20814 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20815 $as_echo "$ac_try_echo") >&5
20816   (eval "$ac_link") 2>conftest.er1
20817   ac_status=$?
20818   grep -v '^ *+' conftest.er1 >conftest.err
20819   rm -f conftest.er1
20820   cat conftest.err >&5
20821   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20822   (exit $ac_status); } && {
20823          test -z "$ac_c_werror_flag" ||
20824          test ! -s conftest.err
20825        } && test -s conftest$ac_exeext && {
20826          test "$cross_compiling" = yes ||
20827          $as_test_x conftest$ac_exeext
20828        }; then
20829   wine_cv_linux_gethostbyname_r_6=yes
20830 else
20831   $as_echo "$as_me: failed program was:" >&5
20832 sed 's/^/| /' conftest.$ac_ext >&5
20833
20834         wine_cv_linux_gethostbyname_r_6=no
20835
20836 fi
20837
20838 rm -rf conftest.dSYM
20839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20840       conftest$ac_exeext conftest.$ac_ext
20841
20842 fi
20843 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20844 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20845    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20846    then
20847
20848 cat >>confdefs.h <<\_ACEOF
20849 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20850 _ACEOF
20851
20852    fi
20853
20854 if test "$ac_cv_header_linux_joystick_h" = "yes"
20855 then
20856    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20857 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20858 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20859   $as_echo_n "(cached) " >&6
20860 else
20861   cat >conftest.$ac_ext <<_ACEOF
20862 /* confdefs.h.  */
20863 _ACEOF
20864 cat confdefs.h >>conftest.$ac_ext
20865 cat >>conftest.$ac_ext <<_ACEOF
20866 /* end confdefs.h.  */
20867
20868         #include <sys/ioctl.h>
20869         #include <sys/types.h>
20870         #include <linux/joystick.h>
20871
20872         struct js_event blub;
20873         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20874         #error "no 2.2 header"
20875         #endif
20876
20877 int
20878 main ()
20879 {
20880 /*empty*/
20881   ;
20882   return 0;
20883 }
20884 _ACEOF
20885 rm -f conftest.$ac_objext
20886 if { (ac_try="$ac_compile"
20887 case "(($ac_try" in
20888   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20889   *) ac_try_echo=$ac_try;;
20890 esac
20891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20892 $as_echo "$ac_try_echo") >&5
20893   (eval "$ac_compile") 2>conftest.er1
20894   ac_status=$?
20895   grep -v '^ *+' conftest.er1 >conftest.err
20896   rm -f conftest.er1
20897   cat conftest.err >&5
20898   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20899   (exit $ac_status); } && {
20900          test -z "$ac_c_werror_flag" ||
20901          test ! -s conftest.err
20902        } && test -s conftest.$ac_objext; then
20903   wine_cv_linux_joystick_22_api=yes
20904 else
20905   $as_echo "$as_me: failed program was:" >&5
20906 sed 's/^/| /' conftest.$ac_ext >&5
20907
20908         wine_cv_linux_joystick_22_api=no
20909 fi
20910
20911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20912
20913 fi
20914 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20915 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20916    if test "$wine_cv_linux_joystick_22_api" = "yes"
20917    then
20918
20919 cat >>confdefs.h <<\_ACEOF
20920 #define HAVE_LINUX_22_JOYSTICK_API 1
20921 _ACEOF
20922
20923    fi
20924 fi
20925
20926
20927 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20928 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20929 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20930   $as_echo_n "(cached) " >&6
20931 else
20932   cat >conftest.$ac_ext <<_ACEOF
20933 /* confdefs.h.  */
20934 _ACEOF
20935 cat confdefs.h >>conftest.$ac_ext
20936 cat >>conftest.$ac_ext <<_ACEOF
20937 /* end confdefs.h.  */
20938 #include <sys/types.h>
20939 #ifdef HAVE_SYS_PARAM_H
20940 # include <sys/param.h>
20941 #endif
20942 #ifdef HAVE_SYS_MOUNT_H
20943 # include <sys/mount.h>
20944 #endif
20945 #ifdef HAVE_SYS_VFS_H
20946 # include <sys/vfs.h>
20947 #endif
20948 #ifdef HAVE_SYS_STATFS_H
20949 # include <sys/statfs.h>
20950 #endif
20951
20952 int
20953 main ()
20954 {
20955 static struct statfs ac_aggr;
20956 if (ac_aggr.f_bfree)
20957 return 0;
20958   ;
20959   return 0;
20960 }
20961 _ACEOF
20962 rm -f conftest.$ac_objext
20963 if { (ac_try="$ac_compile"
20964 case "(($ac_try" in
20965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20966   *) ac_try_echo=$ac_try;;
20967 esac
20968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20969 $as_echo "$ac_try_echo") >&5
20970   (eval "$ac_compile") 2>conftest.er1
20971   ac_status=$?
20972   grep -v '^ *+' conftest.er1 >conftest.err
20973   rm -f conftest.er1
20974   cat conftest.err >&5
20975   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20976   (exit $ac_status); } && {
20977          test -z "$ac_c_werror_flag" ||
20978          test ! -s conftest.err
20979        } && test -s conftest.$ac_objext; then
20980   ac_cv_member_struct_statfs_f_bfree=yes
20981 else
20982   $as_echo "$as_me: failed program was:" >&5
20983 sed 's/^/| /' conftest.$ac_ext >&5
20984
20985         cat >conftest.$ac_ext <<_ACEOF
20986 /* confdefs.h.  */
20987 _ACEOF
20988 cat confdefs.h >>conftest.$ac_ext
20989 cat >>conftest.$ac_ext <<_ACEOF
20990 /* end confdefs.h.  */
20991 #include <sys/types.h>
20992 #ifdef HAVE_SYS_PARAM_H
20993 # include <sys/param.h>
20994 #endif
20995 #ifdef HAVE_SYS_MOUNT_H
20996 # include <sys/mount.h>
20997 #endif
20998 #ifdef HAVE_SYS_VFS_H
20999 # include <sys/vfs.h>
21000 #endif
21001 #ifdef HAVE_SYS_STATFS_H
21002 # include <sys/statfs.h>
21003 #endif
21004
21005 int
21006 main ()
21007 {
21008 static struct statfs ac_aggr;
21009 if (sizeof ac_aggr.f_bfree)
21010 return 0;
21011   ;
21012   return 0;
21013 }
21014 _ACEOF
21015 rm -f conftest.$ac_objext
21016 if { (ac_try="$ac_compile"
21017 case "(($ac_try" in
21018   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21019   *) ac_try_echo=$ac_try;;
21020 esac
21021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21022 $as_echo "$ac_try_echo") >&5
21023   (eval "$ac_compile") 2>conftest.er1
21024   ac_status=$?
21025   grep -v '^ *+' conftest.er1 >conftest.err
21026   rm -f conftest.er1
21027   cat conftest.err >&5
21028   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21029   (exit $ac_status); } && {
21030          test -z "$ac_c_werror_flag" ||
21031          test ! -s conftest.err
21032        } && test -s conftest.$ac_objext; then
21033   ac_cv_member_struct_statfs_f_bfree=yes
21034 else
21035   $as_echo "$as_me: failed program was:" >&5
21036 sed 's/^/| /' conftest.$ac_ext >&5
21037
21038         ac_cv_member_struct_statfs_f_bfree=no
21039 fi
21040
21041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21042 fi
21043
21044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21045 fi
21046 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21047 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21048 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21049
21050 cat >>confdefs.h <<_ACEOF
21051 #define HAVE_STRUCT_STATFS_F_BFREE 1
21052 _ACEOF
21053
21054
21055 fi
21056 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21057 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21058 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21059   $as_echo_n "(cached) " >&6
21060 else
21061   cat >conftest.$ac_ext <<_ACEOF
21062 /* confdefs.h.  */
21063 _ACEOF
21064 cat confdefs.h >>conftest.$ac_ext
21065 cat >>conftest.$ac_ext <<_ACEOF
21066 /* end confdefs.h.  */
21067 #include <sys/types.h>
21068 #ifdef HAVE_SYS_PARAM_H
21069 # include <sys/param.h>
21070 #endif
21071 #ifdef HAVE_SYS_MOUNT_H
21072 # include <sys/mount.h>
21073 #endif
21074 #ifdef HAVE_SYS_VFS_H
21075 # include <sys/vfs.h>
21076 #endif
21077 #ifdef HAVE_SYS_STATFS_H
21078 # include <sys/statfs.h>
21079 #endif
21080
21081 int
21082 main ()
21083 {
21084 static struct statfs ac_aggr;
21085 if (ac_aggr.f_bavail)
21086 return 0;
21087   ;
21088   return 0;
21089 }
21090 _ACEOF
21091 rm -f conftest.$ac_objext
21092 if { (ac_try="$ac_compile"
21093 case "(($ac_try" in
21094   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21095   *) ac_try_echo=$ac_try;;
21096 esac
21097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21098 $as_echo "$ac_try_echo") >&5
21099   (eval "$ac_compile") 2>conftest.er1
21100   ac_status=$?
21101   grep -v '^ *+' conftest.er1 >conftest.err
21102   rm -f conftest.er1
21103   cat conftest.err >&5
21104   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21105   (exit $ac_status); } && {
21106          test -z "$ac_c_werror_flag" ||
21107          test ! -s conftest.err
21108        } && test -s conftest.$ac_objext; then
21109   ac_cv_member_struct_statfs_f_bavail=yes
21110 else
21111   $as_echo "$as_me: failed program was:" >&5
21112 sed 's/^/| /' conftest.$ac_ext >&5
21113
21114         cat >conftest.$ac_ext <<_ACEOF
21115 /* confdefs.h.  */
21116 _ACEOF
21117 cat confdefs.h >>conftest.$ac_ext
21118 cat >>conftest.$ac_ext <<_ACEOF
21119 /* end confdefs.h.  */
21120 #include <sys/types.h>
21121 #ifdef HAVE_SYS_PARAM_H
21122 # include <sys/param.h>
21123 #endif
21124 #ifdef HAVE_SYS_MOUNT_H
21125 # include <sys/mount.h>
21126 #endif
21127 #ifdef HAVE_SYS_VFS_H
21128 # include <sys/vfs.h>
21129 #endif
21130 #ifdef HAVE_SYS_STATFS_H
21131 # include <sys/statfs.h>
21132 #endif
21133
21134 int
21135 main ()
21136 {
21137 static struct statfs ac_aggr;
21138 if (sizeof ac_aggr.f_bavail)
21139 return 0;
21140   ;
21141   return 0;
21142 }
21143 _ACEOF
21144 rm -f conftest.$ac_objext
21145 if { (ac_try="$ac_compile"
21146 case "(($ac_try" in
21147   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21148   *) ac_try_echo=$ac_try;;
21149 esac
21150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21151 $as_echo "$ac_try_echo") >&5
21152   (eval "$ac_compile") 2>conftest.er1
21153   ac_status=$?
21154   grep -v '^ *+' conftest.er1 >conftest.err
21155   rm -f conftest.er1
21156   cat conftest.err >&5
21157   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21158   (exit $ac_status); } && {
21159          test -z "$ac_c_werror_flag" ||
21160          test ! -s conftest.err
21161        } && test -s conftest.$ac_objext; then
21162   ac_cv_member_struct_statfs_f_bavail=yes
21163 else
21164   $as_echo "$as_me: failed program was:" >&5
21165 sed 's/^/| /' conftest.$ac_ext >&5
21166
21167         ac_cv_member_struct_statfs_f_bavail=no
21168 fi
21169
21170 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21171 fi
21172
21173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21174 fi
21175 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21176 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21177 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21178
21179 cat >>confdefs.h <<_ACEOF
21180 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21181 _ACEOF
21182
21183
21184 fi
21185 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21186 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21187 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21188   $as_echo_n "(cached) " >&6
21189 else
21190   cat >conftest.$ac_ext <<_ACEOF
21191 /* confdefs.h.  */
21192 _ACEOF
21193 cat confdefs.h >>conftest.$ac_ext
21194 cat >>conftest.$ac_ext <<_ACEOF
21195 /* end confdefs.h.  */
21196 #include <sys/types.h>
21197 #ifdef HAVE_SYS_PARAM_H
21198 # include <sys/param.h>
21199 #endif
21200 #ifdef HAVE_SYS_MOUNT_H
21201 # include <sys/mount.h>
21202 #endif
21203 #ifdef HAVE_SYS_VFS_H
21204 # include <sys/vfs.h>
21205 #endif
21206 #ifdef HAVE_SYS_STATFS_H
21207 # include <sys/statfs.h>
21208 #endif
21209
21210 int
21211 main ()
21212 {
21213 static struct statfs ac_aggr;
21214 if (ac_aggr.f_frsize)
21215 return 0;
21216   ;
21217   return 0;
21218 }
21219 _ACEOF
21220 rm -f conftest.$ac_objext
21221 if { (ac_try="$ac_compile"
21222 case "(($ac_try" in
21223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21224   *) ac_try_echo=$ac_try;;
21225 esac
21226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21227 $as_echo "$ac_try_echo") >&5
21228   (eval "$ac_compile") 2>conftest.er1
21229   ac_status=$?
21230   grep -v '^ *+' conftest.er1 >conftest.err
21231   rm -f conftest.er1
21232   cat conftest.err >&5
21233   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21234   (exit $ac_status); } && {
21235          test -z "$ac_c_werror_flag" ||
21236          test ! -s conftest.err
21237        } && test -s conftest.$ac_objext; then
21238   ac_cv_member_struct_statfs_f_frsize=yes
21239 else
21240   $as_echo "$as_me: failed program was:" >&5
21241 sed 's/^/| /' conftest.$ac_ext >&5
21242
21243         cat >conftest.$ac_ext <<_ACEOF
21244 /* confdefs.h.  */
21245 _ACEOF
21246 cat confdefs.h >>conftest.$ac_ext
21247 cat >>conftest.$ac_ext <<_ACEOF
21248 /* end confdefs.h.  */
21249 #include <sys/types.h>
21250 #ifdef HAVE_SYS_PARAM_H
21251 # include <sys/param.h>
21252 #endif
21253 #ifdef HAVE_SYS_MOUNT_H
21254 # include <sys/mount.h>
21255 #endif
21256 #ifdef HAVE_SYS_VFS_H
21257 # include <sys/vfs.h>
21258 #endif
21259 #ifdef HAVE_SYS_STATFS_H
21260 # include <sys/statfs.h>
21261 #endif
21262
21263 int
21264 main ()
21265 {
21266 static struct statfs ac_aggr;
21267 if (sizeof ac_aggr.f_frsize)
21268 return 0;
21269   ;
21270   return 0;
21271 }
21272 _ACEOF
21273 rm -f conftest.$ac_objext
21274 if { (ac_try="$ac_compile"
21275 case "(($ac_try" in
21276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21277   *) ac_try_echo=$ac_try;;
21278 esac
21279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21280 $as_echo "$ac_try_echo") >&5
21281   (eval "$ac_compile") 2>conftest.er1
21282   ac_status=$?
21283   grep -v '^ *+' conftest.er1 >conftest.err
21284   rm -f conftest.er1
21285   cat conftest.err >&5
21286   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21287   (exit $ac_status); } && {
21288          test -z "$ac_c_werror_flag" ||
21289          test ! -s conftest.err
21290        } && test -s conftest.$ac_objext; then
21291   ac_cv_member_struct_statfs_f_frsize=yes
21292 else
21293   $as_echo "$as_me: failed program was:" >&5
21294 sed 's/^/| /' conftest.$ac_ext >&5
21295
21296         ac_cv_member_struct_statfs_f_frsize=no
21297 fi
21298
21299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21300 fi
21301
21302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21303 fi
21304 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21305 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21306 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21307
21308 cat >>confdefs.h <<_ACEOF
21309 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21310 _ACEOF
21311
21312
21313 fi
21314 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21315 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21316 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21317   $as_echo_n "(cached) " >&6
21318 else
21319   cat >conftest.$ac_ext <<_ACEOF
21320 /* confdefs.h.  */
21321 _ACEOF
21322 cat confdefs.h >>conftest.$ac_ext
21323 cat >>conftest.$ac_ext <<_ACEOF
21324 /* end confdefs.h.  */
21325 #include <sys/types.h>
21326 #ifdef HAVE_SYS_PARAM_H
21327 # include <sys/param.h>
21328 #endif
21329 #ifdef HAVE_SYS_MOUNT_H
21330 # include <sys/mount.h>
21331 #endif
21332 #ifdef HAVE_SYS_VFS_H
21333 # include <sys/vfs.h>
21334 #endif
21335 #ifdef HAVE_SYS_STATFS_H
21336 # include <sys/statfs.h>
21337 #endif
21338
21339 int
21340 main ()
21341 {
21342 static struct statfs ac_aggr;
21343 if (ac_aggr.f_ffree)
21344 return 0;
21345   ;
21346   return 0;
21347 }
21348 _ACEOF
21349 rm -f conftest.$ac_objext
21350 if { (ac_try="$ac_compile"
21351 case "(($ac_try" in
21352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21353   *) ac_try_echo=$ac_try;;
21354 esac
21355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21356 $as_echo "$ac_try_echo") >&5
21357   (eval "$ac_compile") 2>conftest.er1
21358   ac_status=$?
21359   grep -v '^ *+' conftest.er1 >conftest.err
21360   rm -f conftest.er1
21361   cat conftest.err >&5
21362   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21363   (exit $ac_status); } && {
21364          test -z "$ac_c_werror_flag" ||
21365          test ! -s conftest.err
21366        } && test -s conftest.$ac_objext; then
21367   ac_cv_member_struct_statfs_f_ffree=yes
21368 else
21369   $as_echo "$as_me: failed program was:" >&5
21370 sed 's/^/| /' conftest.$ac_ext >&5
21371
21372         cat >conftest.$ac_ext <<_ACEOF
21373 /* confdefs.h.  */
21374 _ACEOF
21375 cat confdefs.h >>conftest.$ac_ext
21376 cat >>conftest.$ac_ext <<_ACEOF
21377 /* end confdefs.h.  */
21378 #include <sys/types.h>
21379 #ifdef HAVE_SYS_PARAM_H
21380 # include <sys/param.h>
21381 #endif
21382 #ifdef HAVE_SYS_MOUNT_H
21383 # include <sys/mount.h>
21384 #endif
21385 #ifdef HAVE_SYS_VFS_H
21386 # include <sys/vfs.h>
21387 #endif
21388 #ifdef HAVE_SYS_STATFS_H
21389 # include <sys/statfs.h>
21390 #endif
21391
21392 int
21393 main ()
21394 {
21395 static struct statfs ac_aggr;
21396 if (sizeof ac_aggr.f_ffree)
21397 return 0;
21398   ;
21399   return 0;
21400 }
21401 _ACEOF
21402 rm -f conftest.$ac_objext
21403 if { (ac_try="$ac_compile"
21404 case "(($ac_try" in
21405   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21406   *) ac_try_echo=$ac_try;;
21407 esac
21408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21409 $as_echo "$ac_try_echo") >&5
21410   (eval "$ac_compile") 2>conftest.er1
21411   ac_status=$?
21412   grep -v '^ *+' conftest.er1 >conftest.err
21413   rm -f conftest.er1
21414   cat conftest.err >&5
21415   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21416   (exit $ac_status); } && {
21417          test -z "$ac_c_werror_flag" ||
21418          test ! -s conftest.err
21419        } && test -s conftest.$ac_objext; then
21420   ac_cv_member_struct_statfs_f_ffree=yes
21421 else
21422   $as_echo "$as_me: failed program was:" >&5
21423 sed 's/^/| /' conftest.$ac_ext >&5
21424
21425         ac_cv_member_struct_statfs_f_ffree=no
21426 fi
21427
21428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21429 fi
21430
21431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21432 fi
21433 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21434 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21435 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21436
21437 cat >>confdefs.h <<_ACEOF
21438 #define HAVE_STRUCT_STATFS_F_FFREE 1
21439 _ACEOF
21440
21441
21442 fi
21443 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21444 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21445 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21446   $as_echo_n "(cached) " >&6
21447 else
21448   cat >conftest.$ac_ext <<_ACEOF
21449 /* confdefs.h.  */
21450 _ACEOF
21451 cat confdefs.h >>conftest.$ac_ext
21452 cat >>conftest.$ac_ext <<_ACEOF
21453 /* end confdefs.h.  */
21454 #include <sys/types.h>
21455 #ifdef HAVE_SYS_PARAM_H
21456 # include <sys/param.h>
21457 #endif
21458 #ifdef HAVE_SYS_MOUNT_H
21459 # include <sys/mount.h>
21460 #endif
21461 #ifdef HAVE_SYS_VFS_H
21462 # include <sys/vfs.h>
21463 #endif
21464 #ifdef HAVE_SYS_STATFS_H
21465 # include <sys/statfs.h>
21466 #endif
21467
21468 int
21469 main ()
21470 {
21471 static struct statfs ac_aggr;
21472 if (ac_aggr.f_favail)
21473 return 0;
21474   ;
21475   return 0;
21476 }
21477 _ACEOF
21478 rm -f conftest.$ac_objext
21479 if { (ac_try="$ac_compile"
21480 case "(($ac_try" in
21481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21482   *) ac_try_echo=$ac_try;;
21483 esac
21484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21485 $as_echo "$ac_try_echo") >&5
21486   (eval "$ac_compile") 2>conftest.er1
21487   ac_status=$?
21488   grep -v '^ *+' conftest.er1 >conftest.err
21489   rm -f conftest.er1
21490   cat conftest.err >&5
21491   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21492   (exit $ac_status); } && {
21493          test -z "$ac_c_werror_flag" ||
21494          test ! -s conftest.err
21495        } && test -s conftest.$ac_objext; then
21496   ac_cv_member_struct_statfs_f_favail=yes
21497 else
21498   $as_echo "$as_me: failed program was:" >&5
21499 sed 's/^/| /' conftest.$ac_ext >&5
21500
21501         cat >conftest.$ac_ext <<_ACEOF
21502 /* confdefs.h.  */
21503 _ACEOF
21504 cat confdefs.h >>conftest.$ac_ext
21505 cat >>conftest.$ac_ext <<_ACEOF
21506 /* end confdefs.h.  */
21507 #include <sys/types.h>
21508 #ifdef HAVE_SYS_PARAM_H
21509 # include <sys/param.h>
21510 #endif
21511 #ifdef HAVE_SYS_MOUNT_H
21512 # include <sys/mount.h>
21513 #endif
21514 #ifdef HAVE_SYS_VFS_H
21515 # include <sys/vfs.h>
21516 #endif
21517 #ifdef HAVE_SYS_STATFS_H
21518 # include <sys/statfs.h>
21519 #endif
21520
21521 int
21522 main ()
21523 {
21524 static struct statfs ac_aggr;
21525 if (sizeof ac_aggr.f_favail)
21526 return 0;
21527   ;
21528   return 0;
21529 }
21530 _ACEOF
21531 rm -f conftest.$ac_objext
21532 if { (ac_try="$ac_compile"
21533 case "(($ac_try" in
21534   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21535   *) ac_try_echo=$ac_try;;
21536 esac
21537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21538 $as_echo "$ac_try_echo") >&5
21539   (eval "$ac_compile") 2>conftest.er1
21540   ac_status=$?
21541   grep -v '^ *+' conftest.er1 >conftest.err
21542   rm -f conftest.er1
21543   cat conftest.err >&5
21544   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21545   (exit $ac_status); } && {
21546          test -z "$ac_c_werror_flag" ||
21547          test ! -s conftest.err
21548        } && test -s conftest.$ac_objext; then
21549   ac_cv_member_struct_statfs_f_favail=yes
21550 else
21551   $as_echo "$as_me: failed program was:" >&5
21552 sed 's/^/| /' conftest.$ac_ext >&5
21553
21554         ac_cv_member_struct_statfs_f_favail=no
21555 fi
21556
21557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21558 fi
21559
21560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21561 fi
21562 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21563 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21564 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21565
21566 cat >>confdefs.h <<_ACEOF
21567 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21568 _ACEOF
21569
21570
21571 fi
21572 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21573 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21574 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21575   $as_echo_n "(cached) " >&6
21576 else
21577   cat >conftest.$ac_ext <<_ACEOF
21578 /* confdefs.h.  */
21579 _ACEOF
21580 cat confdefs.h >>conftest.$ac_ext
21581 cat >>conftest.$ac_ext <<_ACEOF
21582 /* end confdefs.h.  */
21583 #include <sys/types.h>
21584 #ifdef HAVE_SYS_PARAM_H
21585 # include <sys/param.h>
21586 #endif
21587 #ifdef HAVE_SYS_MOUNT_H
21588 # include <sys/mount.h>
21589 #endif
21590 #ifdef HAVE_SYS_VFS_H
21591 # include <sys/vfs.h>
21592 #endif
21593 #ifdef HAVE_SYS_STATFS_H
21594 # include <sys/statfs.h>
21595 #endif
21596
21597 int
21598 main ()
21599 {
21600 static struct statfs ac_aggr;
21601 if (ac_aggr.f_namelen)
21602 return 0;
21603   ;
21604   return 0;
21605 }
21606 _ACEOF
21607 rm -f conftest.$ac_objext
21608 if { (ac_try="$ac_compile"
21609 case "(($ac_try" in
21610   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21611   *) ac_try_echo=$ac_try;;
21612 esac
21613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21614 $as_echo "$ac_try_echo") >&5
21615   (eval "$ac_compile") 2>conftest.er1
21616   ac_status=$?
21617   grep -v '^ *+' conftest.er1 >conftest.err
21618   rm -f conftest.er1
21619   cat conftest.err >&5
21620   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21621   (exit $ac_status); } && {
21622          test -z "$ac_c_werror_flag" ||
21623          test ! -s conftest.err
21624        } && test -s conftest.$ac_objext; then
21625   ac_cv_member_struct_statfs_f_namelen=yes
21626 else
21627   $as_echo "$as_me: failed program was:" >&5
21628 sed 's/^/| /' conftest.$ac_ext >&5
21629
21630         cat >conftest.$ac_ext <<_ACEOF
21631 /* confdefs.h.  */
21632 _ACEOF
21633 cat confdefs.h >>conftest.$ac_ext
21634 cat >>conftest.$ac_ext <<_ACEOF
21635 /* end confdefs.h.  */
21636 #include <sys/types.h>
21637 #ifdef HAVE_SYS_PARAM_H
21638 # include <sys/param.h>
21639 #endif
21640 #ifdef HAVE_SYS_MOUNT_H
21641 # include <sys/mount.h>
21642 #endif
21643 #ifdef HAVE_SYS_VFS_H
21644 # include <sys/vfs.h>
21645 #endif
21646 #ifdef HAVE_SYS_STATFS_H
21647 # include <sys/statfs.h>
21648 #endif
21649
21650 int
21651 main ()
21652 {
21653 static struct statfs ac_aggr;
21654 if (sizeof ac_aggr.f_namelen)
21655 return 0;
21656   ;
21657   return 0;
21658 }
21659 _ACEOF
21660 rm -f conftest.$ac_objext
21661 if { (ac_try="$ac_compile"
21662 case "(($ac_try" in
21663   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21664   *) ac_try_echo=$ac_try;;
21665 esac
21666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21667 $as_echo "$ac_try_echo") >&5
21668   (eval "$ac_compile") 2>conftest.er1
21669   ac_status=$?
21670   grep -v '^ *+' conftest.er1 >conftest.err
21671   rm -f conftest.er1
21672   cat conftest.err >&5
21673   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21674   (exit $ac_status); } && {
21675          test -z "$ac_c_werror_flag" ||
21676          test ! -s conftest.err
21677        } && test -s conftest.$ac_objext; then
21678   ac_cv_member_struct_statfs_f_namelen=yes
21679 else
21680   $as_echo "$as_me: failed program was:" >&5
21681 sed 's/^/| /' conftest.$ac_ext >&5
21682
21683         ac_cv_member_struct_statfs_f_namelen=no
21684 fi
21685
21686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21687 fi
21688
21689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21690 fi
21691 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21692 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21693 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21694
21695 cat >>confdefs.h <<_ACEOF
21696 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21697 _ACEOF
21698
21699
21700 fi
21701
21702
21703 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21704 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21705 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21706   $as_echo_n "(cached) " >&6
21707 else
21708   cat >conftest.$ac_ext <<_ACEOF
21709 /* confdefs.h.  */
21710 _ACEOF
21711 cat confdefs.h >>conftest.$ac_ext
21712 cat >>conftest.$ac_ext <<_ACEOF
21713 /* end confdefs.h.  */
21714 #ifdef HAVE_SYS_STATVFS_H
21715 #include <sys/statvfs.h>
21716 #endif
21717
21718 int
21719 main ()
21720 {
21721 static struct statvfs ac_aggr;
21722 if (ac_aggr.f_blocks)
21723 return 0;
21724   ;
21725   return 0;
21726 }
21727 _ACEOF
21728 rm -f conftest.$ac_objext
21729 if { (ac_try="$ac_compile"
21730 case "(($ac_try" in
21731   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21732   *) ac_try_echo=$ac_try;;
21733 esac
21734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21735 $as_echo "$ac_try_echo") >&5
21736   (eval "$ac_compile") 2>conftest.er1
21737   ac_status=$?
21738   grep -v '^ *+' conftest.er1 >conftest.err
21739   rm -f conftest.er1
21740   cat conftest.err >&5
21741   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21742   (exit $ac_status); } && {
21743          test -z "$ac_c_werror_flag" ||
21744          test ! -s conftest.err
21745        } && test -s conftest.$ac_objext; then
21746   ac_cv_member_struct_statvfs_f_blocks=yes
21747 else
21748   $as_echo "$as_me: failed program was:" >&5
21749 sed 's/^/| /' conftest.$ac_ext >&5
21750
21751         cat >conftest.$ac_ext <<_ACEOF
21752 /* confdefs.h.  */
21753 _ACEOF
21754 cat confdefs.h >>conftest.$ac_ext
21755 cat >>conftest.$ac_ext <<_ACEOF
21756 /* end confdefs.h.  */
21757 #ifdef HAVE_SYS_STATVFS_H
21758 #include <sys/statvfs.h>
21759 #endif
21760
21761 int
21762 main ()
21763 {
21764 static struct statvfs ac_aggr;
21765 if (sizeof ac_aggr.f_blocks)
21766 return 0;
21767   ;
21768   return 0;
21769 }
21770 _ACEOF
21771 rm -f conftest.$ac_objext
21772 if { (ac_try="$ac_compile"
21773 case "(($ac_try" in
21774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21775   *) ac_try_echo=$ac_try;;
21776 esac
21777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21778 $as_echo "$ac_try_echo") >&5
21779   (eval "$ac_compile") 2>conftest.er1
21780   ac_status=$?
21781   grep -v '^ *+' conftest.er1 >conftest.err
21782   rm -f conftest.er1
21783   cat conftest.err >&5
21784   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21785   (exit $ac_status); } && {
21786          test -z "$ac_c_werror_flag" ||
21787          test ! -s conftest.err
21788        } && test -s conftest.$ac_objext; then
21789   ac_cv_member_struct_statvfs_f_blocks=yes
21790 else
21791   $as_echo "$as_me: failed program was:" >&5
21792 sed 's/^/| /' conftest.$ac_ext >&5
21793
21794         ac_cv_member_struct_statvfs_f_blocks=no
21795 fi
21796
21797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21798 fi
21799
21800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21801 fi
21802 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21803 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21804 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21805
21806 cat >>confdefs.h <<_ACEOF
21807 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21808 _ACEOF
21809
21810
21811 fi
21812
21813
21814 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21815 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21816 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21817   $as_echo_n "(cached) " >&6
21818 else
21819   cat >conftest.$ac_ext <<_ACEOF
21820 /* confdefs.h.  */
21821 _ACEOF
21822 cat confdefs.h >>conftest.$ac_ext
21823 cat >>conftest.$ac_ext <<_ACEOF
21824 /* end confdefs.h.  */
21825 #include <sys/types.h>
21826 #ifdef HAVE_SYS_SOCKET_H
21827 # include <sys/socket.h>
21828 #endif
21829 #ifdef HAVE_SYS_UN_H
21830 # include <sys/un.h>
21831 #endif
21832
21833 int
21834 main ()
21835 {
21836 static struct msghdr ac_aggr;
21837 if (ac_aggr.msg_accrights)
21838 return 0;
21839   ;
21840   return 0;
21841 }
21842 _ACEOF
21843 rm -f conftest.$ac_objext
21844 if { (ac_try="$ac_compile"
21845 case "(($ac_try" in
21846   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21847   *) ac_try_echo=$ac_try;;
21848 esac
21849 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21850 $as_echo "$ac_try_echo") >&5
21851   (eval "$ac_compile") 2>conftest.er1
21852   ac_status=$?
21853   grep -v '^ *+' conftest.er1 >conftest.err
21854   rm -f conftest.er1
21855   cat conftest.err >&5
21856   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21857   (exit $ac_status); } && {
21858          test -z "$ac_c_werror_flag" ||
21859          test ! -s conftest.err
21860        } && test -s conftest.$ac_objext; then
21861   ac_cv_member_struct_msghdr_msg_accrights=yes
21862 else
21863   $as_echo "$as_me: failed program was:" >&5
21864 sed 's/^/| /' conftest.$ac_ext >&5
21865
21866         cat >conftest.$ac_ext <<_ACEOF
21867 /* confdefs.h.  */
21868 _ACEOF
21869 cat confdefs.h >>conftest.$ac_ext
21870 cat >>conftest.$ac_ext <<_ACEOF
21871 /* end confdefs.h.  */
21872 #include <sys/types.h>
21873 #ifdef HAVE_SYS_SOCKET_H
21874 # include <sys/socket.h>
21875 #endif
21876 #ifdef HAVE_SYS_UN_H
21877 # include <sys/un.h>
21878 #endif
21879
21880 int
21881 main ()
21882 {
21883 static struct msghdr ac_aggr;
21884 if (sizeof ac_aggr.msg_accrights)
21885 return 0;
21886   ;
21887   return 0;
21888 }
21889 _ACEOF
21890 rm -f conftest.$ac_objext
21891 if { (ac_try="$ac_compile"
21892 case "(($ac_try" in
21893   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21894   *) ac_try_echo=$ac_try;;
21895 esac
21896 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21897 $as_echo "$ac_try_echo") >&5
21898   (eval "$ac_compile") 2>conftest.er1
21899   ac_status=$?
21900   grep -v '^ *+' conftest.er1 >conftest.err
21901   rm -f conftest.er1
21902   cat conftest.err >&5
21903   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21904   (exit $ac_status); } && {
21905          test -z "$ac_c_werror_flag" ||
21906          test ! -s conftest.err
21907        } && test -s conftest.$ac_objext; then
21908   ac_cv_member_struct_msghdr_msg_accrights=yes
21909 else
21910   $as_echo "$as_me: failed program was:" >&5
21911 sed 's/^/| /' conftest.$ac_ext >&5
21912
21913         ac_cv_member_struct_msghdr_msg_accrights=no
21914 fi
21915
21916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21917 fi
21918
21919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21920 fi
21921 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21922 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21923 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21924
21925 cat >>confdefs.h <<_ACEOF
21926 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21927 _ACEOF
21928
21929
21930 fi
21931 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21932 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21933 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21934   $as_echo_n "(cached) " >&6
21935 else
21936   cat >conftest.$ac_ext <<_ACEOF
21937 /* confdefs.h.  */
21938 _ACEOF
21939 cat confdefs.h >>conftest.$ac_ext
21940 cat >>conftest.$ac_ext <<_ACEOF
21941 /* end confdefs.h.  */
21942 #include <sys/types.h>
21943 #ifdef HAVE_SYS_SOCKET_H
21944 # include <sys/socket.h>
21945 #endif
21946 #ifdef HAVE_SYS_UN_H
21947 # include <sys/un.h>
21948 #endif
21949
21950 int
21951 main ()
21952 {
21953 static struct sockaddr ac_aggr;
21954 if (ac_aggr.sa_len)
21955 return 0;
21956   ;
21957   return 0;
21958 }
21959 _ACEOF
21960 rm -f conftest.$ac_objext
21961 if { (ac_try="$ac_compile"
21962 case "(($ac_try" in
21963   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21964   *) ac_try_echo=$ac_try;;
21965 esac
21966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21967 $as_echo "$ac_try_echo") >&5
21968   (eval "$ac_compile") 2>conftest.er1
21969   ac_status=$?
21970   grep -v '^ *+' conftest.er1 >conftest.err
21971   rm -f conftest.er1
21972   cat conftest.err >&5
21973   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21974   (exit $ac_status); } && {
21975          test -z "$ac_c_werror_flag" ||
21976          test ! -s conftest.err
21977        } && test -s conftest.$ac_objext; then
21978   ac_cv_member_struct_sockaddr_sa_len=yes
21979 else
21980   $as_echo "$as_me: failed program was:" >&5
21981 sed 's/^/| /' conftest.$ac_ext >&5
21982
21983         cat >conftest.$ac_ext <<_ACEOF
21984 /* confdefs.h.  */
21985 _ACEOF
21986 cat confdefs.h >>conftest.$ac_ext
21987 cat >>conftest.$ac_ext <<_ACEOF
21988 /* end confdefs.h.  */
21989 #include <sys/types.h>
21990 #ifdef HAVE_SYS_SOCKET_H
21991 # include <sys/socket.h>
21992 #endif
21993 #ifdef HAVE_SYS_UN_H
21994 # include <sys/un.h>
21995 #endif
21996
21997 int
21998 main ()
21999 {
22000 static struct sockaddr ac_aggr;
22001 if (sizeof ac_aggr.sa_len)
22002 return 0;
22003   ;
22004   return 0;
22005 }
22006 _ACEOF
22007 rm -f conftest.$ac_objext
22008 if { (ac_try="$ac_compile"
22009 case "(($ac_try" in
22010   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22011   *) ac_try_echo=$ac_try;;
22012 esac
22013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22014 $as_echo "$ac_try_echo") >&5
22015   (eval "$ac_compile") 2>conftest.er1
22016   ac_status=$?
22017   grep -v '^ *+' conftest.er1 >conftest.err
22018   rm -f conftest.er1
22019   cat conftest.err >&5
22020   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22021   (exit $ac_status); } && {
22022          test -z "$ac_c_werror_flag" ||
22023          test ! -s conftest.err
22024        } && test -s conftest.$ac_objext; then
22025   ac_cv_member_struct_sockaddr_sa_len=yes
22026 else
22027   $as_echo "$as_me: failed program was:" >&5
22028 sed 's/^/| /' conftest.$ac_ext >&5
22029
22030         ac_cv_member_struct_sockaddr_sa_len=no
22031 fi
22032
22033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22034 fi
22035
22036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22037 fi
22038 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22039 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22040 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22041
22042 cat >>confdefs.h <<_ACEOF
22043 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22044 _ACEOF
22045
22046
22047 fi
22048 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22049 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22050 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22051   $as_echo_n "(cached) " >&6
22052 else
22053   cat >conftest.$ac_ext <<_ACEOF
22054 /* confdefs.h.  */
22055 _ACEOF
22056 cat confdefs.h >>conftest.$ac_ext
22057 cat >>conftest.$ac_ext <<_ACEOF
22058 /* end confdefs.h.  */
22059 #include <sys/types.h>
22060 #ifdef HAVE_SYS_SOCKET_H
22061 # include <sys/socket.h>
22062 #endif
22063 #ifdef HAVE_SYS_UN_H
22064 # include <sys/un.h>
22065 #endif
22066
22067 int
22068 main ()
22069 {
22070 static struct sockaddr_un ac_aggr;
22071 if (ac_aggr.sun_len)
22072 return 0;
22073   ;
22074   return 0;
22075 }
22076 _ACEOF
22077 rm -f conftest.$ac_objext
22078 if { (ac_try="$ac_compile"
22079 case "(($ac_try" in
22080   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22081   *) ac_try_echo=$ac_try;;
22082 esac
22083 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22084 $as_echo "$ac_try_echo") >&5
22085   (eval "$ac_compile") 2>conftest.er1
22086   ac_status=$?
22087   grep -v '^ *+' conftest.er1 >conftest.err
22088   rm -f conftest.er1
22089   cat conftest.err >&5
22090   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22091   (exit $ac_status); } && {
22092          test -z "$ac_c_werror_flag" ||
22093          test ! -s conftest.err
22094        } && test -s conftest.$ac_objext; then
22095   ac_cv_member_struct_sockaddr_un_sun_len=yes
22096 else
22097   $as_echo "$as_me: failed program was:" >&5
22098 sed 's/^/| /' conftest.$ac_ext >&5
22099
22100         cat >conftest.$ac_ext <<_ACEOF
22101 /* confdefs.h.  */
22102 _ACEOF
22103 cat confdefs.h >>conftest.$ac_ext
22104 cat >>conftest.$ac_ext <<_ACEOF
22105 /* end confdefs.h.  */
22106 #include <sys/types.h>
22107 #ifdef HAVE_SYS_SOCKET_H
22108 # include <sys/socket.h>
22109 #endif
22110 #ifdef HAVE_SYS_UN_H
22111 # include <sys/un.h>
22112 #endif
22113
22114 int
22115 main ()
22116 {
22117 static struct sockaddr_un ac_aggr;
22118 if (sizeof ac_aggr.sun_len)
22119 return 0;
22120   ;
22121   return 0;
22122 }
22123 _ACEOF
22124 rm -f conftest.$ac_objext
22125 if { (ac_try="$ac_compile"
22126 case "(($ac_try" in
22127   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22128   *) ac_try_echo=$ac_try;;
22129 esac
22130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22131 $as_echo "$ac_try_echo") >&5
22132   (eval "$ac_compile") 2>conftest.er1
22133   ac_status=$?
22134   grep -v '^ *+' conftest.er1 >conftest.err
22135   rm -f conftest.er1
22136   cat conftest.err >&5
22137   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22138   (exit $ac_status); } && {
22139          test -z "$ac_c_werror_flag" ||
22140          test ! -s conftest.err
22141        } && test -s conftest.$ac_objext; then
22142   ac_cv_member_struct_sockaddr_un_sun_len=yes
22143 else
22144   $as_echo "$as_me: failed program was:" >&5
22145 sed 's/^/| /' conftest.$ac_ext >&5
22146
22147         ac_cv_member_struct_sockaddr_un_sun_len=no
22148 fi
22149
22150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22151 fi
22152
22153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22154 fi
22155 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22156 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22157 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22158
22159 cat >>confdefs.h <<_ACEOF
22160 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22161 _ACEOF
22162
22163
22164 fi
22165
22166
22167 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22168 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22169 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22170   $as_echo_n "(cached) " >&6
22171 else
22172   cat >conftest.$ac_ext <<_ACEOF
22173 /* confdefs.h.  */
22174 _ACEOF
22175 cat confdefs.h >>conftest.$ac_ext
22176 cat >>conftest.$ac_ext <<_ACEOF
22177 /* end confdefs.h.  */
22178 #include <sys/types.h>
22179 #ifdef HAVE_SCSI_SG_H
22180 #include <scsi/sg.h>
22181 #endif
22182
22183 int
22184 main ()
22185 {
22186 static scsireq_t ac_aggr;
22187 if (ac_aggr.cmd)
22188 return 0;
22189   ;
22190   return 0;
22191 }
22192 _ACEOF
22193 rm -f conftest.$ac_objext
22194 if { (ac_try="$ac_compile"
22195 case "(($ac_try" in
22196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22197   *) ac_try_echo=$ac_try;;
22198 esac
22199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22200 $as_echo "$ac_try_echo") >&5
22201   (eval "$ac_compile") 2>conftest.er1
22202   ac_status=$?
22203   grep -v '^ *+' conftest.er1 >conftest.err
22204   rm -f conftest.er1
22205   cat conftest.err >&5
22206   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22207   (exit $ac_status); } && {
22208          test -z "$ac_c_werror_flag" ||
22209          test ! -s conftest.err
22210        } && test -s conftest.$ac_objext; then
22211   ac_cv_member_scsireq_t_cmd=yes
22212 else
22213   $as_echo "$as_me: failed program was:" >&5
22214 sed 's/^/| /' conftest.$ac_ext >&5
22215
22216         cat >conftest.$ac_ext <<_ACEOF
22217 /* confdefs.h.  */
22218 _ACEOF
22219 cat confdefs.h >>conftest.$ac_ext
22220 cat >>conftest.$ac_ext <<_ACEOF
22221 /* end confdefs.h.  */
22222 #include <sys/types.h>
22223 #ifdef HAVE_SCSI_SG_H
22224 #include <scsi/sg.h>
22225 #endif
22226
22227 int
22228 main ()
22229 {
22230 static scsireq_t ac_aggr;
22231 if (sizeof ac_aggr.cmd)
22232 return 0;
22233   ;
22234   return 0;
22235 }
22236 _ACEOF
22237 rm -f conftest.$ac_objext
22238 if { (ac_try="$ac_compile"
22239 case "(($ac_try" in
22240   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22241   *) ac_try_echo=$ac_try;;
22242 esac
22243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22244 $as_echo "$ac_try_echo") >&5
22245   (eval "$ac_compile") 2>conftest.er1
22246   ac_status=$?
22247   grep -v '^ *+' conftest.er1 >conftest.err
22248   rm -f conftest.er1
22249   cat conftest.err >&5
22250   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22251   (exit $ac_status); } && {
22252          test -z "$ac_c_werror_flag" ||
22253          test ! -s conftest.err
22254        } && test -s conftest.$ac_objext; then
22255   ac_cv_member_scsireq_t_cmd=yes
22256 else
22257   $as_echo "$as_me: failed program was:" >&5
22258 sed 's/^/| /' conftest.$ac_ext >&5
22259
22260         ac_cv_member_scsireq_t_cmd=no
22261 fi
22262
22263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22264 fi
22265
22266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22267 fi
22268 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22269 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22270 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22271
22272 cat >>confdefs.h <<_ACEOF
22273 #define HAVE_SCSIREQ_T_CMD 1
22274 _ACEOF
22275
22276
22277 fi
22278 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22279 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22280 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22281   $as_echo_n "(cached) " >&6
22282 else
22283   cat >conftest.$ac_ext <<_ACEOF
22284 /* confdefs.h.  */
22285 _ACEOF
22286 cat confdefs.h >>conftest.$ac_ext
22287 cat >>conftest.$ac_ext <<_ACEOF
22288 /* end confdefs.h.  */
22289 #include <sys/types.h>
22290 #ifdef HAVE_SCSI_SG_H
22291 #include <scsi/sg.h>
22292 #endif
22293
22294 int
22295 main ()
22296 {
22297 static sg_io_hdr_t ac_aggr;
22298 if (ac_aggr.interface_id)
22299 return 0;
22300   ;
22301   return 0;
22302 }
22303 _ACEOF
22304 rm -f conftest.$ac_objext
22305 if { (ac_try="$ac_compile"
22306 case "(($ac_try" in
22307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22308   *) ac_try_echo=$ac_try;;
22309 esac
22310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22311 $as_echo "$ac_try_echo") >&5
22312   (eval "$ac_compile") 2>conftest.er1
22313   ac_status=$?
22314   grep -v '^ *+' conftest.er1 >conftest.err
22315   rm -f conftest.er1
22316   cat conftest.err >&5
22317   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22318   (exit $ac_status); } && {
22319          test -z "$ac_c_werror_flag" ||
22320          test ! -s conftest.err
22321        } && test -s conftest.$ac_objext; then
22322   ac_cv_member_sg_io_hdr_t_interface_id=yes
22323 else
22324   $as_echo "$as_me: failed program was:" >&5
22325 sed 's/^/| /' conftest.$ac_ext >&5
22326
22327         cat >conftest.$ac_ext <<_ACEOF
22328 /* confdefs.h.  */
22329 _ACEOF
22330 cat confdefs.h >>conftest.$ac_ext
22331 cat >>conftest.$ac_ext <<_ACEOF
22332 /* end confdefs.h.  */
22333 #include <sys/types.h>
22334 #ifdef HAVE_SCSI_SG_H
22335 #include <scsi/sg.h>
22336 #endif
22337
22338 int
22339 main ()
22340 {
22341 static sg_io_hdr_t ac_aggr;
22342 if (sizeof ac_aggr.interface_id)
22343 return 0;
22344   ;
22345   return 0;
22346 }
22347 _ACEOF
22348 rm -f conftest.$ac_objext
22349 if { (ac_try="$ac_compile"
22350 case "(($ac_try" in
22351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22352   *) ac_try_echo=$ac_try;;
22353 esac
22354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22355 $as_echo "$ac_try_echo") >&5
22356   (eval "$ac_compile") 2>conftest.er1
22357   ac_status=$?
22358   grep -v '^ *+' conftest.er1 >conftest.err
22359   rm -f conftest.er1
22360   cat conftest.err >&5
22361   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22362   (exit $ac_status); } && {
22363          test -z "$ac_c_werror_flag" ||
22364          test ! -s conftest.err
22365        } && test -s conftest.$ac_objext; then
22366   ac_cv_member_sg_io_hdr_t_interface_id=yes
22367 else
22368   $as_echo "$as_me: failed program was:" >&5
22369 sed 's/^/| /' conftest.$ac_ext >&5
22370
22371         ac_cv_member_sg_io_hdr_t_interface_id=no
22372 fi
22373
22374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22375 fi
22376
22377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22378 fi
22379 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22380 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22381 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22382
22383 cat >>confdefs.h <<_ACEOF
22384 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22385 _ACEOF
22386
22387
22388 fi
22389
22390
22391 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22392 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22393 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22394   $as_echo_n "(cached) " >&6
22395 else
22396   cat >conftest.$ac_ext <<_ACEOF
22397 /* confdefs.h.  */
22398 _ACEOF
22399 cat confdefs.h >>conftest.$ac_ext
22400 cat >>conftest.$ac_ext <<_ACEOF
22401 /* end confdefs.h.  */
22402 #include <signal.h>
22403
22404 int
22405 main ()
22406 {
22407 static siginfo_t ac_aggr;
22408 if (ac_aggr.si_fd)
22409 return 0;
22410   ;
22411   return 0;
22412 }
22413 _ACEOF
22414 rm -f conftest.$ac_objext
22415 if { (ac_try="$ac_compile"
22416 case "(($ac_try" in
22417   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22418   *) ac_try_echo=$ac_try;;
22419 esac
22420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22421 $as_echo "$ac_try_echo") >&5
22422   (eval "$ac_compile") 2>conftest.er1
22423   ac_status=$?
22424   grep -v '^ *+' conftest.er1 >conftest.err
22425   rm -f conftest.er1
22426   cat conftest.err >&5
22427   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22428   (exit $ac_status); } && {
22429          test -z "$ac_c_werror_flag" ||
22430          test ! -s conftest.err
22431        } && test -s conftest.$ac_objext; then
22432   ac_cv_member_siginfo_t_si_fd=yes
22433 else
22434   $as_echo "$as_me: failed program was:" >&5
22435 sed 's/^/| /' conftest.$ac_ext >&5
22436
22437         cat >conftest.$ac_ext <<_ACEOF
22438 /* confdefs.h.  */
22439 _ACEOF
22440 cat confdefs.h >>conftest.$ac_ext
22441 cat >>conftest.$ac_ext <<_ACEOF
22442 /* end confdefs.h.  */
22443 #include <signal.h>
22444
22445 int
22446 main ()
22447 {
22448 static siginfo_t ac_aggr;
22449 if (sizeof ac_aggr.si_fd)
22450 return 0;
22451   ;
22452   return 0;
22453 }
22454 _ACEOF
22455 rm -f conftest.$ac_objext
22456 if { (ac_try="$ac_compile"
22457 case "(($ac_try" in
22458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22459   *) ac_try_echo=$ac_try;;
22460 esac
22461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22462 $as_echo "$ac_try_echo") >&5
22463   (eval "$ac_compile") 2>conftest.er1
22464   ac_status=$?
22465   grep -v '^ *+' conftest.er1 >conftest.err
22466   rm -f conftest.er1
22467   cat conftest.err >&5
22468   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22469   (exit $ac_status); } && {
22470          test -z "$ac_c_werror_flag" ||
22471          test ! -s conftest.err
22472        } && test -s conftest.$ac_objext; then
22473   ac_cv_member_siginfo_t_si_fd=yes
22474 else
22475   $as_echo "$as_me: failed program was:" >&5
22476 sed 's/^/| /' conftest.$ac_ext >&5
22477
22478         ac_cv_member_siginfo_t_si_fd=no
22479 fi
22480
22481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22482 fi
22483
22484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22485 fi
22486 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22487 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22488 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22489
22490 cat >>confdefs.h <<_ACEOF
22491 #define HAVE_SIGINFO_T_SI_FD 1
22492 _ACEOF
22493
22494
22495 fi
22496
22497
22498 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22499 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22500 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22501   $as_echo_n "(cached) " >&6
22502 else
22503   cat >conftest.$ac_ext <<_ACEOF
22504 /* confdefs.h.  */
22505 _ACEOF
22506 cat confdefs.h >>conftest.$ac_ext
22507 cat >>conftest.$ac_ext <<_ACEOF
22508 /* end confdefs.h.  */
22509 #include <sys/types.h>
22510 #ifdef HAVE_SYS_MTIO_H
22511 #include <sys/mtio.h>
22512 #endif
22513
22514 int
22515 main ()
22516 {
22517 static struct mtget ac_aggr;
22518 if (ac_aggr.mt_blksiz)
22519 return 0;
22520   ;
22521   return 0;
22522 }
22523 _ACEOF
22524 rm -f conftest.$ac_objext
22525 if { (ac_try="$ac_compile"
22526 case "(($ac_try" in
22527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22528   *) ac_try_echo=$ac_try;;
22529 esac
22530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22531 $as_echo "$ac_try_echo") >&5
22532   (eval "$ac_compile") 2>conftest.er1
22533   ac_status=$?
22534   grep -v '^ *+' conftest.er1 >conftest.err
22535   rm -f conftest.er1
22536   cat conftest.err >&5
22537   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22538   (exit $ac_status); } && {
22539          test -z "$ac_c_werror_flag" ||
22540          test ! -s conftest.err
22541        } && test -s conftest.$ac_objext; then
22542   ac_cv_member_struct_mtget_mt_blksiz=yes
22543 else
22544   $as_echo "$as_me: failed program was:" >&5
22545 sed 's/^/| /' conftest.$ac_ext >&5
22546
22547         cat >conftest.$ac_ext <<_ACEOF
22548 /* confdefs.h.  */
22549 _ACEOF
22550 cat confdefs.h >>conftest.$ac_ext
22551 cat >>conftest.$ac_ext <<_ACEOF
22552 /* end confdefs.h.  */
22553 #include <sys/types.h>
22554 #ifdef HAVE_SYS_MTIO_H
22555 #include <sys/mtio.h>
22556 #endif
22557
22558 int
22559 main ()
22560 {
22561 static struct mtget ac_aggr;
22562 if (sizeof ac_aggr.mt_blksiz)
22563 return 0;
22564   ;
22565   return 0;
22566 }
22567 _ACEOF
22568 rm -f conftest.$ac_objext
22569 if { (ac_try="$ac_compile"
22570 case "(($ac_try" in
22571   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22572   *) ac_try_echo=$ac_try;;
22573 esac
22574 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22575 $as_echo "$ac_try_echo") >&5
22576   (eval "$ac_compile") 2>conftest.er1
22577   ac_status=$?
22578   grep -v '^ *+' conftest.er1 >conftest.err
22579   rm -f conftest.er1
22580   cat conftest.err >&5
22581   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22582   (exit $ac_status); } && {
22583          test -z "$ac_c_werror_flag" ||
22584          test ! -s conftest.err
22585        } && test -s conftest.$ac_objext; then
22586   ac_cv_member_struct_mtget_mt_blksiz=yes
22587 else
22588   $as_echo "$as_me: failed program was:" >&5
22589 sed 's/^/| /' conftest.$ac_ext >&5
22590
22591         ac_cv_member_struct_mtget_mt_blksiz=no
22592 fi
22593
22594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22595 fi
22596
22597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22598 fi
22599 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22600 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22601 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22602
22603 cat >>confdefs.h <<_ACEOF
22604 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22605 _ACEOF
22606
22607
22608 fi
22609 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22610 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22611 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22612   $as_echo_n "(cached) " >&6
22613 else
22614   cat >conftest.$ac_ext <<_ACEOF
22615 /* confdefs.h.  */
22616 _ACEOF
22617 cat confdefs.h >>conftest.$ac_ext
22618 cat >>conftest.$ac_ext <<_ACEOF
22619 /* end confdefs.h.  */
22620 #include <sys/types.h>
22621 #ifdef HAVE_SYS_MTIO_H
22622 #include <sys/mtio.h>
22623 #endif
22624
22625 int
22626 main ()
22627 {
22628 static struct mtget ac_aggr;
22629 if (ac_aggr.mt_gstat)
22630 return 0;
22631   ;
22632   return 0;
22633 }
22634 _ACEOF
22635 rm -f conftest.$ac_objext
22636 if { (ac_try="$ac_compile"
22637 case "(($ac_try" in
22638   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22639   *) ac_try_echo=$ac_try;;
22640 esac
22641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22642 $as_echo "$ac_try_echo") >&5
22643   (eval "$ac_compile") 2>conftest.er1
22644   ac_status=$?
22645   grep -v '^ *+' conftest.er1 >conftest.err
22646   rm -f conftest.er1
22647   cat conftest.err >&5
22648   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22649   (exit $ac_status); } && {
22650          test -z "$ac_c_werror_flag" ||
22651          test ! -s conftest.err
22652        } && test -s conftest.$ac_objext; then
22653   ac_cv_member_struct_mtget_mt_gstat=yes
22654 else
22655   $as_echo "$as_me: failed program was:" >&5
22656 sed 's/^/| /' conftest.$ac_ext >&5
22657
22658         cat >conftest.$ac_ext <<_ACEOF
22659 /* confdefs.h.  */
22660 _ACEOF
22661 cat confdefs.h >>conftest.$ac_ext
22662 cat >>conftest.$ac_ext <<_ACEOF
22663 /* end confdefs.h.  */
22664 #include <sys/types.h>
22665 #ifdef HAVE_SYS_MTIO_H
22666 #include <sys/mtio.h>
22667 #endif
22668
22669 int
22670 main ()
22671 {
22672 static struct mtget ac_aggr;
22673 if (sizeof ac_aggr.mt_gstat)
22674 return 0;
22675   ;
22676   return 0;
22677 }
22678 _ACEOF
22679 rm -f conftest.$ac_objext
22680 if { (ac_try="$ac_compile"
22681 case "(($ac_try" in
22682   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22683   *) ac_try_echo=$ac_try;;
22684 esac
22685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22686 $as_echo "$ac_try_echo") >&5
22687   (eval "$ac_compile") 2>conftest.er1
22688   ac_status=$?
22689   grep -v '^ *+' conftest.er1 >conftest.err
22690   rm -f conftest.er1
22691   cat conftest.err >&5
22692   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22693   (exit $ac_status); } && {
22694          test -z "$ac_c_werror_flag" ||
22695          test ! -s conftest.err
22696        } && test -s conftest.$ac_objext; then
22697   ac_cv_member_struct_mtget_mt_gstat=yes
22698 else
22699   $as_echo "$as_me: failed program was:" >&5
22700 sed 's/^/| /' conftest.$ac_ext >&5
22701
22702         ac_cv_member_struct_mtget_mt_gstat=no
22703 fi
22704
22705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22706 fi
22707
22708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22709 fi
22710 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22711 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22712 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22713
22714 cat >>confdefs.h <<_ACEOF
22715 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22716 _ACEOF
22717
22718
22719 fi
22720 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22721 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22722 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22723   $as_echo_n "(cached) " >&6
22724 else
22725   cat >conftest.$ac_ext <<_ACEOF
22726 /* confdefs.h.  */
22727 _ACEOF
22728 cat confdefs.h >>conftest.$ac_ext
22729 cat >>conftest.$ac_ext <<_ACEOF
22730 /* end confdefs.h.  */
22731 #include <sys/types.h>
22732 #ifdef HAVE_SYS_MTIO_H
22733 #include <sys/mtio.h>
22734 #endif
22735
22736 int
22737 main ()
22738 {
22739 static struct mtget ac_aggr;
22740 if (ac_aggr.mt_blkno)
22741 return 0;
22742   ;
22743   return 0;
22744 }
22745 _ACEOF
22746 rm -f conftest.$ac_objext
22747 if { (ac_try="$ac_compile"
22748 case "(($ac_try" in
22749   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22750   *) ac_try_echo=$ac_try;;
22751 esac
22752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22753 $as_echo "$ac_try_echo") >&5
22754   (eval "$ac_compile") 2>conftest.er1
22755   ac_status=$?
22756   grep -v '^ *+' conftest.er1 >conftest.err
22757   rm -f conftest.er1
22758   cat conftest.err >&5
22759   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22760   (exit $ac_status); } && {
22761          test -z "$ac_c_werror_flag" ||
22762          test ! -s conftest.err
22763        } && test -s conftest.$ac_objext; then
22764   ac_cv_member_struct_mtget_mt_blkno=yes
22765 else
22766   $as_echo "$as_me: failed program was:" >&5
22767 sed 's/^/| /' conftest.$ac_ext >&5
22768
22769         cat >conftest.$ac_ext <<_ACEOF
22770 /* confdefs.h.  */
22771 _ACEOF
22772 cat confdefs.h >>conftest.$ac_ext
22773 cat >>conftest.$ac_ext <<_ACEOF
22774 /* end confdefs.h.  */
22775 #include <sys/types.h>
22776 #ifdef HAVE_SYS_MTIO_H
22777 #include <sys/mtio.h>
22778 #endif
22779
22780 int
22781 main ()
22782 {
22783 static struct mtget ac_aggr;
22784 if (sizeof ac_aggr.mt_blkno)
22785 return 0;
22786   ;
22787   return 0;
22788 }
22789 _ACEOF
22790 rm -f conftest.$ac_objext
22791 if { (ac_try="$ac_compile"
22792 case "(($ac_try" in
22793   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22794   *) ac_try_echo=$ac_try;;
22795 esac
22796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22797 $as_echo "$ac_try_echo") >&5
22798   (eval "$ac_compile") 2>conftest.er1
22799   ac_status=$?
22800   grep -v '^ *+' conftest.er1 >conftest.err
22801   rm -f conftest.er1
22802   cat conftest.err >&5
22803   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22804   (exit $ac_status); } && {
22805          test -z "$ac_c_werror_flag" ||
22806          test ! -s conftest.err
22807        } && test -s conftest.$ac_objext; then
22808   ac_cv_member_struct_mtget_mt_blkno=yes
22809 else
22810   $as_echo "$as_me: failed program was:" >&5
22811 sed 's/^/| /' conftest.$ac_ext >&5
22812
22813         ac_cv_member_struct_mtget_mt_blkno=no
22814 fi
22815
22816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22817 fi
22818
22819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22820 fi
22821 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22822 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22823 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22824
22825 cat >>confdefs.h <<_ACEOF
22826 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22827 _ACEOF
22828
22829
22830 fi
22831
22832
22833 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22834 $as_echo_n "checking for struct option.name... " >&6; }
22835 if test "${ac_cv_member_struct_option_name+set}" = set; then
22836   $as_echo_n "(cached) " >&6
22837 else
22838   cat >conftest.$ac_ext <<_ACEOF
22839 /* confdefs.h.  */
22840 _ACEOF
22841 cat confdefs.h >>conftest.$ac_ext
22842 cat >>conftest.$ac_ext <<_ACEOF
22843 /* end confdefs.h.  */
22844 #ifdef HAVE_GETOPT_H
22845 #include <getopt.h>
22846 #endif
22847
22848 int
22849 main ()
22850 {
22851 static struct option ac_aggr;
22852 if (ac_aggr.name)
22853 return 0;
22854   ;
22855   return 0;
22856 }
22857 _ACEOF
22858 rm -f conftest.$ac_objext
22859 if { (ac_try="$ac_compile"
22860 case "(($ac_try" in
22861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22862   *) ac_try_echo=$ac_try;;
22863 esac
22864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22865 $as_echo "$ac_try_echo") >&5
22866   (eval "$ac_compile") 2>conftest.er1
22867   ac_status=$?
22868   grep -v '^ *+' conftest.er1 >conftest.err
22869   rm -f conftest.er1
22870   cat conftest.err >&5
22871   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22872   (exit $ac_status); } && {
22873          test -z "$ac_c_werror_flag" ||
22874          test ! -s conftest.err
22875        } && test -s conftest.$ac_objext; then
22876   ac_cv_member_struct_option_name=yes
22877 else
22878   $as_echo "$as_me: failed program was:" >&5
22879 sed 's/^/| /' conftest.$ac_ext >&5
22880
22881         cat >conftest.$ac_ext <<_ACEOF
22882 /* confdefs.h.  */
22883 _ACEOF
22884 cat confdefs.h >>conftest.$ac_ext
22885 cat >>conftest.$ac_ext <<_ACEOF
22886 /* end confdefs.h.  */
22887 #ifdef HAVE_GETOPT_H
22888 #include <getopt.h>
22889 #endif
22890
22891 int
22892 main ()
22893 {
22894 static struct option ac_aggr;
22895 if (sizeof ac_aggr.name)
22896 return 0;
22897   ;
22898   return 0;
22899 }
22900 _ACEOF
22901 rm -f conftest.$ac_objext
22902 if { (ac_try="$ac_compile"
22903 case "(($ac_try" in
22904   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22905   *) ac_try_echo=$ac_try;;
22906 esac
22907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22908 $as_echo "$ac_try_echo") >&5
22909   (eval "$ac_compile") 2>conftest.er1
22910   ac_status=$?
22911   grep -v '^ *+' conftest.er1 >conftest.err
22912   rm -f conftest.er1
22913   cat conftest.err >&5
22914   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22915   (exit $ac_status); } && {
22916          test -z "$ac_c_werror_flag" ||
22917          test ! -s conftest.err
22918        } && test -s conftest.$ac_objext; then
22919   ac_cv_member_struct_option_name=yes
22920 else
22921   $as_echo "$as_me: failed program was:" >&5
22922 sed 's/^/| /' conftest.$ac_ext >&5
22923
22924         ac_cv_member_struct_option_name=no
22925 fi
22926
22927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22928 fi
22929
22930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22931 fi
22932 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22933 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22934 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22935
22936 cat >>confdefs.h <<_ACEOF
22937 #define HAVE_STRUCT_OPTION_NAME 1
22938 _ACEOF
22939
22940
22941 fi
22942
22943
22944 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22945 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22946 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22947   $as_echo_n "(cached) " >&6
22948 else
22949   cat >conftest.$ac_ext <<_ACEOF
22950 /* confdefs.h.  */
22951 _ACEOF
22952 cat confdefs.h >>conftest.$ac_ext
22953 cat >>conftest.$ac_ext <<_ACEOF
22954 /* end confdefs.h.  */
22955 $ac_includes_default
22956 int
22957 main ()
22958 {
22959 static struct stat ac_aggr;
22960 if (ac_aggr.st_blocks)
22961 return 0;
22962   ;
22963   return 0;
22964 }
22965 _ACEOF
22966 rm -f conftest.$ac_objext
22967 if { (ac_try="$ac_compile"
22968 case "(($ac_try" in
22969   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22970   *) ac_try_echo=$ac_try;;
22971 esac
22972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22973 $as_echo "$ac_try_echo") >&5
22974   (eval "$ac_compile") 2>conftest.er1
22975   ac_status=$?
22976   grep -v '^ *+' conftest.er1 >conftest.err
22977   rm -f conftest.er1
22978   cat conftest.err >&5
22979   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22980   (exit $ac_status); } && {
22981          test -z "$ac_c_werror_flag" ||
22982          test ! -s conftest.err
22983        } && test -s conftest.$ac_objext; then
22984   ac_cv_member_struct_stat_st_blocks=yes
22985 else
22986   $as_echo "$as_me: failed program was:" >&5
22987 sed 's/^/| /' conftest.$ac_ext >&5
22988
22989         cat >conftest.$ac_ext <<_ACEOF
22990 /* confdefs.h.  */
22991 _ACEOF
22992 cat confdefs.h >>conftest.$ac_ext
22993 cat >>conftest.$ac_ext <<_ACEOF
22994 /* end confdefs.h.  */
22995 $ac_includes_default
22996 int
22997 main ()
22998 {
22999 static struct stat ac_aggr;
23000 if (sizeof ac_aggr.st_blocks)
23001 return 0;
23002   ;
23003   return 0;
23004 }
23005 _ACEOF
23006 rm -f conftest.$ac_objext
23007 if { (ac_try="$ac_compile"
23008 case "(($ac_try" in
23009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23010   *) ac_try_echo=$ac_try;;
23011 esac
23012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23013 $as_echo "$ac_try_echo") >&5
23014   (eval "$ac_compile") 2>conftest.er1
23015   ac_status=$?
23016   grep -v '^ *+' conftest.er1 >conftest.err
23017   rm -f conftest.er1
23018   cat conftest.err >&5
23019   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23020   (exit $ac_status); } && {
23021          test -z "$ac_c_werror_flag" ||
23022          test ! -s conftest.err
23023        } && test -s conftest.$ac_objext; then
23024   ac_cv_member_struct_stat_st_blocks=yes
23025 else
23026   $as_echo "$as_me: failed program was:" >&5
23027 sed 's/^/| /' conftest.$ac_ext >&5
23028
23029         ac_cv_member_struct_stat_st_blocks=no
23030 fi
23031
23032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23033 fi
23034
23035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23036 fi
23037 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23038 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23039 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23040
23041 cat >>confdefs.h <<_ACEOF
23042 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23043 _ACEOF
23044
23045
23046 fi
23047 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23048 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23049 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23050   $as_echo_n "(cached) " >&6
23051 else
23052   cat >conftest.$ac_ext <<_ACEOF
23053 /* confdefs.h.  */
23054 _ACEOF
23055 cat confdefs.h >>conftest.$ac_ext
23056 cat >>conftest.$ac_ext <<_ACEOF
23057 /* end confdefs.h.  */
23058 $ac_includes_default
23059 int
23060 main ()
23061 {
23062 static struct stat ac_aggr;
23063 if (ac_aggr.st_mtim)
23064 return 0;
23065   ;
23066   return 0;
23067 }
23068 _ACEOF
23069 rm -f conftest.$ac_objext
23070 if { (ac_try="$ac_compile"
23071 case "(($ac_try" in
23072   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23073   *) ac_try_echo=$ac_try;;
23074 esac
23075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23076 $as_echo "$ac_try_echo") >&5
23077   (eval "$ac_compile") 2>conftest.er1
23078   ac_status=$?
23079   grep -v '^ *+' conftest.er1 >conftest.err
23080   rm -f conftest.er1
23081   cat conftest.err >&5
23082   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23083   (exit $ac_status); } && {
23084          test -z "$ac_c_werror_flag" ||
23085          test ! -s conftest.err
23086        } && test -s conftest.$ac_objext; then
23087   ac_cv_member_struct_stat_st_mtim=yes
23088 else
23089   $as_echo "$as_me: failed program was:" >&5
23090 sed 's/^/| /' conftest.$ac_ext >&5
23091
23092         cat >conftest.$ac_ext <<_ACEOF
23093 /* confdefs.h.  */
23094 _ACEOF
23095 cat confdefs.h >>conftest.$ac_ext
23096 cat >>conftest.$ac_ext <<_ACEOF
23097 /* end confdefs.h.  */
23098 $ac_includes_default
23099 int
23100 main ()
23101 {
23102 static struct stat ac_aggr;
23103 if (sizeof ac_aggr.st_mtim)
23104 return 0;
23105   ;
23106   return 0;
23107 }
23108 _ACEOF
23109 rm -f conftest.$ac_objext
23110 if { (ac_try="$ac_compile"
23111 case "(($ac_try" in
23112   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23113   *) ac_try_echo=$ac_try;;
23114 esac
23115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23116 $as_echo "$ac_try_echo") >&5
23117   (eval "$ac_compile") 2>conftest.er1
23118   ac_status=$?
23119   grep -v '^ *+' conftest.er1 >conftest.err
23120   rm -f conftest.er1
23121   cat conftest.err >&5
23122   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23123   (exit $ac_status); } && {
23124          test -z "$ac_c_werror_flag" ||
23125          test ! -s conftest.err
23126        } && test -s conftest.$ac_objext; then
23127   ac_cv_member_struct_stat_st_mtim=yes
23128 else
23129   $as_echo "$as_me: failed program was:" >&5
23130 sed 's/^/| /' conftest.$ac_ext >&5
23131
23132         ac_cv_member_struct_stat_st_mtim=no
23133 fi
23134
23135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23136 fi
23137
23138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23139 fi
23140 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23141 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23142 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23143
23144 cat >>confdefs.h <<_ACEOF
23145 #define HAVE_STRUCT_STAT_ST_MTIM 1
23146 _ACEOF
23147
23148
23149 fi
23150 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23151 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23152 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23153   $as_echo_n "(cached) " >&6
23154 else
23155   cat >conftest.$ac_ext <<_ACEOF
23156 /* confdefs.h.  */
23157 _ACEOF
23158 cat confdefs.h >>conftest.$ac_ext
23159 cat >>conftest.$ac_ext <<_ACEOF
23160 /* end confdefs.h.  */
23161 $ac_includes_default
23162 int
23163 main ()
23164 {
23165 static struct stat ac_aggr;
23166 if (ac_aggr.st_ctim)
23167 return 0;
23168   ;
23169   return 0;
23170 }
23171 _ACEOF
23172 rm -f conftest.$ac_objext
23173 if { (ac_try="$ac_compile"
23174 case "(($ac_try" in
23175   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23176   *) ac_try_echo=$ac_try;;
23177 esac
23178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23179 $as_echo "$ac_try_echo") >&5
23180   (eval "$ac_compile") 2>conftest.er1
23181   ac_status=$?
23182   grep -v '^ *+' conftest.er1 >conftest.err
23183   rm -f conftest.er1
23184   cat conftest.err >&5
23185   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23186   (exit $ac_status); } && {
23187          test -z "$ac_c_werror_flag" ||
23188          test ! -s conftest.err
23189        } && test -s conftest.$ac_objext; then
23190   ac_cv_member_struct_stat_st_ctim=yes
23191 else
23192   $as_echo "$as_me: failed program was:" >&5
23193 sed 's/^/| /' conftest.$ac_ext >&5
23194
23195         cat >conftest.$ac_ext <<_ACEOF
23196 /* confdefs.h.  */
23197 _ACEOF
23198 cat confdefs.h >>conftest.$ac_ext
23199 cat >>conftest.$ac_ext <<_ACEOF
23200 /* end confdefs.h.  */
23201 $ac_includes_default
23202 int
23203 main ()
23204 {
23205 static struct stat ac_aggr;
23206 if (sizeof ac_aggr.st_ctim)
23207 return 0;
23208   ;
23209   return 0;
23210 }
23211 _ACEOF
23212 rm -f conftest.$ac_objext
23213 if { (ac_try="$ac_compile"
23214 case "(($ac_try" in
23215   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23216   *) ac_try_echo=$ac_try;;
23217 esac
23218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23219 $as_echo "$ac_try_echo") >&5
23220   (eval "$ac_compile") 2>conftest.er1
23221   ac_status=$?
23222   grep -v '^ *+' conftest.er1 >conftest.err
23223   rm -f conftest.er1
23224   cat conftest.err >&5
23225   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23226   (exit $ac_status); } && {
23227          test -z "$ac_c_werror_flag" ||
23228          test ! -s conftest.err
23229        } && test -s conftest.$ac_objext; then
23230   ac_cv_member_struct_stat_st_ctim=yes
23231 else
23232   $as_echo "$as_me: failed program was:" >&5
23233 sed 's/^/| /' conftest.$ac_ext >&5
23234
23235         ac_cv_member_struct_stat_st_ctim=no
23236 fi
23237
23238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23239 fi
23240
23241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23242 fi
23243 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23244 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23245 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23246
23247 cat >>confdefs.h <<_ACEOF
23248 #define HAVE_STRUCT_STAT_ST_CTIM 1
23249 _ACEOF
23250
23251
23252 fi
23253 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23254 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23255 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23256   $as_echo_n "(cached) " >&6
23257 else
23258   cat >conftest.$ac_ext <<_ACEOF
23259 /* confdefs.h.  */
23260 _ACEOF
23261 cat confdefs.h >>conftest.$ac_ext
23262 cat >>conftest.$ac_ext <<_ACEOF
23263 /* end confdefs.h.  */
23264 $ac_includes_default
23265 int
23266 main ()
23267 {
23268 static struct stat ac_aggr;
23269 if (ac_aggr.st_atim)
23270 return 0;
23271   ;
23272   return 0;
23273 }
23274 _ACEOF
23275 rm -f conftest.$ac_objext
23276 if { (ac_try="$ac_compile"
23277 case "(($ac_try" in
23278   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23279   *) ac_try_echo=$ac_try;;
23280 esac
23281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23282 $as_echo "$ac_try_echo") >&5
23283   (eval "$ac_compile") 2>conftest.er1
23284   ac_status=$?
23285   grep -v '^ *+' conftest.er1 >conftest.err
23286   rm -f conftest.er1
23287   cat conftest.err >&5
23288   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23289   (exit $ac_status); } && {
23290          test -z "$ac_c_werror_flag" ||
23291          test ! -s conftest.err
23292        } && test -s conftest.$ac_objext; then
23293   ac_cv_member_struct_stat_st_atim=yes
23294 else
23295   $as_echo "$as_me: failed program was:" >&5
23296 sed 's/^/| /' conftest.$ac_ext >&5
23297
23298         cat >conftest.$ac_ext <<_ACEOF
23299 /* confdefs.h.  */
23300 _ACEOF
23301 cat confdefs.h >>conftest.$ac_ext
23302 cat >>conftest.$ac_ext <<_ACEOF
23303 /* end confdefs.h.  */
23304 $ac_includes_default
23305 int
23306 main ()
23307 {
23308 static struct stat ac_aggr;
23309 if (sizeof ac_aggr.st_atim)
23310 return 0;
23311   ;
23312   return 0;
23313 }
23314 _ACEOF
23315 rm -f conftest.$ac_objext
23316 if { (ac_try="$ac_compile"
23317 case "(($ac_try" in
23318   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23319   *) ac_try_echo=$ac_try;;
23320 esac
23321 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23322 $as_echo "$ac_try_echo") >&5
23323   (eval "$ac_compile") 2>conftest.er1
23324   ac_status=$?
23325   grep -v '^ *+' conftest.er1 >conftest.err
23326   rm -f conftest.er1
23327   cat conftest.err >&5
23328   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23329   (exit $ac_status); } && {
23330          test -z "$ac_c_werror_flag" ||
23331          test ! -s conftest.err
23332        } && test -s conftest.$ac_objext; then
23333   ac_cv_member_struct_stat_st_atim=yes
23334 else
23335   $as_echo "$as_me: failed program was:" >&5
23336 sed 's/^/| /' conftest.$ac_ext >&5
23337
23338         ac_cv_member_struct_stat_st_atim=no
23339 fi
23340
23341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23342 fi
23343
23344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23345 fi
23346 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23347 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23348 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23349
23350 cat >>confdefs.h <<_ACEOF
23351 #define HAVE_STRUCT_STAT_ST_ATIM 1
23352 _ACEOF
23353
23354
23355 fi
23356
23357
23358 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23359 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23360 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23361   $as_echo_n "(cached) " >&6
23362 else
23363   cat >conftest.$ac_ext <<_ACEOF
23364 /* confdefs.h.  */
23365 _ACEOF
23366 cat confdefs.h >>conftest.$ac_ext
23367 cat >>conftest.$ac_ext <<_ACEOF
23368 /* end confdefs.h.  */
23369 #ifdef HAVE_SYS_TYPES_H
23370 #include <sys/types.h>
23371 #endif
23372 #ifdef HAVE_NETINET_IN_H
23373 #include <netinet/in.h>
23374 #endif
23375
23376 int
23377 main ()
23378 {
23379 static struct sockaddr_in6 ac_aggr;
23380 if (ac_aggr.sin6_scope_id)
23381 return 0;
23382   ;
23383   return 0;
23384 }
23385 _ACEOF
23386 rm -f conftest.$ac_objext
23387 if { (ac_try="$ac_compile"
23388 case "(($ac_try" in
23389   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23390   *) ac_try_echo=$ac_try;;
23391 esac
23392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23393 $as_echo "$ac_try_echo") >&5
23394   (eval "$ac_compile") 2>conftest.er1
23395   ac_status=$?
23396   grep -v '^ *+' conftest.er1 >conftest.err
23397   rm -f conftest.er1
23398   cat conftest.err >&5
23399   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23400   (exit $ac_status); } && {
23401          test -z "$ac_c_werror_flag" ||
23402          test ! -s conftest.err
23403        } && test -s conftest.$ac_objext; then
23404   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23405 else
23406   $as_echo "$as_me: failed program was:" >&5
23407 sed 's/^/| /' conftest.$ac_ext >&5
23408
23409         cat >conftest.$ac_ext <<_ACEOF
23410 /* confdefs.h.  */
23411 _ACEOF
23412 cat confdefs.h >>conftest.$ac_ext
23413 cat >>conftest.$ac_ext <<_ACEOF
23414 /* end confdefs.h.  */
23415 #ifdef HAVE_SYS_TYPES_H
23416 #include <sys/types.h>
23417 #endif
23418 #ifdef HAVE_NETINET_IN_H
23419 #include <netinet/in.h>
23420 #endif
23421
23422 int
23423 main ()
23424 {
23425 static struct sockaddr_in6 ac_aggr;
23426 if (sizeof ac_aggr.sin6_scope_id)
23427 return 0;
23428   ;
23429   return 0;
23430 }
23431 _ACEOF
23432 rm -f conftest.$ac_objext
23433 if { (ac_try="$ac_compile"
23434 case "(($ac_try" in
23435   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23436   *) ac_try_echo=$ac_try;;
23437 esac
23438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23439 $as_echo "$ac_try_echo") >&5
23440   (eval "$ac_compile") 2>conftest.er1
23441   ac_status=$?
23442   grep -v '^ *+' conftest.er1 >conftest.err
23443   rm -f conftest.er1
23444   cat conftest.err >&5
23445   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23446   (exit $ac_status); } && {
23447          test -z "$ac_c_werror_flag" ||
23448          test ! -s conftest.err
23449        } && test -s conftest.$ac_objext; then
23450   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23451 else
23452   $as_echo "$as_me: failed program was:" >&5
23453 sed 's/^/| /' conftest.$ac_ext >&5
23454
23455         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23456 fi
23457
23458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23459 fi
23460
23461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23462 fi
23463 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23464 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23465 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23466
23467 cat >>confdefs.h <<_ACEOF
23468 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23469 _ACEOF
23470
23471
23472 fi
23473
23474
23475 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23476 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23477 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23478   $as_echo_n "(cached) " >&6
23479 else
23480   cat >conftest.$ac_ext <<_ACEOF
23481 /* confdefs.h.  */
23482 _ACEOF
23483 cat confdefs.h >>conftest.$ac_ext
23484 cat >>conftest.$ac_ext <<_ACEOF
23485 /* end confdefs.h.  */
23486 #ifdef HAVE_SYS_TYPES_H
23487 #include <sys/types.h>
23488 #endif
23489 #ifdef HAVE_NETINET_IN_H
23490 # include <netinet/in.h>
23491 #endif
23492 #ifdef HAVE_ARPA_NAMESER_H
23493 # include <arpa/nameser.h>
23494 #endif
23495
23496 int
23497 main ()
23498 {
23499 static ns_msg ac_aggr;
23500 if (ac_aggr._msg_ptr)
23501 return 0;
23502   ;
23503   return 0;
23504 }
23505 _ACEOF
23506 rm -f conftest.$ac_objext
23507 if { (ac_try="$ac_compile"
23508 case "(($ac_try" in
23509   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23510   *) ac_try_echo=$ac_try;;
23511 esac
23512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23513 $as_echo "$ac_try_echo") >&5
23514   (eval "$ac_compile") 2>conftest.er1
23515   ac_status=$?
23516   grep -v '^ *+' conftest.er1 >conftest.err
23517   rm -f conftest.er1
23518   cat conftest.err >&5
23519   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23520   (exit $ac_status); } && {
23521          test -z "$ac_c_werror_flag" ||
23522          test ! -s conftest.err
23523        } && test -s conftest.$ac_objext; then
23524   ac_cv_member_ns_msg__msg_ptr=yes
23525 else
23526   $as_echo "$as_me: failed program was:" >&5
23527 sed 's/^/| /' conftest.$ac_ext >&5
23528
23529         cat >conftest.$ac_ext <<_ACEOF
23530 /* confdefs.h.  */
23531 _ACEOF
23532 cat confdefs.h >>conftest.$ac_ext
23533 cat >>conftest.$ac_ext <<_ACEOF
23534 /* end confdefs.h.  */
23535 #ifdef HAVE_SYS_TYPES_H
23536 #include <sys/types.h>
23537 #endif
23538 #ifdef HAVE_NETINET_IN_H
23539 # include <netinet/in.h>
23540 #endif
23541 #ifdef HAVE_ARPA_NAMESER_H
23542 # include <arpa/nameser.h>
23543 #endif
23544
23545 int
23546 main ()
23547 {
23548 static ns_msg ac_aggr;
23549 if (sizeof ac_aggr._msg_ptr)
23550 return 0;
23551   ;
23552   return 0;
23553 }
23554 _ACEOF
23555 rm -f conftest.$ac_objext
23556 if { (ac_try="$ac_compile"
23557 case "(($ac_try" in
23558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23559   *) ac_try_echo=$ac_try;;
23560 esac
23561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23562 $as_echo "$ac_try_echo") >&5
23563   (eval "$ac_compile") 2>conftest.er1
23564   ac_status=$?
23565   grep -v '^ *+' conftest.er1 >conftest.err
23566   rm -f conftest.er1
23567   cat conftest.err >&5
23568   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23569   (exit $ac_status); } && {
23570          test -z "$ac_c_werror_flag" ||
23571          test ! -s conftest.err
23572        } && test -s conftest.$ac_objext; then
23573   ac_cv_member_ns_msg__msg_ptr=yes
23574 else
23575   $as_echo "$as_me: failed program was:" >&5
23576 sed 's/^/| /' conftest.$ac_ext >&5
23577
23578         ac_cv_member_ns_msg__msg_ptr=no
23579 fi
23580
23581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23582 fi
23583
23584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23585 fi
23586 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23587 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23588 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23589
23590 cat >>confdefs.h <<_ACEOF
23591 #define HAVE_NS_MSG__MSG_PTR 1
23592 _ACEOF
23593
23594
23595 fi
23596
23597
23598 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23599 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23600 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23601   $as_echo_n "(cached) " >&6
23602 else
23603   cat >conftest.$ac_ext <<_ACEOF
23604 /* confdefs.h.  */
23605 _ACEOF
23606 cat confdefs.h >>conftest.$ac_ext
23607 cat >>conftest.$ac_ext <<_ACEOF
23608 /* end confdefs.h.  */
23609 #ifdef HAVE_SYS_TYPES_H
23610 #include <sys/types.h>
23611 #endif
23612 #ifdef HAVE_ALIAS_H
23613 #include <alias.h>
23614 #endif
23615 #ifdef HAVE_SYS_SOCKET_H
23616 #include <sys/socket.h>
23617 #endif
23618 #ifdef HAVE_SYS_SOCKETVAR_H
23619 #include <sys/socketvar.h>
23620 #endif
23621 #ifdef HAVE_SYS_TIMEOUT_H
23622 #include <sys/timeout.h>
23623 #endif
23624 #ifdef HAVE_NETINET_IN_H
23625 #include <netinet/in.h>
23626 #endif
23627 #ifdef HAVE_NETINET_IN_SYSTM_H
23628 #include <netinet/in_systm.h>
23629 #endif
23630 #ifdef HAVE_NETINET_IP_H
23631 #include <netinet/ip.h>
23632 #endif
23633 #ifdef HAVE_NETINET_IP_VAR_H
23634 #include <netinet/ip_var.h>
23635 #endif
23636 #ifdef HAVE_NETINET_IP_ICMP_H
23637 #include <netinet/ip_icmp.h>
23638 #endif
23639 #ifdef HAVE_NETINET_ICMP_VAR
23640 #include <netinet/icmp_var.h>
23641 #endif
23642
23643 int
23644 main ()
23645 {
23646 static struct icmpstat ac_aggr;
23647 if (ac_aggr.icps_outhist)
23648 return 0;
23649   ;
23650   return 0;
23651 }
23652 _ACEOF
23653 rm -f conftest.$ac_objext
23654 if { (ac_try="$ac_compile"
23655 case "(($ac_try" in
23656   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23657   *) ac_try_echo=$ac_try;;
23658 esac
23659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23660 $as_echo "$ac_try_echo") >&5
23661   (eval "$ac_compile") 2>conftest.er1
23662   ac_status=$?
23663   grep -v '^ *+' conftest.er1 >conftest.err
23664   rm -f conftest.er1
23665   cat conftest.err >&5
23666   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23667   (exit $ac_status); } && {
23668          test -z "$ac_c_werror_flag" ||
23669          test ! -s conftest.err
23670        } && test -s conftest.$ac_objext; then
23671   ac_cv_member_struct_icmpstat_icps_outhist=yes
23672 else
23673   $as_echo "$as_me: failed program was:" >&5
23674 sed 's/^/| /' conftest.$ac_ext >&5
23675
23676         cat >conftest.$ac_ext <<_ACEOF
23677 /* confdefs.h.  */
23678 _ACEOF
23679 cat confdefs.h >>conftest.$ac_ext
23680 cat >>conftest.$ac_ext <<_ACEOF
23681 /* end confdefs.h.  */
23682 #ifdef HAVE_SYS_TYPES_H
23683 #include <sys/types.h>
23684 #endif
23685 #ifdef HAVE_ALIAS_H
23686 #include <alias.h>
23687 #endif
23688 #ifdef HAVE_SYS_SOCKET_H
23689 #include <sys/socket.h>
23690 #endif
23691 #ifdef HAVE_SYS_SOCKETVAR_H
23692 #include <sys/socketvar.h>
23693 #endif
23694 #ifdef HAVE_SYS_TIMEOUT_H
23695 #include <sys/timeout.h>
23696 #endif
23697 #ifdef HAVE_NETINET_IN_H
23698 #include <netinet/in.h>
23699 #endif
23700 #ifdef HAVE_NETINET_IN_SYSTM_H
23701 #include <netinet/in_systm.h>
23702 #endif
23703 #ifdef HAVE_NETINET_IP_H
23704 #include <netinet/ip.h>
23705 #endif
23706 #ifdef HAVE_NETINET_IP_VAR_H
23707 #include <netinet/ip_var.h>
23708 #endif
23709 #ifdef HAVE_NETINET_IP_ICMP_H
23710 #include <netinet/ip_icmp.h>
23711 #endif
23712 #ifdef HAVE_NETINET_ICMP_VAR
23713 #include <netinet/icmp_var.h>
23714 #endif
23715
23716 int
23717 main ()
23718 {
23719 static struct icmpstat ac_aggr;
23720 if (sizeof ac_aggr.icps_outhist)
23721 return 0;
23722   ;
23723   return 0;
23724 }
23725 _ACEOF
23726 rm -f conftest.$ac_objext
23727 if { (ac_try="$ac_compile"
23728 case "(($ac_try" in
23729   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23730   *) ac_try_echo=$ac_try;;
23731 esac
23732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23733 $as_echo "$ac_try_echo") >&5
23734   (eval "$ac_compile") 2>conftest.er1
23735   ac_status=$?
23736   grep -v '^ *+' conftest.er1 >conftest.err
23737   rm -f conftest.er1
23738   cat conftest.err >&5
23739   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23740   (exit $ac_status); } && {
23741          test -z "$ac_c_werror_flag" ||
23742          test ! -s conftest.err
23743        } && test -s conftest.$ac_objext; then
23744   ac_cv_member_struct_icmpstat_icps_outhist=yes
23745 else
23746   $as_echo "$as_me: failed program was:" >&5
23747 sed 's/^/| /' conftest.$ac_ext >&5
23748
23749         ac_cv_member_struct_icmpstat_icps_outhist=no
23750 fi
23751
23752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23753 fi
23754
23755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23756 fi
23757 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23758 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23759 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23760
23761 cat >>confdefs.h <<_ACEOF
23762 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23763 _ACEOF
23764
23765
23766 fi
23767
23768
23769 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23770 $as_echo_n "checking for timezone variable... " >&6; }
23771 if test "${ac_cv_have_timezone+set}" = set; then
23772   $as_echo_n "(cached) " >&6
23773 else
23774   cat >conftest.$ac_ext <<_ACEOF
23775 /* confdefs.h.  */
23776 _ACEOF
23777 cat confdefs.h >>conftest.$ac_ext
23778 cat >>conftest.$ac_ext <<_ACEOF
23779 /* end confdefs.h.  */
23780 #include <time.h>
23781 int
23782 main ()
23783 {
23784 timezone = 1
23785   ;
23786   return 0;
23787 }
23788 _ACEOF
23789 rm -f conftest.$ac_objext conftest$ac_exeext
23790 if { (ac_try="$ac_link"
23791 case "(($ac_try" in
23792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23793   *) ac_try_echo=$ac_try;;
23794 esac
23795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23796 $as_echo "$ac_try_echo") >&5
23797   (eval "$ac_link") 2>conftest.er1
23798   ac_status=$?
23799   grep -v '^ *+' conftest.er1 >conftest.err
23800   rm -f conftest.er1
23801   cat conftest.err >&5
23802   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23803   (exit $ac_status); } && {
23804          test -z "$ac_c_werror_flag" ||
23805          test ! -s conftest.err
23806        } && test -s conftest$ac_exeext && {
23807          test "$cross_compiling" = yes ||
23808          $as_test_x conftest$ac_exeext
23809        }; then
23810   ac_cv_have_timezone="yes"
23811 else
23812   $as_echo "$as_me: failed program was:" >&5
23813 sed 's/^/| /' conftest.$ac_ext >&5
23814
23815         ac_cv_have_timezone="no"
23816 fi
23817
23818 rm -rf conftest.dSYM
23819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23820       conftest$ac_exeext conftest.$ac_ext
23821 fi
23822 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23823 $as_echo "$ac_cv_have_timezone" >&6; }
23824 if test "$ac_cv_have_timezone" = "yes"
23825 then
23826
23827 cat >>confdefs.h <<\_ACEOF
23828 #define HAVE_TIMEZONE 1
23829 _ACEOF
23830
23831 fi
23832 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23833 $as_echo_n "checking for daylight variable... " >&6; }
23834 if test "${ac_cv_have_daylight+set}" = set; then
23835   $as_echo_n "(cached) " >&6
23836 else
23837   cat >conftest.$ac_ext <<_ACEOF
23838 /* confdefs.h.  */
23839 _ACEOF
23840 cat confdefs.h >>conftest.$ac_ext
23841 cat >>conftest.$ac_ext <<_ACEOF
23842 /* end confdefs.h.  */
23843 #include <time.h>
23844 int
23845 main ()
23846 {
23847 daylight = 1
23848   ;
23849   return 0;
23850 }
23851 _ACEOF
23852 rm -f conftest.$ac_objext conftest$ac_exeext
23853 if { (ac_try="$ac_link"
23854 case "(($ac_try" in
23855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23856   *) ac_try_echo=$ac_try;;
23857 esac
23858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23859 $as_echo "$ac_try_echo") >&5
23860   (eval "$ac_link") 2>conftest.er1
23861   ac_status=$?
23862   grep -v '^ *+' conftest.er1 >conftest.err
23863   rm -f conftest.er1
23864   cat conftest.err >&5
23865   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23866   (exit $ac_status); } && {
23867          test -z "$ac_c_werror_flag" ||
23868          test ! -s conftest.err
23869        } && test -s conftest$ac_exeext && {
23870          test "$cross_compiling" = yes ||
23871          $as_test_x conftest$ac_exeext
23872        }; then
23873   ac_cv_have_daylight="yes"
23874 else
23875   $as_echo "$as_me: failed program was:" >&5
23876 sed 's/^/| /' conftest.$ac_ext >&5
23877
23878         ac_cv_have_daylight="no"
23879 fi
23880
23881 rm -rf conftest.dSYM
23882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23883       conftest$ac_exeext conftest.$ac_ext
23884 fi
23885 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23886 $as_echo "$ac_cv_have_daylight" >&6; }
23887 if test "$ac_cv_have_daylight" = "yes"
23888 then
23889
23890 cat >>confdefs.h <<\_ACEOF
23891 #define HAVE_DAYLIGHT 1
23892 _ACEOF
23893
23894 fi
23895
23896 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23897 $as_echo_n "checking for isinf... " >&6; }
23898 if test "${ac_cv_have_isinf+set}" = set; then
23899   $as_echo_n "(cached) " >&6
23900 else
23901   cat >conftest.$ac_ext <<_ACEOF
23902 /* confdefs.h.  */
23903 _ACEOF
23904 cat confdefs.h >>conftest.$ac_ext
23905 cat >>conftest.$ac_ext <<_ACEOF
23906 /* end confdefs.h.  */
23907 #include <math.h>
23908 int
23909 main ()
23910 {
23911 float f = 0.0; int i=isinf(f)
23912   ;
23913   return 0;
23914 }
23915 _ACEOF
23916 rm -f conftest.$ac_objext conftest$ac_exeext
23917 if { (ac_try="$ac_link"
23918 case "(($ac_try" in
23919   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23920   *) ac_try_echo=$ac_try;;
23921 esac
23922 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23923 $as_echo "$ac_try_echo") >&5
23924   (eval "$ac_link") 2>conftest.er1
23925   ac_status=$?
23926   grep -v '^ *+' conftest.er1 >conftest.err
23927   rm -f conftest.er1
23928   cat conftest.err >&5
23929   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23930   (exit $ac_status); } && {
23931          test -z "$ac_c_werror_flag" ||
23932          test ! -s conftest.err
23933        } && test -s conftest$ac_exeext && {
23934          test "$cross_compiling" = yes ||
23935          $as_test_x conftest$ac_exeext
23936        }; then
23937   ac_cv_have_isinf="yes"
23938 else
23939   $as_echo "$as_me: failed program was:" >&5
23940 sed 's/^/| /' conftest.$ac_ext >&5
23941
23942         ac_cv_have_isinf="no"
23943 fi
23944
23945 rm -rf conftest.dSYM
23946 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23947       conftest$ac_exeext conftest.$ac_ext
23948 fi
23949 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23950 $as_echo "$ac_cv_have_isinf" >&6; }
23951 if test "$ac_cv_have_isinf" = "yes"
23952 then
23953
23954 cat >>confdefs.h <<\_ACEOF
23955 #define HAVE_ISINF 1
23956 _ACEOF
23957
23958 fi
23959
23960 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23961 $as_echo_n "checking for isnan... " >&6; }
23962 if test "${ac_cv_have_isnan+set}" = set; then
23963   $as_echo_n "(cached) " >&6
23964 else
23965   cat >conftest.$ac_ext <<_ACEOF
23966 /* confdefs.h.  */
23967 _ACEOF
23968 cat confdefs.h >>conftest.$ac_ext
23969 cat >>conftest.$ac_ext <<_ACEOF
23970 /* end confdefs.h.  */
23971 #include <math.h>
23972 int
23973 main ()
23974 {
23975 float f = 0.0; int i=isnan(f)
23976   ;
23977   return 0;
23978 }
23979 _ACEOF
23980 rm -f conftest.$ac_objext conftest$ac_exeext
23981 if { (ac_try="$ac_link"
23982 case "(($ac_try" in
23983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23984   *) ac_try_echo=$ac_try;;
23985 esac
23986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23987 $as_echo "$ac_try_echo") >&5
23988   (eval "$ac_link") 2>conftest.er1
23989   ac_status=$?
23990   grep -v '^ *+' conftest.er1 >conftest.err
23991   rm -f conftest.er1
23992   cat conftest.err >&5
23993   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23994   (exit $ac_status); } && {
23995          test -z "$ac_c_werror_flag" ||
23996          test ! -s conftest.err
23997        } && test -s conftest$ac_exeext && {
23998          test "$cross_compiling" = yes ||
23999          $as_test_x conftest$ac_exeext
24000        }; then
24001   ac_cv_have_isnan="yes"
24002 else
24003   $as_echo "$as_me: failed program was:" >&5
24004 sed 's/^/| /' conftest.$ac_ext >&5
24005
24006         ac_cv_have_isnan="no"
24007 fi
24008
24009 rm -rf conftest.dSYM
24010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24011       conftest$ac_exeext conftest.$ac_ext
24012 fi
24013 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24014 $as_echo "$ac_cv_have_isnan" >&6; }
24015 if test "$ac_cv_have_isnan" = "yes"
24016 then
24017
24018 cat >>confdefs.h <<\_ACEOF
24019 #define HAVE_ISNAN 1
24020 _ACEOF
24021
24022 fi
24023
24024
24025 case $host_cpu in
24026   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24027 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24028 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24029   $as_echo_n "(cached) " >&6
24030 else
24031   cat >conftest.$ac_ext <<_ACEOF
24032 /* confdefs.h.  */
24033 _ACEOF
24034 cat confdefs.h >>conftest.$ac_ext
24035 cat >>conftest.$ac_ext <<_ACEOF
24036 /* end confdefs.h.  */
24037 #ifndef __i386__
24038 yes
24039 #endif
24040 _ACEOF
24041 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24042   $EGREP "yes" >/dev/null 2>&1; then
24043   ac_cv_cpp_def___i386__=yes
24044 else
24045   ac_cv_cpp_def___i386__=no
24046 fi
24047 rm -f conftest*
24048
24049 fi
24050 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24051 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24052 if test $ac_cv_cpp_def___i386__ = yes; then
24053   CFLAGS="$CFLAGS -D__i386__"
24054   LINTFLAGS="$LINTFLAGS -D__i386__"
24055 fi
24056  ;;
24057   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24058 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24059 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24060   $as_echo_n "(cached) " >&6
24061 else
24062   cat >conftest.$ac_ext <<_ACEOF
24063 /* confdefs.h.  */
24064 _ACEOF
24065 cat confdefs.h >>conftest.$ac_ext
24066 cat >>conftest.$ac_ext <<_ACEOF
24067 /* end confdefs.h.  */
24068 #ifndef __x86_64__
24069 yes
24070 #endif
24071 _ACEOF
24072 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24073   $EGREP "yes" >/dev/null 2>&1; then
24074   ac_cv_cpp_def___x86_64__=yes
24075 else
24076   ac_cv_cpp_def___x86_64__=no
24077 fi
24078 rm -f conftest*
24079
24080 fi
24081 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24082 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24083 if test $ac_cv_cpp_def___x86_64__ = yes; then
24084   CFLAGS="$CFLAGS -D__x86_64__"
24085   LINTFLAGS="$LINTFLAGS -D__x86_64__"
24086 fi
24087  ;;
24088   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24089 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24090 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24091   $as_echo_n "(cached) " >&6
24092 else
24093   cat >conftest.$ac_ext <<_ACEOF
24094 /* confdefs.h.  */
24095 _ACEOF
24096 cat confdefs.h >>conftest.$ac_ext
24097 cat >>conftest.$ac_ext <<_ACEOF
24098 /* end confdefs.h.  */
24099 #ifndef __ALPHA__
24100 yes
24101 #endif
24102 _ACEOF
24103 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24104   $EGREP "yes" >/dev/null 2>&1; then
24105   ac_cv_cpp_def___ALPHA__=yes
24106 else
24107   ac_cv_cpp_def___ALPHA__=no
24108 fi
24109 rm -f conftest*
24110
24111 fi
24112 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24113 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24114 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24115   CFLAGS="$CFLAGS -D__ALPHA__"
24116   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24117 fi
24118  ;;
24119   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24120 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24121 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24122   $as_echo_n "(cached) " >&6
24123 else
24124   cat >conftest.$ac_ext <<_ACEOF
24125 /* confdefs.h.  */
24126 _ACEOF
24127 cat confdefs.h >>conftest.$ac_ext
24128 cat >>conftest.$ac_ext <<_ACEOF
24129 /* end confdefs.h.  */
24130 #ifndef __sparc__
24131 yes
24132 #endif
24133 _ACEOF
24134 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24135   $EGREP "yes" >/dev/null 2>&1; then
24136   ac_cv_cpp_def___sparc__=yes
24137 else
24138   ac_cv_cpp_def___sparc__=no
24139 fi
24140 rm -f conftest*
24141
24142 fi
24143 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24144 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24145 if test $ac_cv_cpp_def___sparc__ = yes; then
24146   CFLAGS="$CFLAGS -D__sparc__"
24147   LINTFLAGS="$LINTFLAGS -D__sparc__"
24148 fi
24149  ;;
24150   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24151 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24152 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24153   $as_echo_n "(cached) " >&6
24154 else
24155   cat >conftest.$ac_ext <<_ACEOF
24156 /* confdefs.h.  */
24157 _ACEOF
24158 cat confdefs.h >>conftest.$ac_ext
24159 cat >>conftest.$ac_ext <<_ACEOF
24160 /* end confdefs.h.  */
24161 #ifndef __powerpc__
24162 yes
24163 #endif
24164 _ACEOF
24165 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24166   $EGREP "yes" >/dev/null 2>&1; then
24167   ac_cv_cpp_def___powerpc__=yes
24168 else
24169   ac_cv_cpp_def___powerpc__=no
24170 fi
24171 rm -f conftest*
24172
24173 fi
24174 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24175 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24176 if test $ac_cv_cpp_def___powerpc__ = yes; then
24177   CFLAGS="$CFLAGS -D__powerpc__"
24178   LINTFLAGS="$LINTFLAGS -D__powerpc__"
24179 fi
24180  ;;
24181 esac
24182
24183 case $host_vendor in
24184   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24185 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24186 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24187   $as_echo_n "(cached) " >&6
24188 else
24189   cat >conftest.$ac_ext <<_ACEOF
24190 /* confdefs.h.  */
24191 _ACEOF
24192 cat confdefs.h >>conftest.$ac_ext
24193 cat >>conftest.$ac_ext <<_ACEOF
24194 /* end confdefs.h.  */
24195 #ifndef __sun__
24196 yes
24197 #endif
24198 _ACEOF
24199 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24200   $EGREP "yes" >/dev/null 2>&1; then
24201   ac_cv_cpp_def___sun__=yes
24202 else
24203   ac_cv_cpp_def___sun__=no
24204 fi
24205 rm -f conftest*
24206
24207 fi
24208 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24209 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24210 if test $ac_cv_cpp_def___sun__ = yes; then
24211   CFLAGS="$CFLAGS -D__sun__"
24212   LINTFLAGS="$LINTFLAGS -D__sun__"
24213 fi
24214  ;;
24215 esac
24216
24217
24218 DEPENDENCIES="### Dependencies:
24219
24220 .INIT: Makefile
24221 .BEGIN: Makefile
24222 Makefile: dummy
24223         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24224
24225 \$(OBJS): \$(IDL_GEN_HEADERS)
24226 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24227 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24228 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24229 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24230
24231
24232 ALL_MAKERULES=""
24233
24234 ALL_MAKEFILES=""
24235
24236 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24237
24238
24239 ALL_TOP_DIRS=""
24240
24241 ALL_DLL_DIRS=""
24242
24243 ALL_IMPLIB_DIRS=""
24244
24245 ALL_TEST_DIRS=""
24246
24247 ALL_PROGRAM_DIRS=""
24248
24249 ALL_PROGRAM_INSTALL_DIRS=""
24250
24251 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24252
24253
24254
24255
24256
24257 ac_config_commands="$ac_config_commands include/stamp-h"
24258
24259
24260 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24261
24262 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24263
24264 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24265
24266 ac_config_commands="$ac_config_commands dlls/user32/resources"
24267
24268 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24269
24270 ac_config_commands="$ac_config_commands include/wine"
24271
24272
24273 ALL_MAKERULES="$ALL_MAKERULES \\
24274         Make.rules"
24275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24276 Make.rules: Make.rules.in"
24277 MAKE_RULES=Make.rules
24278 ac_config_files="$ac_config_files Make.rules"
24279
24280 ALL_MAKERULES="$ALL_MAKERULES \\
24281         dlls/Makedll.rules"
24282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24283 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24284 MAKE_DLL_RULES=dlls/Makedll.rules
24285 ac_config_files="$ac_config_files dlls/Makedll.rules"
24286
24287 ALL_MAKERULES="$ALL_MAKERULES \\
24288         dlls/Makeimplib.rules"
24289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24290 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24291 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24292 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24293
24294 ALL_MAKERULES="$ALL_MAKERULES \\
24295         dlls/Maketest.rules"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24298 MAKE_TEST_RULES=dlls/Maketest.rules
24299 ac_config_files="$ac_config_files dlls/Maketest.rules"
24300
24301 ALL_MAKERULES="$ALL_MAKERULES \\
24302         programs/Makeprog.rules"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24305 MAKE_PROG_RULES=programs/Makeprog.rules
24306 ac_config_files="$ac_config_files programs/Makeprog.rules"
24307
24308
24309
24310
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 Makefile: Makefile.in Make.rules"
24313 ac_config_files="$ac_config_files Makefile"
24314
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316         dlls/Makefile"
24317 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24318         dlls"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/Makefile: dlls/Makefile.in Make.rules"
24321 ac_config_files="$ac_config_files dlls/Makefile"
24322
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324         dlls/acledit/Makefile"
24325 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24326         acledit"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24329 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24330
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332         dlls/aclui/Makefile"
24333 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334         aclui"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24338
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340         dlls/activeds/Makefile"
24341 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342         activeds"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24346
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348         dlls/actxprxy/Makefile"
24349 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350         actxprxy"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24354
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356         dlls/adsiid/Makefile"
24357 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24358         adsiid"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24361 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24362
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364         dlls/advapi32/Makefile"
24365 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24366         advapi32"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24369 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24370
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372         dlls/advapi32/tests/Makefile"
24373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24374         advapi32/tests"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24377 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24378
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380         dlls/advpack/Makefile"
24381 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24382         advpack"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24385 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24386
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388         dlls/advpack/tests/Makefile"
24389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24390         advpack/tests"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24393 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24394
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396         dlls/amstream/Makefile"
24397 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24398         amstream"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24401 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24402
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404         dlls/appwiz.cpl/Makefile"
24405 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406         appwiz.cpl"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24410
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412         dlls/atl/Makefile"
24413 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24414         atl"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24417 ac_config_files="$ac_config_files dlls/atl/Makefile"
24418
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420         dlls/authz/Makefile"
24421 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422         authz"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/authz/Makefile"
24426
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428         dlls/avicap32/Makefile"
24429 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24430         avicap32"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24433 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24434
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436         dlls/avifil32/Makefile"
24437 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438         avifil32"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24442
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444         dlls/browseui/Makefile"
24445 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24446         browseui"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24449 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24450
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452         dlls/browseui/tests/Makefile"
24453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24454         browseui/tests"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24457 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24458
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460         dlls/cabinet/Makefile"
24461 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24462         cabinet"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24465 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24466
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468         dlls/cabinet/tests/Makefile"
24469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24470         cabinet/tests"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24473 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24474
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476         dlls/capi2032/Makefile"
24477 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24478         capi2032"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24481 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24482
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484         dlls/cards/Makefile"
24485 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24486         cards"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24489 ac_config_files="$ac_config_files dlls/cards/Makefile"
24490
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492         dlls/cfgmgr32/Makefile"
24493 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24494         cfgmgr32"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24497 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24498
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500         dlls/clusapi/Makefile"
24501 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502         clusapi"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24506
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508         dlls/comcat/Makefile"
24509 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510         comcat"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24514
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516         dlls/comcat/tests/Makefile"
24517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24518         comcat/tests"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24521 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24522
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524         dlls/comctl32/Makefile"
24525 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526         comctl32"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24530
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532         dlls/comctl32/tests/Makefile"
24533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24534         comctl32/tests"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24537 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24538
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540         dlls/comdlg32/Makefile"
24541 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542         comdlg32"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24546
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548         dlls/comdlg32/tests/Makefile"
24549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24550         comdlg32/tests"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24553 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24554
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556         dlls/compstui/Makefile"
24557 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24558         compstui"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24561 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24562
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564         dlls/credui/Makefile"
24565 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566         credui"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/credui/Makefile"
24570
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572         dlls/credui/tests/Makefile"
24573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24574         credui/tests"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24577 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24578
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580         dlls/crtdll/Makefile"
24581 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24582         crtdll"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24585 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24586
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588         dlls/crypt32/Makefile"
24589 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590         crypt32"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24594
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596         dlls/crypt32/tests/Makefile"
24597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24598         crypt32/tests"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24601 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24602
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604         dlls/cryptdlg/Makefile"
24605 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606         cryptdlg"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24610
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612         dlls/cryptdll/Makefile"
24613 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614         cryptdll"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24618
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620         dlls/cryptnet/Makefile"
24621 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622         cryptnet"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24626
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628         dlls/cryptnet/tests/Makefile"
24629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24630         cryptnet/tests"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24633 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24634
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636         dlls/cryptui/Makefile"
24637 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638         cryptui"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24642
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644         dlls/cryptui/tests/Makefile"
24645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24646         cryptui/tests"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24649 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24650
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652         dlls/ctapi32/Makefile"
24653 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654         ctapi32"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24658
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660         dlls/ctl3d32/Makefile"
24661 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662         ctl3d32"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24666
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668         dlls/d3d10/Makefile"
24669 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24670         d3d10"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24673 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24674
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676         dlls/d3d10/tests/Makefile"
24677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24678         d3d10/tests"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24681 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24682
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684         dlls/d3d10core/Makefile"
24685 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686         d3d10core"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24690
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692         dlls/d3d10core/tests/Makefile"
24693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24694         d3d10core/tests"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24697 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24698
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700         dlls/d3d8/Makefile"
24701 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702         d3d8"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24706
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708         dlls/d3d8/tests/Makefile"
24709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24710         d3d8/tests"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24713 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24714
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716         dlls/d3d9/Makefile"
24717 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718         d3d9"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24722
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724         dlls/d3d9/tests/Makefile"
24725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24726         d3d9/tests"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24729 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24730
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732         dlls/d3dim/Makefile"
24733 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734         d3dim"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24738
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740         dlls/d3drm/Makefile"
24741 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24742         d3drm"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24745 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24746
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748         dlls/d3drm/tests/Makefile"
24749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24750         d3drm/tests"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24753 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24754
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756         dlls/d3dx8/Makefile"
24757 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758         d3dx8"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24762
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764         dlls/d3dx8/tests/Makefile"
24765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24766         d3dx8/tests"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24769 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24770
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772         dlls/d3dx9_24/Makefile"
24773 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774         d3dx9_24"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24778
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780         dlls/d3dx9_25/Makefile"
24781 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782         d3dx9_25"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24786
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788         dlls/d3dx9_26/Makefile"
24789 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790         d3dx9_26"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24794
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796         dlls/d3dx9_27/Makefile"
24797 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798         d3dx9_27"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24802
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804         dlls/d3dx9_28/Makefile"
24805 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806         d3dx9_28"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24810
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812         dlls/d3dx9_29/Makefile"
24813 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814         d3dx9_29"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24818
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820         dlls/d3dx9_30/Makefile"
24821 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822         d3dx9_30"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24826
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828         dlls/d3dx9_31/Makefile"
24829 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830         d3dx9_31"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24834
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836         dlls/d3dx9_32/Makefile"
24837 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838         d3dx9_32"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24842
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844         dlls/d3dx9_33/Makefile"
24845 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846         d3dx9_33"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24850
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852         dlls/d3dx9_34/Makefile"
24853 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854         d3dx9_34"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24858
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860         dlls/d3dx9_35/Makefile"
24861 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862         d3dx9_35"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24866
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868         dlls/d3dx9_36/Makefile"
24869 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870         d3dx9_36"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24874
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876         dlls/d3dx9_36/tests/Makefile"
24877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24878         d3dx9_36/tests"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24881 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24882
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884         dlls/d3dx9_37/Makefile"
24885 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886         d3dx9_37"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24890
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892         dlls/d3dx9_38/Makefile"
24893 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894         d3dx9_38"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24898
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900         dlls/d3dx9_39/Makefile"
24901 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902         d3dx9_39"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24906
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908         dlls/d3dx9_40/Makefile"
24909 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910         d3dx9_40"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24914
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916         dlls/d3dxof/Makefile"
24917 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918         d3dxof"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24922
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924         dlls/d3dxof/tests/Makefile"
24925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24926         d3dxof/tests"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24929 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24930
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932         dlls/dbghelp/Makefile"
24933 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934         dbghelp"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24938
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940         dlls/dciman32/Makefile"
24941 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24942         dciman32"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24945 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24946
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948         dlls/ddraw/Makefile"
24949 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950         ddraw"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24954
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956         dlls/ddraw/tests/Makefile"
24957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24958         ddraw/tests"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24961 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24962
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964         dlls/ddrawex/Makefile"
24965 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966         ddrawex"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24970
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972         dlls/ddrawex/tests/Makefile"
24973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24974         ddrawex/tests"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24977 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24978
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980         dlls/devenum/Makefile"
24981 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982         devenum"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24986
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988         dlls/dinput/Makefile"
24989 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990         dinput"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24994
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996         dlls/dinput/tests/Makefile"
24997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24998         dinput/tests"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25001 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25002
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004         dlls/dinput8/Makefile"
25005 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006         dinput8"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25010
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012         dlls/dmband/Makefile"
25013 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014         dmband"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25018
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020         dlls/dmcompos/Makefile"
25021 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022         dmcompos"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25026
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028         dlls/dmime/Makefile"
25029 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030         dmime"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25034
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036         dlls/dmloader/Makefile"
25037 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25038         dmloader"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25041 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25042
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044         dlls/dmscript/Makefile"
25045 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046         dmscript"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25050
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052         dlls/dmstyle/Makefile"
25053 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054         dmstyle"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25058
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060         dlls/dmsynth/Makefile"
25061 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062         dmsynth"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25066
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068         dlls/dmusic/Makefile"
25069 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070         dmusic"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25074
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076         dlls/dmusic32/Makefile"
25077 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078         dmusic32"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25082
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084         dlls/dnsapi/Makefile"
25085 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086         dnsapi"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25090
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092         dlls/dnsapi/tests/Makefile"
25093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25094         dnsapi/tests"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25097 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25098
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100         dlls/dplay/Makefile"
25101 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102         dplay"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25106
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108         dlls/dplayx/Makefile"
25109 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110         dplayx"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25114
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116         dlls/dplayx/tests/Makefile"
25117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25118         dplayx/tests"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25121 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25122
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124         dlls/dpnaddr/Makefile"
25125 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126         dpnaddr"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25130
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132         dlls/dpnet/Makefile"
25133 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25134         dpnet"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25137 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25138
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140         dlls/dpnhpast/Makefile"
25141 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142         dpnhpast"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25146
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148         dlls/dpnlobby/Makefile"
25149 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25150         dpnlobby"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25153 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25154
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156         dlls/dpwsockx/Makefile"
25157 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158         dpwsockx"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25162
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164         dlls/dsound/Makefile"
25165 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166         dsound"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25170
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172         dlls/dsound/tests/Makefile"
25173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25174         dsound/tests"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25177 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25178
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180         dlls/dssenh/Makefile"
25181 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25182         dssenh"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25185 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25186
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188         dlls/dswave/Makefile"
25189 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190         dswave"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25194
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196         dlls/dwmapi/Makefile"
25197 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198         dwmapi"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25202
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204         dlls/dxdiagn/Makefile"
25205 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206         dxdiagn"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25210
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212         dlls/dxerr8/Makefile"
25213 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25214         dxerr8"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25217 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25218
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220         dlls/dxerr9/Makefile"
25221 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25222         dxerr9"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25225 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25226
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228         dlls/dxgi/Makefile"
25229 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230         dxgi"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25234
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236         dlls/dxgi/tests/Makefile"
25237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25238         dxgi/tests"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25241 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25242
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244         dlls/dxguid/Makefile"
25245 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25246         dxguid"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25249 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25250
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252         dlls/faultrep/Makefile"
25253 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25254         faultrep"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25257 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25258
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260         dlls/fusion/Makefile"
25261 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262         fusion"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25266
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268         dlls/fusion/tests/Makefile"
25269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25270         fusion/tests"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25273 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25274
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276         dlls/gdi32/Makefile"
25277 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278         gdi32"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25282
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284         dlls/gdi32/tests/Makefile"
25285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25286         gdi32/tests"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25289 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25290
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292         dlls/gdiplus/Makefile"
25293 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294         gdiplus"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25298
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300         dlls/gdiplus/tests/Makefile"
25301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25302         gdiplus/tests"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25305 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25306
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308         dlls/glu32/Makefile"
25309 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310         glu32"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25314
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316         dlls/gphoto2.ds/Makefile"
25317 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25318         gphoto2.ds"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25321 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25322
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324         dlls/gpkcsp/Makefile"
25325 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326         gpkcsp"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25330
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332         dlls/hal/Makefile"
25333 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25334         hal"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25337 ac_config_files="$ac_config_files dlls/hal/Makefile"
25338
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340         dlls/hhctrl.ocx/Makefile"
25341 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25342         hhctrl.ocx"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25345 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25346
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348         dlls/hid/Makefile"
25349 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350         hid"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/hid/Makefile"
25354
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356         dlls/hlink/Makefile"
25357 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25358         hlink"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25361 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25362
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364         dlls/hlink/tests/Makefile"
25365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25366         hlink/tests"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25369 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25370
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372         dlls/hnetcfg/Makefile"
25373 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374         hnetcfg"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25378
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380         dlls/httpapi/Makefile"
25381 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382         httpapi"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25386
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388         dlls/iccvid/Makefile"
25389 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390         iccvid"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25394
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396         dlls/icmp/Makefile"
25397 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25398         icmp"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25401 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25402
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404         dlls/ifsmgr.vxd/Makefile"
25405 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406         ifsmgr.vxd"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25410
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412         dlls/imaadp32.acm/Makefile"
25413 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414         imaadp32.acm"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25418
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420         dlls/imagehlp/Makefile"
25421 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25422         imagehlp"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25425 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25426
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428         dlls/imm32/Makefile"
25429 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25430         imm32"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25433 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25434
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436         dlls/imm32/tests/Makefile"
25437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25438         imm32/tests"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25441 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25442
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444         dlls/inetcomm/Makefile"
25445 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446         inetcomm"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25450
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452         dlls/inetcomm/tests/Makefile"
25453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25454         inetcomm/tests"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25457 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25458
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460         dlls/inetmib1/Makefile"
25461 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462         inetmib1"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25466
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468         dlls/inetmib1/tests/Makefile"
25469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25470         inetmib1/tests"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25473 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25474
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476         dlls/infosoft/Makefile"
25477 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25478         infosoft"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25481 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25482
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484         dlls/infosoft/tests/Makefile"
25485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25486         infosoft/tests"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25489 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25490
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492         dlls/initpki/Makefile"
25493 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494         initpki"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25498
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500         dlls/inkobj/Makefile"
25501 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25502         inkobj"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25505 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25506
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508         dlls/inseng/Makefile"
25509 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25510         inseng"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25513 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25514
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516         dlls/iphlpapi/Makefile"
25517 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25518         iphlpapi"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25521 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25522
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524         dlls/iphlpapi/tests/Makefile"
25525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25526         iphlpapi/tests"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25529 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25530
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532         dlls/itircl/Makefile"
25533 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25534         itircl"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25537 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25538
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540         dlls/itss/Makefile"
25541 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25542         itss"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25545 ac_config_files="$ac_config_files dlls/itss/Makefile"
25546
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548         dlls/itss/tests/Makefile"
25549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25550         itss/tests"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25553 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25554
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556         dlls/jscript/Makefile"
25557 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25558         jscript"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25561 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25562
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564         dlls/jscript/tests/Makefile"
25565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25566         jscript/tests"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25569 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25570
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572         dlls/kernel32/Makefile"
25573 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25574         kernel32"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25577 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25578
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580         dlls/kernel32/tests/Makefile"
25581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25582         kernel32/tests"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25585 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25586
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588         dlls/loadperf/Makefile"
25589 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25590         loadperf"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25593 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25594
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596         dlls/localspl/Makefile"
25597 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25598         localspl"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25601 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25602
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604         dlls/localspl/tests/Makefile"
25605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25606         localspl/tests"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25609 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25610
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612         dlls/localui/Makefile"
25613 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25614         localui"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25617 ac_config_files="$ac_config_files dlls/localui/Makefile"
25618
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620         dlls/localui/tests/Makefile"
25621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25622         localui/tests"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25625 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25626
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628         dlls/lz32/Makefile"
25629 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25630         lz32"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25633 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25634
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636         dlls/lz32/tests/Makefile"
25637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25638         lz32/tests"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25641 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25642
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644         dlls/mapi32/Makefile"
25645 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25646         mapi32"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25649 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25650
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652         dlls/mapi32/tests/Makefile"
25653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25654         mapi32/tests"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25657 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25658
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660         dlls/mciavi32/Makefile"
25661 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25662         mciavi32"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25665 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25666
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668         dlls/mcicda/Makefile"
25669 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25670         mcicda"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25673 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25674
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676         dlls/mciseq/Makefile"
25677 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25678         mciseq"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25681 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25682
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684         dlls/mciwave/Makefile"
25685 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25686         mciwave"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25689 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25690
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692         dlls/midimap/Makefile"
25693 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25694         midimap"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25697 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25698
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700         dlls/mlang/Makefile"
25701 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25702         mlang"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25705 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25706
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708         dlls/mlang/tests/Makefile"
25709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25710         mlang/tests"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25713 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25714
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716         dlls/mmdevldr.vxd/Makefile"
25717 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25718         mmdevldr.vxd"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25721 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25722
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724         dlls/monodebg.vxd/Makefile"
25725 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25726         monodebg.vxd"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25729 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25730
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732         dlls/mountmgr.sys/Makefile"
25733 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25734         mountmgr.sys"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25737 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25738
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740         dlls/mpr/Makefile"
25741 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25742         mpr"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25745 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25746
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748         dlls/mprapi/Makefile"
25749 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25750         mprapi"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25753 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25754
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756         dlls/msacm32.drv/Makefile"
25757 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25758         msacm32.drv"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25761 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25762
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764         dlls/msacm32/Makefile"
25765 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25766         msacm32"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25769 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25770
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772         dlls/msacm32/tests/Makefile"
25773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25774         msacm32/tests"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25777 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25778
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780         dlls/msadp32.acm/Makefile"
25781 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25782         msadp32.acm"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25785 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25786
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788         dlls/mscat32/Makefile"
25789 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790         mscat32"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25794
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796         dlls/mscms/Makefile"
25797 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25798         mscms"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25801 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25802
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804         dlls/mscms/tests/Makefile"
25805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25806         mscms/tests"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25809 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25810
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812         dlls/mscoree/Makefile"
25813 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25814         mscoree"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25817 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25818
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820         dlls/msctf/Makefile"
25821 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25822         msctf"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25825 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25826
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828         dlls/msctf/tests/Makefile"
25829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25830         msctf/tests"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25833 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25834
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836         dlls/msdmo/Makefile"
25837 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25838         msdmo"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25841 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25842
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844         dlls/msftedit/Makefile"
25845 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25846         msftedit"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25849 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25850
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852         dlls/msg711.acm/Makefile"
25853 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25854         msg711.acm"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25857 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25858
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860         dlls/mshtml.tlb/Makefile"
25861 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25862         mshtml.tlb"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25865 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25866
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868         dlls/mshtml/Makefile"
25869 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25870         mshtml"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25873 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25874
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876         dlls/mshtml/tests/Makefile"
25877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25878         mshtml/tests"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25881 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25882
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884         dlls/msi/Makefile"
25885 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25886         msi"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25889 ac_config_files="$ac_config_files dlls/msi/Makefile"
25890
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892         dlls/msi/tests/Makefile"
25893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25894         msi/tests"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25897 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25898
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900         dlls/msimg32/Makefile"
25901 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25902         msimg32"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25905 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25906
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908         dlls/msimtf/Makefile"
25909 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25910         msimtf"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25913 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25914
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916         dlls/msisip/Makefile"
25917 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25918         msisip"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25921 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25922
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924         dlls/msisys.ocx/Makefile"
25925 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926         msisys.ocx"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25930
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932         dlls/msnet32/Makefile"
25933 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25934         msnet32"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25937 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25938
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940         dlls/msrle32/Makefile"
25941 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25942         msrle32"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25945 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25946
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948         dlls/mssign32/Makefile"
25949 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25950         mssign32"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25953 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25954
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956         dlls/mssip32/Makefile"
25957 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25958         mssip32"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25961 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25962
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964         dlls/mstask/Makefile"
25965 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25966         mstask"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25969 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25970
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972         dlls/mstask/tests/Makefile"
25973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25974         mstask/tests"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25977 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25978
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980         dlls/msvcirt/Makefile"
25981 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25982         msvcirt"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25985 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25986
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988         dlls/msvcr71/Makefile"
25989 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25990         msvcr71"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25993 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25994
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996         dlls/msvcrt/Makefile"
25997 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25998         msvcrt"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26001 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26002
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004         dlls/msvcrt/tests/Makefile"
26005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26006         msvcrt/tests"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26009 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26010
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012         dlls/msvcrt20/Makefile"
26013 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26014         msvcrt20"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26017 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26018
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020         dlls/msvcrt40/Makefile"
26021 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26022         msvcrt40"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26025 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26026
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028         dlls/msvcrtd/Makefile"
26029 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26030         msvcrtd"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26033 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26034
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036         dlls/msvcrtd/tests/Makefile"
26037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26038         msvcrtd/tests"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26041 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26042
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044         dlls/msvfw32/Makefile"
26045 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26046         msvfw32"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26049 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26050
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052         dlls/msvfw32/tests/Makefile"
26053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26054         msvfw32/tests"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26057 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26058
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060         dlls/msvidc32/Makefile"
26061 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26062         msvidc32"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26065 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26066
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068         dlls/mswsock/Makefile"
26069 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26070         mswsock"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26073 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26074
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076         dlls/msxml3/Makefile"
26077 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26078         msxml3"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26081 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26082
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084         dlls/msxml3/tests/Makefile"
26085 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26086         msxml3/tests"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26089 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26090
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092         dlls/nddeapi/Makefile"
26093 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26094         nddeapi"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26097 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26098
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100         dlls/netapi32/Makefile"
26101 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26102         netapi32"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26105 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26106
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108         dlls/netapi32/tests/Makefile"
26109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26110         netapi32/tests"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26113 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26114
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116         dlls/newdev/Makefile"
26117 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26118         newdev"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26121 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26122
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124         dlls/ntdll/Makefile"
26125 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26126         ntdll"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26129 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26130
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132         dlls/ntdll/tests/Makefile"
26133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26134         ntdll/tests"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26137 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26138
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140         dlls/ntdsapi/Makefile"
26141 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26142         ntdsapi"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26145 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26146
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148         dlls/ntdsapi/tests/Makefile"
26149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26150         ntdsapi/tests"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26153 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26154
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156         dlls/ntoskrnl.exe/Makefile"
26157 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26158         ntoskrnl.exe"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26161 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26162
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164         dlls/ntprint/Makefile"
26165 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26166         ntprint"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26169 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26170
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172         dlls/ntprint/tests/Makefile"
26173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26174         ntprint/tests"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26177 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26178
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180         dlls/objsel/Makefile"
26181 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26182         objsel"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26185 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26186
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188         dlls/odbc32/Makefile"
26189 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26190         odbc32"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26193 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26194
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196         dlls/odbccp32/Makefile"
26197 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26198         odbccp32"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26201 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26202
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204         dlls/odbccp32/tests/Makefile"
26205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26206         odbccp32/tests"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26209 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26210
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212         dlls/ole32/Makefile"
26213 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26214         ole32"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26217 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26218
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220         dlls/ole32/tests/Makefile"
26221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26222         ole32/tests"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26225 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26226
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228         dlls/oleacc/Makefile"
26229 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26230         oleacc"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26233 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26234
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236         dlls/oleacc/tests/Makefile"
26237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26238         oleacc/tests"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26241 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26242
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244         dlls/oleaut32/Makefile"
26245 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26246         oleaut32"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26249 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26250
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252         dlls/oleaut32/tests/Makefile"
26253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26254         oleaut32/tests"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26257 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26258
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260         dlls/olecli32/Makefile"
26261 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26262         olecli32"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26265 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26266
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268         dlls/oledlg/Makefile"
26269 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26270         oledlg"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26273 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26274
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276         dlls/olepro32/Makefile"
26277 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26278         olepro32"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26281 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26282
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284         dlls/olesvr32/Makefile"
26285 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26286         olesvr32"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26289 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26290
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292         dlls/olethk32/Makefile"
26293 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26294         olethk32"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26297 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26298
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300         dlls/opengl32/Makefile"
26301 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26302         opengl32"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26305 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26306
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308         dlls/opengl32/tests/Makefile"
26309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26310         opengl32/tests"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26313 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26314
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316         dlls/pdh/Makefile"
26317 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26318         pdh"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26321 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26322
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324         dlls/pdh/tests/Makefile"
26325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26326         pdh/tests"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26329 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26330
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332         dlls/pidgen/Makefile"
26333 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26334         pidgen"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26337 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26338
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340         dlls/powrprof/Makefile"
26341 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26342         powrprof"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26345 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26346
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348         dlls/printui/Makefile"
26349 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26350         printui"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26353 ac_config_files="$ac_config_files dlls/printui/Makefile"
26354
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356         dlls/propsys/Makefile"
26357 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26358         propsys"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26361 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26362
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364         dlls/psapi/Makefile"
26365 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26366         psapi"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26369 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26370
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372         dlls/psapi/tests/Makefile"
26373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26374         psapi/tests"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26377 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26378
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380         dlls/pstorec/Makefile"
26381 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26382         pstorec"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26385 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26386
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388         dlls/qcap/Makefile"
26389 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26390         qcap"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26393 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26394
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396         dlls/qedit/Makefile"
26397 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26398         qedit"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26401 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26402
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404         dlls/qedit/tests/Makefile"
26405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26406         qedit/tests"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26409 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26410
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412         dlls/qmgr/Makefile"
26413 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26414         qmgr"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26417 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26418
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420         dlls/qmgr/tests/Makefile"
26421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26422         qmgr/tests"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26425 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26426
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428         dlls/qmgrprxy/Makefile"
26429 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430         qmgrprxy"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26434
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436         dlls/quartz/Makefile"
26437 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26438         quartz"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26441 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26442
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444         dlls/quartz/tests/Makefile"
26445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26446         quartz/tests"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26449 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26450
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452         dlls/query/Makefile"
26453 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26454         query"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26457 ac_config_files="$ac_config_files dlls/query/Makefile"
26458
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460         dlls/rasapi32/Makefile"
26461 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26462         rasapi32"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26465 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26466
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468         dlls/rasapi32/tests/Makefile"
26469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26470         rasapi32/tests"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26473 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26474
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476         dlls/rasdlg/Makefile"
26477 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26478         rasdlg"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26481 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26482
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484         dlls/resutils/Makefile"
26485 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26486         resutils"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26489 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26490
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492         dlls/riched20/Makefile"
26493 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26494         riched20"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26497 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26498
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500         dlls/riched20/tests/Makefile"
26501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26502         riched20/tests"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26505 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26506
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508         dlls/riched32/Makefile"
26509 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26510         riched32"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26513 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26514
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516         dlls/riched32/tests/Makefile"
26517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26518         riched32/tests"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26521 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26522
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524         dlls/rpcrt4/Makefile"
26525 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26526         rpcrt4"
26527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26528 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26529 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26530
26531 ALL_MAKEFILES="$ALL_MAKEFILES \\
26532         dlls/rpcrt4/tests/Makefile"
26533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26534         rpcrt4/tests"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26537 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26538
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540         dlls/rsabase/Makefile"
26541 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26542         rsabase"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26545 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26546
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548         dlls/rsaenh/Makefile"
26549 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26550         rsaenh"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26553 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26554
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556         dlls/rsaenh/tests/Makefile"
26557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26558         rsaenh/tests"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26561 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26562
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564         dlls/sane.ds/Makefile"
26565 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26566         sane.ds"
26567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26568 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26569 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26570
26571 ALL_MAKEFILES="$ALL_MAKEFILES \\
26572         dlls/sccbase/Makefile"
26573 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26574         sccbase"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26577 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26578
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580         dlls/schannel/Makefile"
26581 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26582         schannel"
26583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26584 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26585 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26586
26587 ALL_MAKEFILES="$ALL_MAKEFILES \\
26588         dlls/schannel/tests/Makefile"
26589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26590         schannel/tests"
26591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26592 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26593 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26594
26595 ALL_MAKEFILES="$ALL_MAKEFILES \\
26596         dlls/secur32/Makefile"
26597 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26598         secur32"
26599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26600 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26601 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26602
26603 ALL_MAKEFILES="$ALL_MAKEFILES \\
26604         dlls/secur32/tests/Makefile"
26605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26606         secur32/tests"
26607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26608 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26609 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26610
26611 ALL_MAKEFILES="$ALL_MAKEFILES \\
26612         dlls/security/Makefile"
26613 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26614         security"
26615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26616 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26617 ac_config_files="$ac_config_files dlls/security/Makefile"
26618
26619 ALL_MAKEFILES="$ALL_MAKEFILES \\
26620         dlls/sensapi/Makefile"
26621 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26622         sensapi"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26625 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26626
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628         dlls/serialui/Makefile"
26629 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26630         serialui"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26633 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26634
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636         dlls/serialui/tests/Makefile"
26637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26638         serialui/tests"
26639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26640 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26641 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26642
26643 ALL_MAKEFILES="$ALL_MAKEFILES \\
26644         dlls/setupapi/Makefile"
26645 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26646         setupapi"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26649 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26650
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652         dlls/setupapi/tests/Makefile"
26653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26654         setupapi/tests"
26655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26656 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26657 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26658
26659 ALL_MAKEFILES="$ALL_MAKEFILES \\
26660         dlls/sfc/Makefile"
26661 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26662         sfc"
26663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26664 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26665 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26666
26667 ALL_MAKEFILES="$ALL_MAKEFILES \\
26668         dlls/sfc_os/Makefile"
26669 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26670         sfc_os"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26673 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26674
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676         dlls/shdoclc/Makefile"
26677 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26678         shdoclc"
26679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26680 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26681 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26682
26683 ALL_MAKEFILES="$ALL_MAKEFILES \\
26684         dlls/shdocvw/Makefile"
26685 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26686         shdocvw"
26687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26688 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26689 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26690
26691 ALL_MAKEFILES="$ALL_MAKEFILES \\
26692         dlls/shdocvw/tests/Makefile"
26693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26694         shdocvw/tests"
26695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26696 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26697 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26698
26699 ALL_MAKEFILES="$ALL_MAKEFILES \\
26700         dlls/shell32/Makefile"
26701 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26702         shell32"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26705 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26706
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708         dlls/shell32/tests/Makefile"
26709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26710         shell32/tests"
26711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26712 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26713 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26714
26715 ALL_MAKEFILES="$ALL_MAKEFILES \\
26716         dlls/shfolder/Makefile"
26717 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26718         shfolder"
26719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26720 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26721 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26722
26723 ALL_MAKEFILES="$ALL_MAKEFILES \\
26724         dlls/shlwapi/Makefile"
26725 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26726         shlwapi"
26727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26728 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26729 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26730
26731 ALL_MAKEFILES="$ALL_MAKEFILES \\
26732         dlls/shlwapi/tests/Makefile"
26733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26734         shlwapi/tests"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26737 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26738
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740         dlls/slbcsp/Makefile"
26741 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26742         slbcsp"
26743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26744 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26745 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26746
26747 ALL_MAKEFILES="$ALL_MAKEFILES \\
26748         dlls/slc/Makefile"
26749 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26750         slc"
26751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26752 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26753 ac_config_files="$ac_config_files dlls/slc/Makefile"
26754
26755 ALL_MAKEFILES="$ALL_MAKEFILES \\
26756         dlls/snmpapi/Makefile"
26757 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26758         snmpapi"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26761 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26762
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764         dlls/snmpapi/tests/Makefile"
26765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26766         snmpapi/tests"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26769 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26770
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772         dlls/softpub/Makefile"
26773 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26774         softpub"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26777 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26778
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780         dlls/spoolss/Makefile"
26781 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26782         spoolss"
26783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26784 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26785 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26786
26787 ALL_MAKEFILES="$ALL_MAKEFILES \\
26788         dlls/spoolss/tests/Makefile"
26789 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26790         spoolss/tests"
26791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26792 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26793 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26794
26795 ALL_MAKEFILES="$ALL_MAKEFILES \\
26796         dlls/stdole2.tlb/Makefile"
26797 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26798         stdole2.tlb"
26799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26800 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26801 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26802
26803 ALL_MAKEFILES="$ALL_MAKEFILES \\
26804         dlls/stdole32.tlb/Makefile"
26805 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26806         stdole32.tlb"
26807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26808 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26809 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26810
26811 ALL_MAKEFILES="$ALL_MAKEFILES \\
26812         dlls/sti/Makefile"
26813 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26814         sti"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26817 ac_config_files="$ac_config_files dlls/sti/Makefile"
26818
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820         dlls/strmiids/Makefile"
26821 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26822         strmiids"
26823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26824 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26825 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26826
26827 ALL_MAKEFILES="$ALL_MAKEFILES \\
26828         dlls/svrapi/Makefile"
26829 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26830         svrapi"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26833 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26834
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836         dlls/sxs/Makefile"
26837 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26838         sxs"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26841 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26842
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844         dlls/tapi32/Makefile"
26845 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26846         tapi32"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26849 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26850
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852         dlls/traffic/Makefile"
26853 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26854         traffic"
26855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26856 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26857 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26858
26859 ALL_MAKEFILES="$ALL_MAKEFILES \\
26860         dlls/twain_32/Makefile"
26861 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26862         twain_32"
26863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26864 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26865 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26866
26867 ALL_MAKEFILES="$ALL_MAKEFILES \\
26868         dlls/twain_32/tests/Makefile"
26869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26870         twain_32/tests"
26871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26872 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26873 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26874
26875 ALL_MAKEFILES="$ALL_MAKEFILES \\
26876         dlls/unicows/Makefile"
26877 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26878         unicows"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26881 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26882
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884         dlls/updspapi/Makefile"
26885 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26886         updspapi"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26889 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26890
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892         dlls/url/Makefile"
26893 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26894         url"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26897 ac_config_files="$ac_config_files dlls/url/Makefile"
26898
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900         dlls/urlmon/Makefile"
26901 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26902         urlmon"
26903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26904 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26905 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26906
26907 ALL_MAKEFILES="$ALL_MAKEFILES \\
26908         dlls/urlmon/tests/Makefile"
26909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26910         urlmon/tests"
26911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26912 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26913 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26914
26915 ALL_MAKEFILES="$ALL_MAKEFILES \\
26916         dlls/user32/Makefile"
26917 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26918         user32"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26921 ac_config_files="$ac_config_files dlls/user32/Makefile"
26922
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924         dlls/user32/tests/Makefile"
26925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26926         user32/tests"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26929 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26930
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932         dlls/userenv/Makefile"
26933 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26934         userenv"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26937 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26938
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940         dlls/userenv/tests/Makefile"
26941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26942         userenv/tests"
26943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26944 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26945 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26946
26947 ALL_MAKEFILES="$ALL_MAKEFILES \\
26948         dlls/usp10/Makefile"
26949 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26950         usp10"
26951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26952 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26953 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26954
26955 ALL_MAKEFILES="$ALL_MAKEFILES \\
26956         dlls/usp10/tests/Makefile"
26957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26958         usp10/tests"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26961 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26962
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964         dlls/uuid/Makefile"
26965 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26966         uuid"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26969 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26970
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972         dlls/uxtheme/Makefile"
26973 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26974         uxtheme"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26977 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26978
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980         dlls/uxtheme/tests/Makefile"
26981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26982         uxtheme/tests"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26985 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26986
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988         dlls/vdhcp.vxd/Makefile"
26989 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26990         vdhcp.vxd"
26991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26992 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26993 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26994
26995 ALL_MAKEFILES="$ALL_MAKEFILES \\
26996         dlls/vdmdbg/Makefile"
26997 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26998         vdmdbg"
26999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27000 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27001 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27002
27003 ALL_MAKEFILES="$ALL_MAKEFILES \\
27004         dlls/version/Makefile"
27005 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27006         version"
27007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27008 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27009 ac_config_files="$ac_config_files dlls/version/Makefile"
27010
27011 ALL_MAKEFILES="$ALL_MAKEFILES \\
27012         dlls/version/tests/Makefile"
27013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27014         version/tests"
27015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27016 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27017 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27018
27019 ALL_MAKEFILES="$ALL_MAKEFILES \\
27020         dlls/vmm.vxd/Makefile"
27021 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27022         vmm.vxd"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27025 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27026
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028         dlls/vnbt.vxd/Makefile"
27029 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27030         vnbt.vxd"
27031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27032 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27033 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27034
27035 ALL_MAKEFILES="$ALL_MAKEFILES \\
27036         dlls/vnetbios.vxd/Makefile"
27037 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27038         vnetbios.vxd"
27039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27040 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27041 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27042
27043 ALL_MAKEFILES="$ALL_MAKEFILES \\
27044         dlls/vtdapi.vxd/Makefile"
27045 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27046         vtdapi.vxd"
27047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27048 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27049 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27050
27051 ALL_MAKEFILES="$ALL_MAKEFILES \\
27052         dlls/vwin32.vxd/Makefile"
27053 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27054         vwin32.vxd"
27055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27056 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27057 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27058
27059 ALL_MAKEFILES="$ALL_MAKEFILES \\
27060         dlls/w32skrnl/Makefile"
27061 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27062         w32skrnl"
27063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27064 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27065 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27066
27067 ALL_MAKEFILES="$ALL_MAKEFILES \\
27068         dlls/winealsa.drv/Makefile"
27069 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27070         winealsa.drv"
27071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27072 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27073 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27074
27075 ALL_MAKEFILES="$ALL_MAKEFILES \\
27076         dlls/wineaudioio.drv/Makefile"
27077 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27078         wineaudioio.drv"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27081 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27082
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084         dlls/winecoreaudio.drv/Makefile"
27085 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27086         winecoreaudio.drv"
27087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27088 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27089 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27090
27091 ALL_MAKEFILES="$ALL_MAKEFILES \\
27092         dlls/winecrt0/Makefile"
27093 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27094         winecrt0"
27095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27096 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27097 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27098
27099 ALL_MAKEFILES="$ALL_MAKEFILES \\
27100         dlls/wined3d/Makefile"
27101 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27102         wined3d"
27103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27104 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27105 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27106
27107 ALL_MAKEFILES="$ALL_MAKEFILES \\
27108         dlls/winedos/Makefile"
27109 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27110         winedos"
27111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27112 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27113 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27114
27115 ALL_MAKEFILES="$ALL_MAKEFILES \\
27116         dlls/wineesd.drv/Makefile"
27117 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27118         wineesd.drv"
27119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27120 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27121 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27122
27123 ALL_MAKEFILES="$ALL_MAKEFILES \\
27124         dlls/winejack.drv/Makefile"
27125 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27126         winejack.drv"
27127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27128 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27129 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27130
27131 ALL_MAKEFILES="$ALL_MAKEFILES \\
27132         dlls/winejoystick.drv/Makefile"
27133 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27134         winejoystick.drv"
27135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27136 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27137 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27138
27139 ALL_MAKEFILES="$ALL_MAKEFILES \\
27140         dlls/winemp3.acm/Makefile"
27141 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27142         winemp3.acm"
27143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27144 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27145 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27146
27147 ALL_MAKEFILES="$ALL_MAKEFILES \\
27148         dlls/winenas.drv/Makefile"
27149 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27150         winenas.drv"
27151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27152 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27153 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27154
27155 ALL_MAKEFILES="$ALL_MAKEFILES \\
27156         dlls/wineoss.drv/Makefile"
27157 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27158         wineoss.drv"
27159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27160 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27161 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27162
27163 ALL_MAKEFILES="$ALL_MAKEFILES \\
27164         dlls/wineps.drv/Makefile"
27165 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27166         wineps.drv"
27167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27168 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27169 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27170
27171 ALL_MAKEFILES="$ALL_MAKEFILES \\
27172         dlls/winequartz.drv/Makefile"
27173 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27174         winequartz.drv"
27175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27176 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27177 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27178
27179 ALL_MAKEFILES="$ALL_MAKEFILES \\
27180         dlls/winex11.drv/Makefile"
27181 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27182         winex11.drv"
27183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27184 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27185 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27186
27187 ALL_MAKEFILES="$ALL_MAKEFILES \\
27188         dlls/wing32/Makefile"
27189 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27190         wing32"
27191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27192 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27193 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27194
27195 ALL_MAKEFILES="$ALL_MAKEFILES \\
27196         dlls/winhttp/Makefile"
27197 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27198         winhttp"
27199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27200 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27201 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27202
27203 ALL_MAKEFILES="$ALL_MAKEFILES \\
27204         dlls/winhttp/tests/Makefile"
27205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27206         winhttp/tests"
27207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27208 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27209 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27210
27211 ALL_MAKEFILES="$ALL_MAKEFILES \\
27212         dlls/wininet/Makefile"
27213 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27214         wininet"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27217 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27218
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220         dlls/wininet/tests/Makefile"
27221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27222         wininet/tests"
27223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27224 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27225 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27226
27227 ALL_MAKEFILES="$ALL_MAKEFILES \\
27228         dlls/winmm/Makefile"
27229 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27230         winmm"
27231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27232 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27233 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27234
27235 ALL_MAKEFILES="$ALL_MAKEFILES \\
27236         dlls/winmm/tests/Makefile"
27237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27238         winmm/tests"
27239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27240 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27241 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27242
27243 ALL_MAKEFILES="$ALL_MAKEFILES \\
27244         dlls/winnls32/Makefile"
27245 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27246         winnls32"
27247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27248 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27249 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27250
27251 ALL_MAKEFILES="$ALL_MAKEFILES \\
27252         dlls/winscard/Makefile"
27253 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27254         winscard"
27255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27256 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27257 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27258
27259 ALL_MAKEFILES="$ALL_MAKEFILES \\
27260         dlls/winspool.drv/Makefile"
27261 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27262         winspool.drv"
27263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27264 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27265 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27266
27267 ALL_MAKEFILES="$ALL_MAKEFILES \\
27268         dlls/winspool.drv/tests/Makefile"
27269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27270         winspool.drv/tests"
27271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27272 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27273 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27274
27275 ALL_MAKEFILES="$ALL_MAKEFILES \\
27276         dlls/wintab32/Makefile"
27277 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27278         wintab32"
27279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27280 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27281 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27282
27283 ALL_MAKEFILES="$ALL_MAKEFILES \\
27284         dlls/wintrust/Makefile"
27285 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27286         wintrust"
27287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27288 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27289 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27290
27291 ALL_MAKEFILES="$ALL_MAKEFILES \\
27292         dlls/wintrust/tests/Makefile"
27293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27294         wintrust/tests"
27295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27296 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27297 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27298
27299 ALL_MAKEFILES="$ALL_MAKEFILES \\
27300         dlls/wldap32/Makefile"
27301 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27302         wldap32"
27303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27304 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27305 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27306
27307 ALL_MAKEFILES="$ALL_MAKEFILES \\
27308         dlls/wldap32/tests/Makefile"
27309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27310         wldap32/tests"
27311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27312 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27313 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27314
27315 ALL_MAKEFILES="$ALL_MAKEFILES \\
27316         dlls/wmi/Makefile"
27317 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27318         wmi"
27319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27320 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27321 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27322
27323 ALL_MAKEFILES="$ALL_MAKEFILES \\
27324         dlls/wnaspi32/Makefile"
27325 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27326         wnaspi32"
27327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27328 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27329 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27330
27331 ALL_MAKEFILES="$ALL_MAKEFILES \\
27332         dlls/wow32/Makefile"
27333 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27334         wow32"
27335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27336 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27337 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27338
27339 ALL_MAKEFILES="$ALL_MAKEFILES \\
27340         dlls/ws2_32/Makefile"
27341 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27342         ws2_32"
27343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27344 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27345 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27346
27347 ALL_MAKEFILES="$ALL_MAKEFILES \\
27348         dlls/ws2_32/tests/Makefile"
27349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27350         ws2_32/tests"
27351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27352 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27353 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27354
27355 ALL_MAKEFILES="$ALL_MAKEFILES \\
27356         dlls/wsock32/Makefile"
27357 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27358         wsock32"
27359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27360 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27361 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27362
27363 ALL_MAKEFILES="$ALL_MAKEFILES \\
27364         dlls/wtsapi32/Makefile"
27365 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27366         wtsapi32"
27367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27368 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27369 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27370
27371 ALL_MAKEFILES="$ALL_MAKEFILES \\
27372         dlls/wuapi/Makefile"
27373 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27374         wuapi"
27375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27376 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27377 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27378
27379 ALL_MAKEFILES="$ALL_MAKEFILES \\
27380         dlls/xinput1_1/Makefile"
27381 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27382         xinput1_1"
27383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27384 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27385 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27386
27387 ALL_MAKEFILES="$ALL_MAKEFILES \\
27388         dlls/xinput1_2/Makefile"
27389 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27390         xinput1_2"
27391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27392 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27393 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27394
27395 ALL_MAKEFILES="$ALL_MAKEFILES \\
27396         dlls/xinput1_3/Makefile"
27397 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27398         xinput1_3"
27399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27400 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27401 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27402
27403 ALL_MAKEFILES="$ALL_MAKEFILES \\
27404         dlls/xinput1_3/tests/Makefile"
27405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27406         xinput1_3/tests"
27407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27408 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27409 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27410
27411 ALL_MAKEFILES="$ALL_MAKEFILES \\
27412         dlls/xinput9_1_0/Makefile"
27413 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27414         xinput9_1_0"
27415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27416 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27417 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27418
27419 ALL_MAKEFILES="$ALL_MAKEFILES \\
27420         documentation/Makefile"
27421 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27422         documentation"
27423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27424 documentation/Makefile: documentation/Makefile.in Make.rules"
27425 ac_config_files="$ac_config_files documentation/Makefile"
27426
27427 ALL_MAKEFILES="$ALL_MAKEFILES \\
27428         fonts/Makefile"
27429 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27430         fonts"
27431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27432 fonts/Makefile: fonts/Makefile.in Make.rules"
27433 ac_config_files="$ac_config_files fonts/Makefile"
27434
27435 ALL_MAKEFILES="$ALL_MAKEFILES \\
27436         include/Makefile"
27437 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27438         include"
27439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27440 include/Makefile: include/Makefile.in Make.rules"
27441 ac_config_files="$ac_config_files include/Makefile"
27442
27443 ALL_MAKEFILES="$ALL_MAKEFILES \\
27444         libs/Makefile"
27445 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27446         libs"
27447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27448 libs/Makefile: libs/Makefile.in Make.rules"
27449 ac_config_files="$ac_config_files libs/Makefile"
27450
27451 ALL_MAKEFILES="$ALL_MAKEFILES \\
27452         libs/port/Makefile"
27453
27454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27455 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27456 ac_config_files="$ac_config_files libs/port/Makefile"
27457
27458 ALL_MAKEFILES="$ALL_MAKEFILES \\
27459         libs/wine/Makefile"
27460
27461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27462 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27463 ac_config_files="$ac_config_files libs/wine/Makefile"
27464
27465 ALL_MAKEFILES="$ALL_MAKEFILES \\
27466         libs/wpp/Makefile"
27467
27468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27469 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27470 ac_config_files="$ac_config_files libs/wpp/Makefile"
27471
27472 ALL_MAKEFILES="$ALL_MAKEFILES \\
27473         loader/Makefile"
27474 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27475         loader"
27476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27477 loader/Makefile: loader/Makefile.in Make.rules"
27478 ac_config_files="$ac_config_files loader/Makefile"
27479
27480 ALL_MAKEFILES="$ALL_MAKEFILES \\
27481         programs/Makefile"
27482 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27483         programs"
27484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27485 programs/Makefile: programs/Makefile.in Make.rules"
27486 ac_config_files="$ac_config_files programs/Makefile"
27487
27488 ALL_MAKEFILES="$ALL_MAKEFILES \\
27489         programs/cacls/Makefile"
27490 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27491         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27492         cacls"
27493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27494 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27495 ac_config_files="$ac_config_files programs/cacls/Makefile"
27496
27497 ALL_MAKEFILES="$ALL_MAKEFILES \\
27498         programs/clock/Makefile"
27499 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27500         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27501         clock"
27502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27503 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27504 ac_config_files="$ac_config_files programs/clock/Makefile"
27505
27506 ALL_MAKEFILES="$ALL_MAKEFILES \\
27507         programs/cmd/Makefile"
27508 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27509         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27510         cmd"
27511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27512 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27513 ac_config_files="$ac_config_files programs/cmd/Makefile"
27514
27515 ALL_MAKEFILES="$ALL_MAKEFILES \\
27516         programs/cmdlgtst/Makefile"
27517 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27518         cmdlgtst"
27519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27520 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27521 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27522
27523 ALL_MAKEFILES="$ALL_MAKEFILES \\
27524         programs/control/Makefile"
27525 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27526         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27527         control"
27528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27529 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27530 ac_config_files="$ac_config_files programs/control/Makefile"
27531
27532 ALL_MAKEFILES="$ALL_MAKEFILES \\
27533         programs/eject/Makefile"
27534 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27535         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27536         eject"
27537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27538 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27539 ac_config_files="$ac_config_files programs/eject/Makefile"
27540
27541 ALL_MAKEFILES="$ALL_MAKEFILES \\
27542         programs/expand/Makefile"
27543 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27544         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27545         expand"
27546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27547 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27548 ac_config_files="$ac_config_files programs/expand/Makefile"
27549
27550 ALL_MAKEFILES="$ALL_MAKEFILES \\
27551         programs/explorer/Makefile"
27552 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27553         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27554         explorer"
27555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27556 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27557 ac_config_files="$ac_config_files programs/explorer/Makefile"
27558
27559 ALL_MAKEFILES="$ALL_MAKEFILES \\
27560         programs/hh/Makefile"
27561 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27562         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27563         hh"
27564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27565 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27566 ac_config_files="$ac_config_files programs/hh/Makefile"
27567
27568 ALL_MAKEFILES="$ALL_MAKEFILES \\
27569         programs/icinfo/Makefile"
27570 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27571         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27572         icinfo"
27573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27574 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27575 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27576
27577 ALL_MAKEFILES="$ALL_MAKEFILES \\
27578         programs/iexplore/Makefile"
27579 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27580         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27581         iexplore"
27582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27583 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27584 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27585
27586 ALL_MAKEFILES="$ALL_MAKEFILES \\
27587         programs/lodctr/Makefile"
27588 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27589         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27590         lodctr"
27591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27592 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27593 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27594
27595 ALL_MAKEFILES="$ALL_MAKEFILES \\
27596         programs/msiexec/Makefile"
27597 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27598         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27599         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27600         msiexec"
27601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27602 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27603 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27604
27605 ALL_MAKEFILES="$ALL_MAKEFILES \\
27606         programs/net/Makefile"
27607 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27608         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27609         net"
27610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27611 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27612 ac_config_files="$ac_config_files programs/net/Makefile"
27613
27614 ALL_MAKEFILES="$ALL_MAKEFILES \\
27615         programs/notepad/Makefile"
27616 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27617         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27618         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27619         notepad"
27620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27621 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27622 ac_config_files="$ac_config_files programs/notepad/Makefile"
27623
27624 ALL_MAKEFILES="$ALL_MAKEFILES \\
27625         programs/oleview/Makefile"
27626 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27627         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27628         oleview"
27629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27630 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27631 ac_config_files="$ac_config_files programs/oleview/Makefile"
27632
27633 ALL_MAKEFILES="$ALL_MAKEFILES \\
27634         programs/progman/Makefile"
27635 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27636         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27637         progman"
27638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27639 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27640 ac_config_files="$ac_config_files programs/progman/Makefile"
27641
27642 ALL_MAKEFILES="$ALL_MAKEFILES \\
27643         programs/reg/Makefile"
27644 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27645         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27646         reg"
27647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27648 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27649 ac_config_files="$ac_config_files programs/reg/Makefile"
27650
27651 ALL_MAKEFILES="$ALL_MAKEFILES \\
27652         programs/regedit/Makefile"
27653 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27654         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27655         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27656         regedit"
27657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27658 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27659 ac_config_files="$ac_config_files programs/regedit/Makefile"
27660
27661 ALL_MAKEFILES="$ALL_MAKEFILES \\
27662         programs/regsvr32/Makefile"
27663 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27664         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27665         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27666         regsvr32"
27667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27668 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27669 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27670
27671 ALL_MAKEFILES="$ALL_MAKEFILES \\
27672         programs/rpcss/Makefile"
27673 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27674         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27675         rpcss"
27676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27677 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27678 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27679
27680 ALL_MAKEFILES="$ALL_MAKEFILES \\
27681         programs/rundll32/Makefile"
27682 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27683         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27684         rundll32"
27685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27686 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27687 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27688
27689 ALL_MAKEFILES="$ALL_MAKEFILES \\
27690         programs/secedit/Makefile"
27691 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27692         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27693         secedit"
27694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27695 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27696 ac_config_files="$ac_config_files programs/secedit/Makefile"
27697
27698 ALL_MAKEFILES="$ALL_MAKEFILES \\
27699         programs/services/Makefile"
27700 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27701         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27702         services"
27703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27704 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27705 ac_config_files="$ac_config_files programs/services/Makefile"
27706
27707 ALL_MAKEFILES="$ALL_MAKEFILES \\
27708         programs/spoolsv/Makefile"
27709 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27710         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27711         spoolsv"
27712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27713 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27714 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27715
27716 ALL_MAKEFILES="$ALL_MAKEFILES \\
27717         programs/start/Makefile"
27718 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27719         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27720         start"
27721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27722 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27723 ac_config_files="$ac_config_files programs/start/Makefile"
27724
27725 ALL_MAKEFILES="$ALL_MAKEFILES \\
27726         programs/svchost/Makefile"
27727 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27728         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27729         svchost"
27730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27731 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27732 ac_config_files="$ac_config_files programs/svchost/Makefile"
27733
27734 ALL_MAKEFILES="$ALL_MAKEFILES \\
27735         programs/taskmgr/Makefile"
27736 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27737         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27738         taskmgr"
27739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27740 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27741 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27742
27743 ALL_MAKEFILES="$ALL_MAKEFILES \\
27744         programs/uninstaller/Makefile"
27745 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27746         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27747         uninstaller"
27748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27749 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27750 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27751
27752 ALL_MAKEFILES="$ALL_MAKEFILES \\
27753         programs/unlodctr/Makefile"
27754 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27755         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27756         unlodctr"
27757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27758 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27759 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27760
27761 ALL_MAKEFILES="$ALL_MAKEFILES \\
27762         programs/view/Makefile"
27763 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27764         view"
27765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27766 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27767 ac_config_files="$ac_config_files programs/view/Makefile"
27768
27769 ALL_MAKEFILES="$ALL_MAKEFILES \\
27770         programs/wineboot/Makefile"
27771 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27772         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27773         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27774         wineboot"
27775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27776 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27777 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27778
27779 ALL_MAKEFILES="$ALL_MAKEFILES \\
27780         programs/winebrowser/Makefile"
27781 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27782         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27783         winebrowser"
27784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27785 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27786 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27787
27788 ALL_MAKEFILES="$ALL_MAKEFILES \\
27789         programs/winecfg/Makefile"
27790 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27791         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27792         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27793         winecfg"
27794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27795 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27796 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27797
27798 ALL_MAKEFILES="$ALL_MAKEFILES \\
27799         programs/wineconsole/Makefile"
27800 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27801         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27802         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27803         wineconsole"
27804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27805 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27806 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27807
27808 ALL_MAKEFILES="$ALL_MAKEFILES \\
27809         programs/winedbg/Makefile"
27810 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27811         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27812         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27813         winedbg"
27814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27815 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27816 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27817
27818 ALL_MAKEFILES="$ALL_MAKEFILES \\
27819         programs/winedevice/Makefile"
27820 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27821         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27822         winedevice"
27823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27824 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27825 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27826
27827 ALL_MAKEFILES="$ALL_MAKEFILES \\
27828         programs/winefile/Makefile"
27829 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27830         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27831         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27832         winefile"
27833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27834 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27835 ac_config_files="$ac_config_files programs/winefile/Makefile"
27836
27837 ALL_MAKEFILES="$ALL_MAKEFILES \\
27838         programs/winemenubuilder/Makefile"
27839 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27840         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27841         winemenubuilder"
27842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27843 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27844 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27845
27846 ALL_MAKEFILES="$ALL_MAKEFILES \\
27847         programs/winemine/Makefile"
27848 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27849         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27850         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27851         winemine"
27852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27853 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27854 ac_config_files="$ac_config_files programs/winemine/Makefile"
27855
27856 ALL_MAKEFILES="$ALL_MAKEFILES \\
27857         programs/winepath/Makefile"
27858 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27859         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27860         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27861         winepath"
27862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27863 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27864 ac_config_files="$ac_config_files programs/winepath/Makefile"
27865
27866 ALL_MAKEFILES="$ALL_MAKEFILES \\
27867         programs/winetest/Makefile"
27868 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27869         winetest"
27870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27871 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27872 ac_config_files="$ac_config_files programs/winetest/Makefile"
27873
27874 ALL_MAKEFILES="$ALL_MAKEFILES \\
27875         programs/winevdm/Makefile"
27876 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27877         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27878         winevdm"
27879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27880 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27881 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27882
27883 ALL_MAKEFILES="$ALL_MAKEFILES \\
27884         programs/winhlp32/Makefile"
27885 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27886         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27887         winhlp32"
27888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27889 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27890 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27891
27892 ALL_MAKEFILES="$ALL_MAKEFILES \\
27893         programs/winoldap.mod16/Makefile"
27894 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27895         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27896         winoldap.mod16"
27897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27898 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27899 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27900
27901 ALL_MAKEFILES="$ALL_MAKEFILES \\
27902         programs/winver/Makefile"
27903 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27904         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27905         winver"
27906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27907 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27908 ac_config_files="$ac_config_files programs/winver/Makefile"
27909
27910 ALL_MAKEFILES="$ALL_MAKEFILES \\
27911         programs/wordpad/Makefile"
27912 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27913         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27914         wordpad"
27915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27916 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27917 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27918
27919 ALL_MAKEFILES="$ALL_MAKEFILES \\
27920         programs/write/Makefile"
27921 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27922         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27923         write"
27924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27925 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27926 ac_config_files="$ac_config_files programs/write/Makefile"
27927
27928 ALL_MAKEFILES="$ALL_MAKEFILES \\
27929         programs/xcopy/Makefile"
27930 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27931         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27932         xcopy"
27933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27934 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27935 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27936
27937 ALL_MAKEFILES="$ALL_MAKEFILES \\
27938         server/Makefile"
27939 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27940         server"
27941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27942 server/Makefile: server/Makefile.in Make.rules"
27943 ac_config_files="$ac_config_files server/Makefile"
27944
27945 ALL_MAKEFILES="$ALL_MAKEFILES \\
27946         tools/Makefile"
27947 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27948         tools"
27949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27950 tools/Makefile: tools/Makefile.in Make.rules"
27951 ac_config_files="$ac_config_files tools/Makefile"
27952
27953 ALL_MAKEFILES="$ALL_MAKEFILES \\
27954         tools/widl/Makefile"
27955
27956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27957 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27958 ac_config_files="$ac_config_files tools/widl/Makefile"
27959
27960 ALL_MAKEFILES="$ALL_MAKEFILES \\
27961         tools/winebuild/Makefile"
27962
27963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27964 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27965 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27966
27967 ALL_MAKEFILES="$ALL_MAKEFILES \\
27968         tools/winedump/Makefile"
27969
27970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27971 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27972 ac_config_files="$ac_config_files tools/winedump/Makefile"
27973
27974 ALL_MAKEFILES="$ALL_MAKEFILES \\
27975         tools/winegcc/Makefile"
27976
27977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27978 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27979 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27980
27981 ALL_MAKEFILES="$ALL_MAKEFILES \\
27982         tools/wmc/Makefile"
27983
27984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27985 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27986 ac_config_files="$ac_config_files tools/wmc/Makefile"
27987
27988 ALL_MAKEFILES="$ALL_MAKEFILES \\
27989         tools/wrc/Makefile"
27990
27991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27992 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27993 ac_config_files="$ac_config_files tools/wrc/Makefile"
27994
27995
27996
27997 ALL_WINETEST_DEPENDS="# Test binaries"
27998
27999 for dir in $ALL_TEST_DIRS
28000 do
28001     if test "$dir" != "\\"
28002     then
28003         testname=`expr $dir : '\(.*\)/tests'`_test.exe
28004         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28005 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28006         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28007     fi
28008 done
28009
28010 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28011
28012 cat >confcache <<\_ACEOF
28013 # This file is a shell script that caches the results of configure
28014 # tests run on this system so they can be shared between configure
28015 # scripts and configure runs, see configure's option --config-cache.
28016 # It is not useful on other systems.  If it contains results you don't
28017 # want to keep, you may remove or edit it.
28018 #
28019 # config.status only pays attention to the cache file if you give it
28020 # the --recheck option to rerun configure.
28021 #
28022 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28023 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28024 # following values.
28025
28026 _ACEOF
28027
28028 # The following way of writing the cache mishandles newlines in values,
28029 # but we know of no workaround that is simple, portable, and efficient.
28030 # So, we kill variables containing newlines.
28031 # Ultrix sh set writes to stderr and can't be redirected directly,
28032 # and sets the high bit in the cache file unless we assign to the vars.
28033 (
28034   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28035     eval ac_val=\$$ac_var
28036     case $ac_val in #(
28037     *${as_nl}*)
28038       case $ac_var in #(
28039       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28040 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28041       esac
28042       case $ac_var in #(
28043       _ | IFS | as_nl) ;; #(
28044       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28045       *) $as_unset $ac_var ;;
28046       esac ;;
28047     esac
28048   done
28049
28050   (set) 2>&1 |
28051     case $as_nl`(ac_space=' '; set) 2>&1` in #(
28052     *${as_nl}ac_space=\ *)
28053       # `set' does not quote correctly, so add quotes (double-quote
28054       # substitution turns \\\\ into \\, and sed turns \\ into \).
28055       sed -n \
28056         "s/'/'\\\\''/g;
28057           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28058       ;; #(
28059     *)
28060       # `set' quotes correctly as required by POSIX, so do not add quotes.
28061       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28062       ;;
28063     esac |
28064     sort
28065 ) |
28066   sed '
28067      /^ac_cv_env_/b end
28068      t clear
28069      :clear
28070      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28071      t end
28072      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28073      :end' >>confcache
28074 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28075   if test -w "$cache_file"; then
28076     test "x$cache_file" != "x/dev/null" &&
28077       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28078 $as_echo "$as_me: updating cache $cache_file" >&6;}
28079     cat confcache >$cache_file
28080   else
28081     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28082 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28083   fi
28084 fi
28085 rm -f confcache
28086
28087 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28088 # Let make expand exec_prefix.
28089 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28090
28091 DEFS=-DHAVE_CONFIG_H
28092
28093 ac_libobjs=
28094 ac_ltlibobjs=
28095 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28096   # 1. Remove the extension, and $U if already installed.
28097   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28098   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28099   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
28100   #    will be set to the directory where LIBOBJS objects are built.
28101   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28102   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28103 done
28104 LIBOBJS=$ac_libobjs
28105
28106 LTLIBOBJS=$ac_ltlibobjs
28107
28108
28109
28110 : ${CONFIG_STATUS=./config.status}
28111 ac_write_fail=0
28112 ac_clean_files_save=$ac_clean_files
28113 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28114 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28115 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28116 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28117 #! $SHELL
28118 # Generated by $as_me.
28119 # Run this file to recreate the current configuration.
28120 # Compiler output produced by configure, useful for debugging
28121 # configure, is in config.log if it exists.
28122
28123 debug=false
28124 ac_cs_recheck=false
28125 ac_cs_silent=false
28126 SHELL=\${CONFIG_SHELL-$SHELL}
28127 _ACEOF
28128
28129 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28130 ## --------------------- ##
28131 ## M4sh Initialization.  ##
28132 ## --------------------- ##
28133
28134 # Be more Bourne compatible
28135 DUALCASE=1; export DUALCASE # for MKS sh
28136 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28137   emulate sh
28138   NULLCMD=:
28139   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28140   # is contrary to our usage.  Disable this feature.
28141   alias -g '${1+"$@"}'='"$@"'
28142   setopt NO_GLOB_SUBST
28143 else
28144   case `(set -o) 2>/dev/null` in
28145   *posix*) set -o posix ;;
28146 esac
28147
28148 fi
28149
28150
28151
28152
28153 # PATH needs CR
28154 # Avoid depending upon Character Ranges.
28155 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28156 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28157 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28158 as_cr_digits='0123456789'
28159 as_cr_alnum=$as_cr_Letters$as_cr_digits
28160
28161 as_nl='
28162 '
28163 export as_nl
28164 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28165 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28166 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28167 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28168 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28169   as_echo='printf %s\n'
28170   as_echo_n='printf %s'
28171 else
28172   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28173     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28174     as_echo_n='/usr/ucb/echo -n'
28175   else
28176     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28177     as_echo_n_body='eval
28178       arg=$1;
28179       case $arg in
28180       *"$as_nl"*)
28181         expr "X$arg" : "X\\(.*\\)$as_nl";
28182         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28183       esac;
28184       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28185     '
28186     export as_echo_n_body
28187     as_echo_n='sh -c $as_echo_n_body as_echo'
28188   fi
28189   export as_echo_body
28190   as_echo='sh -c $as_echo_body as_echo'
28191 fi
28192
28193 # The user is always right.
28194 if test "${PATH_SEPARATOR+set}" != set; then
28195   PATH_SEPARATOR=:
28196   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28197     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28198       PATH_SEPARATOR=';'
28199   }
28200 fi
28201
28202 # Support unset when possible.
28203 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28204   as_unset=unset
28205 else
28206   as_unset=false
28207 fi
28208
28209
28210 # IFS
28211 # We need space, tab and new line, in precisely that order.  Quoting is
28212 # there to prevent editors from complaining about space-tab.
28213 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28214 # splitting by setting IFS to empty value.)
28215 IFS=" ""        $as_nl"
28216
28217 # Find who we are.  Look in the path if we contain no directory separator.
28218 case $0 in
28219   *[\\/]* ) as_myself=$0 ;;
28220   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28221 for as_dir in $PATH
28222 do
28223   IFS=$as_save_IFS
28224   test -z "$as_dir" && as_dir=.
28225   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28226 done
28227 IFS=$as_save_IFS
28228
28229      ;;
28230 esac
28231 # We did not find ourselves, most probably we were run as `sh COMMAND'
28232 # in which case we are not to be found in the path.
28233 if test "x$as_myself" = x; then
28234   as_myself=$0
28235 fi
28236 if test ! -f "$as_myself"; then
28237   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28238   { (exit 1); exit 1; }
28239 fi
28240
28241 # Work around bugs in pre-3.0 UWIN ksh.
28242 for as_var in ENV MAIL MAILPATH
28243 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28244 done
28245 PS1='$ '
28246 PS2='> '
28247 PS4='+ '
28248
28249 # NLS nuisances.
28250 LC_ALL=C
28251 export LC_ALL
28252 LANGUAGE=C
28253 export LANGUAGE
28254
28255 # Required to use basename.
28256 if expr a : '\(a\)' >/dev/null 2>&1 &&
28257    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28258   as_expr=expr
28259 else
28260   as_expr=false
28261 fi
28262
28263 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28264   as_basename=basename
28265 else
28266   as_basename=false
28267 fi
28268
28269
28270 # Name of the executable.
28271 as_me=`$as_basename -- "$0" ||
28272 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28273          X"$0" : 'X\(//\)$' \| \
28274          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28275 $as_echo X/"$0" |
28276     sed '/^.*\/\([^/][^/]*\)\/*$/{
28277             s//\1/
28278             q
28279           }
28280           /^X\/\(\/\/\)$/{
28281             s//\1/
28282             q
28283           }
28284           /^X\/\(\/\).*/{
28285             s//\1/
28286             q
28287           }
28288           s/.*/./; q'`
28289
28290 # CDPATH.
28291 $as_unset CDPATH
28292
28293
28294
28295   as_lineno_1=$LINENO
28296   as_lineno_2=$LINENO
28297   test "x$as_lineno_1" != "x$as_lineno_2" &&
28298   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28299
28300   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28301   # uniformly replaced by the line number.  The first 'sed' inserts a
28302   # line-number line after each line using $LINENO; the second 'sed'
28303   # does the real work.  The second script uses 'N' to pair each
28304   # line-number line with the line containing $LINENO, and appends
28305   # trailing '-' during substitution so that $LINENO is not a special
28306   # case at line end.
28307   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28308   # scripts with optimization help from Paolo Bonzini.  Blame Lee
28309   # E. McMahon (1931-1989) for sed's syntax.  :-)
28310   sed -n '
28311     p
28312     /[$]LINENO/=
28313   ' <$as_myself |
28314     sed '
28315       s/[$]LINENO.*/&-/
28316       t lineno
28317       b
28318       :lineno
28319       N
28320       :loop
28321       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28322       t loop
28323       s/-\n.*//
28324     ' >$as_me.lineno &&
28325   chmod +x "$as_me.lineno" ||
28326     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28327    { (exit 1); exit 1; }; }
28328
28329   # Don't try to exec as it changes $[0], causing all sort of problems
28330   # (the dirname of $[0] is not the place where we might find the
28331   # original and so on.  Autoconf is especially sensitive to this).
28332   . "./$as_me.lineno"
28333   # Exit status is that of the last command.
28334   exit
28335 }
28336
28337
28338 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28339   as_dirname=dirname
28340 else
28341   as_dirname=false
28342 fi
28343
28344 ECHO_C= ECHO_N= ECHO_T=
28345 case `echo -n x` in
28346 -n*)
28347   case `echo 'x\c'` in
28348   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
28349   *)   ECHO_C='\c';;
28350   esac;;
28351 *)
28352   ECHO_N='-n';;
28353 esac
28354 if expr a : '\(a\)' >/dev/null 2>&1 &&
28355    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28356   as_expr=expr
28357 else
28358   as_expr=false
28359 fi
28360
28361 rm -f conf$$ conf$$.exe conf$$.file
28362 if test -d conf$$.dir; then
28363   rm -f conf$$.dir/conf$$.file
28364 else
28365   rm -f conf$$.dir
28366   mkdir conf$$.dir 2>/dev/null
28367 fi
28368 if (echo >conf$$.file) 2>/dev/null; then
28369   if ln -s conf$$.file conf$$ 2>/dev/null; then
28370     as_ln_s='ln -s'
28371     # ... but there are two gotchas:
28372     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28373     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28374     # In both cases, we have to default to `cp -p'.
28375     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28376       as_ln_s='cp -p'
28377   elif ln conf$$.file conf$$ 2>/dev/null; then
28378     as_ln_s=ln
28379   else
28380     as_ln_s='cp -p'
28381   fi
28382 else
28383   as_ln_s='cp -p'
28384 fi
28385 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28386 rmdir conf$$.dir 2>/dev/null
28387
28388 if mkdir -p . 2>/dev/null; then
28389   as_mkdir_p=:
28390 else
28391   test -d ./-p && rmdir ./-p
28392   as_mkdir_p=false
28393 fi
28394
28395 if test -x / >/dev/null 2>&1; then
28396   as_test_x='test -x'
28397 else
28398   if ls -dL / >/dev/null 2>&1; then
28399     as_ls_L_option=L
28400   else
28401     as_ls_L_option=
28402   fi
28403   as_test_x='
28404     eval sh -c '\''
28405       if test -d "$1"; then
28406         test -d "$1/.";
28407       else
28408         case $1 in
28409         -*)set "./$1";;
28410         esac;
28411         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28412         ???[sx]*):;;*)false;;esac;fi
28413     '\'' sh
28414   '
28415 fi
28416 as_executable_p=$as_test_x
28417
28418 # Sed expression to map a string onto a valid CPP name.
28419 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28420
28421 # Sed expression to map a string onto a valid variable name.
28422 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28423
28424
28425 exec 6>&1
28426
28427 # Save the log message, to keep $[0] and so on meaningful, and to
28428 # report actual input values of CONFIG_FILES etc. instead of their
28429 # values after options handling.
28430 ac_log="
28431 This file was extended by Wine $as_me 1.1.15, which was
28432 generated by GNU Autoconf 2.63.  Invocation command line was
28433
28434   CONFIG_FILES    = $CONFIG_FILES
28435   CONFIG_HEADERS  = $CONFIG_HEADERS
28436   CONFIG_LINKS    = $CONFIG_LINKS
28437   CONFIG_COMMANDS = $CONFIG_COMMANDS
28438   $ $0 $@
28439
28440 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28441 "
28442
28443 _ACEOF
28444
28445 case $ac_config_files in *"
28446 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28447 esac
28448
28449 case $ac_config_headers in *"
28450 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28451 esac
28452
28453
28454 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28455 # Files that config.status was made for.
28456 config_files="$ac_config_files"
28457 config_headers="$ac_config_headers"
28458 config_commands="$ac_config_commands"
28459
28460 _ACEOF
28461
28462 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28463 ac_cs_usage="\
28464 \`$as_me' instantiates files from templates according to the
28465 current configuration.
28466
28467 Usage: $0 [OPTION]... [FILE]...
28468
28469   -h, --help       print this help, then exit
28470   -V, --version    print version number and configuration settings, then exit
28471   -q, --quiet, --silent
28472                    do not print progress messages
28473   -d, --debug      don't remove temporary files
28474       --recheck    update $as_me by reconfiguring in the same conditions
28475       --file=FILE[:TEMPLATE]
28476                    instantiate the configuration file FILE
28477       --header=FILE[:TEMPLATE]
28478                    instantiate the configuration header FILE
28479
28480 Configuration files:
28481 $config_files
28482
28483 Configuration headers:
28484 $config_headers
28485
28486 Configuration commands:
28487 $config_commands
28488
28489 Report bugs to <bug-autoconf@gnu.org>."
28490
28491 _ACEOF
28492 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28493 ac_cs_version="\\
28494 Wine config.status 1.1.15
28495 configured by $0, generated by GNU Autoconf 2.63,
28496   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28497
28498 Copyright (C) 2008 Free Software Foundation, Inc.
28499 This config.status script is free software; the Free Software Foundation
28500 gives unlimited permission to copy, distribute and modify it."
28501
28502 ac_pwd='$ac_pwd'
28503 srcdir='$srcdir'
28504 INSTALL='$INSTALL'
28505 test -n "\$AWK" || AWK=awk
28506 _ACEOF
28507
28508 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28509 # The default lists apply if the user does not specify any file.
28510 ac_need_defaults=:
28511 while test $# != 0
28512 do
28513   case $1 in
28514   --*=*)
28515     ac_option=`expr "X$1" : 'X\([^=]*\)='`
28516     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28517     ac_shift=:
28518     ;;
28519   *)
28520     ac_option=$1
28521     ac_optarg=$2
28522     ac_shift=shift
28523     ;;
28524   esac
28525
28526   case $ac_option in
28527   # Handling of the options.
28528   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28529     ac_cs_recheck=: ;;
28530   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28531     $as_echo "$ac_cs_version"; exit ;;
28532   --debug | --debu | --deb | --de | --d | -d )
28533     debug=: ;;
28534   --file | --fil | --fi | --f )
28535     $ac_shift
28536     case $ac_optarg in
28537     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28538     esac
28539     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28540     ac_need_defaults=false;;
28541   --header | --heade | --head | --hea )
28542     $ac_shift
28543     case $ac_optarg in
28544     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28545     esac
28546     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28547     ac_need_defaults=false;;
28548   --he | --h)
28549     # Conflict between --help and --header
28550     { $as_echo "$as_me: error: ambiguous option: $1
28551 Try \`$0 --help' for more information." >&2
28552    { (exit 1); exit 1; }; };;
28553   --help | --hel | -h )
28554     $as_echo "$ac_cs_usage"; exit ;;
28555   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28556   | -silent | --silent | --silen | --sile | --sil | --si | --s)
28557     ac_cs_silent=: ;;
28558
28559   # This is an error.
28560   -*) { $as_echo "$as_me: error: unrecognized option: $1
28561 Try \`$0 --help' for more information." >&2
28562    { (exit 1); exit 1; }; } ;;
28563
28564   *) ac_config_targets="$ac_config_targets $1"
28565      ac_need_defaults=false ;;
28566
28567   esac
28568   shift
28569 done
28570
28571 ac_configure_extra_args=
28572
28573 if $ac_cs_silent; then
28574   exec 6>/dev/null
28575   ac_configure_extra_args="$ac_configure_extra_args --silent"
28576 fi
28577
28578 _ACEOF
28579 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28580 if \$ac_cs_recheck; then
28581   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28582   shift
28583   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28584   CONFIG_SHELL='$SHELL'
28585   export CONFIG_SHELL
28586   exec "\$@"
28587 fi
28588
28589 _ACEOF
28590 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28591 exec 5>>config.log
28592 {
28593   echo
28594   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28595 ## Running $as_me. ##
28596 _ASBOX
28597   $as_echo "$ac_log"
28598 } >&5
28599
28600 _ACEOF
28601 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28602 _ACEOF
28603
28604 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28605
28606 # Handling of arguments.
28607 for ac_config_target in $ac_config_targets
28608 do
28609   case $ac_config_target in
28610     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28611     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28612     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28613     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28614     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28615     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28616     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28617     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28618     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28619     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28620     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28621     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28622     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28623     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28624     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28625     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28626     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28627     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28628     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28629     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28630     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28631     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28632     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28633     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28634     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28635     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28636     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28637     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28638     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28639     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28640     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28641     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28642     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28643     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28644     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28645     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28646     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28647     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28648     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28649     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28650     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28651     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28652     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28653     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28654     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28655     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28656     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28657     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28658     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28659     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28660     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28661     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28662     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28663     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28664     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28665     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28666     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28667     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28668     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28669     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28670     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28671     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28672     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28673     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28674     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28675     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28676     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28677     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28678     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28679     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28680     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28681     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28682     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28683     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28684     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28685     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28686     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28687     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28688     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28689     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28690     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28691     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28692     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28693     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28694     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28695     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28696     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28697     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28698     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28699     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28700     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28701     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28702     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28703     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28704     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28705     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28706     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28707     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28708     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28709     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28710     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28711     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28712     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28713     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28714     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28715     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28716     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28717     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28718     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28719     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28720     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28721     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28722     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28723     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28724     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28725     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28726     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28727     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28728     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28729     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28730     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28731     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28732     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28733     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28734     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28735     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28736     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28737     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28738     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28739     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28740     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28741     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28742     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28743     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28744     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28745     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28746     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28747     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28748     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28749     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28750     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28751     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28752     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28753     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28754     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28755     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28756     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28757     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28758     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28759     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28760     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28761     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28762     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28763     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28764     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28765     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28766     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28767     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28768     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28769     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28770     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28771     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28772     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28773     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28774     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28775     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28776     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28777     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28778     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28779     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28780     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28781     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28782     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28783     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28784     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28785     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28786     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28787     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28788     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28789     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28790     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28791     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28792     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28793     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28794     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28795     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28796     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28797     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28798     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28799     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28800     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28801     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28802     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28803     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28804     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28805     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28806     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28807     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28808     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28809     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28810     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28811     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28812     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28813     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28814     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28815     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28816     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28817     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28818     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28819     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28820     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28821     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28822     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28823     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28824     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28825     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28826     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28827     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28828     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28829     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28830     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28831     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28832     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28833     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28834     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28835     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28836     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28837     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28838     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28839     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28840     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28841     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28842     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28843     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28844     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28845     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28846     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28847     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28848     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28849     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28850     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28851     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28852     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28853     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28854     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28855     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28856     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28857     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28858     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28859     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28860     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28861     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28862     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28863     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28864     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28865     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28866     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28867     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28868     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28869     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28870     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28871     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28872     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28873     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28874     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28875     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28876     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28877     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28878     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28879     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28880     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28881     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28882     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28883     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28884     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28885     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28886     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28887     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28888     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28889     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28890     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28891     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28892     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28893     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28894     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28895     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28896     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28897     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28898     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28899     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28900     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28901     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28902     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28903     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28904     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28905     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28906     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28907     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28908     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28909     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28910     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28911     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28912     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28913     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28914     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28915     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28916     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28917     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28918     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28919     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28920     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28921     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28922     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28923     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28924     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28925     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28926     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28927     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28928     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28929     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28930     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28931     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28932     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28933     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28934     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28935     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28936     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28937     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28938     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28939     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28940     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28941     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28942     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28943     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28944     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28945     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28946     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28947     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28948     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28949     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28950     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28951     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28952     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28953     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28954     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28955     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28956     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28957     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28958     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28959     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28960     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28961     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28962     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28963     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28964     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28965     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28966     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28967     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28968     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28969     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28970     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28971     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28972     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28973     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28974     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28975     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28976     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28977     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28978     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28979     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28980     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28981     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28982     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28983     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28984     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28985     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28986     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28987     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28988     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28989     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28990     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28991     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28992     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28993     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28994     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28995     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28996     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28997     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28998     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28999     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29000     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29001     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29002     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29003     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29004     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29005     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29006     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29007     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29008     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29009     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29010     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29011     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29012     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29013     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29014     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29015     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29016     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29017     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29018     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29019     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29020     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29021     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29022     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29023     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29024     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29025     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29026     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29027     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29028     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29029     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29030     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29031     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29032     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29033     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29034     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29035     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29036     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29037     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29038     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29039     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29040     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29041     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29042     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29043     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29044     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29045     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29046     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29047     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29048     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29049     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29050     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29051     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29052     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29053     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29054     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29055     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29056     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29057     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29058     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29059     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29060     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29061     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29062     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29063     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29064     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29065     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29066     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29067     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29068     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29069     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29070     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29071     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29072     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29073     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29074     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29075     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29076     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29077     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29078
29079   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29080 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29081    { (exit 1); exit 1; }; };;
29082   esac
29083 done
29084
29085
29086 # If the user did not use the arguments to specify the items to instantiate,
29087 # then the envvar interface is used.  Set only those that are not.
29088 # We use the long form for the default assignment because of an extremely
29089 # bizarre bug on SunOS 4.1.3.
29090 if $ac_need_defaults; then
29091   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29092   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29093   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29094 fi
29095
29096 # Have a temporary directory for convenience.  Make it in the build tree
29097 # simply because there is no reason against having it here, and in addition,
29098 # creating and moving files from /tmp can sometimes cause problems.
29099 # Hook for its removal unless debugging.
29100 # Note that there is a small window in which the directory will not be cleaned:
29101 # after its creation but before its name has been assigned to `$tmp'.
29102 $debug ||
29103 {
29104   tmp=
29105   trap 'exit_status=$?
29106   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29107 ' 0
29108   trap '{ (exit 1); exit 1; }' 1 2 13 15
29109 }
29110 # Create a (secure) tmp directory for tmp files.
29111
29112 {
29113   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29114   test -n "$tmp" && test -d "$tmp"
29115 }  ||
29116 {
29117   tmp=./conf$$-$RANDOM
29118   (umask 077 && mkdir "$tmp")
29119 } ||
29120 {
29121    $as_echo "$as_me: cannot create a temporary directory in ." >&2
29122    { (exit 1); exit 1; }
29123 }
29124
29125 # Set up the scripts for CONFIG_FILES section.
29126 # No need to generate them if there are no CONFIG_FILES.
29127 # This happens for instance with `./config.status config.h'.
29128 if test -n "$CONFIG_FILES"; then
29129
29130 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29131   ac_cs_awk_getline=:
29132   ac_cs_awk_pipe_init=
29133   ac_cs_awk_read_file='
29134       while ((getline aline < (F[key])) > 0)
29135         print(aline)
29136       close(F[key])'
29137   ac_cs_awk_pipe_fini=
29138 else
29139   ac_cs_awk_getline=false
29140   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29141   ac_cs_awk_read_file='
29142       print "|#_!!_#|"
29143       print "cat " F[key] " &&"
29144       '$ac_cs_awk_pipe_init
29145   # The final `:' finishes the AND list.
29146   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29147 fi
29148 ac_cr='\r'
29149 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29150 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29151   ac_cs_awk_cr='\\r'
29152 else
29153   ac_cs_awk_cr=$ac_cr
29154 fi
29155
29156 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29157 _ACEOF
29158
29159 # Create commands to substitute file output variables.
29160 {
29161   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29162   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29163   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29164   echo "_ACAWK" &&
29165   echo "_ACEOF"
29166 } >conf$$files.sh &&
29167 . ./conf$$files.sh ||
29168   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29169 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29170    { (exit 1); exit 1; }; }
29171 rm -f conf$$files.sh
29172
29173 {
29174   echo "cat >conf$$subs.awk <<_ACEOF" &&
29175   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29176   echo "_ACEOF"
29177 } >conf$$subs.sh ||
29178   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29179 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29180    { (exit 1); exit 1; }; }
29181 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29182 ac_delim='%!_!# '
29183 for ac_last_try in false false false false false :; do
29184   . ./conf$$subs.sh ||
29185     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29186 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29187    { (exit 1); exit 1; }; }
29188
29189   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29190   if test $ac_delim_n = $ac_delim_num; then
29191     break
29192   elif $ac_last_try; then
29193     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29194 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29195    { (exit 1); exit 1; }; }
29196   else
29197     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29198   fi
29199 done
29200 rm -f conf$$subs.sh
29201
29202 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29203 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29204 _ACEOF
29205 sed -n '
29206 h
29207 s/^/S["/; s/!.*/"]=/
29208 p
29209 g
29210 s/^[^!]*!//
29211 :repl
29212 t repl
29213 s/'"$ac_delim"'$//
29214 t delim
29215 :nl
29216 h
29217 s/\(.\{148\}\).*/\1/
29218 t more1
29219 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29220 p
29221 n
29222 b repl
29223 :more1
29224 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29225 p
29226 g
29227 s/.\{148\}//
29228 t nl
29229 :delim
29230 h
29231 s/\(.\{148\}\).*/\1/
29232 t more2
29233 s/["\\]/\\&/g; s/^/"/; s/$/"/
29234 p
29235 b
29236 :more2
29237 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29238 p
29239 g
29240 s/.\{148\}//
29241 t delim
29242 ' <conf$$subs.awk | sed '
29243 /^[^""]/{
29244   N
29245   s/\n//
29246 }
29247 ' >>$CONFIG_STATUS || ac_write_fail=1
29248 rm -f conf$$subs.awk
29249 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29250 _ACAWK
29251 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29252   for (key in S) S_is_set[key] = 1
29253   FS = "\a"
29254   \$ac_cs_awk_pipe_init
29255 }
29256 {
29257   line = $ 0
29258   nfields = split(line, field, "@")
29259   substed = 0
29260   len = length(field[1])
29261   for (i = 2; i < nfields; i++) {
29262     key = field[i]
29263     keylen = length(key)
29264     if (S_is_set[key]) {
29265       value = S[key]
29266       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29267       len += length(value) + length(field[++i])
29268       substed = 1
29269     } else
29270       len += 1 + keylen
29271   }
29272   if (nfields == 3 && !substed) {
29273     key = field[2]
29274     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
29275       \$ac_cs_awk_read_file
29276       next
29277     }
29278   }
29279   print line
29280 }
29281 \$ac_cs_awk_pipe_fini
29282 _ACAWK
29283 _ACEOF
29284 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29285 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29286   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29287 else
29288   cat
29289 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29290   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29291 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29292    { (exit 1); exit 1; }; }
29293 _ACEOF
29294
29295 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29296 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29297 # trailing colons and then remove the whole line if VPATH becomes empty
29298 # (actually we leave an empty line to preserve line numbers).
29299 if test "x$srcdir" = x.; then
29300   ac_vpsub='/^[  ]*VPATH[        ]*=/{
29301 s/:*\$(srcdir):*/:/
29302 s/:*\${srcdir}:*/:/
29303 s/:*@srcdir@:*/:/
29304 s/^\([^=]*=[     ]*\):*/\1/
29305 s/:*$//
29306 s/^[^=]*=[       ]*$//
29307 }'
29308 fi
29309
29310 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29311 fi # test -n "$CONFIG_FILES"
29312
29313 # Set up the scripts for CONFIG_HEADERS section.
29314 # No need to generate them if there are no CONFIG_HEADERS.
29315 # This happens for instance with `./config.status Makefile'.
29316 if test -n "$CONFIG_HEADERS"; then
29317 cat >"$tmp/defines.awk" <<\_ACAWK ||
29318 BEGIN {
29319 _ACEOF
29320
29321 # Transform confdefs.h into an awk script `defines.awk', embedded as
29322 # here-document in config.status, that substitutes the proper values into
29323 # config.h.in to produce config.h.
29324
29325 # Create a delimiter string that does not exist in confdefs.h, to ease
29326 # handling of long lines.
29327 ac_delim='%!_!# '
29328 for ac_last_try in false false :; do
29329   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29330   if test -z "$ac_t"; then
29331     break
29332   elif $ac_last_try; then
29333     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29334 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29335    { (exit 1); exit 1; }; }
29336   else
29337     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29338   fi
29339 done
29340
29341 # For the awk script, D is an array of macro values keyed by name,
29342 # likewise P contains macro parameters if any.  Preserve backslash
29343 # newline sequences.
29344
29345 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29346 sed -n '
29347 s/.\{148\}/&'"$ac_delim"'/g
29348 t rset
29349 :rset
29350 s/^[     ]*#[    ]*define[       ][      ]*/ /
29351 t def
29352 d
29353 :def
29354 s/\\$//
29355 t bsnl
29356 s/["\\]/\\&/g
29357 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29358 D["\1"]=" \3"/p
29359 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
29360 d
29361 :bsnl
29362 s/["\\]/\\&/g
29363 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29364 D["\1"]=" \3\\\\\\n"\\/p
29365 t cont
29366 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29367 t cont
29368 d
29369 :cont
29370 n
29371 s/.\{148\}/&'"$ac_delim"'/g
29372 t clear
29373 :clear
29374 s/\\$//
29375 t bsnlc
29376 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29377 d
29378 :bsnlc
29379 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29380 b cont
29381 ' <confdefs.h | sed '
29382 s/'"$ac_delim"'/"\\\
29383 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29384
29385 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29386   for (key in D) D_is_set[key] = 1
29387   FS = "\a"
29388 }
29389 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29390   line = \$ 0
29391   split(line, arg, " ")
29392   if (arg[1] == "#") {
29393     defundef = arg[2]
29394     mac1 = arg[3]
29395   } else {
29396     defundef = substr(arg[1], 2)
29397     mac1 = arg[2]
29398   }
29399   split(mac1, mac2, "(") #)
29400   macro = mac2[1]
29401   prefix = substr(line, 1, index(line, defundef) - 1)
29402   if (D_is_set[macro]) {
29403     # Preserve the white space surrounding the "#".
29404     print prefix "define", macro P[macro] D[macro]
29405     next
29406   } else {
29407     # Replace #undef with comments.  This is necessary, for example,
29408     # in the case of _POSIX_SOURCE, which is predefined and required
29409     # on some systems where configure will not decide to define it.
29410     if (defundef == "undef") {
29411       print "/*", prefix defundef, macro, "*/"
29412       next
29413     }
29414   }
29415 }
29416 { print }
29417 _ACAWK
29418 _ACEOF
29419 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29420   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29421 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29422    { (exit 1); exit 1; }; }
29423 fi # test -n "$CONFIG_HEADERS"
29424
29425
29426 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
29427 shift
29428 for ac_tag
29429 do
29430   case $ac_tag in
29431   :[FHLC]) ac_mode=$ac_tag; continue;;
29432   esac
29433   case $ac_mode$ac_tag in
29434   :[FHL]*:*);;
29435   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29436 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29437    { (exit 1); exit 1; }; };;
29438   :[FH]-) ac_tag=-:-;;
29439   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29440   esac
29441   ac_save_IFS=$IFS
29442   IFS=:
29443   set x $ac_tag
29444   IFS=$ac_save_IFS
29445   shift
29446   ac_file=$1
29447   shift
29448
29449   case $ac_mode in
29450   :L) ac_source=$1;;
29451   :[FH])
29452     ac_file_inputs=
29453     for ac_f
29454     do
29455       case $ac_f in
29456       -) ac_f="$tmp/stdin";;
29457       *) # Look for the file first in the build tree, then in the source tree
29458          # (if the path is not absolute).  The absolute path cannot be DOS-style,
29459          # because $ac_f cannot contain `:'.
29460          test -f "$ac_f" ||
29461            case $ac_f in
29462            [\\/$]*) false;;
29463            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29464            esac ||
29465            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29466 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29467    { (exit 1); exit 1; }; };;
29468       esac
29469       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29470       ac_file_inputs="$ac_file_inputs '$ac_f'"
29471     done
29472
29473     # Let's still pretend it is `configure' which instantiates (i.e., don't
29474     # use $as_me), people would be surprised to read:
29475     #    /* config.h.  Generated by config.status.  */
29476     configure_input='Generated from '`
29477           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29478         `' by configure.'
29479     if test x"$ac_file" != x-; then
29480       configure_input="$ac_file.  $configure_input"
29481       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29482 $as_echo "$as_me: creating $ac_file" >&6;}
29483     fi
29484     # Neutralize special characters interpreted by sed in replacement strings.
29485     case $configure_input in #(
29486     *\&* | *\|* | *\\* )
29487        ac_sed_conf_input=`$as_echo "$configure_input" |
29488        sed 's/[\\\\&|]/\\\\&/g'`;; #(
29489     *) ac_sed_conf_input=$configure_input;;
29490     esac
29491
29492     case $ac_tag in
29493     *:-:* | *:-) cat >"$tmp/stdin" \
29494       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29495 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29496    { (exit 1); exit 1; }; } ;;
29497     esac
29498     ;;
29499   esac
29500
29501   ac_dir=`$as_dirname -- "$ac_file" ||
29502 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29503          X"$ac_file" : 'X\(//\)[^/]' \| \
29504          X"$ac_file" : 'X\(//\)$' \| \
29505          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29506 $as_echo X"$ac_file" |
29507     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29508             s//\1/
29509             q
29510           }
29511           /^X\(\/\/\)[^/].*/{
29512             s//\1/
29513             q
29514           }
29515           /^X\(\/\/\)$/{
29516             s//\1/
29517             q
29518           }
29519           /^X\(\/\).*/{
29520             s//\1/
29521             q
29522           }
29523           s/.*/./; q'`
29524   { as_dir="$ac_dir"
29525   case $as_dir in #(
29526   -*) as_dir=./$as_dir;;
29527   esac
29528   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29529     as_dirs=
29530     while :; do
29531       case $as_dir in #(
29532       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29533       *) as_qdir=$as_dir;;
29534       esac
29535       as_dirs="'$as_qdir' $as_dirs"
29536       as_dir=`$as_dirname -- "$as_dir" ||
29537 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29538          X"$as_dir" : 'X\(//\)[^/]' \| \
29539          X"$as_dir" : 'X\(//\)$' \| \
29540          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29541 $as_echo X"$as_dir" |
29542     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29543             s//\1/
29544             q
29545           }
29546           /^X\(\/\/\)[^/].*/{
29547             s//\1/
29548             q
29549           }
29550           /^X\(\/\/\)$/{
29551             s//\1/
29552             q
29553           }
29554           /^X\(\/\).*/{
29555             s//\1/
29556             q
29557           }
29558           s/.*/./; q'`
29559       test -d "$as_dir" && break
29560     done
29561     test -z "$as_dirs" || eval "mkdir $as_dirs"
29562   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29563 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29564    { (exit 1); exit 1; }; }; }
29565   ac_builddir=.
29566
29567 case "$ac_dir" in
29568 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29569 *)
29570   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29571   # A ".." for each directory in $ac_dir_suffix.
29572   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29573   case $ac_top_builddir_sub in
29574   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29575   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29576   esac ;;
29577 esac
29578 ac_abs_top_builddir=$ac_pwd
29579 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29580 # for backward compatibility:
29581 ac_top_builddir=$ac_top_build_prefix
29582
29583 case $srcdir in
29584   .)  # We are building in place.
29585     ac_srcdir=.
29586     ac_top_srcdir=$ac_top_builddir_sub
29587     ac_abs_top_srcdir=$ac_pwd ;;
29588   [\\/]* | ?:[\\/]* )  # Absolute name.
29589     ac_srcdir=$srcdir$ac_dir_suffix;
29590     ac_top_srcdir=$srcdir
29591     ac_abs_top_srcdir=$srcdir ;;
29592   *) # Relative name.
29593     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29594     ac_top_srcdir=$ac_top_build_prefix$srcdir
29595     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29596 esac
29597 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29598
29599
29600   case $ac_mode in
29601   :F)
29602   #
29603   # CONFIG_FILE
29604   #
29605
29606   case $INSTALL in
29607   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29608   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29609   esac
29610 _ACEOF
29611
29612 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29613 # If the template does not know about datarootdir, expand it.
29614 # FIXME: This hack should be removed a few years after 2.60.
29615 ac_datarootdir_hack=; ac_datarootdir_seen=
29616
29617 ac_sed_dataroot='
29618 /datarootdir/ {
29619   p
29620   q
29621 }
29622 /@datadir@/p
29623 /@docdir@/p
29624 /@infodir@/p
29625 /@localedir@/p
29626 /@mandir@/p
29627 '
29628 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29629 *datarootdir*) ac_datarootdir_seen=yes;;
29630 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29631   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29632 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29633 _ACEOF
29634 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29635   ac_datarootdir_hack='
29636   s&@datadir@&$datadir&g
29637   s&@docdir@&$docdir&g
29638   s&@infodir@&$infodir&g
29639   s&@localedir@&$localedir&g
29640   s&@mandir@&$mandir&g
29641     s&\\\${datarootdir}&$datarootdir&g' ;;
29642 esac
29643 _ACEOF
29644
29645 # Neutralize VPATH when `$srcdir' = `.'.
29646 # Shell code in configure.ac might set extrasub.
29647 # FIXME: do we really want to maintain this feature?
29648 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29649 ac_sed_extra="$ac_vpsub
29650 $extrasub
29651 _ACEOF
29652 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29653 :t
29654 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29655 s|@configure_input@|$ac_sed_conf_input|;t t
29656 s&@top_builddir@&$ac_top_builddir_sub&;t t
29657 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29658 s&@srcdir@&$ac_srcdir&;t t
29659 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29660 s&@top_srcdir@&$ac_top_srcdir&;t t
29661 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29662 s&@builddir@&$ac_builddir&;t t
29663 s&@abs_builddir@&$ac_abs_builddir&;t t
29664 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29665 s&@INSTALL@&$ac_INSTALL&;t t
29666 $ac_datarootdir_hack
29667 "
29668 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29669 if $ac_cs_awk_getline; then
29670   $AWK -f "$tmp/subs.awk"
29671 else
29672   $AWK -f "$tmp/subs.awk" | $SHELL
29673 fi >$tmp/out \
29674   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29675 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29676    { (exit 1); exit 1; }; }
29677
29678 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29679   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29680   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29681   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29682 which seems to be undefined.  Please make sure it is defined." >&5
29683 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29684 which seems to be undefined.  Please make sure it is defined." >&2;}
29685
29686   rm -f "$tmp/stdin"
29687   case $ac_file in
29688   -) cat "$tmp/out" && rm -f "$tmp/out";;
29689   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29690   esac \
29691   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29692 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29693    { (exit 1); exit 1; }; }
29694  ;;
29695   :H)
29696   #
29697   # CONFIG_HEADER
29698   #
29699   if test x"$ac_file" != x-; then
29700     {
29701       $as_echo "/* $configure_input  */" \
29702       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29703     } >"$tmp/config.h" \
29704       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29705 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29706    { (exit 1); exit 1; }; }
29707     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29708       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29709 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29710     else
29711       rm -f "$ac_file"
29712       mv "$tmp/config.h" "$ac_file" \
29713         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29714 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29715    { (exit 1); exit 1; }; }
29716     fi
29717   else
29718     $as_echo "/* $configure_input  */" \
29719       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29720       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29721 $as_echo "$as_me: error: could not create -" >&2;}
29722    { (exit 1); exit 1; }; }
29723   fi
29724  ;;
29725
29726   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29727 $as_echo "$as_me: executing $ac_file commands" >&6;}
29728  ;;
29729   esac
29730
29731
29732   case $ac_file$ac_mode in
29733     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29734     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29735 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29736     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29737 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29738     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29739 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29740     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29741 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29742     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29743 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29744     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29745 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29746
29747   esac
29748 done # for ac_tag
29749
29750
29751 { (exit 0); exit 0; }
29752 _ACEOF
29753 chmod +x $CONFIG_STATUS
29754 ac_clean_files=$ac_clean_files_save
29755
29756 test $ac_write_fail = 0 ||
29757   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29758 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29759    { (exit 1); exit 1; }; }
29760
29761
29762 # configure is writing to config.log, and then calls config.status.
29763 # config.status does its own redirection, appending to config.log.
29764 # Unfortunately, on DOS this fails, as config.log is still kept open
29765 # by configure, so config.status won't be able to write to it; its
29766 # output is simply discarded.  So we exec the FD to /dev/null,
29767 # effectively closing config.log, so it can be properly (re)opened and
29768 # appended to by config.status.  When coming back to configure, we
29769 # need to make the FD available again.
29770 if test "$no_create" != yes; then
29771   ac_cs_success=:
29772   ac_config_status_args=
29773   test "$silent" = yes &&
29774     ac_config_status_args="$ac_config_status_args --quiet"
29775   exec 5>/dev/null
29776   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29777   exec 5>>config.log
29778   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29779   # would make configure fail if this is the last instruction.
29780   $ac_cs_success || { (exit 1); exit 1; }
29781 fi
29782 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29783   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29784 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29785 fi
29786
29787
29788 if test "$no_create" = "yes"
29789 then
29790   exit 0
29791 fi
29792
29793 ac_save_IFS="$IFS"
29794 if test "x$wine_notices != "x; then
29795     echo >&6
29796     IFS="|"
29797     for msg in $wine_notices; do
29798         IFS="$ac_save_IFS"
29799         if test -n "$msg"; then
29800             { $as_echo "$as_me:$LINENO: $msg" >&5
29801 $as_echo "$as_me: $msg" >&6;}
29802         fi
29803     done
29804 fi
29805 IFS="|"
29806 for msg in $wine_warnings; do
29807     IFS="$ac_save_IFS"
29808     if test -n "$msg"; then
29809         echo >&2
29810         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29811 $as_echo "$as_me: WARNING: $msg" >&2;}
29812     fi
29813 done
29814 IFS="$ac_save_IFS"
29815
29816 echo "
29817 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
29818 " >&6
29819