winecrt0: Add entry point code for stand-alone 16-bit executables.
[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 fi
3913
3914 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3915 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3916 if test "${wine_cv_toolsdir+set}" = set; then
3917   $as_echo_n "(cached) " >&6
3918 else
3919   if test -z "$with_wine_tools"; then
3920      if test "$cross_compiling" = "yes"; then
3921        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3922 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3923    { (exit 1); exit 1; }; }
3924      else
3925        wine_cv_toolsdir="\$(TOPOBJDIR)"
3926      fi
3927    elif test -d "$with_wine_tools/tools/winebuild"; then
3928      case $with_wine_tools in
3929        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3930        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3931      esac
3932    else
3933      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3934 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3935    { (exit 1); exit 1; }; }
3936    fi
3937 fi
3938 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3939 $as_echo "$wine_cv_toolsdir" >&6; }
3940 TOOLSDIR=$wine_cv_toolsdir
3941
3942 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3943 then
3944     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3945
3946 fi
3947
3948 for ac_prog in flex
3949 do
3950   # Extract the first word of "$ac_prog", so it can be a program name with args.
3951 set dummy $ac_prog; ac_word=$2
3952 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3953 $as_echo_n "checking for $ac_word... " >&6; }
3954 if test "${ac_cv_prog_FLEX+set}" = set; then
3955   $as_echo_n "(cached) " >&6
3956 else
3957   if test -n "$FLEX"; then
3958   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3959 else
3960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3961 for as_dir in $PATH
3962 do
3963   IFS=$as_save_IFS
3964   test -z "$as_dir" && as_dir=.
3965   for ac_exec_ext in '' $ac_executable_extensions; do
3966   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3967     ac_cv_prog_FLEX="$ac_prog"
3968     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3969     break 2
3970   fi
3971 done
3972 done
3973 IFS=$as_save_IFS
3974
3975 fi
3976 fi
3977 FLEX=$ac_cv_prog_FLEX
3978 if test -n "$FLEX"; then
3979   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3980 $as_echo "$FLEX" >&6; }
3981 else
3982   { $as_echo "$as_me:$LINENO: result: no" >&5
3983 $as_echo "no" >&6; }
3984 fi
3985
3986
3987   test -n "$FLEX" && break
3988 done
3989 test -n "$FLEX" || FLEX="none"
3990
3991 if test "$FLEX" = "none"
3992 then
3993   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3994 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3995    { (exit 1); exit 1; }; }
3996 fi
3997
3998 for ac_prog in bison
3999 do
4000   # Extract the first word of "$ac_prog", so it can be a program name with args.
4001 set dummy $ac_prog; ac_word=$2
4002 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4003 $as_echo_n "checking for $ac_word... " >&6; }
4004 if test "${ac_cv_prog_BISON+set}" = set; then
4005   $as_echo_n "(cached) " >&6
4006 else
4007   if test -n "$BISON"; then
4008   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4009 else
4010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4011 for as_dir in $PATH
4012 do
4013   IFS=$as_save_IFS
4014   test -z "$as_dir" && as_dir=.
4015   for ac_exec_ext in '' $ac_executable_extensions; do
4016   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4017     ac_cv_prog_BISON="$ac_prog"
4018     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4019     break 2
4020   fi
4021 done
4022 done
4023 IFS=$as_save_IFS
4024
4025 fi
4026 fi
4027 BISON=$ac_cv_prog_BISON
4028 if test -n "$BISON"; then
4029   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4030 $as_echo "$BISON" >&6; }
4031 else
4032   { $as_echo "$as_me:$LINENO: result: no" >&5
4033 $as_echo "no" >&6; }
4034 fi
4035
4036
4037   test -n "$BISON" && break
4038 done
4039 test -n "$BISON" || BISON="none"
4040
4041 if test "$BISON" = "none"
4042 then
4043   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4044 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4045    { (exit 1); exit 1; }; }
4046 fi
4047
4048 if test -n "$ac_tool_prefix"; then
4049   for ac_prog in gas as
4050   do
4051     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4052 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4053 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4054 $as_echo_n "checking for $ac_word... " >&6; }
4055 if test "${ac_cv_prog_AS+set}" = set; then
4056   $as_echo_n "(cached) " >&6
4057 else
4058   if test -n "$AS"; then
4059   ac_cv_prog_AS="$AS" # Let the user override the test.
4060 else
4061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4062 for as_dir in $PATH
4063 do
4064   IFS=$as_save_IFS
4065   test -z "$as_dir" && as_dir=.
4066   for ac_exec_ext in '' $ac_executable_extensions; do
4067   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4068     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4069     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4070     break 2
4071   fi
4072 done
4073 done
4074 IFS=$as_save_IFS
4075
4076 fi
4077 fi
4078 AS=$ac_cv_prog_AS
4079 if test -n "$AS"; then
4080   { $as_echo "$as_me:$LINENO: result: $AS" >&5
4081 $as_echo "$AS" >&6; }
4082 else
4083   { $as_echo "$as_me:$LINENO: result: no" >&5
4084 $as_echo "no" >&6; }
4085 fi
4086
4087
4088     test -n "$AS" && break
4089   done
4090 fi
4091 if test -z "$AS"; then
4092   ac_ct_AS=$AS
4093   for ac_prog in gas as
4094 do
4095   # Extract the first word of "$ac_prog", so it can be a program name with args.
4096 set dummy $ac_prog; ac_word=$2
4097 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4098 $as_echo_n "checking for $ac_word... " >&6; }
4099 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4100   $as_echo_n "(cached) " >&6
4101 else
4102   if test -n "$ac_ct_AS"; then
4103   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4104 else
4105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4106 for as_dir in $PATH
4107 do
4108   IFS=$as_save_IFS
4109   test -z "$as_dir" && as_dir=.
4110   for ac_exec_ext in '' $ac_executable_extensions; do
4111   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4112     ac_cv_prog_ac_ct_AS="$ac_prog"
4113     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4114     break 2
4115   fi
4116 done
4117 done
4118 IFS=$as_save_IFS
4119
4120 fi
4121 fi
4122 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4123 if test -n "$ac_ct_AS"; then
4124   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4125 $as_echo "$ac_ct_AS" >&6; }
4126 else
4127   { $as_echo "$as_me:$LINENO: result: no" >&5
4128 $as_echo "no" >&6; }
4129 fi
4130
4131
4132   test -n "$ac_ct_AS" && break
4133 done
4134
4135   if test "x$ac_ct_AS" = x; then
4136     AS="as"
4137   else
4138     case $cross_compiling:$ac_tool_warned in
4139 yes:)
4140 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4141 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4142 ac_tool_warned=yes ;;
4143 esac
4144     AS=$ac_ct_AS
4145   fi
4146 fi
4147
4148 if test -n "$ac_tool_prefix"; then
4149   for ac_prog in ld gld
4150   do
4151     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4152 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4153 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4154 $as_echo_n "checking for $ac_word... " >&6; }
4155 if test "${ac_cv_prog_LD+set}" = set; then
4156   $as_echo_n "(cached) " >&6
4157 else
4158   if test -n "$LD"; then
4159   ac_cv_prog_LD="$LD" # Let the user override the test.
4160 else
4161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4162 for as_dir in $PATH
4163 do
4164   IFS=$as_save_IFS
4165   test -z "$as_dir" && as_dir=.
4166   for ac_exec_ext in '' $ac_executable_extensions; do
4167   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4168     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4169     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4170     break 2
4171   fi
4172 done
4173 done
4174 IFS=$as_save_IFS
4175
4176 fi
4177 fi
4178 LD=$ac_cv_prog_LD
4179 if test -n "$LD"; then
4180   { $as_echo "$as_me:$LINENO: result: $LD" >&5
4181 $as_echo "$LD" >&6; }
4182 else
4183   { $as_echo "$as_me:$LINENO: result: no" >&5
4184 $as_echo "no" >&6; }
4185 fi
4186
4187
4188     test -n "$LD" && break
4189   done
4190 fi
4191 if test -z "$LD"; then
4192   ac_ct_LD=$LD
4193   for ac_prog in ld gld
4194 do
4195   # Extract the first word of "$ac_prog", so it can be a program name with args.
4196 set dummy $ac_prog; ac_word=$2
4197 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4198 $as_echo_n "checking for $ac_word... " >&6; }
4199 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4200   $as_echo_n "(cached) " >&6
4201 else
4202   if test -n "$ac_ct_LD"; then
4203   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4204 else
4205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4206 for as_dir in $PATH
4207 do
4208   IFS=$as_save_IFS
4209   test -z "$as_dir" && as_dir=.
4210   for ac_exec_ext in '' $ac_executable_extensions; do
4211   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4212     ac_cv_prog_ac_ct_LD="$ac_prog"
4213     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4214     break 2
4215   fi
4216 done
4217 done
4218 IFS=$as_save_IFS
4219
4220 fi
4221 fi
4222 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4223 if test -n "$ac_ct_LD"; then
4224   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4225 $as_echo "$ac_ct_LD" >&6; }
4226 else
4227   { $as_echo "$as_me:$LINENO: result: no" >&5
4228 $as_echo "no" >&6; }
4229 fi
4230
4231
4232   test -n "$ac_ct_LD" && break
4233 done
4234
4235   if test "x$ac_ct_LD" = x; then
4236     LD="ld"
4237   else
4238     case $cross_compiling:$ac_tool_warned in
4239 yes:)
4240 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4241 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4242 ac_tool_warned=yes ;;
4243 esac
4244     LD=$ac_ct_LD
4245   fi
4246 fi
4247
4248 if test -n "$ac_tool_prefix"; then
4249   for ac_prog in nm gnm
4250   do
4251     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4252 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4253 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4254 $as_echo_n "checking for $ac_word... " >&6; }
4255 if test "${ac_cv_prog_NM+set}" = set; then
4256   $as_echo_n "(cached) " >&6
4257 else
4258   if test -n "$NM"; then
4259   ac_cv_prog_NM="$NM" # Let the user override the test.
4260 else
4261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4262 for as_dir in $PATH
4263 do
4264   IFS=$as_save_IFS
4265   test -z "$as_dir" && as_dir=.
4266   for ac_exec_ext in '' $ac_executable_extensions; do
4267   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4268     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4269     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4270     break 2
4271   fi
4272 done
4273 done
4274 IFS=$as_save_IFS
4275
4276 fi
4277 fi
4278 NM=$ac_cv_prog_NM
4279 if test -n "$NM"; then
4280   { $as_echo "$as_me:$LINENO: result: $NM" >&5
4281 $as_echo "$NM" >&6; }
4282 else
4283   { $as_echo "$as_me:$LINENO: result: no" >&5
4284 $as_echo "no" >&6; }
4285 fi
4286
4287
4288     test -n "$NM" && break
4289   done
4290 fi
4291 if test -z "$NM"; then
4292   ac_ct_NM=$NM
4293   for ac_prog in nm gnm
4294 do
4295   # Extract the first word of "$ac_prog", so it can be a program name with args.
4296 set dummy $ac_prog; ac_word=$2
4297 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4298 $as_echo_n "checking for $ac_word... " >&6; }
4299 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4300   $as_echo_n "(cached) " >&6
4301 else
4302   if test -n "$ac_ct_NM"; then
4303   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4304 else
4305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4306 for as_dir in $PATH
4307 do
4308   IFS=$as_save_IFS
4309   test -z "$as_dir" && as_dir=.
4310   for ac_exec_ext in '' $ac_executable_extensions; do
4311   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4312     ac_cv_prog_ac_ct_NM="$ac_prog"
4313     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4314     break 2
4315   fi
4316 done
4317 done
4318 IFS=$as_save_IFS
4319
4320 fi
4321 fi
4322 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4323 if test -n "$ac_ct_NM"; then
4324   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4325 $as_echo "$ac_ct_NM" >&6; }
4326 else
4327   { $as_echo "$as_me:$LINENO: result: no" >&5
4328 $as_echo "no" >&6; }
4329 fi
4330
4331
4332   test -n "$ac_ct_NM" && break
4333 done
4334
4335   if test "x$ac_ct_NM" = x; then
4336     NM="nm"
4337   else
4338     case $cross_compiling:$ac_tool_warned in
4339 yes:)
4340 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4341 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4342 ac_tool_warned=yes ;;
4343 esac
4344     NM=$ac_ct_NM
4345   fi
4346 fi
4347
4348 if test -n "$ac_tool_prefix"; then
4349   for ac_prog in ar gar
4350   do
4351     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4352 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4353 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4354 $as_echo_n "checking for $ac_word... " >&6; }
4355 if test "${ac_cv_prog_AR+set}" = set; then
4356   $as_echo_n "(cached) " >&6
4357 else
4358   if test -n "$AR"; then
4359   ac_cv_prog_AR="$AR" # Let the user override the test.
4360 else
4361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4362 for as_dir in $PATH
4363 do
4364   IFS=$as_save_IFS
4365   test -z "$as_dir" && as_dir=.
4366   for ac_exec_ext in '' $ac_executable_extensions; do
4367   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4368     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4369     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4370     break 2
4371   fi
4372 done
4373 done
4374 IFS=$as_save_IFS
4375
4376 fi
4377 fi
4378 AR=$ac_cv_prog_AR
4379 if test -n "$AR"; then
4380   { $as_echo "$as_me:$LINENO: result: $AR" >&5
4381 $as_echo "$AR" >&6; }
4382 else
4383   { $as_echo "$as_me:$LINENO: result: no" >&5
4384 $as_echo "no" >&6; }
4385 fi
4386
4387
4388     test -n "$AR" && break
4389   done
4390 fi
4391 if test -z "$AR"; then
4392   ac_ct_AR=$AR
4393   for ac_prog in ar gar
4394 do
4395   # Extract the first word of "$ac_prog", so it can be a program name with args.
4396 set dummy $ac_prog; ac_word=$2
4397 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4398 $as_echo_n "checking for $ac_word... " >&6; }
4399 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4400   $as_echo_n "(cached) " >&6
4401 else
4402   if test -n "$ac_ct_AR"; then
4403   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4404 else
4405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4406 for as_dir in $PATH
4407 do
4408   IFS=$as_save_IFS
4409   test -z "$as_dir" && as_dir=.
4410   for ac_exec_ext in '' $ac_executable_extensions; do
4411   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4412     ac_cv_prog_ac_ct_AR="$ac_prog"
4413     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4414     break 2
4415   fi
4416 done
4417 done
4418 IFS=$as_save_IFS
4419
4420 fi
4421 fi
4422 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4423 if test -n "$ac_ct_AR"; then
4424   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4425 $as_echo "$ac_ct_AR" >&6; }
4426 else
4427   { $as_echo "$as_me:$LINENO: result: no" >&5
4428 $as_echo "no" >&6; }
4429 fi
4430
4431
4432   test -n "$ac_ct_AR" && break
4433 done
4434
4435   if test "x$ac_ct_AR" = x; then
4436     AR="ar"
4437   else
4438     case $cross_compiling:$ac_tool_warned in
4439 yes:)
4440 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4441 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4442 ac_tool_warned=yes ;;
4443 esac
4444     AR=$ac_ct_AR
4445   fi
4446 fi
4447
4448 ARFLAGS=rc
4449
4450 if test -n "$ac_tool_prefix"; then
4451   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4452 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4453 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4454 $as_echo_n "checking for $ac_word... " >&6; }
4455 if test "${ac_cv_prog_RANLIB+set}" = set; then
4456   $as_echo_n "(cached) " >&6
4457 else
4458   if test -n "$RANLIB"; then
4459   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4460 else
4461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4462 for as_dir in $PATH
4463 do
4464   IFS=$as_save_IFS
4465   test -z "$as_dir" && as_dir=.
4466   for ac_exec_ext in '' $ac_executable_extensions; do
4467   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4468     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4469     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4470     break 2
4471   fi
4472 done
4473 done
4474 IFS=$as_save_IFS
4475
4476 fi
4477 fi
4478 RANLIB=$ac_cv_prog_RANLIB
4479 if test -n "$RANLIB"; then
4480   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4481 $as_echo "$RANLIB" >&6; }
4482 else
4483   { $as_echo "$as_me:$LINENO: result: no" >&5
4484 $as_echo "no" >&6; }
4485 fi
4486
4487
4488 fi
4489 if test -z "$ac_cv_prog_RANLIB"; then
4490   ac_ct_RANLIB=$RANLIB
4491   # Extract the first word of "ranlib", so it can be a program name with args.
4492 set dummy ranlib; ac_word=$2
4493 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4494 $as_echo_n "checking for $ac_word... " >&6; }
4495 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4496   $as_echo_n "(cached) " >&6
4497 else
4498   if test -n "$ac_ct_RANLIB"; then
4499   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4500 else
4501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4502 for as_dir in $PATH
4503 do
4504   IFS=$as_save_IFS
4505   test -z "$as_dir" && as_dir=.
4506   for ac_exec_ext in '' $ac_executable_extensions; do
4507   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4508     ac_cv_prog_ac_ct_RANLIB="ranlib"
4509     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4510     break 2
4511   fi
4512 done
4513 done
4514 IFS=$as_save_IFS
4515
4516 fi
4517 fi
4518 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4519 if test -n "$ac_ct_RANLIB"; then
4520   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4521 $as_echo "$ac_ct_RANLIB" >&6; }
4522 else
4523   { $as_echo "$as_me:$LINENO: result: no" >&5
4524 $as_echo "no" >&6; }
4525 fi
4526
4527   if test "x$ac_ct_RANLIB" = x; then
4528     RANLIB=":"
4529   else
4530     case $cross_compiling:$ac_tool_warned in
4531 yes:)
4532 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4533 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4534 ac_tool_warned=yes ;;
4535 esac
4536     RANLIB=$ac_ct_RANLIB
4537   fi
4538 else
4539   RANLIB="$ac_cv_prog_RANLIB"
4540 fi
4541
4542 if test -n "$ac_tool_prefix"; then
4543   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4544 set dummy ${ac_tool_prefix}strip; ac_word=$2
4545 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4546 $as_echo_n "checking for $ac_word... " >&6; }
4547 if test "${ac_cv_prog_STRIP+set}" = set; then
4548   $as_echo_n "(cached) " >&6
4549 else
4550   if test -n "$STRIP"; then
4551   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4552 else
4553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4554 for as_dir in $PATH
4555 do
4556   IFS=$as_save_IFS
4557   test -z "$as_dir" && as_dir=.
4558   for ac_exec_ext in '' $ac_executable_extensions; do
4559   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4560     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4561     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4562     break 2
4563   fi
4564 done
4565 done
4566 IFS=$as_save_IFS
4567
4568 fi
4569 fi
4570 STRIP=$ac_cv_prog_STRIP
4571 if test -n "$STRIP"; then
4572   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4573 $as_echo "$STRIP" >&6; }
4574 else
4575   { $as_echo "$as_me:$LINENO: result: no" >&5
4576 $as_echo "no" >&6; }
4577 fi
4578
4579
4580 fi
4581 if test -z "$ac_cv_prog_STRIP"; then
4582   ac_ct_STRIP=$STRIP
4583   # Extract the first word of "strip", so it can be a program name with args.
4584 set dummy strip; ac_word=$2
4585 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4586 $as_echo_n "checking for $ac_word... " >&6; }
4587 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4588   $as_echo_n "(cached) " >&6
4589 else
4590   if test -n "$ac_ct_STRIP"; then
4591   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4592 else
4593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4594 for as_dir in $PATH
4595 do
4596   IFS=$as_save_IFS
4597   test -z "$as_dir" && as_dir=.
4598   for ac_exec_ext in '' $ac_executable_extensions; do
4599   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4600     ac_cv_prog_ac_ct_STRIP="strip"
4601     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4602     break 2
4603   fi
4604 done
4605 done
4606 IFS=$as_save_IFS
4607
4608 fi
4609 fi
4610 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4611 if test -n "$ac_ct_STRIP"; then
4612   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4613 $as_echo "$ac_ct_STRIP" >&6; }
4614 else
4615   { $as_echo "$as_me:$LINENO: result: no" >&5
4616 $as_echo "no" >&6; }
4617 fi
4618
4619   if test "x$ac_ct_STRIP" = x; then
4620     STRIP="strip"
4621   else
4622     case $cross_compiling:$ac_tool_warned in
4623 yes:)
4624 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4625 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4626 ac_tool_warned=yes ;;
4627 esac
4628     STRIP=$ac_ct_STRIP
4629   fi
4630 else
4631   STRIP="$ac_cv_prog_STRIP"
4632 fi
4633
4634 if test -n "$ac_tool_prefix"; then
4635   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4636 set dummy ${ac_tool_prefix}windres; ac_word=$2
4637 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4638 $as_echo_n "checking for $ac_word... " >&6; }
4639 if test "${ac_cv_prog_WINDRES+set}" = set; then
4640   $as_echo_n "(cached) " >&6
4641 else
4642   if test -n "$WINDRES"; then
4643   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4644 else
4645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4646 for as_dir in $PATH
4647 do
4648   IFS=$as_save_IFS
4649   test -z "$as_dir" && as_dir=.
4650   for ac_exec_ext in '' $ac_executable_extensions; do
4651   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4652     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4653     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4654     break 2
4655   fi
4656 done
4657 done
4658 IFS=$as_save_IFS
4659
4660 fi
4661 fi
4662 WINDRES=$ac_cv_prog_WINDRES
4663 if test -n "$WINDRES"; then
4664   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4665 $as_echo "$WINDRES" >&6; }
4666 else
4667   { $as_echo "$as_me:$LINENO: result: no" >&5
4668 $as_echo "no" >&6; }
4669 fi
4670
4671
4672 fi
4673 if test -z "$ac_cv_prog_WINDRES"; then
4674   ac_ct_WINDRES=$WINDRES
4675   # Extract the first word of "windres", so it can be a program name with args.
4676 set dummy windres; ac_word=$2
4677 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4678 $as_echo_n "checking for $ac_word... " >&6; }
4679 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4680   $as_echo_n "(cached) " >&6
4681 else
4682   if test -n "$ac_ct_WINDRES"; then
4683   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4684 else
4685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4686 for as_dir in $PATH
4687 do
4688   IFS=$as_save_IFS
4689   test -z "$as_dir" && as_dir=.
4690   for ac_exec_ext in '' $ac_executable_extensions; do
4691   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4692     ac_cv_prog_ac_ct_WINDRES="windres"
4693     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4694     break 2
4695   fi
4696 done
4697 done
4698 IFS=$as_save_IFS
4699
4700 fi
4701 fi
4702 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4703 if test -n "$ac_ct_WINDRES"; then
4704   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4705 $as_echo "$ac_ct_WINDRES" >&6; }
4706 else
4707   { $as_echo "$as_me:$LINENO: result: no" >&5
4708 $as_echo "no" >&6; }
4709 fi
4710
4711   if test "x$ac_ct_WINDRES" = x; then
4712     WINDRES="false"
4713   else
4714     case $cross_compiling:$ac_tool_warned in
4715 yes:)
4716 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4717 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4718 ac_tool_warned=yes ;;
4719 esac
4720     WINDRES=$ac_ct_WINDRES
4721   fi
4722 else
4723   WINDRES="$ac_cv_prog_WINDRES"
4724 fi
4725
4726 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4727 $as_echo_n "checking whether ln -s works... " >&6; }
4728 LN_S=$as_ln_s
4729 if test "$LN_S" = "ln -s"; then
4730   { $as_echo "$as_me:$LINENO: result: yes" >&5
4731 $as_echo "yes" >&6; }
4732 else
4733   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4734 $as_echo "no, using $LN_S" >&6; }
4735 fi
4736
4737 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4738 $as_echo_n "checking whether ln works... " >&6; }
4739 rm -f conf$$ conf$$.file
4740 echo >conf$$.file
4741 if ln conf$$.file conf$$ 2>/dev/null; then
4742   LN=ln
4743
4744   { $as_echo "$as_me:$LINENO: result: yes" >&5
4745 $as_echo "yes" >&6; }
4746 else
4747   LN="cp -p"
4748
4749   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4750 $as_echo "no, using $LN" >&6; }
4751 fi
4752 rm -f conf$$ conf$$.file
4753 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4754 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4755 if test "${ac_cv_path_GREP+set}" = set; then
4756   $as_echo_n "(cached) " >&6
4757 else
4758   if test -z "$GREP"; then
4759   ac_path_GREP_found=false
4760   # Loop through the user's path and test for each of PROGNAME-LIST
4761   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4762 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4763 do
4764   IFS=$as_save_IFS
4765   test -z "$as_dir" && as_dir=.
4766   for ac_prog in grep ggrep; do
4767     for ac_exec_ext in '' $ac_executable_extensions; do
4768       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4769       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4770 # Check for GNU ac_path_GREP and select it if it is found.
4771   # Check for GNU $ac_path_GREP
4772 case `"$ac_path_GREP" --version 2>&1` in
4773 *GNU*)
4774   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4775 *)
4776   ac_count=0
4777   $as_echo_n 0123456789 >"conftest.in"
4778   while :
4779   do
4780     cat "conftest.in" "conftest.in" >"conftest.tmp"
4781     mv "conftest.tmp" "conftest.in"
4782     cp "conftest.in" "conftest.nl"
4783     $as_echo 'GREP' >> "conftest.nl"
4784     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4785     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4786     ac_count=`expr $ac_count + 1`
4787     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4788       # Best one so far, save it but keep looking for a better one
4789       ac_cv_path_GREP="$ac_path_GREP"
4790       ac_path_GREP_max=$ac_count
4791     fi
4792     # 10*(2^10) chars as input seems more than enough
4793     test $ac_count -gt 10 && break
4794   done
4795   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4796 esac
4797
4798       $ac_path_GREP_found && break 3
4799     done
4800   done
4801 done
4802 IFS=$as_save_IFS
4803   if test -z "$ac_cv_path_GREP"; then
4804     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4805 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4806    { (exit 1); exit 1; }; }
4807   fi
4808 else
4809   ac_cv_path_GREP=$GREP
4810 fi
4811
4812 fi
4813 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4814 $as_echo "$ac_cv_path_GREP" >&6; }
4815  GREP="$ac_cv_path_GREP"
4816
4817
4818 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4819 $as_echo_n "checking for egrep... " >&6; }
4820 if test "${ac_cv_path_EGREP+set}" = set; then
4821   $as_echo_n "(cached) " >&6
4822 else
4823   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4824    then ac_cv_path_EGREP="$GREP -E"
4825    else
4826      if test -z "$EGREP"; then
4827   ac_path_EGREP_found=false
4828   # Loop through the user's path and test for each of PROGNAME-LIST
4829   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4830 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4831 do
4832   IFS=$as_save_IFS
4833   test -z "$as_dir" && as_dir=.
4834   for ac_prog in egrep; do
4835     for ac_exec_ext in '' $ac_executable_extensions; do
4836       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4837       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4838 # Check for GNU ac_path_EGREP and select it if it is found.
4839   # Check for GNU $ac_path_EGREP
4840 case `"$ac_path_EGREP" --version 2>&1` in
4841 *GNU*)
4842   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4843 *)
4844   ac_count=0
4845   $as_echo_n 0123456789 >"conftest.in"
4846   while :
4847   do
4848     cat "conftest.in" "conftest.in" >"conftest.tmp"
4849     mv "conftest.tmp" "conftest.in"
4850     cp "conftest.in" "conftest.nl"
4851     $as_echo 'EGREP' >> "conftest.nl"
4852     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4853     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4854     ac_count=`expr $ac_count + 1`
4855     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4856       # Best one so far, save it but keep looking for a better one
4857       ac_cv_path_EGREP="$ac_path_EGREP"
4858       ac_path_EGREP_max=$ac_count
4859     fi
4860     # 10*(2^10) chars as input seems more than enough
4861     test $ac_count -gt 10 && break
4862   done
4863   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4864 esac
4865
4866       $ac_path_EGREP_found && break 3
4867     done
4868   done
4869 done
4870 IFS=$as_save_IFS
4871   if test -z "$ac_cv_path_EGREP"; then
4872     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4873 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4874    { (exit 1); exit 1; }; }
4875   fi
4876 else
4877   ac_cv_path_EGREP=$EGREP
4878 fi
4879
4880    fi
4881 fi
4882 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4883 $as_echo "$ac_cv_path_EGREP" >&6; }
4884  EGREP="$ac_cv_path_EGREP"
4885
4886
4887 # Extract the first word of "ldconfig", so it can be a program name with args.
4888 set dummy ldconfig; ac_word=$2
4889 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4890 $as_echo_n "checking for $ac_word... " >&6; }
4891 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4892   $as_echo_n "(cached) " >&6
4893 else
4894   case $LDCONFIG in
4895   [\\/]* | ?:[\\/]*)
4896   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4897   ;;
4898   *)
4899   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4900 for as_dir in /sbin /usr/sbin $PATH
4901 do
4902   IFS=$as_save_IFS
4903   test -z "$as_dir" && as_dir=.
4904   for ac_exec_ext in '' $ac_executable_extensions; do
4905   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4906     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4907     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4908     break 2
4909   fi
4910 done
4911 done
4912 IFS=$as_save_IFS
4913
4914   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4915   ;;
4916 esac
4917 fi
4918 LDCONFIG=$ac_cv_path_LDCONFIG
4919 if test -n "$LDCONFIG"; then
4920   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4921 $as_echo "$LDCONFIG" >&6; }
4922 else
4923   { $as_echo "$as_me:$LINENO: result: no" >&5
4924 $as_echo "no" >&6; }
4925 fi
4926
4927
4928 # Find a good install program.  We prefer a C program (faster),
4929 # so one script is as good as another.  But avoid the broken or
4930 # incompatible versions:
4931 # SysV /etc/install, /usr/sbin/install
4932 # SunOS /usr/etc/install
4933 # IRIX /sbin/install
4934 # AIX /bin/install
4935 # AmigaOS /C/install, which installs bootblocks on floppy discs
4936 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4937 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4938 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4939 # OS/2's system install, which has a completely different semantic
4940 # ./install, which can be erroneously created by make from ./install.sh.
4941 # Reject install programs that cannot install multiple files.
4942 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4943 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4944 if test -z "$INSTALL"; then
4945 if test "${ac_cv_path_install+set}" = set; then
4946   $as_echo_n "(cached) " >&6
4947 else
4948   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4949 for as_dir in $PATH
4950 do
4951   IFS=$as_save_IFS
4952   test -z "$as_dir" && as_dir=.
4953   # Account for people who put trailing slashes in PATH elements.
4954 case $as_dir/ in
4955   ./ | .// | /cC/* | \
4956   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4957   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4958   /usr/ucb/* ) ;;
4959   *)
4960     # OSF1 and SCO ODT 3.0 have their own names for install.
4961     # Don't use installbsd from OSF since it installs stuff as root
4962     # by default.
4963     for ac_prog in ginstall scoinst install; do
4964       for ac_exec_ext in '' $ac_executable_extensions; do
4965         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4966           if test $ac_prog = install &&
4967             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4968             # AIX install.  It has an incompatible calling convention.
4969             :
4970           elif test $ac_prog = install &&
4971             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4972             # program-specific install script used by HP pwplus--don't use.
4973             :
4974           else
4975             rm -rf conftest.one conftest.two conftest.dir
4976             echo one > conftest.one
4977             echo two > conftest.two
4978             mkdir conftest.dir
4979             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4980               test -s conftest.one && test -s conftest.two &&
4981               test -s conftest.dir/conftest.one &&
4982               test -s conftest.dir/conftest.two
4983             then
4984               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4985               break 3
4986             fi
4987           fi
4988         fi
4989       done
4990     done
4991     ;;
4992 esac
4993
4994 done
4995 IFS=$as_save_IFS
4996
4997 rm -rf conftest.one conftest.two conftest.dir
4998
4999 fi
5000   if test "${ac_cv_path_install+set}" = set; then
5001     INSTALL=$ac_cv_path_install
5002   else
5003     # As a last resort, use the slow shell script.  Don't cache a
5004     # value for INSTALL within a source directory, because that will
5005     # break other packages using the cache if that directory is
5006     # removed, or if the value is a relative name.
5007     INSTALL=$ac_install_sh
5008   fi
5009 fi
5010 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5011 $as_echo "$INSTALL" >&6; }
5012
5013 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5014 # It thinks the first close brace ends the variable substitution.
5015 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5016
5017 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5018
5019 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5020
5021 case "$INSTALL" in
5022   [\\/$]* | ?:[\\/]* ) ;;
5023   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5024 esac
5025
5026 for ac_prog in lclint lint
5027 do
5028   # Extract the first word of "$ac_prog", so it can be a program name with args.
5029 set dummy $ac_prog; ac_word=$2
5030 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5031 $as_echo_n "checking for $ac_word... " >&6; }
5032 if test "${ac_cv_prog_LINT+set}" = set; then
5033   $as_echo_n "(cached) " >&6
5034 else
5035   if test -n "$LINT"; then
5036   ac_cv_prog_LINT="$LINT" # Let the user override the test.
5037 else
5038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5039 for as_dir in $PATH
5040 do
5041   IFS=$as_save_IFS
5042   test -z "$as_dir" && as_dir=.
5043   for ac_exec_ext in '' $ac_executable_extensions; do
5044   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5045     ac_cv_prog_LINT="$ac_prog"
5046     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5047     break 2
5048   fi
5049 done
5050 done
5051 IFS=$as_save_IFS
5052
5053 fi
5054 fi
5055 LINT=$ac_cv_prog_LINT
5056 if test -n "$LINT"; then
5057   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5058 $as_echo "$LINT" >&6; }
5059 else
5060   { $as_echo "$as_me:$LINENO: result: no" >&5
5061 $as_echo "no" >&6; }
5062 fi
5063
5064
5065   test -n "$LINT" && break
5066 done
5067
5068 if test "$LINT" = "lint"
5069 then
5070   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5071   fi
5072
5073
5074
5075 for ac_prog in fontforge
5076 do
5077   # Extract the first word of "$ac_prog", so it can be a program name with args.
5078 set dummy $ac_prog; ac_word=$2
5079 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5080 $as_echo_n "checking for $ac_word... " >&6; }
5081 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5082   $as_echo_n "(cached) " >&6
5083 else
5084   if test -n "$FONTFORGE"; then
5085   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5086 else
5087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5088 for as_dir in $PATH
5089 do
5090   IFS=$as_save_IFS
5091   test -z "$as_dir" && as_dir=.
5092   for ac_exec_ext in '' $ac_executable_extensions; do
5093   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5094     ac_cv_prog_FONTFORGE="$ac_prog"
5095     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5096     break 2
5097   fi
5098 done
5099 done
5100 IFS=$as_save_IFS
5101
5102 fi
5103 fi
5104 FONTFORGE=$ac_cv_prog_FONTFORGE
5105 if test -n "$FONTFORGE"; then
5106   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5107 $as_echo "$FONTFORGE" >&6; }
5108 else
5109   { $as_echo "$as_me:$LINENO: result: no" >&5
5110 $as_echo "no" >&6; }
5111 fi
5112
5113
5114   test -n "$FONTFORGE" && break
5115 done
5116 test -n "$FONTFORGE" || FONTFORGE="false"
5117
5118 for ac_prog in pkg-config
5119 do
5120   # Extract the first word of "$ac_prog", so it can be a program name with args.
5121 set dummy $ac_prog; ac_word=$2
5122 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5123 $as_echo_n "checking for $ac_word... " >&6; }
5124 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5125   $as_echo_n "(cached) " >&6
5126 else
5127   if test -n "$PKG_CONFIG"; then
5128   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5129 else
5130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5131 for as_dir in $PATH
5132 do
5133   IFS=$as_save_IFS
5134   test -z "$as_dir" && as_dir=.
5135   for ac_exec_ext in '' $ac_executable_extensions; do
5136   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5137     ac_cv_prog_PKG_CONFIG="$ac_prog"
5138     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5139     break 2
5140   fi
5141 done
5142 done
5143 IFS=$as_save_IFS
5144
5145 fi
5146 fi
5147 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5148 if test -n "$PKG_CONFIG"; then
5149   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5150 $as_echo "$PKG_CONFIG" >&6; }
5151 else
5152   { $as_echo "$as_me:$LINENO: result: no" >&5
5153 $as_echo "no" >&6; }
5154 fi
5155
5156
5157   test -n "$PKG_CONFIG" && break
5158 done
5159 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5160
5161 for ac_prog in rsvg
5162 do
5163   # Extract the first word of "$ac_prog", so it can be a program name with args.
5164 set dummy $ac_prog; ac_word=$2
5165 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5166 $as_echo_n "checking for $ac_word... " >&6; }
5167 if test "${ac_cv_prog_RSVG+set}" = set; then
5168   $as_echo_n "(cached) " >&6
5169 else
5170   if test -n "$RSVG"; then
5171   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5172 else
5173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5174 for as_dir in $PATH
5175 do
5176   IFS=$as_save_IFS
5177   test -z "$as_dir" && as_dir=.
5178   for ac_exec_ext in '' $ac_executable_extensions; do
5179   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5180     ac_cv_prog_RSVG="$ac_prog"
5181     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5182     break 2
5183   fi
5184 done
5185 done
5186 IFS=$as_save_IFS
5187
5188 fi
5189 fi
5190 RSVG=$ac_cv_prog_RSVG
5191 if test -n "$RSVG"; then
5192   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5193 $as_echo "$RSVG" >&6; }
5194 else
5195   { $as_echo "$as_me:$LINENO: result: no" >&5
5196 $as_echo "no" >&6; }
5197 fi
5198
5199
5200   test -n "$RSVG" && break
5201 done
5202 test -n "$RSVG" || RSVG="false"
5203
5204 for ac_prog in icotool
5205 do
5206   # Extract the first word of "$ac_prog", so it can be a program name with args.
5207 set dummy $ac_prog; ac_word=$2
5208 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5209 $as_echo_n "checking for $ac_word... " >&6; }
5210 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5211   $as_echo_n "(cached) " >&6
5212 else
5213   if test -n "$ICOTOOL"; then
5214   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5215 else
5216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5217 for as_dir in $PATH
5218 do
5219   IFS=$as_save_IFS
5220   test -z "$as_dir" && as_dir=.
5221   for ac_exec_ext in '' $ac_executable_extensions; do
5222   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5223     ac_cv_prog_ICOTOOL="$ac_prog"
5224     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5225     break 2
5226   fi
5227 done
5228 done
5229 IFS=$as_save_IFS
5230
5231 fi
5232 fi
5233 ICOTOOL=$ac_cv_prog_ICOTOOL
5234 if test -n "$ICOTOOL"; then
5235   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5236 $as_echo "$ICOTOOL" >&6; }
5237 else
5238   { $as_echo "$as_me:$LINENO: result: no" >&5
5239 $as_echo "no" >&6; }
5240 fi
5241
5242
5243   test -n "$ICOTOOL" && break
5244 done
5245 test -n "$ICOTOOL" || ICOTOOL="false"
5246
5247
5248 if test "${enable_maintainer_mode+set}" = set
5249 then
5250   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5251   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5252   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5253 fi
5254
5255 case $host_cpu in
5256   *i[3456789]86*)
5257     # Extract the first word of "prelink", so it can be a program name with args.
5258 set dummy prelink; ac_word=$2
5259 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5260 $as_echo_n "checking for $ac_word... " >&6; }
5261 if test "${ac_cv_path_PRELINK+set}" = set; then
5262   $as_echo_n "(cached) " >&6
5263 else
5264   case $PRELINK in
5265   [\\/]* | ?:[\\/]*)
5266   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5267   ;;
5268   *)
5269   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5270 for as_dir in /sbin /usr/sbin $PATH
5271 do
5272   IFS=$as_save_IFS
5273   test -z "$as_dir" && as_dir=.
5274   for ac_exec_ext in '' $ac_executable_extensions; do
5275   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5276     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5277     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5278     break 2
5279   fi
5280 done
5281 done
5282 IFS=$as_save_IFS
5283
5284   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5285   ;;
5286 esac
5287 fi
5288 PRELINK=$ac_cv_path_PRELINK
5289 if test -n "$PRELINK"; then
5290   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5291 $as_echo "$PRELINK" >&6; }
5292 else
5293   { $as_echo "$as_me:$LINENO: result: no" >&5
5294 $as_echo "no" >&6; }
5295 fi
5296
5297
5298     ;;
5299 esac
5300
5301
5302
5303 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5304 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5305 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5306   $as_echo_n "(cached) " >&6
5307 else
5308   ac_check_lib_save_LIBS=$LIBS
5309 LIBS="-li386  $LIBS"
5310 cat >conftest.$ac_ext <<_ACEOF
5311 /* confdefs.h.  */
5312 _ACEOF
5313 cat confdefs.h >>conftest.$ac_ext
5314 cat >>conftest.$ac_ext <<_ACEOF
5315 /* end confdefs.h.  */
5316
5317 /* Override any GCC internal prototype to avoid an error.
5318    Use char because int might match the return type of a GCC
5319    builtin and then its argument prototype would still apply.  */
5320 #ifdef __cplusplus
5321 extern "C"
5322 #endif
5323 char i386_set_ldt ();
5324 int
5325 main ()
5326 {
5327 return i386_set_ldt ();
5328   ;
5329   return 0;
5330 }
5331 _ACEOF
5332 rm -f conftest.$ac_objext conftest$ac_exeext
5333 if { (ac_try="$ac_link"
5334 case "(($ac_try" in
5335   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5336   *) ac_try_echo=$ac_try;;
5337 esac
5338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5339 $as_echo "$ac_try_echo") >&5
5340   (eval "$ac_link") 2>conftest.er1
5341   ac_status=$?
5342   grep -v '^ *+' conftest.er1 >conftest.err
5343   rm -f conftest.er1
5344   cat conftest.err >&5
5345   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5346   (exit $ac_status); } && {
5347          test -z "$ac_c_werror_flag" ||
5348          test ! -s conftest.err
5349        } && test -s conftest$ac_exeext && {
5350          test "$cross_compiling" = yes ||
5351          $as_test_x conftest$ac_exeext
5352        }; then
5353   ac_cv_lib_i386_i386_set_ldt=yes
5354 else
5355   $as_echo "$as_me: failed program was:" >&5
5356 sed 's/^/| /' conftest.$ac_ext >&5
5357
5358         ac_cv_lib_i386_i386_set_ldt=no
5359 fi
5360
5361 rm -rf conftest.dSYM
5362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5363       conftest$ac_exeext conftest.$ac_ext
5364 LIBS=$ac_check_lib_save_LIBS
5365 fi
5366 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5367 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5368 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5369   cat >>confdefs.h <<_ACEOF
5370 #define HAVE_LIBI386 1
5371 _ACEOF
5372
5373   LIBS="-li386 $LIBS"
5374
5375 fi
5376
5377
5378 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5379 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5380 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5381   $as_echo_n "(cached) " >&6
5382 else
5383   ac_check_lib_save_LIBS=$LIBS
5384 LIBS="-lossaudio  $LIBS"
5385 cat >conftest.$ac_ext <<_ACEOF
5386 /* confdefs.h.  */
5387 _ACEOF
5388 cat confdefs.h >>conftest.$ac_ext
5389 cat >>conftest.$ac_ext <<_ACEOF
5390 /* end confdefs.h.  */
5391
5392 /* Override any GCC internal prototype to avoid an error.
5393    Use char because int might match the return type of a GCC
5394    builtin and then its argument prototype would still apply.  */
5395 #ifdef __cplusplus
5396 extern "C"
5397 #endif
5398 char _oss_ioctl ();
5399 int
5400 main ()
5401 {
5402 return _oss_ioctl ();
5403   ;
5404   return 0;
5405 }
5406 _ACEOF
5407 rm -f conftest.$ac_objext conftest$ac_exeext
5408 if { (ac_try="$ac_link"
5409 case "(($ac_try" in
5410   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5411   *) ac_try_echo=$ac_try;;
5412 esac
5413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5414 $as_echo "$ac_try_echo") >&5
5415   (eval "$ac_link") 2>conftest.er1
5416   ac_status=$?
5417   grep -v '^ *+' conftest.er1 >conftest.err
5418   rm -f conftest.er1
5419   cat conftest.err >&5
5420   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5421   (exit $ac_status); } && {
5422          test -z "$ac_c_werror_flag" ||
5423          test ! -s conftest.err
5424        } && test -s conftest$ac_exeext && {
5425          test "$cross_compiling" = yes ||
5426          $as_test_x conftest$ac_exeext
5427        }; then
5428   ac_cv_lib_ossaudio__oss_ioctl=yes
5429 else
5430   $as_echo "$as_me: failed program was:" >&5
5431 sed 's/^/| /' conftest.$ac_ext >&5
5432
5433         ac_cv_lib_ossaudio__oss_ioctl=no
5434 fi
5435
5436 rm -rf conftest.dSYM
5437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5438       conftest$ac_exeext conftest.$ac_ext
5439 LIBS=$ac_check_lib_save_LIBS
5440 fi
5441 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5442 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5443 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5444   cat >>confdefs.h <<_ACEOF
5445 #define HAVE_LIBOSSAUDIO 1
5446 _ACEOF
5447
5448   LIBS="-lossaudio $LIBS"
5449
5450 fi
5451
5452
5453 XLIB=""
5454
5455 OPENGL_LIBS=""
5456
5457
5458
5459 ac_ext=c
5460 ac_cpp='$CPP $CPPFLAGS'
5461 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5462 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5463 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5464 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5465 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5466 # On Suns, sometimes $CPP names a directory.
5467 if test -n "$CPP" && test -d "$CPP"; then
5468   CPP=
5469 fi
5470 if test -z "$CPP"; then
5471   if test "${ac_cv_prog_CPP+set}" = set; then
5472   $as_echo_n "(cached) " >&6
5473 else
5474       # Double quotes because CPP needs to be expanded
5475     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5476     do
5477       ac_preproc_ok=false
5478 for ac_c_preproc_warn_flag in '' yes
5479 do
5480   # Use a header file that comes with gcc, so configuring glibc
5481   # with a fresh cross-compiler works.
5482   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5483   # <limits.h> exists even on freestanding compilers.
5484   # On the NeXT, cc -E runs the code through the compiler's parser,
5485   # not just through cpp. "Syntax error" is here to catch this case.
5486   cat >conftest.$ac_ext <<_ACEOF
5487 /* confdefs.h.  */
5488 _ACEOF
5489 cat confdefs.h >>conftest.$ac_ext
5490 cat >>conftest.$ac_ext <<_ACEOF
5491 /* end confdefs.h.  */
5492 #ifdef __STDC__
5493 # include <limits.h>
5494 #else
5495 # include <assert.h>
5496 #endif
5497                      Syntax error
5498 _ACEOF
5499 if { (ac_try="$ac_cpp conftest.$ac_ext"
5500 case "(($ac_try" in
5501   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5502   *) ac_try_echo=$ac_try;;
5503 esac
5504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5505 $as_echo "$ac_try_echo") >&5
5506   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5507   ac_status=$?
5508   grep -v '^ *+' conftest.er1 >conftest.err
5509   rm -f conftest.er1
5510   cat conftest.err >&5
5511   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5512   (exit $ac_status); } >/dev/null && {
5513          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5514          test ! -s conftest.err
5515        }; then
5516   :
5517 else
5518   $as_echo "$as_me: failed program was:" >&5
5519 sed 's/^/| /' conftest.$ac_ext >&5
5520
5521   # Broken: fails on valid input.
5522 continue
5523 fi
5524
5525 rm -f conftest.err conftest.$ac_ext
5526
5527   # OK, works on sane cases.  Now check whether nonexistent headers
5528   # can be detected and how.
5529   cat >conftest.$ac_ext <<_ACEOF
5530 /* confdefs.h.  */
5531 _ACEOF
5532 cat confdefs.h >>conftest.$ac_ext
5533 cat >>conftest.$ac_ext <<_ACEOF
5534 /* end confdefs.h.  */
5535 #include <ac_nonexistent.h>
5536 _ACEOF
5537 if { (ac_try="$ac_cpp conftest.$ac_ext"
5538 case "(($ac_try" in
5539   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5540   *) ac_try_echo=$ac_try;;
5541 esac
5542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5543 $as_echo "$ac_try_echo") >&5
5544   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5545   ac_status=$?
5546   grep -v '^ *+' conftest.er1 >conftest.err
5547   rm -f conftest.er1
5548   cat conftest.err >&5
5549   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5550   (exit $ac_status); } >/dev/null && {
5551          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5552          test ! -s conftest.err
5553        }; then
5554   # Broken: success on invalid input.
5555 continue
5556 else
5557   $as_echo "$as_me: failed program was:" >&5
5558 sed 's/^/| /' conftest.$ac_ext >&5
5559
5560   # Passes both tests.
5561 ac_preproc_ok=:
5562 break
5563 fi
5564
5565 rm -f conftest.err conftest.$ac_ext
5566
5567 done
5568 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5569 rm -f conftest.err conftest.$ac_ext
5570 if $ac_preproc_ok; then
5571   break
5572 fi
5573
5574     done
5575     ac_cv_prog_CPP=$CPP
5576
5577 fi
5578   CPP=$ac_cv_prog_CPP
5579 else
5580   ac_cv_prog_CPP=$CPP
5581 fi
5582 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5583 $as_echo "$CPP" >&6; }
5584 ac_preproc_ok=false
5585 for ac_c_preproc_warn_flag in '' yes
5586 do
5587   # Use a header file that comes with gcc, so configuring glibc
5588   # with a fresh cross-compiler works.
5589   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5590   # <limits.h> exists even on freestanding compilers.
5591   # On the NeXT, cc -E runs the code through the compiler's parser,
5592   # not just through cpp. "Syntax error" is here to catch this case.
5593   cat >conftest.$ac_ext <<_ACEOF
5594 /* confdefs.h.  */
5595 _ACEOF
5596 cat confdefs.h >>conftest.$ac_ext
5597 cat >>conftest.$ac_ext <<_ACEOF
5598 /* end confdefs.h.  */
5599 #ifdef __STDC__
5600 # include <limits.h>
5601 #else
5602 # include <assert.h>
5603 #endif
5604                      Syntax error
5605 _ACEOF
5606 if { (ac_try="$ac_cpp conftest.$ac_ext"
5607 case "(($ac_try" in
5608   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5609   *) ac_try_echo=$ac_try;;
5610 esac
5611 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5612 $as_echo "$ac_try_echo") >&5
5613   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5614   ac_status=$?
5615   grep -v '^ *+' conftest.er1 >conftest.err
5616   rm -f conftest.er1
5617   cat conftest.err >&5
5618   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5619   (exit $ac_status); } >/dev/null && {
5620          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5621          test ! -s conftest.err
5622        }; then
5623   :
5624 else
5625   $as_echo "$as_me: failed program was:" >&5
5626 sed 's/^/| /' conftest.$ac_ext >&5
5627
5628   # Broken: fails on valid input.
5629 continue
5630 fi
5631
5632 rm -f conftest.err conftest.$ac_ext
5633
5634   # OK, works on sane cases.  Now check whether nonexistent headers
5635   # can be detected and how.
5636   cat >conftest.$ac_ext <<_ACEOF
5637 /* confdefs.h.  */
5638 _ACEOF
5639 cat confdefs.h >>conftest.$ac_ext
5640 cat >>conftest.$ac_ext <<_ACEOF
5641 /* end confdefs.h.  */
5642 #include <ac_nonexistent.h>
5643 _ACEOF
5644 if { (ac_try="$ac_cpp conftest.$ac_ext"
5645 case "(($ac_try" in
5646   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5647   *) ac_try_echo=$ac_try;;
5648 esac
5649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5650 $as_echo "$ac_try_echo") >&5
5651   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5652   ac_status=$?
5653   grep -v '^ *+' conftest.er1 >conftest.err
5654   rm -f conftest.er1
5655   cat conftest.err >&5
5656   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5657   (exit $ac_status); } >/dev/null && {
5658          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5659          test ! -s conftest.err
5660        }; then
5661   # Broken: success on invalid input.
5662 continue
5663 else
5664   $as_echo "$as_me: failed program was:" >&5
5665 sed 's/^/| /' conftest.$ac_ext >&5
5666
5667   # Passes both tests.
5668 ac_preproc_ok=:
5669 break
5670 fi
5671
5672 rm -f conftest.err conftest.$ac_ext
5673
5674 done
5675 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5676 rm -f conftest.err conftest.$ac_ext
5677 if $ac_preproc_ok; then
5678   :
5679 else
5680   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5681 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5682 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5683 See \`config.log' for more details." >&5
5684 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5685 See \`config.log' for more details." >&2;}
5686    { (exit 1); exit 1; }; }; }
5687 fi
5688
5689 ac_ext=c
5690 ac_cpp='$CPP $CPPFLAGS'
5691 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5692 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5693 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5694
5695
5696 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5697 $as_echo_n "checking for ANSI C header files... " >&6; }
5698 if test "${ac_cv_header_stdc+set}" = set; then
5699   $as_echo_n "(cached) " >&6
5700 else
5701   cat >conftest.$ac_ext <<_ACEOF
5702 /* confdefs.h.  */
5703 _ACEOF
5704 cat confdefs.h >>conftest.$ac_ext
5705 cat >>conftest.$ac_ext <<_ACEOF
5706 /* end confdefs.h.  */
5707 #include <stdlib.h>
5708 #include <stdarg.h>
5709 #include <string.h>
5710 #include <float.h>
5711
5712 int
5713 main ()
5714 {
5715
5716   ;
5717   return 0;
5718 }
5719 _ACEOF
5720 rm -f conftest.$ac_objext
5721 if { (ac_try="$ac_compile"
5722 case "(($ac_try" in
5723   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5724   *) ac_try_echo=$ac_try;;
5725 esac
5726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5727 $as_echo "$ac_try_echo") >&5
5728   (eval "$ac_compile") 2>conftest.er1
5729   ac_status=$?
5730   grep -v '^ *+' conftest.er1 >conftest.err
5731   rm -f conftest.er1
5732   cat conftest.err >&5
5733   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5734   (exit $ac_status); } && {
5735          test -z "$ac_c_werror_flag" ||
5736          test ! -s conftest.err
5737        } && test -s conftest.$ac_objext; then
5738   ac_cv_header_stdc=yes
5739 else
5740   $as_echo "$as_me: failed program was:" >&5
5741 sed 's/^/| /' conftest.$ac_ext >&5
5742
5743         ac_cv_header_stdc=no
5744 fi
5745
5746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5747
5748 if test $ac_cv_header_stdc = yes; then
5749   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5750   cat >conftest.$ac_ext <<_ACEOF
5751 /* confdefs.h.  */
5752 _ACEOF
5753 cat confdefs.h >>conftest.$ac_ext
5754 cat >>conftest.$ac_ext <<_ACEOF
5755 /* end confdefs.h.  */
5756 #include <string.h>
5757
5758 _ACEOF
5759 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5760   $EGREP "memchr" >/dev/null 2>&1; then
5761   :
5762 else
5763   ac_cv_header_stdc=no
5764 fi
5765 rm -f conftest*
5766
5767 fi
5768
5769 if test $ac_cv_header_stdc = yes; then
5770   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5771   cat >conftest.$ac_ext <<_ACEOF
5772 /* confdefs.h.  */
5773 _ACEOF
5774 cat confdefs.h >>conftest.$ac_ext
5775 cat >>conftest.$ac_ext <<_ACEOF
5776 /* end confdefs.h.  */
5777 #include <stdlib.h>
5778
5779 _ACEOF
5780 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5781   $EGREP "free" >/dev/null 2>&1; then
5782   :
5783 else
5784   ac_cv_header_stdc=no
5785 fi
5786 rm -f conftest*
5787
5788 fi
5789
5790 if test $ac_cv_header_stdc = yes; then
5791   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5792   if test "$cross_compiling" = yes; then
5793   :
5794 else
5795   cat >conftest.$ac_ext <<_ACEOF
5796 /* confdefs.h.  */
5797 _ACEOF
5798 cat confdefs.h >>conftest.$ac_ext
5799 cat >>conftest.$ac_ext <<_ACEOF
5800 /* end confdefs.h.  */
5801 #include <ctype.h>
5802 #include <stdlib.h>
5803 #if ((' ' & 0x0FF) == 0x020)
5804 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5805 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5806 #else
5807 # define ISLOWER(c) \
5808                    (('a' <= (c) && (c) <= 'i') \
5809                      || ('j' <= (c) && (c) <= 'r') \
5810                      || ('s' <= (c) && (c) <= 'z'))
5811 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5812 #endif
5813
5814 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5815 int
5816 main ()
5817 {
5818   int i;
5819   for (i = 0; i < 256; i++)
5820     if (XOR (islower (i), ISLOWER (i))
5821         || toupper (i) != TOUPPER (i))
5822       return 2;
5823   return 0;
5824 }
5825 _ACEOF
5826 rm -f conftest$ac_exeext
5827 if { (ac_try="$ac_link"
5828 case "(($ac_try" in
5829   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5830   *) ac_try_echo=$ac_try;;
5831 esac
5832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5833 $as_echo "$ac_try_echo") >&5
5834   (eval "$ac_link") 2>&5
5835   ac_status=$?
5836   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5837   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5838   { (case "(($ac_try" in
5839   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5840   *) ac_try_echo=$ac_try;;
5841 esac
5842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5843 $as_echo "$ac_try_echo") >&5
5844   (eval "$ac_try") 2>&5
5845   ac_status=$?
5846   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5847   (exit $ac_status); }; }; then
5848   :
5849 else
5850   $as_echo "$as_me: program exited with status $ac_status" >&5
5851 $as_echo "$as_me: failed program was:" >&5
5852 sed 's/^/| /' conftest.$ac_ext >&5
5853
5854 ( exit $ac_status )
5855 ac_cv_header_stdc=no
5856 fi
5857 rm -rf conftest.dSYM
5858 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5859 fi
5860
5861
5862 fi
5863 fi
5864 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5865 $as_echo "$ac_cv_header_stdc" >&6; }
5866 if test $ac_cv_header_stdc = yes; then
5867
5868 cat >>confdefs.h <<\_ACEOF
5869 #define STDC_HEADERS 1
5870 _ACEOF
5871
5872 fi
5873
5874 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5885                   inttypes.h stdint.h unistd.h
5886 do
5887 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5888 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5889 $as_echo_n "checking for $ac_header... " >&6; }
5890 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5891   $as_echo_n "(cached) " >&6
5892 else
5893   cat >conftest.$ac_ext <<_ACEOF
5894 /* confdefs.h.  */
5895 _ACEOF
5896 cat confdefs.h >>conftest.$ac_ext
5897 cat >>conftest.$ac_ext <<_ACEOF
5898 /* end confdefs.h.  */
5899 $ac_includes_default
5900
5901 #include <$ac_header>
5902 _ACEOF
5903 rm -f conftest.$ac_objext
5904 if { (ac_try="$ac_compile"
5905 case "(($ac_try" in
5906   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5907   *) ac_try_echo=$ac_try;;
5908 esac
5909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5910 $as_echo "$ac_try_echo") >&5
5911   (eval "$ac_compile") 2>conftest.er1
5912   ac_status=$?
5913   grep -v '^ *+' conftest.er1 >conftest.err
5914   rm -f conftest.er1
5915   cat conftest.err >&5
5916   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5917   (exit $ac_status); } && {
5918          test -z "$ac_c_werror_flag" ||
5919          test ! -s conftest.err
5920        } && test -s conftest.$ac_objext; then
5921   eval "$as_ac_Header=yes"
5922 else
5923   $as_echo "$as_me: failed program was:" >&5
5924 sed 's/^/| /' conftest.$ac_ext >&5
5925
5926         eval "$as_ac_Header=no"
5927 fi
5928
5929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5930 fi
5931 ac_res=`eval 'as_val=${'$as_ac_Header'}
5932                  $as_echo "$as_val"'`
5933                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5934 $as_echo "$ac_res" >&6; }
5935 as_val=`eval 'as_val=${'$as_ac_Header'}
5936                  $as_echo "$as_val"'`
5937    if test "x$as_val" = x""yes; then
5938   cat >>confdefs.h <<_ACEOF
5939 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5940 _ACEOF
5941
5942 fi
5943
5944 done
5945
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 for ac_header in \
6064         AudioUnit/AudioUnit.h \
6065         Carbon/Carbon.h \
6066         CoreAudio/CoreAudio.h \
6067         DiskArbitration/DiskArbitration.h \
6068         IOKit/IOKitLib.h \
6069         alias.h \
6070         alsa/asoundlib.h \
6071         arpa/inet.h \
6072         arpa/nameser.h \
6073         asm/types.h \
6074         capi20.h \
6075         curses.h \
6076         direct.h \
6077         dirent.h \
6078         dlfcn.h \
6079         elf.h \
6080         float.h \
6081         fontconfig/fontconfig.h \
6082         getopt.h \
6083         grp.h \
6084         ieeefp.h \
6085         io.h \
6086         jack/jack.h \
6087         jpeglib.h \
6088         lber.h \
6089         lcms.h \
6090         lcms/lcms.h \
6091         ldap.h \
6092         libaudioio.h \
6093         link.h \
6094         linux/cdrom.h \
6095         linux/compiler.h \
6096         linux/hdreg.h \
6097         linux/input.h \
6098         linux/ioctl.h \
6099         linux/joystick.h \
6100         linux/major.h \
6101         linux/param.h \
6102         linux/serial.h \
6103         linux/types.h \
6104         linux/ucdrom.h \
6105         mach/mach.h \
6106         mach/machine.h \
6107         machine/cpu.h \
6108         machine/limits.h \
6109         machine/soundcard.h \
6110         mntent.h \
6111         ncurses.h \
6112         netdb.h \
6113         netinet/in.h \
6114         netinet/in_systm.h \
6115         netinet/tcp.h \
6116         netinet/tcp_fsm.h \
6117         openssl/err.h \
6118         openssl/ssl.h \
6119         png.h \
6120         poll.h \
6121         process.h \
6122         pthread.h \
6123         pwd.h \
6124         regex.h \
6125         sched.h \
6126         scsi/scsi.h \
6127         scsi/scsi_ioctl.h \
6128         scsi/sg.h \
6129         soundcard.h \
6130         stdint.h \
6131         strings.h \
6132         sys/asoundlib.h \
6133         sys/cdio.h \
6134         sys/elf32.h \
6135         sys/epoll.h \
6136         sys/errno.h \
6137         sys/event.h \
6138         sys/exec_elf.h \
6139         sys/filio.h \
6140         sys/ioctl.h \
6141         sys/ipc.h \
6142         sys/limits.h \
6143         sys/link.h \
6144         sys/lwp.h \
6145         sys/mman.h \
6146         sys/modem.h \
6147         sys/msg.h \
6148         sys/mtio.h \
6149         sys/param.h \
6150         sys/poll.h \
6151         sys/prctl.h \
6152         sys/protosw.h \
6153         sys/ptrace.h \
6154         sys/reg.h \
6155         sys/resource.h \
6156         sys/scsiio.h \
6157         sys/shm.h \
6158         sys/signal.h \
6159         sys/socket.h \
6160         sys/socketvar.h \
6161         sys/sockio.h \
6162         sys/soundcard.h \
6163         sys/statvfs.h \
6164         sys/strtio.h \
6165         sys/syscall.h \
6166         sys/time.h \
6167         sys/timeout.h \
6168         sys/times.h \
6169         sys/uio.h \
6170         sys/un.h \
6171         sys/utsname.h \
6172         sys/vm86.h \
6173         sys/wait.h \
6174         syscall.h \
6175         termios.h \
6176         unistd.h \
6177         utime.h \
6178         valgrind/memcheck.h \
6179         valgrind/valgrind.h
6180
6181 do
6182 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6183 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6184   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6185 $as_echo_n "checking for $ac_header... " >&6; }
6186 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6187   $as_echo_n "(cached) " >&6
6188 fi
6189 ac_res=`eval 'as_val=${'$as_ac_Header'}
6190                  $as_echo "$as_val"'`
6191                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6192 $as_echo "$ac_res" >&6; }
6193 else
6194   # Is the header compilable?
6195 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6196 $as_echo_n "checking $ac_header usability... " >&6; }
6197 cat >conftest.$ac_ext <<_ACEOF
6198 /* confdefs.h.  */
6199 _ACEOF
6200 cat confdefs.h >>conftest.$ac_ext
6201 cat >>conftest.$ac_ext <<_ACEOF
6202 /* end confdefs.h.  */
6203 $ac_includes_default
6204 #include <$ac_header>
6205 _ACEOF
6206 rm -f conftest.$ac_objext
6207 if { (ac_try="$ac_compile"
6208 case "(($ac_try" in
6209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6210   *) ac_try_echo=$ac_try;;
6211 esac
6212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6213 $as_echo "$ac_try_echo") >&5
6214   (eval "$ac_compile") 2>conftest.er1
6215   ac_status=$?
6216   grep -v '^ *+' conftest.er1 >conftest.err
6217   rm -f conftest.er1
6218   cat conftest.err >&5
6219   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6220   (exit $ac_status); } && {
6221          test -z "$ac_c_werror_flag" ||
6222          test ! -s conftest.err
6223        } && test -s conftest.$ac_objext; then
6224   ac_header_compiler=yes
6225 else
6226   $as_echo "$as_me: failed program was:" >&5
6227 sed 's/^/| /' conftest.$ac_ext >&5
6228
6229         ac_header_compiler=no
6230 fi
6231
6232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6233 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6234 $as_echo "$ac_header_compiler" >&6; }
6235
6236 # Is the header present?
6237 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6238 $as_echo_n "checking $ac_header presence... " >&6; }
6239 cat >conftest.$ac_ext <<_ACEOF
6240 /* confdefs.h.  */
6241 _ACEOF
6242 cat confdefs.h >>conftest.$ac_ext
6243 cat >>conftest.$ac_ext <<_ACEOF
6244 /* end confdefs.h.  */
6245 #include <$ac_header>
6246 _ACEOF
6247 if { (ac_try="$ac_cpp conftest.$ac_ext"
6248 case "(($ac_try" in
6249   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6250   *) ac_try_echo=$ac_try;;
6251 esac
6252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6253 $as_echo "$ac_try_echo") >&5
6254   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6255   ac_status=$?
6256   grep -v '^ *+' conftest.er1 >conftest.err
6257   rm -f conftest.er1
6258   cat conftest.err >&5
6259   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6260   (exit $ac_status); } >/dev/null && {
6261          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6262          test ! -s conftest.err
6263        }; then
6264   ac_header_preproc=yes
6265 else
6266   $as_echo "$as_me: failed program was:" >&5
6267 sed 's/^/| /' conftest.$ac_ext >&5
6268
6269   ac_header_preproc=no
6270 fi
6271
6272 rm -f conftest.err conftest.$ac_ext
6273 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6274 $as_echo "$ac_header_preproc" >&6; }
6275
6276 # So?  What about this header?
6277 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6278   yes:no: )
6279     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6280 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6281     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6282 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6283     ac_header_preproc=yes
6284     ;;
6285   no:yes:* )
6286     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6287 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6288     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6289 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6290     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6291 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6292     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6293 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6294     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6295 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6296     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6297 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6298     ( cat <<\_ASBOX
6299 ## ------------------------------------ ##
6300 ## Report this to wine-devel@winehq.org ##
6301 ## ------------------------------------ ##
6302 _ASBOX
6303      ) | sed "s/^/$as_me: WARNING:     /" >&2
6304     ;;
6305 esac
6306 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6307 $as_echo_n "checking for $ac_header... " >&6; }
6308 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6309   $as_echo_n "(cached) " >&6
6310 else
6311   eval "$as_ac_Header=\$ac_header_preproc"
6312 fi
6313 ac_res=`eval 'as_val=${'$as_ac_Header'}
6314                  $as_echo "$as_val"'`
6315                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6316 $as_echo "$ac_res" >&6; }
6317
6318 fi
6319 as_val=`eval 'as_val=${'$as_ac_Header'}
6320                  $as_echo "$as_val"'`
6321    if test "x$as_val" = x""yes; then
6322   cat >>confdefs.h <<_ACEOF
6323 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6324 _ACEOF
6325
6326 fi
6327
6328 done
6329
6330 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6331 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6332 if test "${ac_cv_header_stat_broken+set}" = set; then
6333   $as_echo_n "(cached) " >&6
6334 else
6335   cat >conftest.$ac_ext <<_ACEOF
6336 /* confdefs.h.  */
6337 _ACEOF
6338 cat confdefs.h >>conftest.$ac_ext
6339 cat >>conftest.$ac_ext <<_ACEOF
6340 /* end confdefs.h.  */
6341 #include <sys/types.h>
6342 #include <sys/stat.h>
6343
6344 #if defined S_ISBLK && defined S_IFDIR
6345 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6346 #endif
6347
6348 #if defined S_ISBLK && defined S_IFCHR
6349 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6350 #endif
6351
6352 #if defined S_ISLNK && defined S_IFREG
6353 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6354 #endif
6355
6356 #if defined S_ISSOCK && defined S_IFREG
6357 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6358 #endif
6359
6360 _ACEOF
6361 rm -f conftest.$ac_objext
6362 if { (ac_try="$ac_compile"
6363 case "(($ac_try" in
6364   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6365   *) ac_try_echo=$ac_try;;
6366 esac
6367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6368 $as_echo "$ac_try_echo") >&5
6369   (eval "$ac_compile") 2>conftest.er1
6370   ac_status=$?
6371   grep -v '^ *+' conftest.er1 >conftest.err
6372   rm -f conftest.er1
6373   cat conftest.err >&5
6374   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6375   (exit $ac_status); } && {
6376          test -z "$ac_c_werror_flag" ||
6377          test ! -s conftest.err
6378        } && test -s conftest.$ac_objext; then
6379   ac_cv_header_stat_broken=no
6380 else
6381   $as_echo "$as_me: failed program was:" >&5
6382 sed 's/^/| /' conftest.$ac_ext >&5
6383
6384         ac_cv_header_stat_broken=yes
6385 fi
6386
6387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6388 fi
6389 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6390 $as_echo "$ac_cv_header_stat_broken" >&6; }
6391 if test $ac_cv_header_stat_broken = yes; then
6392
6393 cat >>confdefs.h <<\_ACEOF
6394 #define STAT_MACROS_BROKEN 1
6395 _ACEOF
6396
6397 fi
6398
6399
6400
6401
6402
6403
6404
6405
6406 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6407 do
6408 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6409 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6410 $as_echo_n "checking for $ac_header... " >&6; }
6411 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6412   $as_echo_n "(cached) " >&6
6413 else
6414   cat >conftest.$ac_ext <<_ACEOF
6415 /* confdefs.h.  */
6416 _ACEOF
6417 cat confdefs.h >>conftest.$ac_ext
6418 cat >>conftest.$ac_ext <<_ACEOF
6419 /* end confdefs.h.  */
6420 #include <sys/types.h>
6421      #ifdef HAVE_SYS_PARAM_H
6422      # include <sys/param.h>
6423      #endif
6424
6425 #include <$ac_header>
6426 _ACEOF
6427 rm -f conftest.$ac_objext
6428 if { (ac_try="$ac_compile"
6429 case "(($ac_try" in
6430   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6431   *) ac_try_echo=$ac_try;;
6432 esac
6433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6434 $as_echo "$ac_try_echo") >&5
6435   (eval "$ac_compile") 2>conftest.er1
6436   ac_status=$?
6437   grep -v '^ *+' conftest.er1 >conftest.err
6438   rm -f conftest.er1
6439   cat conftest.err >&5
6440   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6441   (exit $ac_status); } && {
6442          test -z "$ac_c_werror_flag" ||
6443          test ! -s conftest.err
6444        } && test -s conftest.$ac_objext; then
6445   eval "$as_ac_Header=yes"
6446 else
6447   $as_echo "$as_me: failed program was:" >&5
6448 sed 's/^/| /' conftest.$ac_ext >&5
6449
6450         eval "$as_ac_Header=no"
6451 fi
6452
6453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6454 fi
6455 ac_res=`eval 'as_val=${'$as_ac_Header'}
6456                  $as_echo "$as_val"'`
6457                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6458 $as_echo "$ac_res" >&6; }
6459 as_val=`eval 'as_val=${'$as_ac_Header'}
6460                  $as_echo "$as_val"'`
6461    if test "x$as_val" = x""yes; then
6462   cat >>confdefs.h <<_ACEOF
6463 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6464 _ACEOF
6465
6466 fi
6467
6468 done
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484 for ac_header in \
6485         netinet/ip.h \
6486         net/if.h \
6487         net/if_arp.h \
6488         net/if_dl.h \
6489         net/if_types.h \
6490         net/route.h \
6491         netinet/if_ether.h \
6492         netinet/if_inarp.h \
6493         netinet/in_pcb.h \
6494         netinet/ip_icmp.h \
6495         netinet/ip_var.h \
6496         netinet/udp.h \
6497         netipx/ipx.h \
6498
6499 do
6500 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6501 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6502 $as_echo_n "checking for $ac_header... " >&6; }
6503 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6504   $as_echo_n "(cached) " >&6
6505 else
6506   cat >conftest.$ac_ext <<_ACEOF
6507 /* confdefs.h.  */
6508 _ACEOF
6509 cat confdefs.h >>conftest.$ac_ext
6510 cat >>conftest.$ac_ext <<_ACEOF
6511 /* end confdefs.h.  */
6512 #include <sys/types.h>
6513      #ifdef HAVE_SYS_SOCKET_H
6514      # include <sys/socket.h>
6515      #endif
6516      #ifdef HAVE_SYS_SOCKETVAR_H
6517      # include <sys/socketvar.h>
6518      #endif
6519      #ifdef HAVE_NET_ROUTE_H
6520      # include <net/route.h>
6521      #endif
6522      #ifdef HAVE_NETINET_IN_H
6523      # include <netinet/in.h>
6524      #endif
6525      #ifdef HAVE_NETINET_IN_SYSTM_H
6526      # include <netinet/in_systm.h>
6527      #endif
6528      #ifdef HAVE_NET_IF_H
6529      # include <net/if.h>
6530      #endif
6531      #ifdef HAVE_NETINET_IP_H
6532      # include <netinet/ip.h>
6533      #endif
6534
6535 #include <$ac_header>
6536 _ACEOF
6537 rm -f conftest.$ac_objext
6538 if { (ac_try="$ac_compile"
6539 case "(($ac_try" in
6540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6541   *) ac_try_echo=$ac_try;;
6542 esac
6543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6544 $as_echo "$ac_try_echo") >&5
6545   (eval "$ac_compile") 2>conftest.er1
6546   ac_status=$?
6547   grep -v '^ *+' conftest.er1 >conftest.err
6548   rm -f conftest.er1
6549   cat conftest.err >&5
6550   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6551   (exit $ac_status); } && {
6552          test -z "$ac_c_werror_flag" ||
6553          test ! -s conftest.err
6554        } && test -s conftest.$ac_objext; then
6555   eval "$as_ac_Header=yes"
6556 else
6557   $as_echo "$as_me: failed program was:" >&5
6558 sed 's/^/| /' conftest.$ac_ext >&5
6559
6560         eval "$as_ac_Header=no"
6561 fi
6562
6563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6564 fi
6565 ac_res=`eval 'as_val=${'$as_ac_Header'}
6566                  $as_echo "$as_val"'`
6567                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6568 $as_echo "$ac_res" >&6; }
6569 as_val=`eval 'as_val=${'$as_ac_Header'}
6570                  $as_echo "$as_val"'`
6571    if test "x$as_val" = x""yes; then
6572   cat >>confdefs.h <<_ACEOF
6573 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6574 _ACEOF
6575
6576 fi
6577
6578 done
6579
6580
6581
6582
6583
6584
6585 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6586 do
6587 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6588 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6589 $as_echo_n "checking for $ac_header... " >&6; }
6590 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6591   $as_echo_n "(cached) " >&6
6592 else
6593   cat >conftest.$ac_ext <<_ACEOF
6594 /* confdefs.h.  */
6595 _ACEOF
6596 cat confdefs.h >>conftest.$ac_ext
6597 cat >>conftest.$ac_ext <<_ACEOF
6598 /* end confdefs.h.  */
6599 #include <sys/types.h>
6600      #ifdef HAVE_ALIAS_H
6601      # include <alias.h>
6602      #endif
6603      #ifdef HAVE_SYS_SOCKET_H
6604      # include <sys/socket.h>
6605      #endif
6606      #ifdef HAVE_SYS_SOCKETVAR_H
6607      # include <sys/socketvar.h>
6608      #endif
6609      #ifdef HAVE_SYS_TIMEOUT_H
6610      # include <sys/timeout.h>
6611      #endif
6612      #ifdef HAVE_NETINET_IN_H
6613      # include <netinet/in.h>
6614      #endif
6615      #ifdef HAVE_NETINET_IN_SYSTM_H
6616      # include <netinet/in_systm.h>
6617      #endif
6618      #ifdef HAVE_NETINET_IP_H
6619      # include <netinet/ip.h>
6620      #endif
6621      #ifdef HAVE_NETINET_IP_VAR_H
6622      # include <netinet/ip_var.h>
6623      #endif
6624      #ifdef HAVE_NETINET_IP_ICMP_H
6625      # include <netinet/ip_icmp.h>
6626      #endif
6627      #ifdef HAVE_NETINET_UDP_H
6628      # include <netinet/udp.h>
6629      #endif
6630      #ifdef HAVE_NETINET_TCP_H
6631      # include <netinet/tcp.h>
6632      #endif
6633      #ifdef HAVE_NETINET_TCP_TIMER_H
6634      #include <netinet/tcp_timer.h>
6635      #endif
6636
6637 #include <$ac_header>
6638 _ACEOF
6639 rm -f conftest.$ac_objext
6640 if { (ac_try="$ac_compile"
6641 case "(($ac_try" in
6642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6643   *) ac_try_echo=$ac_try;;
6644 esac
6645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6646 $as_echo "$ac_try_echo") >&5
6647   (eval "$ac_compile") 2>conftest.er1
6648   ac_status=$?
6649   grep -v '^ *+' conftest.er1 >conftest.err
6650   rm -f conftest.er1
6651   cat conftest.err >&5
6652   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6653   (exit $ac_status); } && {
6654          test -z "$ac_c_werror_flag" ||
6655          test ! -s conftest.err
6656        } && test -s conftest.$ac_objext; then
6657   eval "$as_ac_Header=yes"
6658 else
6659   $as_echo "$as_me: failed program was:" >&5
6660 sed 's/^/| /' conftest.$ac_ext >&5
6661
6662         eval "$as_ac_Header=no"
6663 fi
6664
6665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6666 fi
6667 ac_res=`eval 'as_val=${'$as_ac_Header'}
6668                  $as_echo "$as_val"'`
6669                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6670 $as_echo "$ac_res" >&6; }
6671 as_val=`eval 'as_val=${'$as_ac_Header'}
6672                  $as_echo "$as_val"'`
6673    if test "x$as_val" = x""yes; then
6674   cat >>confdefs.h <<_ACEOF
6675 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6676 _ACEOF
6677
6678 fi
6679
6680 done
6681
6682
6683
6684 for ac_header in linux/ipx.h
6685 do
6686 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6687 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6688 $as_echo_n "checking for $ac_header... " >&6; }
6689 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6690   $as_echo_n "(cached) " >&6
6691 else
6692   cat >conftest.$ac_ext <<_ACEOF
6693 /* confdefs.h.  */
6694 _ACEOF
6695 cat confdefs.h >>conftest.$ac_ext
6696 cat >>conftest.$ac_ext <<_ACEOF
6697 /* end confdefs.h.  */
6698 #include <sys/types.h>
6699      #ifdef HAVE_ASM_TYPES_H
6700      # include <asm/types.h>
6701      #endif
6702      #ifdef HAVE_SYS_SOCKET_H
6703      # include <sys/socket.h>
6704      #endif
6705      #ifdef HAVE_LINUX_TYPES_H
6706      # include <linux/types.h>
6707      #endif
6708
6709 #include <$ac_header>
6710 _ACEOF
6711 rm -f conftest.$ac_objext
6712 if { (ac_try="$ac_compile"
6713 case "(($ac_try" in
6714   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6715   *) ac_try_echo=$ac_try;;
6716 esac
6717 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6718 $as_echo "$ac_try_echo") >&5
6719   (eval "$ac_compile") 2>conftest.er1
6720   ac_status=$?
6721   grep -v '^ *+' conftest.er1 >conftest.err
6722   rm -f conftest.er1
6723   cat conftest.err >&5
6724   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6725   (exit $ac_status); } && {
6726          test -z "$ac_c_werror_flag" ||
6727          test ! -s conftest.err
6728        } && test -s conftest.$ac_objext; then
6729   eval "$as_ac_Header=yes"
6730 else
6731   $as_echo "$as_me: failed program was:" >&5
6732 sed 's/^/| /' conftest.$ac_ext >&5
6733
6734         eval "$as_ac_Header=no"
6735 fi
6736
6737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6738 fi
6739 ac_res=`eval 'as_val=${'$as_ac_Header'}
6740                  $as_echo "$as_val"'`
6741                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6742 $as_echo "$ac_res" >&6; }
6743 as_val=`eval 'as_val=${'$as_ac_Header'}
6744                  $as_echo "$as_val"'`
6745    if test "x$as_val" = x""yes; then
6746   cat >>confdefs.h <<_ACEOF
6747 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6748 _ACEOF
6749
6750 fi
6751
6752 done
6753
6754
6755
6756 for ac_header in resolv.h
6757 do
6758 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6759 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6760 $as_echo_n "checking for $ac_header... " >&6; }
6761 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6762   $as_echo_n "(cached) " >&6
6763 else
6764   cat >conftest.$ac_ext <<_ACEOF
6765 /* confdefs.h.  */
6766 _ACEOF
6767 cat confdefs.h >>conftest.$ac_ext
6768 cat >>conftest.$ac_ext <<_ACEOF
6769 /* end confdefs.h.  */
6770 #include <sys/types.h>
6771      #ifdef HAVE_SYS_SOCKET_H
6772      # include <sys/socket.h>
6773      #endif
6774      #ifdef HAVE_NETINET_IN_H
6775      # include <netinet/in.h>
6776      #endif
6777      #ifdef HAVE_ARPA_NAMESER_H
6778      # include <arpa/nameser.h>
6779      #endif
6780
6781 #include <$ac_header>
6782 _ACEOF
6783 rm -f conftest.$ac_objext
6784 if { (ac_try="$ac_compile"
6785 case "(($ac_try" in
6786   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6787   *) ac_try_echo=$ac_try;;
6788 esac
6789 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6790 $as_echo "$ac_try_echo") >&5
6791   (eval "$ac_compile") 2>conftest.er1
6792   ac_status=$?
6793   grep -v '^ *+' conftest.er1 >conftest.err
6794   rm -f conftest.er1
6795   cat conftest.err >&5
6796   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6797   (exit $ac_status); } && {
6798          test -z "$ac_c_werror_flag" ||
6799          test ! -s conftest.err
6800        } && test -s conftest.$ac_objext; then
6801   eval "$as_ac_Header=yes"
6802 else
6803   $as_echo "$as_me: failed program was:" >&5
6804 sed 's/^/| /' conftest.$ac_ext >&5
6805
6806         eval "$as_ac_Header=no"
6807 fi
6808
6809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6810 fi
6811 ac_res=`eval 'as_val=${'$as_ac_Header'}
6812                  $as_echo "$as_val"'`
6813                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6814 $as_echo "$ac_res" >&6; }
6815 as_val=`eval 'as_val=${'$as_ac_Header'}
6816                  $as_echo "$as_val"'`
6817    if test "x$as_val" = x""yes; then
6818   cat >>confdefs.h <<_ACEOF
6819 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6820 _ACEOF
6821
6822 fi
6823
6824 done
6825
6826
6827
6828 for ac_header in ucontext.h
6829 do
6830 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6831 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6832 $as_echo_n "checking for $ac_header... " >&6; }
6833 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6834   $as_echo_n "(cached) " >&6
6835 else
6836   cat >conftest.$ac_ext <<_ACEOF
6837 /* confdefs.h.  */
6838 _ACEOF
6839 cat confdefs.h >>conftest.$ac_ext
6840 cat >>conftest.$ac_ext <<_ACEOF
6841 /* end confdefs.h.  */
6842 #include <signal.h>
6843
6844 #include <$ac_header>
6845 _ACEOF
6846 rm -f conftest.$ac_objext
6847 if { (ac_try="$ac_compile"
6848 case "(($ac_try" in
6849   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6850   *) ac_try_echo=$ac_try;;
6851 esac
6852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6853 $as_echo "$ac_try_echo") >&5
6854   (eval "$ac_compile") 2>conftest.er1
6855   ac_status=$?
6856   grep -v '^ *+' conftest.er1 >conftest.err
6857   rm -f conftest.er1
6858   cat conftest.err >&5
6859   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6860   (exit $ac_status); } && {
6861          test -z "$ac_c_werror_flag" ||
6862          test ! -s conftest.err
6863        } && test -s conftest.$ac_objext; then
6864   eval "$as_ac_Header=yes"
6865 else
6866   $as_echo "$as_me: failed program was:" >&5
6867 sed 's/^/| /' conftest.$ac_ext >&5
6868
6869         eval "$as_ac_Header=no"
6870 fi
6871
6872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6873 fi
6874 ac_res=`eval 'as_val=${'$as_ac_Header'}
6875                  $as_echo "$as_val"'`
6876                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6877 $as_echo "$ac_res" >&6; }
6878 as_val=`eval 'as_val=${'$as_ac_Header'}
6879                  $as_echo "$as_val"'`
6880    if test "x$as_val" = x""yes; then
6881   cat >>confdefs.h <<_ACEOF
6882 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6883 _ACEOF
6884
6885 fi
6886
6887 done
6888
6889
6890
6891 for ac_header in sys/thr.h
6892 do
6893 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6894 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6895 $as_echo_n "checking for $ac_header... " >&6; }
6896 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6897   $as_echo_n "(cached) " >&6
6898 else
6899   cat >conftest.$ac_ext <<_ACEOF
6900 /* confdefs.h.  */
6901 _ACEOF
6902 cat confdefs.h >>conftest.$ac_ext
6903 cat >>conftest.$ac_ext <<_ACEOF
6904 /* end confdefs.h.  */
6905 #include <sys/types.h>
6906 #ifdef HAVE_UCONTEXT_H
6907 #include <ucontext.h>
6908 #endif
6909
6910 #include <$ac_header>
6911 _ACEOF
6912 rm -f conftest.$ac_objext
6913 if { (ac_try="$ac_compile"
6914 case "(($ac_try" in
6915   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6916   *) ac_try_echo=$ac_try;;
6917 esac
6918 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6919 $as_echo "$ac_try_echo") >&5
6920   (eval "$ac_compile") 2>conftest.er1
6921   ac_status=$?
6922   grep -v '^ *+' conftest.er1 >conftest.err
6923   rm -f conftest.er1
6924   cat conftest.err >&5
6925   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6926   (exit $ac_status); } && {
6927          test -z "$ac_c_werror_flag" ||
6928          test ! -s conftest.err
6929        } && test -s conftest.$ac_objext; then
6930   eval "$as_ac_Header=yes"
6931 else
6932   $as_echo "$as_me: failed program was:" >&5
6933 sed 's/^/| /' conftest.$ac_ext >&5
6934
6935         eval "$as_ac_Header=no"
6936 fi
6937
6938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6939 fi
6940 ac_res=`eval 'as_val=${'$as_ac_Header'}
6941                  $as_echo "$as_val"'`
6942                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6943 $as_echo "$ac_res" >&6; }
6944 as_val=`eval 'as_val=${'$as_ac_Header'}
6945                  $as_echo "$as_val"'`
6946    if test "x$as_val" = x""yes; then
6947   cat >>confdefs.h <<_ACEOF
6948 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6949 _ACEOF
6950
6951 fi
6952
6953 done
6954
6955
6956
6957 for ac_header in pthread_np.h
6958 do
6959 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6960 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6961 $as_echo_n "checking for $ac_header... " >&6; }
6962 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6963   $as_echo_n "(cached) " >&6
6964 else
6965   cat >conftest.$ac_ext <<_ACEOF
6966 /* confdefs.h.  */
6967 _ACEOF
6968 cat confdefs.h >>conftest.$ac_ext
6969 cat >>conftest.$ac_ext <<_ACEOF
6970 /* end confdefs.h.  */
6971 #ifdef HAVE_PTHREAD_H
6972 #include <pthread.h>
6973 #endif
6974
6975 #include <$ac_header>
6976 _ACEOF
6977 rm -f conftest.$ac_objext
6978 if { (ac_try="$ac_compile"
6979 case "(($ac_try" in
6980   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6981   *) ac_try_echo=$ac_try;;
6982 esac
6983 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6984 $as_echo "$ac_try_echo") >&5
6985   (eval "$ac_compile") 2>conftest.er1
6986   ac_status=$?
6987   grep -v '^ *+' conftest.er1 >conftest.err
6988   rm -f conftest.er1
6989   cat conftest.err >&5
6990   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6991   (exit $ac_status); } && {
6992          test -z "$ac_c_werror_flag" ||
6993          test ! -s conftest.err
6994        } && test -s conftest.$ac_objext; then
6995   eval "$as_ac_Header=yes"
6996 else
6997   $as_echo "$as_me: failed program was:" >&5
6998 sed 's/^/| /' conftest.$ac_ext >&5
6999
7000         eval "$as_ac_Header=no"
7001 fi
7002
7003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7004 fi
7005 ac_res=`eval 'as_val=${'$as_ac_Header'}
7006                  $as_echo "$as_val"'`
7007                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7008 $as_echo "$ac_res" >&6; }
7009 as_val=`eval 'as_val=${'$as_ac_Header'}
7010                  $as_echo "$as_val"'`
7011    if test "x$as_val" = x""yes; then
7012   cat >>confdefs.h <<_ACEOF
7013 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7014 _ACEOF
7015
7016 fi
7017
7018 done
7019
7020
7021
7022 for ac_header in linux/videodev.h
7023 do
7024 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7025 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7026 $as_echo_n "checking for $ac_header... " >&6; }
7027 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7028   $as_echo_n "(cached) " >&6
7029 else
7030   cat >conftest.$ac_ext <<_ACEOF
7031 /* confdefs.h.  */
7032 _ACEOF
7033 cat confdefs.h >>conftest.$ac_ext
7034 cat >>conftest.$ac_ext <<_ACEOF
7035 /* end confdefs.h.  */
7036 #ifdef HAVE_SYS_TIME_H
7037 #include <sys/time.h>
7038 #endif
7039 #include <sys/types.h>
7040 #ifdef HAVE_ASM_TYPES_H
7041 #include <asm/types.h>
7042 #endif
7043
7044 #include <$ac_header>
7045 _ACEOF
7046 rm -f conftest.$ac_objext
7047 if { (ac_try="$ac_compile"
7048 case "(($ac_try" in
7049   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7050   *) ac_try_echo=$ac_try;;
7051 esac
7052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7053 $as_echo "$ac_try_echo") >&5
7054   (eval "$ac_compile") 2>conftest.er1
7055   ac_status=$?
7056   grep -v '^ *+' conftest.er1 >conftest.err
7057   rm -f conftest.er1
7058   cat conftest.err >&5
7059   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7060   (exit $ac_status); } && {
7061          test -z "$ac_c_werror_flag" ||
7062          test ! -s conftest.err
7063        } && test -s conftest.$ac_objext; then
7064   eval "$as_ac_Header=yes"
7065 else
7066   $as_echo "$as_me: failed program was:" >&5
7067 sed 's/^/| /' conftest.$ac_ext >&5
7068
7069         eval "$as_ac_Header=no"
7070 fi
7071
7072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7073 fi
7074 ac_res=`eval 'as_val=${'$as_ac_Header'}
7075                  $as_echo "$as_val"'`
7076                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7077 $as_echo "$ac_res" >&6; }
7078 as_val=`eval 'as_val=${'$as_ac_Header'}
7079                  $as_echo "$as_val"'`
7080    if test "x$as_val" = x""yes; then
7081   cat >>confdefs.h <<_ACEOF
7082 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7083 _ACEOF
7084
7085 fi
7086
7087 done
7088
7089
7090
7091 for ac_header in linux/capi.h
7092 do
7093 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7094 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7095 $as_echo_n "checking for $ac_header... " >&6; }
7096 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7097   $as_echo_n "(cached) " >&6
7098 else
7099   cat >conftest.$ac_ext <<_ACEOF
7100 /* confdefs.h.  */
7101 _ACEOF
7102 cat confdefs.h >>conftest.$ac_ext
7103 cat >>conftest.$ac_ext <<_ACEOF
7104 /* end confdefs.h.  */
7105 #define __user
7106
7107 #include <$ac_header>
7108 _ACEOF
7109 rm -f conftest.$ac_objext
7110 if { (ac_try="$ac_compile"
7111 case "(($ac_try" in
7112   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7113   *) ac_try_echo=$ac_try;;
7114 esac
7115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7116 $as_echo "$ac_try_echo") >&5
7117   (eval "$ac_compile") 2>conftest.er1
7118   ac_status=$?
7119   grep -v '^ *+' conftest.er1 >conftest.err
7120   rm -f conftest.er1
7121   cat conftest.err >&5
7122   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7123   (exit $ac_status); } && {
7124          test -z "$ac_c_werror_flag" ||
7125          test ! -s conftest.err
7126        } && test -s conftest.$ac_objext; then
7127   eval "$as_ac_Header=yes"
7128 else
7129   $as_echo "$as_me: failed program was:" >&5
7130 sed 's/^/| /' conftest.$ac_ext >&5
7131
7132         eval "$as_ac_Header=no"
7133 fi
7134
7135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7136 fi
7137 ac_res=`eval 'as_val=${'$as_ac_Header'}
7138                  $as_echo "$as_val"'`
7139                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7140 $as_echo "$ac_res" >&6; }
7141 as_val=`eval 'as_val=${'$as_ac_Header'}
7142                  $as_echo "$as_val"'`
7143    if test "x$as_val" = x""yes; then
7144   cat >>confdefs.h <<_ACEOF
7145 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7146 _ACEOF
7147
7148 fi
7149
7150 done
7151
7152
7153
7154 DLLEXT=""
7155
7156 DLLFLAGS="-D_REENTRANT"
7157
7158 LDSHARED=""
7159
7160 LDDLLFLAGS=""
7161
7162 LIBEXT="so"
7163
7164 IMPLIBEXT="def"
7165
7166 LDRPATH_INSTALL=""
7167
7168 LDRPATH_LOCAL=""
7169
7170 # Extract the first word of "ldd", so it can be a program name with args.
7171 set dummy ldd; ac_word=$2
7172 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7173 $as_echo_n "checking for $ac_word... " >&6; }
7174 if test "${ac_cv_path_LDD+set}" = set; then
7175   $as_echo_n "(cached) " >&6
7176 else
7177   case $LDD in
7178   [\\/]* | ?:[\\/]*)
7179   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7180   ;;
7181   *)
7182   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7183 as_dummy="/sbin:/usr/sbin:$PATH"
7184 for as_dir in $as_dummy
7185 do
7186   IFS=$as_save_IFS
7187   test -z "$as_dir" && as_dir=.
7188   for ac_exec_ext in '' $ac_executable_extensions; do
7189   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7190     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7191     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7192     break 2
7193   fi
7194 done
7195 done
7196 IFS=$as_save_IFS
7197
7198   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7199   ;;
7200 esac
7201 fi
7202 LDD=$ac_cv_path_LDD
7203 if test -n "$LDD"; then
7204   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7205 $as_echo "$LDD" >&6; }
7206 else
7207   { $as_echo "$as_me:$LINENO: result: no" >&5
7208 $as_echo "no" >&6; }
7209 fi
7210
7211
7212
7213 case $host_os in
7214   cygwin*|mingw32*)
7215     if test -n "$ac_tool_prefix"; then
7216   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7217 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7218 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7219 $as_echo_n "checking for $ac_word... " >&6; }
7220 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7221   $as_echo_n "(cached) " >&6
7222 else
7223   if test -n "$DLLTOOL"; then
7224   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7225 else
7226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7227 for as_dir in $PATH
7228 do
7229   IFS=$as_save_IFS
7230   test -z "$as_dir" && as_dir=.
7231   for ac_exec_ext in '' $ac_executable_extensions; do
7232   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7233     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7234     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7235     break 2
7236   fi
7237 done
7238 done
7239 IFS=$as_save_IFS
7240
7241 fi
7242 fi
7243 DLLTOOL=$ac_cv_prog_DLLTOOL
7244 if test -n "$DLLTOOL"; then
7245   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7246 $as_echo "$DLLTOOL" >&6; }
7247 else
7248   { $as_echo "$as_me:$LINENO: result: no" >&5
7249 $as_echo "no" >&6; }
7250 fi
7251
7252
7253 fi
7254 if test -z "$ac_cv_prog_DLLTOOL"; then
7255   ac_ct_DLLTOOL=$DLLTOOL
7256   # Extract the first word of "dlltool", so it can be a program name with args.
7257 set dummy dlltool; ac_word=$2
7258 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7259 $as_echo_n "checking for $ac_word... " >&6; }
7260 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7261   $as_echo_n "(cached) " >&6
7262 else
7263   if test -n "$ac_ct_DLLTOOL"; then
7264   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7265 else
7266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7267 for as_dir in $PATH
7268 do
7269   IFS=$as_save_IFS
7270   test -z "$as_dir" && as_dir=.
7271   for ac_exec_ext in '' $ac_executable_extensions; do
7272   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7273     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7274     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7275     break 2
7276   fi
7277 done
7278 done
7279 IFS=$as_save_IFS
7280
7281 fi
7282 fi
7283 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7284 if test -n "$ac_ct_DLLTOOL"; then
7285   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7286 $as_echo "$ac_ct_DLLTOOL" >&6; }
7287 else
7288   { $as_echo "$as_me:$LINENO: result: no" >&5
7289 $as_echo "no" >&6; }
7290 fi
7291
7292   if test "x$ac_ct_DLLTOOL" = x; then
7293     DLLTOOL="false"
7294   else
7295     case $cross_compiling:$ac_tool_warned in
7296 yes:)
7297 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7298 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7299 ac_tool_warned=yes ;;
7300 esac
7301     DLLTOOL=$ac_ct_DLLTOOL
7302   fi
7303 else
7304   DLLTOOL="$ac_cv_prog_DLLTOOL"
7305 fi
7306
7307     if test -n "$ac_tool_prefix"; then
7308   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7309 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7310 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7311 $as_echo_n "checking for $ac_word... " >&6; }
7312 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7313   $as_echo_n "(cached) " >&6
7314 else
7315   if test -n "$DLLWRAP"; then
7316   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7317 else
7318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7319 for as_dir in $PATH
7320 do
7321   IFS=$as_save_IFS
7322   test -z "$as_dir" && as_dir=.
7323   for ac_exec_ext in '' $ac_executable_extensions; do
7324   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7325     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7326     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7327     break 2
7328   fi
7329 done
7330 done
7331 IFS=$as_save_IFS
7332
7333 fi
7334 fi
7335 DLLWRAP=$ac_cv_prog_DLLWRAP
7336 if test -n "$DLLWRAP"; then
7337   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7338 $as_echo "$DLLWRAP" >&6; }
7339 else
7340   { $as_echo "$as_me:$LINENO: result: no" >&5
7341 $as_echo "no" >&6; }
7342 fi
7343
7344
7345 fi
7346 if test -z "$ac_cv_prog_DLLWRAP"; then
7347   ac_ct_DLLWRAP=$DLLWRAP
7348   # Extract the first word of "dllwrap", so it can be a program name with args.
7349 set dummy dllwrap; ac_word=$2
7350 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7351 $as_echo_n "checking for $ac_word... " >&6; }
7352 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7353   $as_echo_n "(cached) " >&6
7354 else
7355   if test -n "$ac_ct_DLLWRAP"; then
7356   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7357 else
7358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7359 for as_dir in $PATH
7360 do
7361   IFS=$as_save_IFS
7362   test -z "$as_dir" && as_dir=.
7363   for ac_exec_ext in '' $ac_executable_extensions; do
7364   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7365     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7366     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7367     break 2
7368   fi
7369 done
7370 done
7371 IFS=$as_save_IFS
7372
7373 fi
7374 fi
7375 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7376 if test -n "$ac_ct_DLLWRAP"; then
7377   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7378 $as_echo "$ac_ct_DLLWRAP" >&6; }
7379 else
7380   { $as_echo "$as_me:$LINENO: result: no" >&5
7381 $as_echo "no" >&6; }
7382 fi
7383
7384   if test "x$ac_ct_DLLWRAP" = x; then
7385     DLLWRAP="false"
7386   else
7387     case $cross_compiling:$ac_tool_warned in
7388 yes:)
7389 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7390 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7391 ac_tool_warned=yes ;;
7392 esac
7393     DLLWRAP=$ac_ct_DLLWRAP
7394   fi
7395 else
7396   DLLWRAP="$ac_cv_prog_DLLWRAP"
7397 fi
7398
7399     if test -n "$ac_tool_prefix"; then
7400   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7401 set dummy ${ac_tool_prefix}ar; ac_word=$2
7402 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7403 $as_echo_n "checking for $ac_word... " >&6; }
7404 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7405   $as_echo_n "(cached) " >&6
7406 else
7407   if test -n "$MINGWAR"; then
7408   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7409 else
7410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7411 for as_dir in $PATH
7412 do
7413   IFS=$as_save_IFS
7414   test -z "$as_dir" && as_dir=.
7415   for ac_exec_ext in '' $ac_executable_extensions; do
7416   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7417     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7418     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7419     break 2
7420   fi
7421 done
7422 done
7423 IFS=$as_save_IFS
7424
7425 fi
7426 fi
7427 MINGWAR=$ac_cv_prog_MINGWAR
7428 if test -n "$MINGWAR"; then
7429   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7430 $as_echo "$MINGWAR" >&6; }
7431 else
7432   { $as_echo "$as_me:$LINENO: result: no" >&5
7433 $as_echo "no" >&6; }
7434 fi
7435
7436
7437 fi
7438 if test -z "$ac_cv_prog_MINGWAR"; then
7439   ac_ct_MINGWAR=$MINGWAR
7440   # Extract the first word of "ar", so it can be a program name with args.
7441 set dummy ar; ac_word=$2
7442 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7443 $as_echo_n "checking for $ac_word... " >&6; }
7444 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7445   $as_echo_n "(cached) " >&6
7446 else
7447   if test -n "$ac_ct_MINGWAR"; then
7448   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7449 else
7450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7451 for as_dir in $PATH
7452 do
7453   IFS=$as_save_IFS
7454   test -z "$as_dir" && as_dir=.
7455   for ac_exec_ext in '' $ac_executable_extensions; do
7456   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7457     ac_cv_prog_ac_ct_MINGWAR="ar"
7458     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7459     break 2
7460   fi
7461 done
7462 done
7463 IFS=$as_save_IFS
7464
7465 fi
7466 fi
7467 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7468 if test -n "$ac_ct_MINGWAR"; then
7469   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7470 $as_echo "$ac_ct_MINGWAR" >&6; }
7471 else
7472   { $as_echo "$as_me:$LINENO: result: no" >&5
7473 $as_echo "no" >&6; }
7474 fi
7475
7476   if test "x$ac_ct_MINGWAR" = x; then
7477     MINGWAR="false"
7478   else
7479     case $cross_compiling:$ac_tool_warned in
7480 yes:)
7481 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7482 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7483 ac_tool_warned=yes ;;
7484 esac
7485     MINGWAR=$ac_ct_MINGWAR
7486   fi
7487 else
7488   MINGWAR="$ac_cv_prog_MINGWAR"
7489 fi
7490
7491     if test "$DLLWRAP" = "false"; then
7492       LIBEXT="a"
7493     else
7494             LIBEXT="dll"
7495     fi
7496     IMPLIBEXT="a"
7497         WIN16_FILES=""
7498     WIN16_INSTALL=""
7499         enable_iphlpapi=${enable_iphlpapi:-no}
7500     enable_kernel32=${enable_kernel32:-no}
7501     enable_msvcrt=${enable_msvcrt:-no}
7502     enable_ntdll=${enable_ntdll:-no}
7503     enable_ws2_32=${enable_ws2_32:-no}
7504     enable_loader=${enable_loader:-no}
7505     enable_server=${enable_server:-no}
7506         with_x=${with_x:-no}
7507     with_pthread=${with_pthread:-no}
7508     ;;
7509   darwin*|macosx*)
7510     DLLEXT=".so"
7511     LIBEXT="dylib"
7512     DLLFLAGS="$DLLFLAGS -fPIC"
7513     LDDLLFLAGS="-bundle -multiply_defined suppress"
7514     LIBWINE_LDFLAGS="-multiply_defined suppress"
7515     LDSHARED="\$(CC) -dynamiclib"
7516     STRIP="$STRIP -x"
7517     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7518         SECURITYLIB="-framework Security -framework CoreFoundation"
7519
7520     COREFOUNDATIONLIB="-framework CoreFoundation"
7521
7522     IOKITLIB="-framework IOKit -framework CoreFoundation"
7523
7524     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7525
7526     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7527     then
7528                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7529
7530     fi
7531     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7532     then
7533                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7534
7535     fi
7536     case $host_cpu in
7537       *powerpc*)
7538         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
7539     esac
7540         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7541     then
7542         CARBONLIB="-framework Carbon"
7543
7544         enable_winequartz_drv=${enable_winequartz_drv:-yes}
7545     fi
7546     ;;
7547   *)
7548     DLLFLAGS="$DLLFLAGS -fPIC"
7549     DLLEXT=".so"
7550     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7551 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7552 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7553   $as_echo_n "(cached) " >&6
7554 else
7555   ac_wine_try_cflags_saved=$CFLAGS
7556 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7557 cat >conftest.$ac_ext <<_ACEOF
7558 void myfunc() {}
7559 _ACEOF
7560 rm -f conftest.$ac_objext conftest$ac_exeext
7561 if { (ac_try="$ac_link"
7562 case "(($ac_try" in
7563   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7564   *) ac_try_echo=$ac_try;;
7565 esac
7566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7567 $as_echo "$ac_try_echo") >&5
7568   (eval "$ac_link") 2>conftest.er1
7569   ac_status=$?
7570   grep -v '^ *+' conftest.er1 >conftest.err
7571   rm -f conftest.er1
7572   cat conftest.err >&5
7573   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7574   (exit $ac_status); } && {
7575          test -z "$ac_c_werror_flag" ||
7576          test ! -s conftest.err
7577        } && test -s conftest$ac_exeext && {
7578          test "$cross_compiling" = yes ||
7579          $as_test_x conftest$ac_exeext
7580        }; then
7581   ac_cv_c_dll_gnuelf="yes"
7582 else
7583   $as_echo "$as_me: failed program was:" >&5
7584 sed 's/^/| /' conftest.$ac_ext >&5
7585
7586         ac_cv_c_dll_gnuelf="no"
7587 fi
7588
7589 rm -rf conftest.dSYM
7590 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7591       conftest$ac_exeext conftest.$ac_ext
7592 CFLAGS=$ac_wine_try_cflags_saved
7593 fi
7594 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7595 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7596     if test "$ac_cv_c_dll_gnuelf" = "yes"
7597     then
7598       LDSHARED="\$(CC) -shared"
7599       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7600       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7601 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7602 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7603   $as_echo_n "(cached) " >&6
7604 else
7605   ac_wine_try_cflags_saved=$CFLAGS
7606 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7607 cat >conftest.$ac_ext <<_ACEOF
7608 /* confdefs.h.  */
7609 _ACEOF
7610 cat confdefs.h >>conftest.$ac_ext
7611 cat >>conftest.$ac_ext <<_ACEOF
7612 /* end confdefs.h.  */
7613
7614 int
7615 main ()
7616 {
7617
7618   ;
7619   return 0;
7620 }
7621 _ACEOF
7622 rm -f conftest.$ac_objext conftest$ac_exeext
7623 if { (ac_try="$ac_link"
7624 case "(($ac_try" in
7625   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7626   *) ac_try_echo=$ac_try;;
7627 esac
7628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7629 $as_echo "$ac_try_echo") >&5
7630   (eval "$ac_link") 2>conftest.er1
7631   ac_status=$?
7632   grep -v '^ *+' conftest.er1 >conftest.err
7633   rm -f conftest.er1
7634   cat conftest.err >&5
7635   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7636   (exit $ac_status); } && {
7637          test -z "$ac_c_werror_flag" ||
7638          test ! -s conftest.err
7639        } && test -s conftest$ac_exeext && {
7640          test "$cross_compiling" = yes ||
7641          $as_test_x conftest$ac_exeext
7642        }; then
7643   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7644 else
7645   $as_echo "$as_me: failed program was:" >&5
7646 sed 's/^/| /' conftest.$ac_ext >&5
7647
7648         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7649 fi
7650
7651 rm -rf conftest.dSYM
7652 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7653       conftest$ac_exeext conftest.$ac_ext
7654 CFLAGS=$ac_wine_try_cflags_saved
7655 fi
7656 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7657 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7658 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7659   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7660 else
7661   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7662 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7663 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7664   $as_echo_n "(cached) " >&6
7665 else
7666   ac_wine_try_cflags_saved=$CFLAGS
7667 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7668 cat >conftest.$ac_ext <<_ACEOF
7669 /* confdefs.h.  */
7670 _ACEOF
7671 cat confdefs.h >>conftest.$ac_ext
7672 cat >>conftest.$ac_ext <<_ACEOF
7673 /* end confdefs.h.  */
7674
7675 int
7676 main ()
7677 {
7678
7679   ;
7680   return 0;
7681 }
7682 _ACEOF
7683 rm -f conftest.$ac_objext conftest$ac_exeext
7684 if { (ac_try="$ac_link"
7685 case "(($ac_try" in
7686   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7687   *) ac_try_echo=$ac_try;;
7688 esac
7689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7690 $as_echo "$ac_try_echo") >&5
7691   (eval "$ac_link") 2>conftest.er1
7692   ac_status=$?
7693   grep -v '^ *+' conftest.er1 >conftest.err
7694   rm -f conftest.er1
7695   cat conftest.err >&5
7696   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7697   (exit $ac_status); } && {
7698          test -z "$ac_c_werror_flag" ||
7699          test ! -s conftest.err
7700        } && test -s conftest$ac_exeext && {
7701          test "$cross_compiling" = yes ||
7702          $as_test_x conftest$ac_exeext
7703        }; then
7704   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7705 else
7706   $as_echo "$as_me: failed program was:" >&5
7707 sed 's/^/| /' conftest.$ac_ext >&5
7708
7709         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7710 fi
7711
7712 rm -rf conftest.dSYM
7713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7714       conftest$ac_exeext conftest.$ac_ext
7715 CFLAGS=$ac_wine_try_cflags_saved
7716 fi
7717 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7718 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7719 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7720   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7721 fi
7722
7723 fi
7724
7725
7726       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7727 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7728 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7729   $as_echo_n "(cached) " >&6
7730 else
7731   ac_wine_try_cflags_saved=$CFLAGS
7732 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7733 cat >conftest.$ac_ext <<_ACEOF
7734 /* confdefs.h.  */
7735 _ACEOF
7736 cat confdefs.h >>conftest.$ac_ext
7737 cat >>conftest.$ac_ext <<_ACEOF
7738 /* end confdefs.h.  */
7739
7740 int
7741 main ()
7742 {
7743
7744   ;
7745   return 0;
7746 }
7747 _ACEOF
7748 rm -f conftest.$ac_objext conftest$ac_exeext
7749 if { (ac_try="$ac_link"
7750 case "(($ac_try" in
7751   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7752   *) ac_try_echo=$ac_try;;
7753 esac
7754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7755 $as_echo "$ac_try_echo") >&5
7756   (eval "$ac_link") 2>conftest.er1
7757   ac_status=$?
7758   grep -v '^ *+' conftest.er1 >conftest.err
7759   rm -f conftest.er1
7760   cat conftest.err >&5
7761   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7762   (exit $ac_status); } && {
7763          test -z "$ac_c_werror_flag" ||
7764          test ! -s conftest.err
7765        } && test -s conftest$ac_exeext && {
7766          test "$cross_compiling" = yes ||
7767          $as_test_x conftest$ac_exeext
7768        }; then
7769   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7770 else
7771   $as_echo "$as_me: failed program was:" >&5
7772 sed 's/^/| /' conftest.$ac_ext >&5
7773
7774         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7775 fi
7776
7777 rm -rf conftest.dSYM
7778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7779       conftest$ac_exeext conftest.$ac_ext
7780 CFLAGS=$ac_wine_try_cflags_saved
7781 fi
7782 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7783 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7784 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7785   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7786 fi
7787
7788
7789       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7790 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7791 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7792   $as_echo_n "(cached) " >&6
7793 else
7794   ac_wine_try_cflags_saved=$CFLAGS
7795 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7796 cat >conftest.$ac_ext <<_ACEOF
7797 /* confdefs.h.  */
7798 _ACEOF
7799 cat confdefs.h >>conftest.$ac_ext
7800 cat >>conftest.$ac_ext <<_ACEOF
7801 /* end confdefs.h.  */
7802
7803 int
7804 main ()
7805 {
7806
7807   ;
7808   return 0;
7809 }
7810 _ACEOF
7811 rm -f conftest.$ac_objext conftest$ac_exeext
7812 if { (ac_try="$ac_link"
7813 case "(($ac_try" in
7814   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7815   *) ac_try_echo=$ac_try;;
7816 esac
7817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7818 $as_echo "$ac_try_echo") >&5
7819   (eval "$ac_link") 2>conftest.er1
7820   ac_status=$?
7821   grep -v '^ *+' conftest.er1 >conftest.err
7822   rm -f conftest.er1
7823   cat conftest.err >&5
7824   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7825   (exit $ac_status); } && {
7826          test -z "$ac_c_werror_flag" ||
7827          test ! -s conftest.err
7828        } && test -s conftest$ac_exeext && {
7829          test "$cross_compiling" = yes ||
7830          $as_test_x conftest$ac_exeext
7831        }; then
7832   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7833 else
7834   $as_echo "$as_me: failed program was:" >&5
7835 sed 's/^/| /' conftest.$ac_ext >&5
7836
7837         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7838 fi
7839
7840 rm -rf conftest.dSYM
7841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7842       conftest$ac_exeext conftest.$ac_ext
7843 CFLAGS=$ac_wine_try_cflags_saved
7844 fi
7845 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7846 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7847 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7848   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7849 fi
7850
7851
7852       echo '{ global: *; };' >conftest.map
7853       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7854 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7855 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7856   $as_echo_n "(cached) " >&6
7857 else
7858   ac_wine_try_cflags_saved=$CFLAGS
7859 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7860 cat >conftest.$ac_ext <<_ACEOF
7861 /* confdefs.h.  */
7862 _ACEOF
7863 cat confdefs.h >>conftest.$ac_ext
7864 cat >>conftest.$ac_ext <<_ACEOF
7865 /* end confdefs.h.  */
7866
7867 int
7868 main ()
7869 {
7870
7871   ;
7872   return 0;
7873 }
7874 _ACEOF
7875 rm -f conftest.$ac_objext conftest$ac_exeext
7876 if { (ac_try="$ac_link"
7877 case "(($ac_try" in
7878   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7879   *) ac_try_echo=$ac_try;;
7880 esac
7881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7882 $as_echo "$ac_try_echo") >&5
7883   (eval "$ac_link") 2>conftest.er1
7884   ac_status=$?
7885   grep -v '^ *+' conftest.er1 >conftest.err
7886   rm -f conftest.er1
7887   cat conftest.err >&5
7888   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7889   (exit $ac_status); } && {
7890          test -z "$ac_c_werror_flag" ||
7891          test ! -s conftest.err
7892        } && test -s conftest$ac_exeext && {
7893          test "$cross_compiling" = yes ||
7894          $as_test_x conftest$ac_exeext
7895        }; then
7896   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7897 else
7898   $as_echo "$as_me: failed program was:" >&5
7899 sed 's/^/| /' conftest.$ac_ext >&5
7900
7901         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7902 fi
7903
7904 rm -rf conftest.dSYM
7905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7906       conftest$ac_exeext conftest.$ac_ext
7907 CFLAGS=$ac_wine_try_cflags_saved
7908 fi
7909 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7910 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7911 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7912   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7913 fi
7914
7915       rm -f conftest.map
7916
7917       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7918 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7919 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7920   $as_echo_n "(cached) " >&6
7921 else
7922   ac_wine_try_cflags_saved=$CFLAGS
7923 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7924 cat >conftest.$ac_ext <<_ACEOF
7925 /* confdefs.h.  */
7926 _ACEOF
7927 cat confdefs.h >>conftest.$ac_ext
7928 cat >>conftest.$ac_ext <<_ACEOF
7929 /* end confdefs.h.  */
7930
7931 int
7932 main ()
7933 {
7934
7935   ;
7936   return 0;
7937 }
7938 _ACEOF
7939 rm -f conftest.$ac_objext conftest$ac_exeext
7940 if { (ac_try="$ac_link"
7941 case "(($ac_try" in
7942   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7943   *) ac_try_echo=$ac_try;;
7944 esac
7945 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7946 $as_echo "$ac_try_echo") >&5
7947   (eval "$ac_link") 2>conftest.er1
7948   ac_status=$?
7949   grep -v '^ *+' conftest.er1 >conftest.err
7950   rm -f conftest.er1
7951   cat conftest.err >&5
7952   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7953   (exit $ac_status); } && {
7954          test -z "$ac_c_werror_flag" ||
7955          test ! -s conftest.err
7956        } && test -s conftest$ac_exeext && {
7957          test "$cross_compiling" = yes ||
7958          $as_test_x conftest$ac_exeext
7959        }; then
7960   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7961 else
7962   $as_echo "$as_me: failed program was:" >&5
7963 sed 's/^/| /' conftest.$ac_ext >&5
7964
7965         ac_cv_cflags__fPIC__Wl___export_dynamic=no
7966 fi
7967
7968 rm -rf conftest.dSYM
7969 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7970       conftest$ac_exeext conftest.$ac_ext
7971 CFLAGS=$ac_wine_try_cflags_saved
7972 fi
7973 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7974 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7975 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7976   LDEXECFLAGS="-Wl,--export-dynamic"
7977
7978 fi
7979
7980
7981       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7982 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7983 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7984 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7985   $as_echo_n "(cached) " >&6
7986 else
7987   ac_wine_try_cflags_saved=$CFLAGS
7988 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7989 cat >conftest.$ac_ext <<_ACEOF
7990 /* confdefs.h.  */
7991 _ACEOF
7992 cat confdefs.h >>conftest.$ac_ext
7993 cat >>conftest.$ac_ext <<_ACEOF
7994 /* end confdefs.h.  */
7995
7996 int
7997 main ()
7998 {
7999
8000   ;
8001   return 0;
8002 }
8003 _ACEOF
8004 rm -f conftest.$ac_objext conftest$ac_exeext
8005 if { (ac_try="$ac_link"
8006 case "(($ac_try" in
8007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8008   *) ac_try_echo=$ac_try;;
8009 esac
8010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8011 $as_echo "$ac_try_echo") >&5
8012   (eval "$ac_link") 2>conftest.er1
8013   ac_status=$?
8014   grep -v '^ *+' conftest.er1 >conftest.err
8015   rm -f conftest.er1
8016   cat conftest.err >&5
8017   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8018   (exit $ac_status); } && {
8019          test -z "$ac_c_werror_flag" ||
8020          test ! -s conftest.err
8021        } && test -s conftest$ac_exeext && {
8022          test "$cross_compiling" = yes ||
8023          $as_test_x conftest$ac_exeext
8024        }; then
8025   eval "$as_ac_var=yes"
8026 else
8027   $as_echo "$as_me: failed program was:" >&5
8028 sed 's/^/| /' conftest.$ac_ext >&5
8029
8030         eval "$as_ac_var=no"
8031 fi
8032
8033 rm -rf conftest.dSYM
8034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8035       conftest$ac_exeext conftest.$ac_ext
8036 CFLAGS=$ac_wine_try_cflags_saved
8037 fi
8038 ac_res=`eval 'as_val=${'$as_ac_var'}
8039                  $as_echo "$as_val"'`
8040                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8041 $as_echo "$ac_res" >&6; }
8042 if test `eval 'as_val=${'$as_ac_var'}
8043                  $as_echo "$as_val"'` = yes; then
8044   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8045                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8046 else
8047   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8048 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8049 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8050 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8051   $as_echo_n "(cached) " >&6
8052 else
8053   ac_wine_try_cflags_saved=$CFLAGS
8054 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8055 cat >conftest.$ac_ext <<_ACEOF
8056 /* confdefs.h.  */
8057 _ACEOF
8058 cat confdefs.h >>conftest.$ac_ext
8059 cat >>conftest.$ac_ext <<_ACEOF
8060 /* end confdefs.h.  */
8061
8062 int
8063 main ()
8064 {
8065
8066   ;
8067   return 0;
8068 }
8069 _ACEOF
8070 rm -f conftest.$ac_objext conftest$ac_exeext
8071 if { (ac_try="$ac_link"
8072 case "(($ac_try" in
8073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8074   *) ac_try_echo=$ac_try;;
8075 esac
8076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8077 $as_echo "$ac_try_echo") >&5
8078   (eval "$ac_link") 2>conftest.er1
8079   ac_status=$?
8080   grep -v '^ *+' conftest.er1 >conftest.err
8081   rm -f conftest.er1
8082   cat conftest.err >&5
8083   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8084   (exit $ac_status); } && {
8085          test -z "$ac_c_werror_flag" ||
8086          test ! -s conftest.err
8087        } && test -s conftest$ac_exeext && {
8088          test "$cross_compiling" = yes ||
8089          $as_test_x conftest$ac_exeext
8090        }; then
8091   eval "$as_ac_var=yes"
8092 else
8093   $as_echo "$as_me: failed program was:" >&5
8094 sed 's/^/| /' conftest.$ac_ext >&5
8095
8096         eval "$as_ac_var=no"
8097 fi
8098
8099 rm -rf conftest.dSYM
8100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8101       conftest$ac_exeext conftest.$ac_ext
8102 CFLAGS=$ac_wine_try_cflags_saved
8103 fi
8104 ac_res=`eval 'as_val=${'$as_ac_var'}
8105                  $as_echo "$as_val"'`
8106                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8107 $as_echo "$ac_res" >&6; }
8108 if test `eval 'as_val=${'$as_ac_var'}
8109                  $as_echo "$as_val"'` = yes; then
8110   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8111                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8112 fi
8113
8114 fi
8115
8116
8117       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8118 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8119 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8120   $as_echo_n "(cached) " >&6
8121 else
8122   ac_wine_try_cflags_saved=$CFLAGS
8123 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8124 cat >conftest.$ac_ext <<_ACEOF
8125 /* confdefs.h.  */
8126 _ACEOF
8127 cat confdefs.h >>conftest.$ac_ext
8128 cat >>conftest.$ac_ext <<_ACEOF
8129 /* end confdefs.h.  */
8130
8131 int
8132 main ()
8133 {
8134
8135   ;
8136   return 0;
8137 }
8138 _ACEOF
8139 rm -f conftest.$ac_objext conftest$ac_exeext
8140 if { (ac_try="$ac_link"
8141 case "(($ac_try" in
8142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8143   *) ac_try_echo=$ac_try;;
8144 esac
8145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8146 $as_echo "$ac_try_echo") >&5
8147   (eval "$ac_link") 2>conftest.er1
8148   ac_status=$?
8149   grep -v '^ *+' conftest.er1 >conftest.err
8150   rm -f conftest.er1
8151   cat conftest.err >&5
8152   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8153   (exit $ac_status); } && {
8154          test -z "$ac_c_werror_flag" ||
8155          test ! -s conftest.err
8156        } && test -s conftest$ac_exeext && {
8157          test "$cross_compiling" = yes ||
8158          $as_test_x conftest$ac_exeext
8159        }; then
8160   ac_cv_cflags__Wl___enable_new_dtags=yes
8161 else
8162   $as_echo "$as_me: failed program was:" >&5
8163 sed 's/^/| /' conftest.$ac_ext >&5
8164
8165         ac_cv_cflags__Wl___enable_new_dtags=no
8166 fi
8167
8168 rm -rf conftest.dSYM
8169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8170       conftest$ac_exeext conftest.$ac_ext
8171 CFLAGS=$ac_wine_try_cflags_saved
8172 fi
8173 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8174 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8175 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8176   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8177 fi
8178
8179
8180       case $host_cpu in
8181         *i[3456789]86* | x86_64)
8182           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8183 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8184 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8185   $as_echo_n "(cached) " >&6
8186 else
8187   ac_wine_try_cflags_saved=$CFLAGS
8188 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8189 cat >conftest.$ac_ext <<_ACEOF
8190 /* confdefs.h.  */
8191 _ACEOF
8192 cat confdefs.h >>conftest.$ac_ext
8193 cat >>conftest.$ac_ext <<_ACEOF
8194 /* end confdefs.h.  */
8195
8196 int
8197 main ()
8198 {
8199
8200   ;
8201   return 0;
8202 }
8203 _ACEOF
8204 rm -f conftest.$ac_objext conftest$ac_exeext
8205 if { (ac_try="$ac_link"
8206 case "(($ac_try" in
8207   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8208   *) ac_try_echo=$ac_try;;
8209 esac
8210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8211 $as_echo "$ac_try_echo") >&5
8212   (eval "$ac_link") 2>conftest.er1
8213   ac_status=$?
8214   grep -v '^ *+' conftest.er1 >conftest.err
8215   rm -f conftest.er1
8216   cat conftest.err >&5
8217   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8218   (exit $ac_status); } && {
8219          test -z "$ac_c_werror_flag" ||
8220          test ! -s conftest.err
8221        } && test -s conftest$ac_exeext && {
8222          test "$cross_compiling" = yes ||
8223          $as_test_x conftest$ac_exeext
8224        }; then
8225   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8226 else
8227   $as_echo "$as_me: failed program was:" >&5
8228 sed 's/^/| /' conftest.$ac_ext >&5
8229
8230         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8231 fi
8232
8233 rm -rf conftest.dSYM
8234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8235       conftest$ac_exeext conftest.$ac_ext
8236 CFLAGS=$ac_wine_try_cflags_saved
8237 fi
8238 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8239 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8240 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8241   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8242 fi
8243
8244           ;;
8245       esac
8246
8247     else
8248       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8249 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8250 if test "${ac_cv_c_dll_unixware+set}" = set; then
8251   $as_echo_n "(cached) " >&6
8252 else
8253   ac_wine_try_cflags_saved=$CFLAGS
8254 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8255 cat >conftest.$ac_ext <<_ACEOF
8256 void myfunc() {}
8257 _ACEOF
8258 rm -f conftest.$ac_objext conftest$ac_exeext
8259 if { (ac_try="$ac_link"
8260 case "(($ac_try" in
8261   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8262   *) ac_try_echo=$ac_try;;
8263 esac
8264 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8265 $as_echo "$ac_try_echo") >&5
8266   (eval "$ac_link") 2>conftest.er1
8267   ac_status=$?
8268   grep -v '^ *+' conftest.er1 >conftest.err
8269   rm -f conftest.er1
8270   cat conftest.err >&5
8271   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8272   (exit $ac_status); } && {
8273          test -z "$ac_c_werror_flag" ||
8274          test ! -s conftest.err
8275        } && test -s conftest$ac_exeext && {
8276          test "$cross_compiling" = yes ||
8277          $as_test_x conftest$ac_exeext
8278        }; then
8279   ac_cv_c_dll_unixware="yes"
8280 else
8281   $as_echo "$as_me: failed program was:" >&5
8282 sed 's/^/| /' conftest.$ac_ext >&5
8283
8284         ac_cv_c_dll_unixware="no"
8285 fi
8286
8287 rm -rf conftest.dSYM
8288 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8289       conftest$ac_exeext conftest.$ac_ext
8290 CFLAGS=$ac_wine_try_cflags_saved
8291 fi
8292 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8293 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8294       if test "$ac_cv_c_dll_unixware" = "yes"
8295       then
8296         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8297         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8298
8299       else
8300         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8301 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8302 if test "${ac_cv_c_dll_hpux+set}" = set; then
8303   $as_echo_n "(cached) " >&6
8304 else
8305   ac_wine_try_cflags_saved=$CFLAGS
8306 CFLAGS="$CFLAGS -shared"
8307 cat >conftest.$ac_ext <<_ACEOF
8308 void myfunc() {}
8309 _ACEOF
8310 rm -f conftest.$ac_objext conftest$ac_exeext
8311 if { (ac_try="$ac_link"
8312 case "(($ac_try" in
8313   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8314   *) ac_try_echo=$ac_try;;
8315 esac
8316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8317 $as_echo "$ac_try_echo") >&5
8318   (eval "$ac_link") 2>conftest.er1
8319   ac_status=$?
8320   grep -v '^ *+' conftest.er1 >conftest.err
8321   rm -f conftest.er1
8322   cat conftest.err >&5
8323   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8324   (exit $ac_status); } && {
8325          test -z "$ac_c_werror_flag" ||
8326          test ! -s conftest.err
8327        } && test -s conftest$ac_exeext && {
8328          test "$cross_compiling" = yes ||
8329          $as_test_x conftest$ac_exeext
8330        }; then
8331   ac_cv_c_dll_hpux="yes"
8332 else
8333   $as_echo "$as_me: failed program was:" >&5
8334 sed 's/^/| /' conftest.$ac_ext >&5
8335
8336         ac_cv_c_dll_hpux="no"
8337 fi
8338
8339 rm -rf conftest.dSYM
8340 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8341       conftest$ac_exeext conftest.$ac_ext
8342 CFLAGS=$ac_wine_try_cflags_saved
8343 fi
8344 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8345 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8346         if test "$ac_cv_c_dll_hpux" = "yes"
8347         then
8348           LIBEXT="sl"
8349           DLLEXT=".sl"
8350           LDDLLFLAGS="-shared -fPIC"
8351           LDSHARED="\$(CC) -shared"
8352         fi
8353       fi
8354     fi
8355     ;;
8356 esac
8357
8358 enable_winequartz_drv=${enable_winequartz_drv:-no}
8359
8360 if test "$LIBEXT" = "a"; then
8361   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8362 It is currently not possible to build Wine without shared library
8363 (.so) support to allow transparent switch between .so and .dll files.
8364 If you are using Linux, you will need a newer binutils.
8365 " >&5
8366 $as_echo "$as_me: error: could not find a way to build shared libraries.
8367 It is currently not possible to build Wine without shared library
8368 (.so) support to allow transparent switch between .so and .dll files.
8369 If you are using Linux, you will need a newer binutils.
8370 " >&2;}
8371    { (exit 1); exit 1; }; }
8372 fi
8373
8374 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8375 then
8376     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
8377 do
8378   # Extract the first word of "$ac_prog", so it can be a program name with args.
8379 set dummy $ac_prog; ac_word=$2
8380 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8381 $as_echo_n "checking for $ac_word... " >&6; }
8382 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8383   $as_echo_n "(cached) " >&6
8384 else
8385   if test -n "$CROSSCC"; then
8386   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8387 else
8388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8389 for as_dir in $PATH
8390 do
8391   IFS=$as_save_IFS
8392   test -z "$as_dir" && as_dir=.
8393   for ac_exec_ext in '' $ac_executable_extensions; do
8394   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8395     ac_cv_prog_CROSSCC="$ac_prog"
8396     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8397     break 2
8398   fi
8399 done
8400 done
8401 IFS=$as_save_IFS
8402
8403 fi
8404 fi
8405 CROSSCC=$ac_cv_prog_CROSSCC
8406 if test -n "$CROSSCC"; then
8407   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8408 $as_echo "$CROSSCC" >&6; }
8409 else
8410   { $as_echo "$as_me:$LINENO: result: no" >&5
8411 $as_echo "no" >&6; }
8412 fi
8413
8414
8415   test -n "$CROSSCC" && break
8416 done
8417 test -n "$CROSSCC" || CROSSCC="false"
8418
8419     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
8420 do
8421   # Extract the first word of "$ac_prog", so it can be a program name with args.
8422 set dummy $ac_prog; ac_word=$2
8423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8424 $as_echo_n "checking for $ac_word... " >&6; }
8425 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8426   $as_echo_n "(cached) " >&6
8427 else
8428   if test -n "$DLLTOOL"; then
8429   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8430 else
8431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8432 for as_dir in $PATH
8433 do
8434   IFS=$as_save_IFS
8435   test -z "$as_dir" && as_dir=.
8436   for ac_exec_ext in '' $ac_executable_extensions; do
8437   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8438     ac_cv_prog_DLLTOOL="$ac_prog"
8439     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8440     break 2
8441   fi
8442 done
8443 done
8444 IFS=$as_save_IFS
8445
8446 fi
8447 fi
8448 DLLTOOL=$ac_cv_prog_DLLTOOL
8449 if test -n "$DLLTOOL"; then
8450   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8451 $as_echo "$DLLTOOL" >&6; }
8452 else
8453   { $as_echo "$as_me:$LINENO: result: no" >&5
8454 $as_echo "no" >&6; }
8455 fi
8456
8457
8458   test -n "$DLLTOOL" && break
8459 done
8460 test -n "$DLLTOOL" || DLLTOOL="false"
8461
8462     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
8463 do
8464   # Extract the first word of "$ac_prog", so it can be a program name with args.
8465 set dummy $ac_prog; ac_word=$2
8466 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8467 $as_echo_n "checking for $ac_word... " >&6; }
8468 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8469   $as_echo_n "(cached) " >&6
8470 else
8471   if test -n "$CROSSWINDRES"; then
8472   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8473 else
8474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8475 for as_dir in $PATH
8476 do
8477   IFS=$as_save_IFS
8478   test -z "$as_dir" && as_dir=.
8479   for ac_exec_ext in '' $ac_executable_extensions; do
8480   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8481     ac_cv_prog_CROSSWINDRES="$ac_prog"
8482     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8483     break 2
8484   fi
8485 done
8486 done
8487 IFS=$as_save_IFS
8488
8489 fi
8490 fi
8491 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8492 if test -n "$CROSSWINDRES"; then
8493   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8494 $as_echo "$CROSSWINDRES" >&6; }
8495 else
8496   { $as_echo "$as_me:$LINENO: result: no" >&5
8497 $as_echo "no" >&6; }
8498 fi
8499
8500
8501   test -n "$CROSSWINDRES" && break
8502 done
8503 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8504
8505     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
8506 do
8507   # Extract the first word of "$ac_prog", so it can be a program name with args.
8508 set dummy $ac_prog; ac_word=$2
8509 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8510 $as_echo_n "checking for $ac_word... " >&6; }
8511 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8512   $as_echo_n "(cached) " >&6
8513 else
8514   if test -n "$MINGWAR"; then
8515   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8516 else
8517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8518 for as_dir in $PATH
8519 do
8520   IFS=$as_save_IFS
8521   test -z "$as_dir" && as_dir=.
8522   for ac_exec_ext in '' $ac_executable_extensions; do
8523   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8524     ac_cv_prog_MINGWAR="$ac_prog"
8525     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8526     break 2
8527   fi
8528 done
8529 done
8530 IFS=$as_save_IFS
8531
8532 fi
8533 fi
8534 MINGWAR=$ac_cv_prog_MINGWAR
8535 if test -n "$MINGWAR"; then
8536   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8537 $as_echo "$MINGWAR" >&6; }
8538 else
8539   { $as_echo "$as_me:$LINENO: result: no" >&5
8540 $as_echo "no" >&6; }
8541 fi
8542
8543
8544   test -n "$MINGWAR" && break
8545 done
8546 test -n "$MINGWAR" || MINGWAR="false"
8547
8548     if test "$CROSSCC" != "false"
8549     then
8550         CROSSTEST="\$(CROSSTEST)"
8551
8552     fi
8553 fi
8554
8555
8556 if test "$ac_cv_header_pthread_h" = "yes"
8557 then
8558     { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8559 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8560 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8561   $as_echo_n "(cached) " >&6
8562 else
8563   ac_check_lib_save_LIBS=$LIBS
8564 LIBS="-lpthread  $LIBS"
8565 cat >conftest.$ac_ext <<_ACEOF
8566 /* confdefs.h.  */
8567 _ACEOF
8568 cat confdefs.h >>conftest.$ac_ext
8569 cat >>conftest.$ac_ext <<_ACEOF
8570 /* end confdefs.h.  */
8571
8572 /* Override any GCC internal prototype to avoid an error.
8573    Use char because int might match the return type of a GCC
8574    builtin and then its argument prototype would still apply.  */
8575 #ifdef __cplusplus
8576 extern "C"
8577 #endif
8578 char pthread_create ();
8579 int
8580 main ()
8581 {
8582 return pthread_create ();
8583   ;
8584   return 0;
8585 }
8586 _ACEOF
8587 rm -f conftest.$ac_objext conftest$ac_exeext
8588 if { (ac_try="$ac_link"
8589 case "(($ac_try" in
8590   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8591   *) ac_try_echo=$ac_try;;
8592 esac
8593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8594 $as_echo "$ac_try_echo") >&5
8595   (eval "$ac_link") 2>conftest.er1
8596   ac_status=$?
8597   grep -v '^ *+' conftest.er1 >conftest.err
8598   rm -f conftest.er1
8599   cat conftest.err >&5
8600   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8601   (exit $ac_status); } && {
8602          test -z "$ac_c_werror_flag" ||
8603          test ! -s conftest.err
8604        } && test -s conftest$ac_exeext && {
8605          test "$cross_compiling" = yes ||
8606          $as_test_x conftest$ac_exeext
8607        }; then
8608   ac_cv_lib_pthread_pthread_create=yes
8609 else
8610   $as_echo "$as_me: failed program was:" >&5
8611 sed 's/^/| /' conftest.$ac_ext >&5
8612
8613         ac_cv_lib_pthread_pthread_create=no
8614 fi
8615
8616 rm -rf conftest.dSYM
8617 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8618       conftest$ac_exeext conftest.$ac_ext
8619 LIBS=$ac_check_lib_save_LIBS
8620 fi
8621 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8622 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8623 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8624   LIBPTHREAD="-lpthread"
8625
8626 fi
8627
8628 fi
8629 if test "x$LIBPTHREAD" = "x"; then
8630   case "x$with_pthread" in
8631   xno) ;;
8632   *)   { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8633 Wine cannot support threads without libpthread.
8634 Use the --without-pthread option if you really want this." >&5
8635 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8636 Wine cannot support threads without libpthread.
8637 Use the --without-pthread option if you really want this." >&2;}
8638    { (exit 1); exit 1; }; } ;;
8639 esac
8640 fi
8641
8642
8643
8644 { $as_echo "$as_me:$LINENO: checking for X" >&5
8645 $as_echo_n "checking for X... " >&6; }
8646
8647
8648 # Check whether --with-x was given.
8649 if test "${with_x+set}" = set; then
8650   withval=$with_x;
8651 fi
8652
8653 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8654 if test "x$with_x" = xno; then
8655   # The user explicitly disabled X.
8656   have_x=disabled
8657 else
8658   case $x_includes,$x_libraries in #(
8659     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8660 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8661    { (exit 1); exit 1; }; };; #(
8662     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8663   $as_echo_n "(cached) " >&6
8664 else
8665   # One or both of the vars are not set, and there is no cached value.
8666 ac_x_includes=no ac_x_libraries=no
8667 rm -f -r conftest.dir
8668 if mkdir conftest.dir; then
8669   cd conftest.dir
8670   cat >Imakefile <<'_ACEOF'
8671 incroot:
8672         @echo incroot='${INCROOT}'
8673 usrlibdir:
8674         @echo usrlibdir='${USRLIBDIR}'
8675 libdir:
8676         @echo libdir='${LIBDIR}'
8677 _ACEOF
8678   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8679     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8680     for ac_var in incroot usrlibdir libdir; do
8681       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8682     done
8683     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8684     for ac_extension in a so sl dylib la dll; do
8685       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8686          test -f "$ac_im_libdir/libX11.$ac_extension"; then
8687         ac_im_usrlibdir=$ac_im_libdir; break
8688       fi
8689     done
8690     # Screen out bogus values from the imake configuration.  They are
8691     # bogus both because they are the default anyway, and because
8692     # using them would break gcc on systems where it needs fixed includes.
8693     case $ac_im_incroot in
8694         /usr/include) ac_x_includes= ;;
8695         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8696     esac
8697     case $ac_im_usrlibdir in
8698         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8699         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8700     esac
8701   fi
8702   cd ..
8703   rm -f -r conftest.dir
8704 fi
8705
8706 # Standard set of common directories for X headers.
8707 # Check X11 before X11Rn because it is often a symlink to the current release.
8708 ac_x_header_dirs='
8709 /usr/X11/include
8710 /usr/X11R6/include
8711 /usr/X11R5/include
8712 /usr/X11R4/include
8713
8714 /usr/include/X11
8715 /usr/include/X11R6
8716 /usr/include/X11R5
8717 /usr/include/X11R4
8718
8719 /usr/local/X11/include
8720 /usr/local/X11R6/include
8721 /usr/local/X11R5/include
8722 /usr/local/X11R4/include
8723
8724 /usr/local/include/X11
8725 /usr/local/include/X11R6
8726 /usr/local/include/X11R5
8727 /usr/local/include/X11R4
8728
8729 /usr/X386/include
8730 /usr/x386/include
8731 /usr/XFree86/include/X11
8732
8733 /usr/include
8734 /usr/local/include
8735 /usr/unsupported/include
8736 /usr/athena/include
8737 /usr/local/x11r5/include
8738 /usr/lpp/Xamples/include
8739
8740 /usr/openwin/include
8741 /usr/openwin/share/include'
8742
8743 if test "$ac_x_includes" = no; then
8744   # Guess where to find include files, by looking for Xlib.h.
8745   # First, try using that file with no special directory specified.
8746   cat >conftest.$ac_ext <<_ACEOF
8747 /* confdefs.h.  */
8748 _ACEOF
8749 cat confdefs.h >>conftest.$ac_ext
8750 cat >>conftest.$ac_ext <<_ACEOF
8751 /* end confdefs.h.  */
8752 #include <X11/Xlib.h>
8753 _ACEOF
8754 if { (ac_try="$ac_cpp conftest.$ac_ext"
8755 case "(($ac_try" in
8756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8757   *) ac_try_echo=$ac_try;;
8758 esac
8759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8760 $as_echo "$ac_try_echo") >&5
8761   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8762   ac_status=$?
8763   grep -v '^ *+' conftest.er1 >conftest.err
8764   rm -f conftest.er1
8765   cat conftest.err >&5
8766   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8767   (exit $ac_status); } >/dev/null && {
8768          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8769          test ! -s conftest.err
8770        }; then
8771   # We can compile using X headers with no special include directory.
8772 ac_x_includes=
8773 else
8774   $as_echo "$as_me: failed program was:" >&5
8775 sed 's/^/| /' conftest.$ac_ext >&5
8776
8777   for ac_dir in $ac_x_header_dirs; do
8778   if test -r "$ac_dir/X11/Xlib.h"; then
8779     ac_x_includes=$ac_dir
8780     break
8781   fi
8782 done
8783 fi
8784
8785 rm -f conftest.err conftest.$ac_ext
8786 fi # $ac_x_includes = no
8787
8788 if test "$ac_x_libraries" = no; then
8789   # Check for the libraries.
8790   # See if we find them without any special options.
8791   # Don't add to $LIBS permanently.
8792   ac_save_LIBS=$LIBS
8793   LIBS="-lX11 $LIBS"
8794   cat >conftest.$ac_ext <<_ACEOF
8795 /* confdefs.h.  */
8796 _ACEOF
8797 cat confdefs.h >>conftest.$ac_ext
8798 cat >>conftest.$ac_ext <<_ACEOF
8799 /* end confdefs.h.  */
8800 #include <X11/Xlib.h>
8801 int
8802 main ()
8803 {
8804 XrmInitialize ()
8805   ;
8806   return 0;
8807 }
8808 _ACEOF
8809 rm -f conftest.$ac_objext conftest$ac_exeext
8810 if { (ac_try="$ac_link"
8811 case "(($ac_try" in
8812   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8813   *) ac_try_echo=$ac_try;;
8814 esac
8815 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8816 $as_echo "$ac_try_echo") >&5
8817   (eval "$ac_link") 2>conftest.er1
8818   ac_status=$?
8819   grep -v '^ *+' conftest.er1 >conftest.err
8820   rm -f conftest.er1
8821   cat conftest.err >&5
8822   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8823   (exit $ac_status); } && {
8824          test -z "$ac_c_werror_flag" ||
8825          test ! -s conftest.err
8826        } && test -s conftest$ac_exeext && {
8827          test "$cross_compiling" = yes ||
8828          $as_test_x conftest$ac_exeext
8829        }; then
8830   LIBS=$ac_save_LIBS
8831 # We can link X programs with no special library path.
8832 ac_x_libraries=
8833 else
8834   $as_echo "$as_me: failed program was:" >&5
8835 sed 's/^/| /' conftest.$ac_ext >&5
8836
8837         LIBS=$ac_save_LIBS
8838 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8839 do
8840   # Don't even attempt the hair of trying to link an X program!
8841   for ac_extension in a so sl dylib la dll; do
8842     if test -r "$ac_dir/libX11.$ac_extension"; then
8843       ac_x_libraries=$ac_dir
8844       break 2
8845     fi
8846   done
8847 done
8848 fi
8849
8850 rm -rf conftest.dSYM
8851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8852       conftest$ac_exeext conftest.$ac_ext
8853 fi # $ac_x_libraries = no
8854
8855 case $ac_x_includes,$ac_x_libraries in #(
8856   no,* | *,no | *\'*)
8857     # Didn't find X, or a directory has "'" in its name.
8858     ac_cv_have_x="have_x=no";; #(
8859   *)
8860     # Record where we found X for the cache.
8861     ac_cv_have_x="have_x=yes\
8862         ac_x_includes='$ac_x_includes'\
8863         ac_x_libraries='$ac_x_libraries'"
8864 esac
8865 fi
8866 ;; #(
8867     *) have_x=yes;;
8868   esac
8869   eval "$ac_cv_have_x"
8870 fi # $with_x != no
8871
8872 if test "$have_x" != yes; then
8873   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8874 $as_echo "$have_x" >&6; }
8875   no_x=yes
8876 else
8877   # If each of the values was on the command line, it overrides each guess.
8878   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8879   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8880   # Update the cache value to reflect the command line values.
8881   ac_cv_have_x="have_x=yes\
8882         ac_x_includes='$x_includes'\
8883         ac_x_libraries='$x_libraries'"
8884   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8885 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8886 fi
8887
8888 if test "$no_x" = yes; then
8889   # Not all programs may use this symbol, but it does not hurt to define it.
8890
8891 cat >>confdefs.h <<\_ACEOF
8892 #define X_DISPLAY_MISSING 1
8893 _ACEOF
8894
8895   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8896 else
8897   if test -n "$x_includes"; then
8898     X_CFLAGS="$X_CFLAGS -I$x_includes"
8899   fi
8900
8901   # It would also be nice to do this for all -L options, not just this one.
8902   if test -n "$x_libraries"; then
8903     X_LIBS="$X_LIBS -L$x_libraries"
8904     # For Solaris; some versions of Sun CC require a space after -R and
8905     # others require no space.  Words are not sufficient . . . .
8906     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8907 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8908     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8909     ac_xsave_c_werror_flag=$ac_c_werror_flag
8910     ac_c_werror_flag=yes
8911     cat >conftest.$ac_ext <<_ACEOF
8912 /* confdefs.h.  */
8913 _ACEOF
8914 cat confdefs.h >>conftest.$ac_ext
8915 cat >>conftest.$ac_ext <<_ACEOF
8916 /* end confdefs.h.  */
8917
8918 int
8919 main ()
8920 {
8921
8922   ;
8923   return 0;
8924 }
8925 _ACEOF
8926 rm -f conftest.$ac_objext conftest$ac_exeext
8927 if { (ac_try="$ac_link"
8928 case "(($ac_try" in
8929   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8930   *) ac_try_echo=$ac_try;;
8931 esac
8932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8933 $as_echo "$ac_try_echo") >&5
8934   (eval "$ac_link") 2>conftest.er1
8935   ac_status=$?
8936   grep -v '^ *+' conftest.er1 >conftest.err
8937   rm -f conftest.er1
8938   cat conftest.err >&5
8939   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8940   (exit $ac_status); } && {
8941          test -z "$ac_c_werror_flag" ||
8942          test ! -s conftest.err
8943        } && test -s conftest$ac_exeext && {
8944          test "$cross_compiling" = yes ||
8945          $as_test_x conftest$ac_exeext
8946        }; then
8947   { $as_echo "$as_me:$LINENO: result: no" >&5
8948 $as_echo "no" >&6; }
8949        X_LIBS="$X_LIBS -R$x_libraries"
8950 else
8951   $as_echo "$as_me: failed program was:" >&5
8952 sed 's/^/| /' conftest.$ac_ext >&5
8953
8954         LIBS="$ac_xsave_LIBS -R $x_libraries"
8955        cat >conftest.$ac_ext <<_ACEOF
8956 /* confdefs.h.  */
8957 _ACEOF
8958 cat confdefs.h >>conftest.$ac_ext
8959 cat >>conftest.$ac_ext <<_ACEOF
8960 /* end confdefs.h.  */
8961
8962 int
8963 main ()
8964 {
8965
8966   ;
8967   return 0;
8968 }
8969 _ACEOF
8970 rm -f conftest.$ac_objext conftest$ac_exeext
8971 if { (ac_try="$ac_link"
8972 case "(($ac_try" in
8973   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8974   *) ac_try_echo=$ac_try;;
8975 esac
8976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8977 $as_echo "$ac_try_echo") >&5
8978   (eval "$ac_link") 2>conftest.er1
8979   ac_status=$?
8980   grep -v '^ *+' conftest.er1 >conftest.err
8981   rm -f conftest.er1
8982   cat conftest.err >&5
8983   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8984   (exit $ac_status); } && {
8985          test -z "$ac_c_werror_flag" ||
8986          test ! -s conftest.err
8987        } && test -s conftest$ac_exeext && {
8988          test "$cross_compiling" = yes ||
8989          $as_test_x conftest$ac_exeext
8990        }; then
8991   { $as_echo "$as_me:$LINENO: result: yes" >&5
8992 $as_echo "yes" >&6; }
8993           X_LIBS="$X_LIBS -R $x_libraries"
8994 else
8995   $as_echo "$as_me: failed program was:" >&5
8996 sed 's/^/| /' conftest.$ac_ext >&5
8997
8998         { $as_echo "$as_me:$LINENO: result: neither works" >&5
8999 $as_echo "neither works" >&6; }
9000 fi
9001
9002 rm -rf conftest.dSYM
9003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9004       conftest$ac_exeext conftest.$ac_ext
9005 fi
9006
9007 rm -rf conftest.dSYM
9008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9009       conftest$ac_exeext conftest.$ac_ext
9010     ac_c_werror_flag=$ac_xsave_c_werror_flag
9011     LIBS=$ac_xsave_LIBS
9012   fi
9013
9014   # Check for system-dependent libraries X programs must link with.
9015   # Do this before checking for the system-independent R6 libraries
9016   # (-lICE), since we may need -lsocket or whatever for X linking.
9017
9018   if test "$ISC" = yes; then
9019     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9020   else
9021     # Martyn Johnson says this is needed for Ultrix, if the X
9022     # libraries were built with DECnet support.  And Karl Berry says
9023     # the Alpha needs dnet_stub (dnet does not exist).
9024     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9025     cat >conftest.$ac_ext <<_ACEOF
9026 /* confdefs.h.  */
9027 _ACEOF
9028 cat confdefs.h >>conftest.$ac_ext
9029 cat >>conftest.$ac_ext <<_ACEOF
9030 /* end confdefs.h.  */
9031
9032 /* Override any GCC internal prototype to avoid an error.
9033    Use char because int might match the return type of a GCC
9034    builtin and then its argument prototype would still apply.  */
9035 #ifdef __cplusplus
9036 extern "C"
9037 #endif
9038 char XOpenDisplay ();
9039 int
9040 main ()
9041 {
9042 return XOpenDisplay ();
9043   ;
9044   return 0;
9045 }
9046 _ACEOF
9047 rm -f conftest.$ac_objext conftest$ac_exeext
9048 if { (ac_try="$ac_link"
9049 case "(($ac_try" in
9050   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9051   *) ac_try_echo=$ac_try;;
9052 esac
9053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9054 $as_echo "$ac_try_echo") >&5
9055   (eval "$ac_link") 2>conftest.er1
9056   ac_status=$?
9057   grep -v '^ *+' conftest.er1 >conftest.err
9058   rm -f conftest.er1
9059   cat conftest.err >&5
9060   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9061   (exit $ac_status); } && {
9062          test -z "$ac_c_werror_flag" ||
9063          test ! -s conftest.err
9064        } && test -s conftest$ac_exeext && {
9065          test "$cross_compiling" = yes ||
9066          $as_test_x conftest$ac_exeext
9067        }; then
9068   :
9069 else
9070   $as_echo "$as_me: failed program was:" >&5
9071 sed 's/^/| /' conftest.$ac_ext >&5
9072
9073         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9074 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9075 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9076   $as_echo_n "(cached) " >&6
9077 else
9078   ac_check_lib_save_LIBS=$LIBS
9079 LIBS="-ldnet  $LIBS"
9080 cat >conftest.$ac_ext <<_ACEOF
9081 /* confdefs.h.  */
9082 _ACEOF
9083 cat confdefs.h >>conftest.$ac_ext
9084 cat >>conftest.$ac_ext <<_ACEOF
9085 /* end confdefs.h.  */
9086
9087 /* Override any GCC internal prototype to avoid an error.
9088    Use char because int might match the return type of a GCC
9089    builtin and then its argument prototype would still apply.  */
9090 #ifdef __cplusplus
9091 extern "C"
9092 #endif
9093 char dnet_ntoa ();
9094 int
9095 main ()
9096 {
9097 return dnet_ntoa ();
9098   ;
9099   return 0;
9100 }
9101 _ACEOF
9102 rm -f conftest.$ac_objext conftest$ac_exeext
9103 if { (ac_try="$ac_link"
9104 case "(($ac_try" in
9105   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9106   *) ac_try_echo=$ac_try;;
9107 esac
9108 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9109 $as_echo "$ac_try_echo") >&5
9110   (eval "$ac_link") 2>conftest.er1
9111   ac_status=$?
9112   grep -v '^ *+' conftest.er1 >conftest.err
9113   rm -f conftest.er1
9114   cat conftest.err >&5
9115   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9116   (exit $ac_status); } && {
9117          test -z "$ac_c_werror_flag" ||
9118          test ! -s conftest.err
9119        } && test -s conftest$ac_exeext && {
9120          test "$cross_compiling" = yes ||
9121          $as_test_x conftest$ac_exeext
9122        }; then
9123   ac_cv_lib_dnet_dnet_ntoa=yes
9124 else
9125   $as_echo "$as_me: failed program was:" >&5
9126 sed 's/^/| /' conftest.$ac_ext >&5
9127
9128         ac_cv_lib_dnet_dnet_ntoa=no
9129 fi
9130
9131 rm -rf conftest.dSYM
9132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9133       conftest$ac_exeext conftest.$ac_ext
9134 LIBS=$ac_check_lib_save_LIBS
9135 fi
9136 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9137 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9138 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9139   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9140 fi
9141
9142     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9143       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9144 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9145 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9146   $as_echo_n "(cached) " >&6
9147 else
9148   ac_check_lib_save_LIBS=$LIBS
9149 LIBS="-ldnet_stub  $LIBS"
9150 cat >conftest.$ac_ext <<_ACEOF
9151 /* confdefs.h.  */
9152 _ACEOF
9153 cat confdefs.h >>conftest.$ac_ext
9154 cat >>conftest.$ac_ext <<_ACEOF
9155 /* end confdefs.h.  */
9156
9157 /* Override any GCC internal prototype to avoid an error.
9158    Use char because int might match the return type of a GCC
9159    builtin and then its argument prototype would still apply.  */
9160 #ifdef __cplusplus
9161 extern "C"
9162 #endif
9163 char dnet_ntoa ();
9164 int
9165 main ()
9166 {
9167 return dnet_ntoa ();
9168   ;
9169   return 0;
9170 }
9171 _ACEOF
9172 rm -f conftest.$ac_objext conftest$ac_exeext
9173 if { (ac_try="$ac_link"
9174 case "(($ac_try" in
9175   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9176   *) ac_try_echo=$ac_try;;
9177 esac
9178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9179 $as_echo "$ac_try_echo") >&5
9180   (eval "$ac_link") 2>conftest.er1
9181   ac_status=$?
9182   grep -v '^ *+' conftest.er1 >conftest.err
9183   rm -f conftest.er1
9184   cat conftest.err >&5
9185   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9186   (exit $ac_status); } && {
9187          test -z "$ac_c_werror_flag" ||
9188          test ! -s conftest.err
9189        } && test -s conftest$ac_exeext && {
9190          test "$cross_compiling" = yes ||
9191          $as_test_x conftest$ac_exeext
9192        }; then
9193   ac_cv_lib_dnet_stub_dnet_ntoa=yes
9194 else
9195   $as_echo "$as_me: failed program was:" >&5
9196 sed 's/^/| /' conftest.$ac_ext >&5
9197
9198         ac_cv_lib_dnet_stub_dnet_ntoa=no
9199 fi
9200
9201 rm -rf conftest.dSYM
9202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9203       conftest$ac_exeext conftest.$ac_ext
9204 LIBS=$ac_check_lib_save_LIBS
9205 fi
9206 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9207 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9208 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9209   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9210 fi
9211
9212     fi
9213 fi
9214
9215 rm -rf conftest.dSYM
9216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9217       conftest$ac_exeext conftest.$ac_ext
9218     LIBS="$ac_xsave_LIBS"
9219
9220     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9221     # to get the SysV transport functions.
9222     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9223     # needs -lnsl.
9224     # The nsl library prevents programs from opening the X display
9225     # on Irix 5.2, according to T.E. Dickey.
9226     # The functions gethostbyname, getservbyname, and inet_addr are
9227     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9228     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9229 $as_echo_n "checking for gethostbyname... " >&6; }
9230 if test "${ac_cv_func_gethostbyname+set}" = set; then
9231   $as_echo_n "(cached) " >&6
9232 else
9233   cat >conftest.$ac_ext <<_ACEOF
9234 /* confdefs.h.  */
9235 _ACEOF
9236 cat confdefs.h >>conftest.$ac_ext
9237 cat >>conftest.$ac_ext <<_ACEOF
9238 /* end confdefs.h.  */
9239 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9240    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9241 #define gethostbyname innocuous_gethostbyname
9242
9243 /* System header to define __stub macros and hopefully few prototypes,
9244     which can conflict with char gethostbyname (); below.
9245     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9246     <limits.h> exists even on freestanding compilers.  */
9247
9248 #ifdef __STDC__
9249 # include <limits.h>
9250 #else
9251 # include <assert.h>
9252 #endif
9253
9254 #undef gethostbyname
9255
9256 /* Override any GCC internal prototype to avoid an error.
9257    Use char because int might match the return type of a GCC
9258    builtin and then its argument prototype would still apply.  */
9259 #ifdef __cplusplus
9260 extern "C"
9261 #endif
9262 char gethostbyname ();
9263 /* The GNU C library defines this for functions which it implements
9264     to always fail with ENOSYS.  Some functions are actually named
9265     something starting with __ and the normal name is an alias.  */
9266 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9267 choke me
9268 #endif
9269
9270 int
9271 main ()
9272 {
9273 return gethostbyname ();
9274   ;
9275   return 0;
9276 }
9277 _ACEOF
9278 rm -f conftest.$ac_objext conftest$ac_exeext
9279 if { (ac_try="$ac_link"
9280 case "(($ac_try" in
9281   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9282   *) ac_try_echo=$ac_try;;
9283 esac
9284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9285 $as_echo "$ac_try_echo") >&5
9286   (eval "$ac_link") 2>conftest.er1
9287   ac_status=$?
9288   grep -v '^ *+' conftest.er1 >conftest.err
9289   rm -f conftest.er1
9290   cat conftest.err >&5
9291   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9292   (exit $ac_status); } && {
9293          test -z "$ac_c_werror_flag" ||
9294          test ! -s conftest.err
9295        } && test -s conftest$ac_exeext && {
9296          test "$cross_compiling" = yes ||
9297          $as_test_x conftest$ac_exeext
9298        }; then
9299   ac_cv_func_gethostbyname=yes
9300 else
9301   $as_echo "$as_me: failed program was:" >&5
9302 sed 's/^/| /' conftest.$ac_ext >&5
9303
9304         ac_cv_func_gethostbyname=no
9305 fi
9306
9307 rm -rf conftest.dSYM
9308 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9309       conftest$ac_exeext conftest.$ac_ext
9310 fi
9311 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9312 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9313
9314     if test $ac_cv_func_gethostbyname = no; then
9315       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9316 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9317 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9318   $as_echo_n "(cached) " >&6
9319 else
9320   ac_check_lib_save_LIBS=$LIBS
9321 LIBS="-lnsl  $LIBS"
9322 cat >conftest.$ac_ext <<_ACEOF
9323 /* confdefs.h.  */
9324 _ACEOF
9325 cat confdefs.h >>conftest.$ac_ext
9326 cat >>conftest.$ac_ext <<_ACEOF
9327 /* end confdefs.h.  */
9328
9329 /* Override any GCC internal prototype to avoid an error.
9330    Use char because int might match the return type of a GCC
9331    builtin and then its argument prototype would still apply.  */
9332 #ifdef __cplusplus
9333 extern "C"
9334 #endif
9335 char gethostbyname ();
9336 int
9337 main ()
9338 {
9339 return gethostbyname ();
9340   ;
9341   return 0;
9342 }
9343 _ACEOF
9344 rm -f conftest.$ac_objext conftest$ac_exeext
9345 if { (ac_try="$ac_link"
9346 case "(($ac_try" in
9347   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9348   *) ac_try_echo=$ac_try;;
9349 esac
9350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9351 $as_echo "$ac_try_echo") >&5
9352   (eval "$ac_link") 2>conftest.er1
9353   ac_status=$?
9354   grep -v '^ *+' conftest.er1 >conftest.err
9355   rm -f conftest.er1
9356   cat conftest.err >&5
9357   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9358   (exit $ac_status); } && {
9359          test -z "$ac_c_werror_flag" ||
9360          test ! -s conftest.err
9361        } && test -s conftest$ac_exeext && {
9362          test "$cross_compiling" = yes ||
9363          $as_test_x conftest$ac_exeext
9364        }; then
9365   ac_cv_lib_nsl_gethostbyname=yes
9366 else
9367   $as_echo "$as_me: failed program was:" >&5
9368 sed 's/^/| /' conftest.$ac_ext >&5
9369
9370         ac_cv_lib_nsl_gethostbyname=no
9371 fi
9372
9373 rm -rf conftest.dSYM
9374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9375       conftest$ac_exeext conftest.$ac_ext
9376 LIBS=$ac_check_lib_save_LIBS
9377 fi
9378 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9379 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9380 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9381   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9382 fi
9383
9384       if test $ac_cv_lib_nsl_gethostbyname = no; then
9385         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9386 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9387 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9388   $as_echo_n "(cached) " >&6
9389 else
9390   ac_check_lib_save_LIBS=$LIBS
9391 LIBS="-lbsd  $LIBS"
9392 cat >conftest.$ac_ext <<_ACEOF
9393 /* confdefs.h.  */
9394 _ACEOF
9395 cat confdefs.h >>conftest.$ac_ext
9396 cat >>conftest.$ac_ext <<_ACEOF
9397 /* end confdefs.h.  */
9398
9399 /* Override any GCC internal prototype to avoid an error.
9400    Use char because int might match the return type of a GCC
9401    builtin and then its argument prototype would still apply.  */
9402 #ifdef __cplusplus
9403 extern "C"
9404 #endif
9405 char gethostbyname ();
9406 int
9407 main ()
9408 {
9409 return gethostbyname ();
9410   ;
9411   return 0;
9412 }
9413 _ACEOF
9414 rm -f conftest.$ac_objext conftest$ac_exeext
9415 if { (ac_try="$ac_link"
9416 case "(($ac_try" in
9417   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9418   *) ac_try_echo=$ac_try;;
9419 esac
9420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9421 $as_echo "$ac_try_echo") >&5
9422   (eval "$ac_link") 2>conftest.er1
9423   ac_status=$?
9424   grep -v '^ *+' conftest.er1 >conftest.err
9425   rm -f conftest.er1
9426   cat conftest.err >&5
9427   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9428   (exit $ac_status); } && {
9429          test -z "$ac_c_werror_flag" ||
9430          test ! -s conftest.err
9431        } && test -s conftest$ac_exeext && {
9432          test "$cross_compiling" = yes ||
9433          $as_test_x conftest$ac_exeext
9434        }; then
9435   ac_cv_lib_bsd_gethostbyname=yes
9436 else
9437   $as_echo "$as_me: failed program was:" >&5
9438 sed 's/^/| /' conftest.$ac_ext >&5
9439
9440         ac_cv_lib_bsd_gethostbyname=no
9441 fi
9442
9443 rm -rf conftest.dSYM
9444 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9445       conftest$ac_exeext conftest.$ac_ext
9446 LIBS=$ac_check_lib_save_LIBS
9447 fi
9448 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9449 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9450 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9451   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9452 fi
9453
9454       fi
9455     fi
9456
9457     # lieder@skyler.mavd.honeywell.com says without -lsocket,
9458     # socket/setsockopt and other routines are undefined under SCO ODT
9459     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
9460     # on later versions), says Simon Leinen: it contains gethostby*
9461     # variants that don't use the name server (or something).  -lsocket
9462     # must be given before -lnsl if both are needed.  We assume that
9463     # if connect needs -lnsl, so does gethostbyname.
9464     { $as_echo "$as_me:$LINENO: checking for connect" >&5
9465 $as_echo_n "checking for connect... " >&6; }
9466 if test "${ac_cv_func_connect+set}" = set; then
9467   $as_echo_n "(cached) " >&6
9468 else
9469   cat >conftest.$ac_ext <<_ACEOF
9470 /* confdefs.h.  */
9471 _ACEOF
9472 cat confdefs.h >>conftest.$ac_ext
9473 cat >>conftest.$ac_ext <<_ACEOF
9474 /* end confdefs.h.  */
9475 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9476    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9477 #define connect innocuous_connect
9478
9479 /* System header to define __stub macros and hopefully few prototypes,
9480     which can conflict with char connect (); below.
9481     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9482     <limits.h> exists even on freestanding compilers.  */
9483
9484 #ifdef __STDC__
9485 # include <limits.h>
9486 #else
9487 # include <assert.h>
9488 #endif
9489
9490 #undef connect
9491
9492 /* Override any GCC internal prototype to avoid an error.
9493    Use char because int might match the return type of a GCC
9494    builtin and then its argument prototype would still apply.  */
9495 #ifdef __cplusplus
9496 extern "C"
9497 #endif
9498 char connect ();
9499 /* The GNU C library defines this for functions which it implements
9500     to always fail with ENOSYS.  Some functions are actually named
9501     something starting with __ and the normal name is an alias.  */
9502 #if defined __stub_connect || defined __stub___connect
9503 choke me
9504 #endif
9505
9506 int
9507 main ()
9508 {
9509 return connect ();
9510   ;
9511   return 0;
9512 }
9513 _ACEOF
9514 rm -f conftest.$ac_objext conftest$ac_exeext
9515 if { (ac_try="$ac_link"
9516 case "(($ac_try" in
9517   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9518   *) ac_try_echo=$ac_try;;
9519 esac
9520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9521 $as_echo "$ac_try_echo") >&5
9522   (eval "$ac_link") 2>conftest.er1
9523   ac_status=$?
9524   grep -v '^ *+' conftest.er1 >conftest.err
9525   rm -f conftest.er1
9526   cat conftest.err >&5
9527   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9528   (exit $ac_status); } && {
9529          test -z "$ac_c_werror_flag" ||
9530          test ! -s conftest.err
9531        } && test -s conftest$ac_exeext && {
9532          test "$cross_compiling" = yes ||
9533          $as_test_x conftest$ac_exeext
9534        }; then
9535   ac_cv_func_connect=yes
9536 else
9537   $as_echo "$as_me: failed program was:" >&5
9538 sed 's/^/| /' conftest.$ac_ext >&5
9539
9540         ac_cv_func_connect=no
9541 fi
9542
9543 rm -rf conftest.dSYM
9544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9545       conftest$ac_exeext conftest.$ac_ext
9546 fi
9547 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9548 $as_echo "$ac_cv_func_connect" >&6; }
9549
9550     if test $ac_cv_func_connect = no; then
9551       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9552 $as_echo_n "checking for connect in -lsocket... " >&6; }
9553 if test "${ac_cv_lib_socket_connect+set}" = set; then
9554   $as_echo_n "(cached) " >&6
9555 else
9556   ac_check_lib_save_LIBS=$LIBS
9557 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9558 cat >conftest.$ac_ext <<_ACEOF
9559 /* confdefs.h.  */
9560 _ACEOF
9561 cat confdefs.h >>conftest.$ac_ext
9562 cat >>conftest.$ac_ext <<_ACEOF
9563 /* end confdefs.h.  */
9564
9565 /* Override any GCC internal prototype to avoid an error.
9566    Use char because int might match the return type of a GCC
9567    builtin and then its argument prototype would still apply.  */
9568 #ifdef __cplusplus
9569 extern "C"
9570 #endif
9571 char connect ();
9572 int
9573 main ()
9574 {
9575 return connect ();
9576   ;
9577   return 0;
9578 }
9579 _ACEOF
9580 rm -f conftest.$ac_objext conftest$ac_exeext
9581 if { (ac_try="$ac_link"
9582 case "(($ac_try" in
9583   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9584   *) ac_try_echo=$ac_try;;
9585 esac
9586 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9587 $as_echo "$ac_try_echo") >&5
9588   (eval "$ac_link") 2>conftest.er1
9589   ac_status=$?
9590   grep -v '^ *+' conftest.er1 >conftest.err
9591   rm -f conftest.er1
9592   cat conftest.err >&5
9593   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9594   (exit $ac_status); } && {
9595          test -z "$ac_c_werror_flag" ||
9596          test ! -s conftest.err
9597        } && test -s conftest$ac_exeext && {
9598          test "$cross_compiling" = yes ||
9599          $as_test_x conftest$ac_exeext
9600        }; then
9601   ac_cv_lib_socket_connect=yes
9602 else
9603   $as_echo "$as_me: failed program was:" >&5
9604 sed 's/^/| /' conftest.$ac_ext >&5
9605
9606         ac_cv_lib_socket_connect=no
9607 fi
9608
9609 rm -rf conftest.dSYM
9610 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9611       conftest$ac_exeext conftest.$ac_ext
9612 LIBS=$ac_check_lib_save_LIBS
9613 fi
9614 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9615 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9616 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9617   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9618 fi
9619
9620     fi
9621
9622     # Guillermo Gomez says -lposix is necessary on A/UX.
9623     { $as_echo "$as_me:$LINENO: checking for remove" >&5
9624 $as_echo_n "checking for remove... " >&6; }
9625 if test "${ac_cv_func_remove+set}" = set; then
9626   $as_echo_n "(cached) " >&6
9627 else
9628   cat >conftest.$ac_ext <<_ACEOF
9629 /* confdefs.h.  */
9630 _ACEOF
9631 cat confdefs.h >>conftest.$ac_ext
9632 cat >>conftest.$ac_ext <<_ACEOF
9633 /* end confdefs.h.  */
9634 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9635    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9636 #define remove innocuous_remove
9637
9638 /* System header to define __stub macros and hopefully few prototypes,
9639     which can conflict with char remove (); below.
9640     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9641     <limits.h> exists even on freestanding compilers.  */
9642
9643 #ifdef __STDC__
9644 # include <limits.h>
9645 #else
9646 # include <assert.h>
9647 #endif
9648
9649 #undef remove
9650
9651 /* Override any GCC internal prototype to avoid an error.
9652    Use char because int might match the return type of a GCC
9653    builtin and then its argument prototype would still apply.  */
9654 #ifdef __cplusplus
9655 extern "C"
9656 #endif
9657 char remove ();
9658 /* The GNU C library defines this for functions which it implements
9659     to always fail with ENOSYS.  Some functions are actually named
9660     something starting with __ and the normal name is an alias.  */
9661 #if defined __stub_remove || defined __stub___remove
9662 choke me
9663 #endif
9664
9665 int
9666 main ()
9667 {
9668 return remove ();
9669   ;
9670   return 0;
9671 }
9672 _ACEOF
9673 rm -f conftest.$ac_objext conftest$ac_exeext
9674 if { (ac_try="$ac_link"
9675 case "(($ac_try" in
9676   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9677   *) ac_try_echo=$ac_try;;
9678 esac
9679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9680 $as_echo "$ac_try_echo") >&5
9681   (eval "$ac_link") 2>conftest.er1
9682   ac_status=$?
9683   grep -v '^ *+' conftest.er1 >conftest.err
9684   rm -f conftest.er1
9685   cat conftest.err >&5
9686   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9687   (exit $ac_status); } && {
9688          test -z "$ac_c_werror_flag" ||
9689          test ! -s conftest.err
9690        } && test -s conftest$ac_exeext && {
9691          test "$cross_compiling" = yes ||
9692          $as_test_x conftest$ac_exeext
9693        }; then
9694   ac_cv_func_remove=yes
9695 else
9696   $as_echo "$as_me: failed program was:" >&5
9697 sed 's/^/| /' conftest.$ac_ext >&5
9698
9699         ac_cv_func_remove=no
9700 fi
9701
9702 rm -rf conftest.dSYM
9703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9704       conftest$ac_exeext conftest.$ac_ext
9705 fi
9706 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9707 $as_echo "$ac_cv_func_remove" >&6; }
9708
9709     if test $ac_cv_func_remove = no; then
9710       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9711 $as_echo_n "checking for remove in -lposix... " >&6; }
9712 if test "${ac_cv_lib_posix_remove+set}" = set; then
9713   $as_echo_n "(cached) " >&6
9714 else
9715   ac_check_lib_save_LIBS=$LIBS
9716 LIBS="-lposix  $LIBS"
9717 cat >conftest.$ac_ext <<_ACEOF
9718 /* confdefs.h.  */
9719 _ACEOF
9720 cat confdefs.h >>conftest.$ac_ext
9721 cat >>conftest.$ac_ext <<_ACEOF
9722 /* end confdefs.h.  */
9723
9724 /* Override any GCC internal prototype to avoid an error.
9725    Use char because int might match the return type of a GCC
9726    builtin and then its argument prototype would still apply.  */
9727 #ifdef __cplusplus
9728 extern "C"
9729 #endif
9730 char remove ();
9731 int
9732 main ()
9733 {
9734 return remove ();
9735   ;
9736   return 0;
9737 }
9738 _ACEOF
9739 rm -f conftest.$ac_objext conftest$ac_exeext
9740 if { (ac_try="$ac_link"
9741 case "(($ac_try" in
9742   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9743   *) ac_try_echo=$ac_try;;
9744 esac
9745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9746 $as_echo "$ac_try_echo") >&5
9747   (eval "$ac_link") 2>conftest.er1
9748   ac_status=$?
9749   grep -v '^ *+' conftest.er1 >conftest.err
9750   rm -f conftest.er1
9751   cat conftest.err >&5
9752   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9753   (exit $ac_status); } && {
9754          test -z "$ac_c_werror_flag" ||
9755          test ! -s conftest.err
9756        } && test -s conftest$ac_exeext && {
9757          test "$cross_compiling" = yes ||
9758          $as_test_x conftest$ac_exeext
9759        }; then
9760   ac_cv_lib_posix_remove=yes
9761 else
9762   $as_echo "$as_me: failed program was:" >&5
9763 sed 's/^/| /' conftest.$ac_ext >&5
9764
9765         ac_cv_lib_posix_remove=no
9766 fi
9767
9768 rm -rf conftest.dSYM
9769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9770       conftest$ac_exeext conftest.$ac_ext
9771 LIBS=$ac_check_lib_save_LIBS
9772 fi
9773 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9774 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9775 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9776   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9777 fi
9778
9779     fi
9780
9781     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9782     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9783 $as_echo_n "checking for shmat... " >&6; }
9784 if test "${ac_cv_func_shmat+set}" = set; then
9785   $as_echo_n "(cached) " >&6
9786 else
9787   cat >conftest.$ac_ext <<_ACEOF
9788 /* confdefs.h.  */
9789 _ACEOF
9790 cat confdefs.h >>conftest.$ac_ext
9791 cat >>conftest.$ac_ext <<_ACEOF
9792 /* end confdefs.h.  */
9793 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9794    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9795 #define shmat innocuous_shmat
9796
9797 /* System header to define __stub macros and hopefully few prototypes,
9798     which can conflict with char shmat (); below.
9799     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9800     <limits.h> exists even on freestanding compilers.  */
9801
9802 #ifdef __STDC__
9803 # include <limits.h>
9804 #else
9805 # include <assert.h>
9806 #endif
9807
9808 #undef shmat
9809
9810 /* Override any GCC internal prototype to avoid an error.
9811    Use char because int might match the return type of a GCC
9812    builtin and then its argument prototype would still apply.  */
9813 #ifdef __cplusplus
9814 extern "C"
9815 #endif
9816 char shmat ();
9817 /* The GNU C library defines this for functions which it implements
9818     to always fail with ENOSYS.  Some functions are actually named
9819     something starting with __ and the normal name is an alias.  */
9820 #if defined __stub_shmat || defined __stub___shmat
9821 choke me
9822 #endif
9823
9824 int
9825 main ()
9826 {
9827 return shmat ();
9828   ;
9829   return 0;
9830 }
9831 _ACEOF
9832 rm -f conftest.$ac_objext conftest$ac_exeext
9833 if { (ac_try="$ac_link"
9834 case "(($ac_try" in
9835   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9836   *) ac_try_echo=$ac_try;;
9837 esac
9838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9839 $as_echo "$ac_try_echo") >&5
9840   (eval "$ac_link") 2>conftest.er1
9841   ac_status=$?
9842   grep -v '^ *+' conftest.er1 >conftest.err
9843   rm -f conftest.er1
9844   cat conftest.err >&5
9845   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9846   (exit $ac_status); } && {
9847          test -z "$ac_c_werror_flag" ||
9848          test ! -s conftest.err
9849        } && test -s conftest$ac_exeext && {
9850          test "$cross_compiling" = yes ||
9851          $as_test_x conftest$ac_exeext
9852        }; then
9853   ac_cv_func_shmat=yes
9854 else
9855   $as_echo "$as_me: failed program was:" >&5
9856 sed 's/^/| /' conftest.$ac_ext >&5
9857
9858         ac_cv_func_shmat=no
9859 fi
9860
9861 rm -rf conftest.dSYM
9862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9863       conftest$ac_exeext conftest.$ac_ext
9864 fi
9865 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9866 $as_echo "$ac_cv_func_shmat" >&6; }
9867
9868     if test $ac_cv_func_shmat = no; then
9869       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9870 $as_echo_n "checking for shmat in -lipc... " >&6; }
9871 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9872   $as_echo_n "(cached) " >&6
9873 else
9874   ac_check_lib_save_LIBS=$LIBS
9875 LIBS="-lipc  $LIBS"
9876 cat >conftest.$ac_ext <<_ACEOF
9877 /* confdefs.h.  */
9878 _ACEOF
9879 cat confdefs.h >>conftest.$ac_ext
9880 cat >>conftest.$ac_ext <<_ACEOF
9881 /* end confdefs.h.  */
9882
9883 /* Override any GCC internal prototype to avoid an error.
9884    Use char because int might match the return type of a GCC
9885    builtin and then its argument prototype would still apply.  */
9886 #ifdef __cplusplus
9887 extern "C"
9888 #endif
9889 char shmat ();
9890 int
9891 main ()
9892 {
9893 return shmat ();
9894   ;
9895   return 0;
9896 }
9897 _ACEOF
9898 rm -f conftest.$ac_objext conftest$ac_exeext
9899 if { (ac_try="$ac_link"
9900 case "(($ac_try" in
9901   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9902   *) ac_try_echo=$ac_try;;
9903 esac
9904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9905 $as_echo "$ac_try_echo") >&5
9906   (eval "$ac_link") 2>conftest.er1
9907   ac_status=$?
9908   grep -v '^ *+' conftest.er1 >conftest.err
9909   rm -f conftest.er1
9910   cat conftest.err >&5
9911   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9912   (exit $ac_status); } && {
9913          test -z "$ac_c_werror_flag" ||
9914          test ! -s conftest.err
9915        } && test -s conftest$ac_exeext && {
9916          test "$cross_compiling" = yes ||
9917          $as_test_x conftest$ac_exeext
9918        }; then
9919   ac_cv_lib_ipc_shmat=yes
9920 else
9921   $as_echo "$as_me: failed program was:" >&5
9922 sed 's/^/| /' conftest.$ac_ext >&5
9923
9924         ac_cv_lib_ipc_shmat=no
9925 fi
9926
9927 rm -rf conftest.dSYM
9928 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9929       conftest$ac_exeext conftest.$ac_ext
9930 LIBS=$ac_check_lib_save_LIBS
9931 fi
9932 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9933 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9934 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9935   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9936 fi
9937
9938     fi
9939   fi
9940
9941   # Check for libraries that X11R6 Xt/Xaw programs need.
9942   ac_save_LDFLAGS=$LDFLAGS
9943   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9944   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9945   # check for ICE first), but we must link in the order -lSM -lICE or
9946   # we get undefined symbols.  So assume we have SM if we have ICE.
9947   # These have to be linked with before -lX11, unlike the other
9948   # libraries we check for below, so use a different variable.
9949   # John Interrante, Karl Berry
9950   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9951 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9952 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9953   $as_echo_n "(cached) " >&6
9954 else
9955   ac_check_lib_save_LIBS=$LIBS
9956 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9957 cat >conftest.$ac_ext <<_ACEOF
9958 /* confdefs.h.  */
9959 _ACEOF
9960 cat confdefs.h >>conftest.$ac_ext
9961 cat >>conftest.$ac_ext <<_ACEOF
9962 /* end confdefs.h.  */
9963
9964 /* Override any GCC internal prototype to avoid an error.
9965    Use char because int might match the return type of a GCC
9966    builtin and then its argument prototype would still apply.  */
9967 #ifdef __cplusplus
9968 extern "C"
9969 #endif
9970 char IceConnectionNumber ();
9971 int
9972 main ()
9973 {
9974 return IceConnectionNumber ();
9975   ;
9976   return 0;
9977 }
9978 _ACEOF
9979 rm -f conftest.$ac_objext conftest$ac_exeext
9980 if { (ac_try="$ac_link"
9981 case "(($ac_try" in
9982   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9983   *) ac_try_echo=$ac_try;;
9984 esac
9985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9986 $as_echo "$ac_try_echo") >&5
9987   (eval "$ac_link") 2>conftest.er1
9988   ac_status=$?
9989   grep -v '^ *+' conftest.er1 >conftest.err
9990   rm -f conftest.er1
9991   cat conftest.err >&5
9992   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9993   (exit $ac_status); } && {
9994          test -z "$ac_c_werror_flag" ||
9995          test ! -s conftest.err
9996        } && test -s conftest$ac_exeext && {
9997          test "$cross_compiling" = yes ||
9998          $as_test_x conftest$ac_exeext
9999        }; then
10000   ac_cv_lib_ICE_IceConnectionNumber=yes
10001 else
10002   $as_echo "$as_me: failed program was:" >&5
10003 sed 's/^/| /' conftest.$ac_ext >&5
10004
10005         ac_cv_lib_ICE_IceConnectionNumber=no
10006 fi
10007
10008 rm -rf conftest.dSYM
10009 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10010       conftest$ac_exeext conftest.$ac_ext
10011 LIBS=$ac_check_lib_save_LIBS
10012 fi
10013 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10014 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10015 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10016   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10017 fi
10018
10019   LDFLAGS=$ac_save_LDFLAGS
10020
10021 fi
10022
10023
10024 if test "$have_x" = "yes"
10025 then
10026     XLIB="-lXext -lX11"
10027     ac_save_CPPFLAGS="$CPPFLAGS"
10028     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10029
10030     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10031 $as_echo_n "checking for -lX11... " >&6; }
10032 if test "${ac_cv_lib_soname_X11+set}" = set; then
10033   $as_echo_n "(cached) " >&6
10034 else
10035   ac_check_soname_save_LIBS=$LIBS
10036 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10037   cat >conftest.$ac_ext <<_ACEOF
10038 /* confdefs.h.  */
10039 _ACEOF
10040 cat confdefs.h >>conftest.$ac_ext
10041 cat >>conftest.$ac_ext <<_ACEOF
10042 /* end confdefs.h.  */
10043
10044 /* Override any GCC internal prototype to avoid an error.
10045    Use char because int might match the return type of a GCC
10046    builtin and then its argument prototype would still apply.  */
10047 #ifdef __cplusplus
10048 extern "C"
10049 #endif
10050 char XCreateWindow ();
10051 int
10052 main ()
10053 {
10054 return XCreateWindow ();
10055   ;
10056   return 0;
10057 }
10058 _ACEOF
10059 rm -f conftest.$ac_objext conftest$ac_exeext
10060 if { (ac_try="$ac_link"
10061 case "(($ac_try" in
10062   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10063   *) ac_try_echo=$ac_try;;
10064 esac
10065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10066 $as_echo "$ac_try_echo") >&5
10067   (eval "$ac_link") 2>conftest.er1
10068   ac_status=$?
10069   grep -v '^ *+' conftest.er1 >conftest.err
10070   rm -f conftest.er1
10071   cat conftest.err >&5
10072   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10073   (exit $ac_status); } && {
10074          test -z "$ac_c_werror_flag" ||
10075          test ! -s conftest.err
10076        } && test -s conftest$ac_exeext && {
10077          test "$cross_compiling" = yes ||
10078          $as_test_x conftest$ac_exeext
10079        }; then
10080   case "$LIBEXT" in
10081     dll) ;;
10082     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'` ;;
10083     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10084   esac
10085 else
10086   $as_echo "$as_me: failed program was:" >&5
10087 sed 's/^/| /' conftest.$ac_ext >&5
10088
10089
10090 fi
10091
10092 rm -rf conftest.dSYM
10093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10094       conftest$ac_exeext conftest.$ac_ext
10095   LIBS=$ac_check_soname_save_LIBS
10096 fi
10097 if test "x$ac_cv_lib_soname_X11" = "x"; then
10098   { $as_echo "$as_me:$LINENO: result: not found" >&5
10099 $as_echo "not found" >&6; }
10100
10101 else
10102   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10103 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10104
10105 cat >>confdefs.h <<_ACEOF
10106 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10107 _ACEOF
10108
10109
10110 fi
10111
10112     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10113 $as_echo_n "checking for -lXext... " >&6; }
10114 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10115   $as_echo_n "(cached) " >&6
10116 else
10117   ac_check_soname_save_LIBS=$LIBS
10118 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10119   cat >conftest.$ac_ext <<_ACEOF
10120 /* confdefs.h.  */
10121 _ACEOF
10122 cat confdefs.h >>conftest.$ac_ext
10123 cat >>conftest.$ac_ext <<_ACEOF
10124 /* end confdefs.h.  */
10125
10126 /* Override any GCC internal prototype to avoid an error.
10127    Use char because int might match the return type of a GCC
10128    builtin and then its argument prototype would still apply.  */
10129 #ifdef __cplusplus
10130 extern "C"
10131 #endif
10132 char XextCreateExtension ();
10133 int
10134 main ()
10135 {
10136 return XextCreateExtension ();
10137   ;
10138   return 0;
10139 }
10140 _ACEOF
10141 rm -f conftest.$ac_objext conftest$ac_exeext
10142 if { (ac_try="$ac_link"
10143 case "(($ac_try" in
10144   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10145   *) ac_try_echo=$ac_try;;
10146 esac
10147 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10148 $as_echo "$ac_try_echo") >&5
10149   (eval "$ac_link") 2>conftest.er1
10150   ac_status=$?
10151   grep -v '^ *+' conftest.er1 >conftest.err
10152   rm -f conftest.er1
10153   cat conftest.err >&5
10154   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10155   (exit $ac_status); } && {
10156          test -z "$ac_c_werror_flag" ||
10157          test ! -s conftest.err
10158        } && test -s conftest$ac_exeext && {
10159          test "$cross_compiling" = yes ||
10160          $as_test_x conftest$ac_exeext
10161        }; then
10162   case "$LIBEXT" in
10163     dll) ;;
10164     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'` ;;
10165     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10166   esac
10167 else
10168   $as_echo "$as_me: failed program was:" >&5
10169 sed 's/^/| /' conftest.$ac_ext >&5
10170
10171
10172 fi
10173
10174 rm -rf conftest.dSYM
10175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10176       conftest$ac_exeext conftest.$ac_ext
10177   LIBS=$ac_check_soname_save_LIBS
10178 fi
10179 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10180   { $as_echo "$as_me:$LINENO: result: not found" >&5
10181 $as_echo "not found" >&6; }
10182
10183 else
10184   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10185 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10186
10187 cat >>confdefs.h <<_ACEOF
10188 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10189 _ACEOF
10190
10191
10192 fi
10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207 for ac_header in X11/Xlib.h \
10208                       X11/XKBlib.h \
10209                       X11/Xutil.h \
10210                       X11/Xcursor/Xcursor.h \
10211                       X11/extensions/shape.h \
10212                       X11/extensions/XInput.h \
10213                       X11/extensions/XShm.h \
10214                       X11/extensions/Xcomposite.h \
10215                       X11/extensions/Xinerama.h \
10216                       X11/extensions/Xrandr.h \
10217                       X11/extensions/Xrender.h \
10218                       X11/extensions/xf86vmode.h
10219 do
10220 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10221 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10222 $as_echo_n "checking for $ac_header... " >&6; }
10223 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10224   $as_echo_n "(cached) " >&6
10225 else
10226   cat >conftest.$ac_ext <<_ACEOF
10227 /* confdefs.h.  */
10228 _ACEOF
10229 cat confdefs.h >>conftest.$ac_ext
10230 cat >>conftest.$ac_ext <<_ACEOF
10231 /* end confdefs.h.  */
10232 #ifdef HAVE_X11_XLIB_H
10233 # include <X11/Xlib.h>
10234 #endif
10235 #ifdef HAVE_X11_XUTIL_H
10236 # include <X11/Xutil.h>
10237 #endif
10238
10239 #include <$ac_header>
10240 _ACEOF
10241 rm -f conftest.$ac_objext
10242 if { (ac_try="$ac_compile"
10243 case "(($ac_try" in
10244   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10245   *) ac_try_echo=$ac_try;;
10246 esac
10247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10248 $as_echo "$ac_try_echo") >&5
10249   (eval "$ac_compile") 2>conftest.er1
10250   ac_status=$?
10251   grep -v '^ *+' conftest.er1 >conftest.err
10252   rm -f conftest.er1
10253   cat conftest.err >&5
10254   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10255   (exit $ac_status); } && {
10256          test -z "$ac_c_werror_flag" ||
10257          test ! -s conftest.err
10258        } && test -s conftest.$ac_objext; then
10259   eval "$as_ac_Header=yes"
10260 else
10261   $as_echo "$as_me: failed program was:" >&5
10262 sed 's/^/| /' conftest.$ac_ext >&5
10263
10264         eval "$as_ac_Header=no"
10265 fi
10266
10267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10268 fi
10269 ac_res=`eval 'as_val=${'$as_ac_Header'}
10270                  $as_echo "$as_val"'`
10271                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10272 $as_echo "$ac_res" >&6; }
10273 as_val=`eval 'as_val=${'$as_ac_Header'}
10274                  $as_echo "$as_val"'`
10275    if test "x$as_val" = x""yes; then
10276   cat >>confdefs.h <<_ACEOF
10277 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10278 _ACEOF
10279
10280 fi
10281
10282 done
10283
10284
10285                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10286         then
10287               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10288 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10289 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10290   $as_echo_n "(cached) " >&6
10291 else
10292   ac_check_lib_save_LIBS=$LIBS
10293 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10294 cat >conftest.$ac_ext <<_ACEOF
10295 /* confdefs.h.  */
10296 _ACEOF
10297 cat confdefs.h >>conftest.$ac_ext
10298 cat >>conftest.$ac_ext <<_ACEOF
10299 /* end confdefs.h.  */
10300
10301 /* Override any GCC internal prototype to avoid an error.
10302    Use char because int might match the return type of a GCC
10303    builtin and then its argument prototype would still apply.  */
10304 #ifdef __cplusplus
10305 extern "C"
10306 #endif
10307 char XkbQueryExtension ();
10308 int
10309 main ()
10310 {
10311 return XkbQueryExtension ();
10312   ;
10313   return 0;
10314 }
10315 _ACEOF
10316 rm -f conftest.$ac_objext conftest$ac_exeext
10317 if { (ac_try="$ac_link"
10318 case "(($ac_try" in
10319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10320   *) ac_try_echo=$ac_try;;
10321 esac
10322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10323 $as_echo "$ac_try_echo") >&5
10324   (eval "$ac_link") 2>conftest.er1
10325   ac_status=$?
10326   grep -v '^ *+' conftest.er1 >conftest.err
10327   rm -f conftest.er1
10328   cat conftest.err >&5
10329   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10330   (exit $ac_status); } && {
10331          test -z "$ac_c_werror_flag" ||
10332          test ! -s conftest.err
10333        } && test -s conftest$ac_exeext && {
10334          test "$cross_compiling" = yes ||
10335          $as_test_x conftest$ac_exeext
10336        }; then
10337   ac_cv_lib_X11_XkbQueryExtension=yes
10338 else
10339   $as_echo "$as_me: failed program was:" >&5
10340 sed 's/^/| /' conftest.$ac_ext >&5
10341
10342         ac_cv_lib_X11_XkbQueryExtension=no
10343 fi
10344
10345 rm -rf conftest.dSYM
10346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10347       conftest$ac_exeext conftest.$ac_ext
10348 LIBS=$ac_check_lib_save_LIBS
10349 fi
10350 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10351 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10352 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10353
10354 cat >>confdefs.h <<\_ACEOF
10355 #define HAVE_XKB 1
10356 _ACEOF
10357
10358 fi
10359
10360         fi
10361
10362                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10363         then
10364             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10365 $as_echo_n "checking for -lXcursor... " >&6; }
10366 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10367   $as_echo_n "(cached) " >&6
10368 else
10369   ac_check_soname_save_LIBS=$LIBS
10370 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10371   cat >conftest.$ac_ext <<_ACEOF
10372 /* confdefs.h.  */
10373 _ACEOF
10374 cat confdefs.h >>conftest.$ac_ext
10375 cat >>conftest.$ac_ext <<_ACEOF
10376 /* end confdefs.h.  */
10377
10378 /* Override any GCC internal prototype to avoid an error.
10379    Use char because int might match the return type of a GCC
10380    builtin and then its argument prototype would still apply.  */
10381 #ifdef __cplusplus
10382 extern "C"
10383 #endif
10384 char XcursorImageLoadCursor ();
10385 int
10386 main ()
10387 {
10388 return XcursorImageLoadCursor ();
10389   ;
10390   return 0;
10391 }
10392 _ACEOF
10393 rm -f conftest.$ac_objext conftest$ac_exeext
10394 if { (ac_try="$ac_link"
10395 case "(($ac_try" in
10396   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10397   *) ac_try_echo=$ac_try;;
10398 esac
10399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10400 $as_echo "$ac_try_echo") >&5
10401   (eval "$ac_link") 2>conftest.er1
10402   ac_status=$?
10403   grep -v '^ *+' conftest.er1 >conftest.err
10404   rm -f conftest.er1
10405   cat conftest.err >&5
10406   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10407   (exit $ac_status); } && {
10408          test -z "$ac_c_werror_flag" ||
10409          test ! -s conftest.err
10410        } && test -s conftest$ac_exeext && {
10411          test "$cross_compiling" = yes ||
10412          $as_test_x conftest$ac_exeext
10413        }; then
10414   case "$LIBEXT" in
10415     dll) ;;
10416     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'` ;;
10417     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10418   esac
10419 else
10420   $as_echo "$as_me: failed program was:" >&5
10421 sed 's/^/| /' conftest.$ac_ext >&5
10422
10423
10424 fi
10425
10426 rm -rf conftest.dSYM
10427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10428       conftest$ac_exeext conftest.$ac_ext
10429   LIBS=$ac_check_soname_save_LIBS
10430 fi
10431 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10432   { $as_echo "$as_me:$LINENO: result: not found" >&5
10433 $as_echo "not found" >&6; }
10434
10435 else
10436   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10437 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10438
10439 cat >>confdefs.h <<_ACEOF
10440 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10441 _ACEOF
10442
10443
10444 fi
10445
10446         fi
10447         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10448   case "x$with_xcursor" in
10449   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10450   xno) ;;
10451   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10452 This is an error since --with-xcursor was requested." >&5
10453 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10454 This is an error since --with-xcursor was requested." >&2;}
10455    { (exit 1); exit 1; }; } ;;
10456 esac
10457 fi
10458
10459
10460                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10461         then
10462             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10463 $as_echo_n "checking for -lXi... " >&6; }
10464 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10465   $as_echo_n "(cached) " >&6
10466 else
10467   ac_check_soname_save_LIBS=$LIBS
10468 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10469   cat >conftest.$ac_ext <<_ACEOF
10470 /* confdefs.h.  */
10471 _ACEOF
10472 cat confdefs.h >>conftest.$ac_ext
10473 cat >>conftest.$ac_ext <<_ACEOF
10474 /* end confdefs.h.  */
10475
10476 /* Override any GCC internal prototype to avoid an error.
10477    Use char because int might match the return type of a GCC
10478    builtin and then its argument prototype would still apply.  */
10479 #ifdef __cplusplus
10480 extern "C"
10481 #endif
10482 char XOpenDevice ();
10483 int
10484 main ()
10485 {
10486 return XOpenDevice ();
10487   ;
10488   return 0;
10489 }
10490 _ACEOF
10491 rm -f conftest.$ac_objext conftest$ac_exeext
10492 if { (ac_try="$ac_link"
10493 case "(($ac_try" in
10494   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10495   *) ac_try_echo=$ac_try;;
10496 esac
10497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10498 $as_echo "$ac_try_echo") >&5
10499   (eval "$ac_link") 2>conftest.er1
10500   ac_status=$?
10501   grep -v '^ *+' conftest.er1 >conftest.err
10502   rm -f conftest.er1
10503   cat conftest.err >&5
10504   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10505   (exit $ac_status); } && {
10506          test -z "$ac_c_werror_flag" ||
10507          test ! -s conftest.err
10508        } && test -s conftest$ac_exeext && {
10509          test "$cross_compiling" = yes ||
10510          $as_test_x conftest$ac_exeext
10511        }; then
10512   case "$LIBEXT" in
10513     dll) ;;
10514     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'` ;;
10515     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10516   esac
10517 else
10518   $as_echo "$as_me: failed program was:" >&5
10519 sed 's/^/| /' conftest.$ac_ext >&5
10520
10521
10522 fi
10523
10524 rm -rf conftest.dSYM
10525 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10526       conftest$ac_exeext conftest.$ac_ext
10527   LIBS=$ac_check_soname_save_LIBS
10528 fi
10529 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10530   { $as_echo "$as_me:$LINENO: result: not found" >&5
10531 $as_echo "not found" >&6; }
10532
10533 else
10534   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10535 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10536
10537 cat >>confdefs.h <<_ACEOF
10538 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10539 _ACEOF
10540
10541
10542 fi
10543
10544         fi
10545         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10546   case "x$with_xinput" in
10547   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10548   xno) ;;
10549   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10550 This is an error since --with-xinput was requested." >&5
10551 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10552 This is an error since --with-xinput was requested." >&2;}
10553    { (exit 1); exit 1; }; } ;;
10554 esac
10555 fi
10556
10557
10558                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10559         then
10560               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10561 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10562 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10563   $as_echo_n "(cached) " >&6
10564 else
10565   ac_check_lib_save_LIBS=$LIBS
10566 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10567 cat >conftest.$ac_ext <<_ACEOF
10568 /* confdefs.h.  */
10569 _ACEOF
10570 cat confdefs.h >>conftest.$ac_ext
10571 cat >>conftest.$ac_ext <<_ACEOF
10572 /* end confdefs.h.  */
10573
10574 /* Override any GCC internal prototype to avoid an error.
10575    Use char because int might match the return type of a GCC
10576    builtin and then its argument prototype would still apply.  */
10577 #ifdef __cplusplus
10578 extern "C"
10579 #endif
10580 char XShmQueryExtension ();
10581 int
10582 main ()
10583 {
10584 return XShmQueryExtension ();
10585   ;
10586   return 0;
10587 }
10588 _ACEOF
10589 rm -f conftest.$ac_objext conftest$ac_exeext
10590 if { (ac_try="$ac_link"
10591 case "(($ac_try" in
10592   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10593   *) ac_try_echo=$ac_try;;
10594 esac
10595 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10596 $as_echo "$ac_try_echo") >&5
10597   (eval "$ac_link") 2>conftest.er1
10598   ac_status=$?
10599   grep -v '^ *+' conftest.er1 >conftest.err
10600   rm -f conftest.er1
10601   cat conftest.err >&5
10602   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10603   (exit $ac_status); } && {
10604          test -z "$ac_c_werror_flag" ||
10605          test ! -s conftest.err
10606        } && test -s conftest$ac_exeext && {
10607          test "$cross_compiling" = yes ||
10608          $as_test_x conftest$ac_exeext
10609        }; then
10610   ac_cv_lib_Xext_XShmQueryExtension=yes
10611 else
10612   $as_echo "$as_me: failed program was:" >&5
10613 sed 's/^/| /' conftest.$ac_ext >&5
10614
10615         ac_cv_lib_Xext_XShmQueryExtension=no
10616 fi
10617
10618 rm -rf conftest.dSYM
10619 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10620       conftest$ac_exeext conftest.$ac_ext
10621 LIBS=$ac_check_lib_save_LIBS
10622 fi
10623 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10624 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10625 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10626
10627 cat >>confdefs.h <<\_ACEOF
10628 #define HAVE_LIBXXSHM 1
10629 _ACEOF
10630
10631 fi
10632
10633         fi
10634         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10635   case "x$with_xshm" in
10636   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10637   xno) ;;
10638   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10639 This is an error since --with-xshm was requested." >&5
10640 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10641 This is an error since --with-xshm was requested." >&2;}
10642    { (exit 1); exit 1; }; } ;;
10643 esac
10644 fi
10645
10646
10647                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10648         then
10649               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10650 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10651 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10652   $as_echo_n "(cached) " >&6
10653 else
10654   ac_check_lib_save_LIBS=$LIBS
10655 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10656 cat >conftest.$ac_ext <<_ACEOF
10657 /* confdefs.h.  */
10658 _ACEOF
10659 cat confdefs.h >>conftest.$ac_ext
10660 cat >>conftest.$ac_ext <<_ACEOF
10661 /* end confdefs.h.  */
10662
10663 /* Override any GCC internal prototype to avoid an error.
10664    Use char because int might match the return type of a GCC
10665    builtin and then its argument prototype would still apply.  */
10666 #ifdef __cplusplus
10667 extern "C"
10668 #endif
10669 char XShapeQueryExtension ();
10670 int
10671 main ()
10672 {
10673 return XShapeQueryExtension ();
10674   ;
10675   return 0;
10676 }
10677 _ACEOF
10678 rm -f conftest.$ac_objext conftest$ac_exeext
10679 if { (ac_try="$ac_link"
10680 case "(($ac_try" in
10681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10682   *) ac_try_echo=$ac_try;;
10683 esac
10684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10685 $as_echo "$ac_try_echo") >&5
10686   (eval "$ac_link") 2>conftest.er1
10687   ac_status=$?
10688   grep -v '^ *+' conftest.er1 >conftest.err
10689   rm -f conftest.er1
10690   cat conftest.err >&5
10691   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10692   (exit $ac_status); } && {
10693          test -z "$ac_c_werror_flag" ||
10694          test ! -s conftest.err
10695        } && test -s conftest$ac_exeext && {
10696          test "$cross_compiling" = yes ||
10697          $as_test_x conftest$ac_exeext
10698        }; then
10699   ac_cv_lib_Xext_XShapeQueryExtension=yes
10700 else
10701   $as_echo "$as_me: failed program was:" >&5
10702 sed 's/^/| /' conftest.$ac_ext >&5
10703
10704         ac_cv_lib_Xext_XShapeQueryExtension=no
10705 fi
10706
10707 rm -rf conftest.dSYM
10708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10709       conftest$ac_exeext conftest.$ac_ext
10710 LIBS=$ac_check_lib_save_LIBS
10711 fi
10712 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10713 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10714 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10715
10716 cat >>confdefs.h <<\_ACEOF
10717 #define HAVE_LIBXSHAPE 1
10718 _ACEOF
10719
10720 fi
10721
10722         fi
10723         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10724   case "x$with_xshape" in
10725   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10726   xno) ;;
10727   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10728 This is an error since --with-xshape was requested." >&5
10729 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10730 This is an error since --with-xshape was requested." >&2;}
10731    { (exit 1); exit 1; }; } ;;
10732 esac
10733 fi
10734
10735
10736                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10737         then
10738             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10739 $as_echo_n "checking for -lXxf86vm... " >&6; }
10740 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10741   $as_echo_n "(cached) " >&6
10742 else
10743   ac_check_soname_save_LIBS=$LIBS
10744 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10745   cat >conftest.$ac_ext <<_ACEOF
10746 /* confdefs.h.  */
10747 _ACEOF
10748 cat confdefs.h >>conftest.$ac_ext
10749 cat >>conftest.$ac_ext <<_ACEOF
10750 /* end confdefs.h.  */
10751
10752 /* Override any GCC internal prototype to avoid an error.
10753    Use char because int might match the return type of a GCC
10754    builtin and then its argument prototype would still apply.  */
10755 #ifdef __cplusplus
10756 extern "C"
10757 #endif
10758 char XF86VidModeQueryExtension ();
10759 int
10760 main ()
10761 {
10762 return XF86VidModeQueryExtension ();
10763   ;
10764   return 0;
10765 }
10766 _ACEOF
10767 rm -f conftest.$ac_objext conftest$ac_exeext
10768 if { (ac_try="$ac_link"
10769 case "(($ac_try" in
10770   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10771   *) ac_try_echo=$ac_try;;
10772 esac
10773 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10774 $as_echo "$ac_try_echo") >&5
10775   (eval "$ac_link") 2>conftest.er1
10776   ac_status=$?
10777   grep -v '^ *+' conftest.er1 >conftest.err
10778   rm -f conftest.er1
10779   cat conftest.err >&5
10780   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10781   (exit $ac_status); } && {
10782          test -z "$ac_c_werror_flag" ||
10783          test ! -s conftest.err
10784        } && test -s conftest$ac_exeext && {
10785          test "$cross_compiling" = yes ||
10786          $as_test_x conftest$ac_exeext
10787        }; then
10788   case "$LIBEXT" in
10789     dll) ;;
10790     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'` ;;
10791     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10792   esac
10793 else
10794   $as_echo "$as_me: failed program was:" >&5
10795 sed 's/^/| /' conftest.$ac_ext >&5
10796
10797
10798 fi
10799
10800 rm -rf conftest.dSYM
10801 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10802       conftest$ac_exeext conftest.$ac_ext
10803   LIBS=$ac_check_soname_save_LIBS
10804 fi
10805 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10806   { $as_echo "$as_me:$LINENO: result: not found" >&5
10807 $as_echo "not found" >&6; }
10808
10809 else
10810   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10811 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10812
10813 cat >>confdefs.h <<_ACEOF
10814 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10815 _ACEOF
10816
10817
10818 fi
10819
10820         fi
10821         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10822   case "x$with_xxf86vm" in
10823   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10824   xno) ;;
10825   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10826 This is an error since --with-xxf86vm was requested." >&5
10827 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10828 This is an error since --with-xxf86vm was requested." >&2;}
10829    { (exit 1); exit 1; }; } ;;
10830 esac
10831 fi
10832
10833
10834                 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"
10835         then
10836             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10837 $as_echo_n "checking for -lXrender... " >&6; }
10838 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10839   $as_echo_n "(cached) " >&6
10840 else
10841   ac_check_soname_save_LIBS=$LIBS
10842 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10843   cat >conftest.$ac_ext <<_ACEOF
10844 /* confdefs.h.  */
10845 _ACEOF
10846 cat confdefs.h >>conftest.$ac_ext
10847 cat >>conftest.$ac_ext <<_ACEOF
10848 /* end confdefs.h.  */
10849
10850 /* Override any GCC internal prototype to avoid an error.
10851    Use char because int might match the return type of a GCC
10852    builtin and then its argument prototype would still apply.  */
10853 #ifdef __cplusplus
10854 extern "C"
10855 #endif
10856 char XRenderQueryExtension ();
10857 int
10858 main ()
10859 {
10860 return XRenderQueryExtension ();
10861   ;
10862   return 0;
10863 }
10864 _ACEOF
10865 rm -f conftest.$ac_objext conftest$ac_exeext
10866 if { (ac_try="$ac_link"
10867 case "(($ac_try" in
10868   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10869   *) ac_try_echo=$ac_try;;
10870 esac
10871 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10872 $as_echo "$ac_try_echo") >&5
10873   (eval "$ac_link") 2>conftest.er1
10874   ac_status=$?
10875   grep -v '^ *+' conftest.er1 >conftest.err
10876   rm -f conftest.er1
10877   cat conftest.err >&5
10878   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10879   (exit $ac_status); } && {
10880          test -z "$ac_c_werror_flag" ||
10881          test ! -s conftest.err
10882        } && test -s conftest$ac_exeext && {
10883          test "$cross_compiling" = yes ||
10884          $as_test_x conftest$ac_exeext
10885        }; then
10886   case "$LIBEXT" in
10887     dll) ;;
10888     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'` ;;
10889     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10890   esac
10891 else
10892   $as_echo "$as_me: failed program was:" >&5
10893 sed 's/^/| /' conftest.$ac_ext >&5
10894
10895
10896 fi
10897
10898 rm -rf conftest.dSYM
10899 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10900       conftest$ac_exeext conftest.$ac_ext
10901   LIBS=$ac_check_soname_save_LIBS
10902 fi
10903 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10904   { $as_echo "$as_me:$LINENO: result: not found" >&5
10905 $as_echo "not found" >&6; }
10906
10907 else
10908   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10909 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10910
10911 cat >>confdefs.h <<_ACEOF
10912 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10913 _ACEOF
10914
10915        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10916 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10917 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10918   $as_echo_n "(cached) " >&6
10919 else
10920   ac_check_lib_save_LIBS=$LIBS
10921 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10922 cat >conftest.$ac_ext <<_ACEOF
10923 /* confdefs.h.  */
10924 _ACEOF
10925 cat confdefs.h >>conftest.$ac_ext
10926 cat >>conftest.$ac_ext <<_ACEOF
10927 /* end confdefs.h.  */
10928
10929 /* Override any GCC internal prototype to avoid an error.
10930    Use char because int might match the return type of a GCC
10931    builtin and then its argument prototype would still apply.  */
10932 #ifdef __cplusplus
10933 extern "C"
10934 #endif
10935 char XRenderSetPictureTransform ();
10936 int
10937 main ()
10938 {
10939 return XRenderSetPictureTransform ();
10940   ;
10941   return 0;
10942 }
10943 _ACEOF
10944 rm -f conftest.$ac_objext conftest$ac_exeext
10945 if { (ac_try="$ac_link"
10946 case "(($ac_try" in
10947   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10948   *) ac_try_echo=$ac_try;;
10949 esac
10950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10951 $as_echo "$ac_try_echo") >&5
10952   (eval "$ac_link") 2>conftest.er1
10953   ac_status=$?
10954   grep -v '^ *+' conftest.er1 >conftest.err
10955   rm -f conftest.er1
10956   cat conftest.err >&5
10957   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10958   (exit $ac_status); } && {
10959          test -z "$ac_c_werror_flag" ||
10960          test ! -s conftest.err
10961        } && test -s conftest$ac_exeext && {
10962          test "$cross_compiling" = yes ||
10963          $as_test_x conftest$ac_exeext
10964        }; then
10965   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10966 else
10967   $as_echo "$as_me: failed program was:" >&5
10968 sed 's/^/| /' conftest.$ac_ext >&5
10969
10970         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10971 fi
10972
10973 rm -rf conftest.dSYM
10974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10975       conftest$ac_exeext conftest.$ac_ext
10976 LIBS=$ac_check_lib_save_LIBS
10977 fi
10978 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10979 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10980 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10981
10982 cat >>confdefs.h <<\_ACEOF
10983 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10984 _ACEOF
10985
10986 fi
10987
10988 fi
10989
10990
10991         fi
10992         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10993   case "x$with_xrender" in
10994   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10995   xno) ;;
10996   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10997 This is an error since --with-xrender was requested." >&5
10998 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10999 This is an error since --with-xrender was requested." >&2;}
11000    { (exit 1); exit 1; }; } ;;
11001 esac
11002 fi
11003
11004
11005                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11006         then
11007                 cat >conftest.$ac_ext <<_ACEOF
11008 /* confdefs.h.  */
11009 _ACEOF
11010 cat confdefs.h >>conftest.$ac_ext
11011 cat >>conftest.$ac_ext <<_ACEOF
11012 /* end confdefs.h.  */
11013 #include <X11/Xlib.h>
11014 #include <X11/extensions/Xrandr.h>
11015 int
11016 main ()
11017 {
11018 static typeof(XRRSetScreenConfigAndRate) * func;
11019   ;
11020   return 0;
11021 }
11022 _ACEOF
11023 rm -f conftest.$ac_objext
11024 if { (ac_try="$ac_compile"
11025 case "(($ac_try" in
11026   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11027   *) ac_try_echo=$ac_try;;
11028 esac
11029 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11030 $as_echo "$ac_try_echo") >&5
11031   (eval "$ac_compile") 2>conftest.er1
11032   ac_status=$?
11033   grep -v '^ *+' conftest.er1 >conftest.err
11034   rm -f conftest.er1
11035   cat conftest.err >&5
11036   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11037   (exit $ac_status); } && {
11038          test -z "$ac_c_werror_flag" ||
11039          test ! -s conftest.err
11040        } && test -s conftest.$ac_objext; then
11041   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11042 $as_echo_n "checking for -lXrandr... " >&6; }
11043 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11044   $as_echo_n "(cached) " >&6
11045 else
11046   ac_check_soname_save_LIBS=$LIBS
11047 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11048   cat >conftest.$ac_ext <<_ACEOF
11049 /* confdefs.h.  */
11050 _ACEOF
11051 cat confdefs.h >>conftest.$ac_ext
11052 cat >>conftest.$ac_ext <<_ACEOF
11053 /* end confdefs.h.  */
11054
11055 /* Override any GCC internal prototype to avoid an error.
11056    Use char because int might match the return type of a GCC
11057    builtin and then its argument prototype would still apply.  */
11058 #ifdef __cplusplus
11059 extern "C"
11060 #endif
11061 char XRRQueryExtension ();
11062 int
11063 main ()
11064 {
11065 return XRRQueryExtension ();
11066   ;
11067   return 0;
11068 }
11069 _ACEOF
11070 rm -f conftest.$ac_objext conftest$ac_exeext
11071 if { (ac_try="$ac_link"
11072 case "(($ac_try" in
11073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11074   *) ac_try_echo=$ac_try;;
11075 esac
11076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11077 $as_echo "$ac_try_echo") >&5
11078   (eval "$ac_link") 2>conftest.er1
11079   ac_status=$?
11080   grep -v '^ *+' conftest.er1 >conftest.err
11081   rm -f conftest.er1
11082   cat conftest.err >&5
11083   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11084   (exit $ac_status); } && {
11085          test -z "$ac_c_werror_flag" ||
11086          test ! -s conftest.err
11087        } && test -s conftest$ac_exeext && {
11088          test "$cross_compiling" = yes ||
11089          $as_test_x conftest$ac_exeext
11090        }; then
11091   case "$LIBEXT" in
11092     dll) ;;
11093     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'` ;;
11094     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11095   esac
11096 else
11097   $as_echo "$as_me: failed program was:" >&5
11098 sed 's/^/| /' conftest.$ac_ext >&5
11099
11100
11101 fi
11102
11103 rm -rf conftest.dSYM
11104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11105       conftest$ac_exeext conftest.$ac_ext
11106   LIBS=$ac_check_soname_save_LIBS
11107 fi
11108 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11109   { $as_echo "$as_me:$LINENO: result: not found" >&5
11110 $as_echo "not found" >&6; }
11111
11112 else
11113   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11114 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11115
11116 cat >>confdefs.h <<_ACEOF
11117 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11118 _ACEOF
11119
11120
11121 fi
11122
11123 else
11124   $as_echo "$as_me: failed program was:" >&5
11125 sed 's/^/| /' conftest.$ac_ext >&5
11126
11127
11128 fi
11129
11130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11131         fi
11132         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11133   case "x$with_xrandr" in
11134   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11135   xno) ;;
11136   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11137 This is an error since --with-xrandr was requested." >&5
11138 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11139 This is an error since --with-xrandr was requested." >&2;}
11140    { (exit 1); exit 1; }; } ;;
11141 esac
11142 fi
11143
11144
11145                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11146         then
11147                 cat >conftest.$ac_ext <<_ACEOF
11148 /* confdefs.h.  */
11149 _ACEOF
11150 cat confdefs.h >>conftest.$ac_ext
11151 cat >>conftest.$ac_ext <<_ACEOF
11152 /* end confdefs.h.  */
11153 #include <X11/Xlib.h>
11154 #include <X11/extensions/Xinerama.h>
11155 int
11156 main ()
11157 {
11158 static typeof(XineramaQueryScreens) * func;
11159   ;
11160   return 0;
11161 }
11162 _ACEOF
11163 rm -f conftest.$ac_objext
11164 if { (ac_try="$ac_compile"
11165 case "(($ac_try" in
11166   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11167   *) ac_try_echo=$ac_try;;
11168 esac
11169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11170 $as_echo "$ac_try_echo") >&5
11171   (eval "$ac_compile") 2>conftest.er1
11172   ac_status=$?
11173   grep -v '^ *+' conftest.er1 >conftest.err
11174   rm -f conftest.er1
11175   cat conftest.err >&5
11176   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11177   (exit $ac_status); } && {
11178          test -z "$ac_c_werror_flag" ||
11179          test ! -s conftest.err
11180        } && test -s conftest.$ac_objext; then
11181   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11182 $as_echo_n "checking for -lXinerama... " >&6; }
11183 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11184   $as_echo_n "(cached) " >&6
11185 else
11186   ac_check_soname_save_LIBS=$LIBS
11187 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11188   cat >conftest.$ac_ext <<_ACEOF
11189 /* confdefs.h.  */
11190 _ACEOF
11191 cat confdefs.h >>conftest.$ac_ext
11192 cat >>conftest.$ac_ext <<_ACEOF
11193 /* end confdefs.h.  */
11194
11195 /* Override any GCC internal prototype to avoid an error.
11196    Use char because int might match the return type of a GCC
11197    builtin and then its argument prototype would still apply.  */
11198 #ifdef __cplusplus
11199 extern "C"
11200 #endif
11201 char XineramaQueryScreens ();
11202 int
11203 main ()
11204 {
11205 return XineramaQueryScreens ();
11206   ;
11207   return 0;
11208 }
11209 _ACEOF
11210 rm -f conftest.$ac_objext conftest$ac_exeext
11211 if { (ac_try="$ac_link"
11212 case "(($ac_try" in
11213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11214   *) ac_try_echo=$ac_try;;
11215 esac
11216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11217 $as_echo "$ac_try_echo") >&5
11218   (eval "$ac_link") 2>conftest.er1
11219   ac_status=$?
11220   grep -v '^ *+' conftest.er1 >conftest.err
11221   rm -f conftest.er1
11222   cat conftest.err >&5
11223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11224   (exit $ac_status); } && {
11225          test -z "$ac_c_werror_flag" ||
11226          test ! -s conftest.err
11227        } && test -s conftest$ac_exeext && {
11228          test "$cross_compiling" = yes ||
11229          $as_test_x conftest$ac_exeext
11230        }; then
11231   case "$LIBEXT" in
11232     dll) ;;
11233     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'` ;;
11234     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11235   esac
11236 else
11237   $as_echo "$as_me: failed program was:" >&5
11238 sed 's/^/| /' conftest.$ac_ext >&5
11239
11240
11241 fi
11242
11243 rm -rf conftest.dSYM
11244 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11245       conftest$ac_exeext conftest.$ac_ext
11246   LIBS=$ac_check_soname_save_LIBS
11247 fi
11248 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11249   { $as_echo "$as_me:$LINENO: result: not found" >&5
11250 $as_echo "not found" >&6; }
11251
11252 else
11253   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11254 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11255
11256 cat >>confdefs.h <<_ACEOF
11257 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11258 _ACEOF
11259
11260
11261 fi
11262
11263 else
11264   $as_echo "$as_me: failed program was:" >&5
11265 sed 's/^/| /' conftest.$ac_ext >&5
11266
11267
11268 fi
11269
11270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11271         fi
11272         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11273   case "x$with_xinerama" in
11274   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11275   xno) ;;
11276   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11277 This is an error since --with-xinerama was requested." >&5
11278 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11279 This is an error since --with-xinerama was requested." >&2;}
11280    { (exit 1); exit 1; }; } ;;
11281 esac
11282 fi
11283
11284
11285                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11286         then
11287             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11288 $as_echo_n "checking for -lXcomposite... " >&6; }
11289 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11290   $as_echo_n "(cached) " >&6
11291 else
11292   ac_check_soname_save_LIBS=$LIBS
11293 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11294   cat >conftest.$ac_ext <<_ACEOF
11295 /* confdefs.h.  */
11296 _ACEOF
11297 cat confdefs.h >>conftest.$ac_ext
11298 cat >>conftest.$ac_ext <<_ACEOF
11299 /* end confdefs.h.  */
11300
11301 /* Override any GCC internal prototype to avoid an error.
11302    Use char because int might match the return type of a GCC
11303    builtin and then its argument prototype would still apply.  */
11304 #ifdef __cplusplus
11305 extern "C"
11306 #endif
11307 char XCompositeRedirectWindow ();
11308 int
11309 main ()
11310 {
11311 return XCompositeRedirectWindow ();
11312   ;
11313   return 0;
11314 }
11315 _ACEOF
11316 rm -f conftest.$ac_objext conftest$ac_exeext
11317 if { (ac_try="$ac_link"
11318 case "(($ac_try" in
11319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11320   *) ac_try_echo=$ac_try;;
11321 esac
11322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11323 $as_echo "$ac_try_echo") >&5
11324   (eval "$ac_link") 2>conftest.er1
11325   ac_status=$?
11326   grep -v '^ *+' conftest.er1 >conftest.err
11327   rm -f conftest.er1
11328   cat conftest.err >&5
11329   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11330   (exit $ac_status); } && {
11331          test -z "$ac_c_werror_flag" ||
11332          test ! -s conftest.err
11333        } && test -s conftest$ac_exeext && {
11334          test "$cross_compiling" = yes ||
11335          $as_test_x conftest$ac_exeext
11336        }; then
11337   case "$LIBEXT" in
11338     dll) ;;
11339     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'` ;;
11340     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11341   esac
11342 else
11343   $as_echo "$as_me: failed program was:" >&5
11344 sed 's/^/| /' conftest.$ac_ext >&5
11345
11346
11347 fi
11348
11349 rm -rf conftest.dSYM
11350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11351       conftest$ac_exeext conftest.$ac_ext
11352   LIBS=$ac_check_soname_save_LIBS
11353 fi
11354 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11355   { $as_echo "$as_me:$LINENO: result: not found" >&5
11356 $as_echo "not found" >&6; }
11357
11358 else
11359   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11360 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11361
11362 cat >>confdefs.h <<_ACEOF
11363 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11364 _ACEOF
11365
11366
11367 fi
11368
11369         fi
11370         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11371   case "x$with_xcomposite" in
11372   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11373   xno) ;;
11374   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11375 This is an error since --with-xcomposite was requested." >&5
11376 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11377 This is an error since --with-xcomposite was requested." >&2;}
11378    { (exit 1); exit 1; }; } ;;
11379 esac
11380 fi
11381
11382
11383                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11384 $as_echo_n "checking for XICCallback.callback... " >&6; }
11385 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11386   $as_echo_n "(cached) " >&6
11387 else
11388   cat >conftest.$ac_ext <<_ACEOF
11389 /* confdefs.h.  */
11390 _ACEOF
11391 cat confdefs.h >>conftest.$ac_ext
11392 cat >>conftest.$ac_ext <<_ACEOF
11393 /* end confdefs.h.  */
11394 #ifdef HAVE_X11_XLIB_H
11395 #include <X11/Xlib.h>
11396 #endif
11397
11398 int
11399 main ()
11400 {
11401 static XICCallback ac_aggr;
11402 if (ac_aggr.callback)
11403 return 0;
11404   ;
11405   return 0;
11406 }
11407 _ACEOF
11408 rm -f conftest.$ac_objext
11409 if { (ac_try="$ac_compile"
11410 case "(($ac_try" in
11411   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11412   *) ac_try_echo=$ac_try;;
11413 esac
11414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11415 $as_echo "$ac_try_echo") >&5
11416   (eval "$ac_compile") 2>conftest.er1
11417   ac_status=$?
11418   grep -v '^ *+' conftest.er1 >conftest.err
11419   rm -f conftest.er1
11420   cat conftest.err >&5
11421   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11422   (exit $ac_status); } && {
11423          test -z "$ac_c_werror_flag" ||
11424          test ! -s conftest.err
11425        } && test -s conftest.$ac_objext; then
11426   ac_cv_member_XICCallback_callback=yes
11427 else
11428   $as_echo "$as_me: failed program was:" >&5
11429 sed 's/^/| /' conftest.$ac_ext >&5
11430
11431         cat >conftest.$ac_ext <<_ACEOF
11432 /* confdefs.h.  */
11433 _ACEOF
11434 cat confdefs.h >>conftest.$ac_ext
11435 cat >>conftest.$ac_ext <<_ACEOF
11436 /* end confdefs.h.  */
11437 #ifdef HAVE_X11_XLIB_H
11438 #include <X11/Xlib.h>
11439 #endif
11440
11441 int
11442 main ()
11443 {
11444 static XICCallback ac_aggr;
11445 if (sizeof ac_aggr.callback)
11446 return 0;
11447   ;
11448   return 0;
11449 }
11450 _ACEOF
11451 rm -f conftest.$ac_objext
11452 if { (ac_try="$ac_compile"
11453 case "(($ac_try" in
11454   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11455   *) ac_try_echo=$ac_try;;
11456 esac
11457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11458 $as_echo "$ac_try_echo") >&5
11459   (eval "$ac_compile") 2>conftest.er1
11460   ac_status=$?
11461   grep -v '^ *+' conftest.er1 >conftest.err
11462   rm -f conftest.er1
11463   cat conftest.err >&5
11464   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11465   (exit $ac_status); } && {
11466          test -z "$ac_c_werror_flag" ||
11467          test ! -s conftest.err
11468        } && test -s conftest.$ac_objext; then
11469   ac_cv_member_XICCallback_callback=yes
11470 else
11471   $as_echo "$as_me: failed program was:" >&5
11472 sed 's/^/| /' conftest.$ac_ext >&5
11473
11474         ac_cv_member_XICCallback_callback=no
11475 fi
11476
11477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11478 fi
11479
11480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11481 fi
11482 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11483 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11484 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11485
11486 cat >>confdefs.h <<_ACEOF
11487 #define HAVE_XICCALLBACK_CALLBACK 1
11488 _ACEOF
11489
11490
11491 fi
11492
11493
11494
11495         opengl_msg=""
11496     if test "x$with_opengl" != "xno"
11497     then
11498
11499
11500
11501
11502 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11503 do
11504 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11505 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11506 $as_echo_n "checking for $ac_header... " >&6; }
11507 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11508   $as_echo_n "(cached) " >&6
11509 else
11510   cat >conftest.$ac_ext <<_ACEOF
11511 /* confdefs.h.  */
11512 _ACEOF
11513 cat confdefs.h >>conftest.$ac_ext
11514 cat >>conftest.$ac_ext <<_ACEOF
11515 /* end confdefs.h.  */
11516 #ifdef HAVE_GL_GLX_H
11517 # include <GL/glx.h>
11518 #endif
11519
11520 #include <$ac_header>
11521 _ACEOF
11522 rm -f conftest.$ac_objext
11523 if { (ac_try="$ac_compile"
11524 case "(($ac_try" in
11525   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11526   *) ac_try_echo=$ac_try;;
11527 esac
11528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11529 $as_echo "$ac_try_echo") >&5
11530   (eval "$ac_compile") 2>conftest.er1
11531   ac_status=$?
11532   grep -v '^ *+' conftest.er1 >conftest.err
11533   rm -f conftest.er1
11534   cat conftest.err >&5
11535   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11536   (exit $ac_status); } && {
11537          test -z "$ac_c_werror_flag" ||
11538          test ! -s conftest.err
11539        } && test -s conftest.$ac_objext; then
11540   eval "$as_ac_Header=yes"
11541 else
11542   $as_echo "$as_me: failed program was:" >&5
11543 sed 's/^/| /' conftest.$ac_ext >&5
11544
11545         eval "$as_ac_Header=no"
11546 fi
11547
11548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11549 fi
11550 ac_res=`eval 'as_val=${'$as_ac_Header'}
11551                  $as_echo "$as_val"'`
11552                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11553 $as_echo "$ac_res" >&6; }
11554 as_val=`eval 'as_val=${'$as_ac_Header'}
11555                  $as_echo "$as_val"'`
11556    if test "x$as_val" = x""yes; then
11557   cat >>confdefs.h <<_ACEOF
11558 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11559 _ACEOF
11560
11561 fi
11562
11563 done
11564
11565         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11566         then
11567                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11568 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11569 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11570   $as_echo_n "(cached) " >&6
11571 else
11572   cat >conftest.$ac_ext <<_ACEOF
11573 /* confdefs.h.  */
11574 _ACEOF
11575 cat confdefs.h >>conftest.$ac_ext
11576 cat >>conftest.$ac_ext <<_ACEOF
11577 /* end confdefs.h.  */
11578 #include <GL/gl.h>
11579 int
11580 main ()
11581 {
11582 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11583   ;
11584   return 0;
11585 }
11586 _ACEOF
11587 rm -f conftest.$ac_objext
11588 if { (ac_try="$ac_compile"
11589 case "(($ac_try" in
11590   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11591   *) ac_try_echo=$ac_try;;
11592 esac
11593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11594 $as_echo "$ac_try_echo") >&5
11595   (eval "$ac_compile") 2>conftest.er1
11596   ac_status=$?
11597   grep -v '^ *+' conftest.er1 >conftest.err
11598   rm -f conftest.er1
11599   cat conftest.err >&5
11600   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11601   (exit $ac_status); } && {
11602          test -z "$ac_c_werror_flag" ||
11603          test ! -s conftest.err
11604        } && test -s conftest.$ac_objext; then
11605   wine_cv_opengl_header_version_OK="yes"
11606 else
11607   $as_echo "$as_me: failed program was:" >&5
11608 sed 's/^/| /' conftest.$ac_ext >&5
11609
11610         wine_cv_opengl_header_version_OK="no"
11611 fi
11612
11613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11614 fi
11615 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11616 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11617
11618             if test "$wine_cv_opengl_header_version_OK" = "yes"
11619             then
11620                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11621 $as_echo_n "checking for -lGL... " >&6; }
11622 if test "${ac_cv_lib_soname_GL+set}" = set; then
11623   $as_echo_n "(cached) " >&6
11624 else
11625   ac_check_soname_save_LIBS=$LIBS
11626 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11627   cat >conftest.$ac_ext <<_ACEOF
11628 /* confdefs.h.  */
11629 _ACEOF
11630 cat confdefs.h >>conftest.$ac_ext
11631 cat >>conftest.$ac_ext <<_ACEOF
11632 /* end confdefs.h.  */
11633
11634 /* Override any GCC internal prototype to avoid an error.
11635    Use char because int might match the return type of a GCC
11636    builtin and then its argument prototype would still apply.  */
11637 #ifdef __cplusplus
11638 extern "C"
11639 #endif
11640 char glXCreateContext ();
11641 int
11642 main ()
11643 {
11644 return glXCreateContext ();
11645   ;
11646   return 0;
11647 }
11648 _ACEOF
11649 rm -f conftest.$ac_objext conftest$ac_exeext
11650 if { (ac_try="$ac_link"
11651 case "(($ac_try" in
11652   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11653   *) ac_try_echo=$ac_try;;
11654 esac
11655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11656 $as_echo "$ac_try_echo") >&5
11657   (eval "$ac_link") 2>conftest.er1
11658   ac_status=$?
11659   grep -v '^ *+' conftest.er1 >conftest.err
11660   rm -f conftest.er1
11661   cat conftest.err >&5
11662   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11663   (exit $ac_status); } && {
11664          test -z "$ac_c_werror_flag" ||
11665          test ! -s conftest.err
11666        } && test -s conftest$ac_exeext && {
11667          test "$cross_compiling" = yes ||
11668          $as_test_x conftest$ac_exeext
11669        }; then
11670   case "$LIBEXT" in
11671     dll) ;;
11672     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'` ;;
11673     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11674   esac
11675 else
11676   $as_echo "$as_me: failed program was:" >&5
11677 sed 's/^/| /' conftest.$ac_ext >&5
11678
11679
11680 fi
11681
11682 rm -rf conftest.dSYM
11683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11684       conftest$ac_exeext conftest.$ac_ext
11685   LIBS=$ac_check_soname_save_LIBS
11686 fi
11687 if test "x$ac_cv_lib_soname_GL" = "x"; then
11688   { $as_echo "$as_me:$LINENO: result: not found" >&5
11689 $as_echo "not found" >&6; }
11690        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11691 $as_echo_n "checking for -lGL... " >&6; }
11692 if test "${ac_cv_lib_soname_GL+set}" = set; then
11693   $as_echo_n "(cached) " >&6
11694 else
11695   ac_check_soname_save_LIBS=$LIBS
11696 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"
11697   cat >conftest.$ac_ext <<_ACEOF
11698 /* confdefs.h.  */
11699 _ACEOF
11700 cat confdefs.h >>conftest.$ac_ext
11701 cat >>conftest.$ac_ext <<_ACEOF
11702 /* end confdefs.h.  */
11703
11704 /* Override any GCC internal prototype to avoid an error.
11705    Use char because int might match the return type of a GCC
11706    builtin and then its argument prototype would still apply.  */
11707 #ifdef __cplusplus
11708 extern "C"
11709 #endif
11710 char glXCreateContext ();
11711 int
11712 main ()
11713 {
11714 return glXCreateContext ();
11715   ;
11716   return 0;
11717 }
11718 _ACEOF
11719 rm -f conftest.$ac_objext conftest$ac_exeext
11720 if { (ac_try="$ac_link"
11721 case "(($ac_try" in
11722   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11723   *) ac_try_echo=$ac_try;;
11724 esac
11725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11726 $as_echo "$ac_try_echo") >&5
11727   (eval "$ac_link") 2>conftest.er1
11728   ac_status=$?
11729   grep -v '^ *+' conftest.er1 >conftest.err
11730   rm -f conftest.er1
11731   cat conftest.err >&5
11732   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11733   (exit $ac_status); } && {
11734          test -z "$ac_c_werror_flag" ||
11735          test ! -s conftest.err
11736        } && test -s conftest$ac_exeext && {
11737          test "$cross_compiling" = yes ||
11738          $as_test_x conftest$ac_exeext
11739        }; then
11740   case "$LIBEXT" in
11741     dll) ;;
11742     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'` ;;
11743     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11744   esac
11745 else
11746   $as_echo "$as_me: failed program was:" >&5
11747 sed 's/^/| /' conftest.$ac_ext >&5
11748
11749
11750 fi
11751
11752 rm -rf conftest.dSYM
11753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11754       conftest$ac_exeext conftest.$ac_ext
11755   LIBS=$ac_check_soname_save_LIBS
11756 fi
11757 if test "x$ac_cv_lib_soname_GL" = "x"; then
11758   { $as_echo "$as_me:$LINENO: result: not found" >&5
11759 $as_echo "not found" >&6; }
11760        if test -f /usr/X11R6/lib/libGL.a
11761                                     then
11762                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11763 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11764                                     else
11765                                         opengl_msg="No OpenGL library found on this system."
11766                                     fi
11767 else
11768   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11769 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11770
11771 cat >>confdefs.h <<_ACEOF
11772 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11773 _ACEOF
11774
11775        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"
11776
11777 cat >>confdefs.h <<\_ACEOF
11778 #define HAVE_OPENGL 1
11779 _ACEOF
11780
11781 fi
11782
11783 else
11784   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11785 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11786
11787 cat >>confdefs.h <<_ACEOF
11788 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11789 _ACEOF
11790
11791        OPENGL_LIBS="-lGL"
11792
11793 cat >>confdefs.h <<\_ACEOF
11794 #define HAVE_OPENGL 1
11795 _ACEOF
11796
11797 fi
11798
11799                  if test "$ac_cv_header_GL_glu_h" = "yes"
11800                  then
11801                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11802 $as_echo_n "checking for -lGLU... " >&6; }
11803 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11804   $as_echo_n "(cached) " >&6
11805 else
11806   ac_check_soname_save_LIBS=$LIBS
11807 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11808   cat >conftest.$ac_ext <<_ACEOF
11809 /* confdefs.h.  */
11810 _ACEOF
11811 cat confdefs.h >>conftest.$ac_ext
11812 cat >>conftest.$ac_ext <<_ACEOF
11813 /* end confdefs.h.  */
11814
11815 /* Override any GCC internal prototype to avoid an error.
11816    Use char because int might match the return type of a GCC
11817    builtin and then its argument prototype would still apply.  */
11818 #ifdef __cplusplus
11819 extern "C"
11820 #endif
11821 char gluLookAt ();
11822 int
11823 main ()
11824 {
11825 return gluLookAt ();
11826   ;
11827   return 0;
11828 }
11829 _ACEOF
11830 rm -f conftest.$ac_objext conftest$ac_exeext
11831 if { (ac_try="$ac_link"
11832 case "(($ac_try" in
11833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11834   *) ac_try_echo=$ac_try;;
11835 esac
11836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11837 $as_echo "$ac_try_echo") >&5
11838   (eval "$ac_link") 2>conftest.er1
11839   ac_status=$?
11840   grep -v '^ *+' conftest.er1 >conftest.err
11841   rm -f conftest.er1
11842   cat conftest.err >&5
11843   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11844   (exit $ac_status); } && {
11845          test -z "$ac_c_werror_flag" ||
11846          test ! -s conftest.err
11847        } && test -s conftest$ac_exeext && {
11848          test "$cross_compiling" = yes ||
11849          $as_test_x conftest$ac_exeext
11850        }; then
11851   case "$LIBEXT" in
11852     dll) ;;
11853     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'` ;;
11854     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11855   esac
11856 else
11857   $as_echo "$as_me: failed program was:" >&5
11858 sed 's/^/| /' conftest.$ac_ext >&5
11859
11860
11861 fi
11862
11863 rm -rf conftest.dSYM
11864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11865       conftest$ac_exeext conftest.$ac_ext
11866   LIBS=$ac_check_soname_save_LIBS
11867 fi
11868 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11869   { $as_echo "$as_me:$LINENO: result: not found" >&5
11870 $as_echo "not found" >&6; }
11871
11872 else
11873   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11874 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11875
11876 cat >>confdefs.h <<_ACEOF
11877 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11878 _ACEOF
11879
11880
11881 fi
11882
11883                  fi
11884                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11885   case "x$with_glu" in
11886   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11887   xno) ;;
11888   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11889 This is an error since --with-glu was requested." >&5
11890 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11891 This is an error since --with-glu was requested." >&2;}
11892    { (exit 1); exit 1; }; } ;;
11893 esac
11894 fi
11895
11896              else
11897                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11898              fi
11899          else
11900              opengl_msg="OpenGL development headers not found."
11901          fi
11902          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11903          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11904     else
11905          enable_opengl32=${enable_opengl32:-no}
11906          enable_glu32=${enable_glu32:-no}
11907     fi
11908     if test -n "$opengl_msg"; then
11909   case "x$with_opengl" in
11910   x)   wine_warnings="$wine_warnings|$opengl_msg
11911 OpenGL and Direct3D won't be supported." ;;
11912   xno) ;;
11913   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11914 OpenGL and Direct3D won't be supported.
11915 This is an error since --with-opengl was requested." >&5
11916 $as_echo "$as_me: error: $opengl_msg
11917 OpenGL and Direct3D won't be supported.
11918 This is an error since --with-opengl was requested." >&2;}
11919    { (exit 1); exit 1; }; } ;;
11920 esac
11921 fi
11922
11923
11924         NASLIBS=""
11925
11926
11927 for ac_header in audio/audiolib.h
11928 do
11929 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11930 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11931   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11932 $as_echo_n "checking for $ac_header... " >&6; }
11933 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11934   $as_echo_n "(cached) " >&6
11935 fi
11936 ac_res=`eval 'as_val=${'$as_ac_Header'}
11937                  $as_echo "$as_val"'`
11938                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11939 $as_echo "$ac_res" >&6; }
11940 else
11941   # Is the header compilable?
11942 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11943 $as_echo_n "checking $ac_header usability... " >&6; }
11944 cat >conftest.$ac_ext <<_ACEOF
11945 /* confdefs.h.  */
11946 _ACEOF
11947 cat confdefs.h >>conftest.$ac_ext
11948 cat >>conftest.$ac_ext <<_ACEOF
11949 /* end confdefs.h.  */
11950 $ac_includes_default
11951 #include <$ac_header>
11952 _ACEOF
11953 rm -f conftest.$ac_objext
11954 if { (ac_try="$ac_compile"
11955 case "(($ac_try" in
11956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11957   *) ac_try_echo=$ac_try;;
11958 esac
11959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11960 $as_echo "$ac_try_echo") >&5
11961   (eval "$ac_compile") 2>conftest.er1
11962   ac_status=$?
11963   grep -v '^ *+' conftest.er1 >conftest.err
11964   rm -f conftest.er1
11965   cat conftest.err >&5
11966   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11967   (exit $ac_status); } && {
11968          test -z "$ac_c_werror_flag" ||
11969          test ! -s conftest.err
11970        } && test -s conftest.$ac_objext; then
11971   ac_header_compiler=yes
11972 else
11973   $as_echo "$as_me: failed program was:" >&5
11974 sed 's/^/| /' conftest.$ac_ext >&5
11975
11976         ac_header_compiler=no
11977 fi
11978
11979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11980 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11981 $as_echo "$ac_header_compiler" >&6; }
11982
11983 # Is the header present?
11984 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11985 $as_echo_n "checking $ac_header presence... " >&6; }
11986 cat >conftest.$ac_ext <<_ACEOF
11987 /* confdefs.h.  */
11988 _ACEOF
11989 cat confdefs.h >>conftest.$ac_ext
11990 cat >>conftest.$ac_ext <<_ACEOF
11991 /* end confdefs.h.  */
11992 #include <$ac_header>
11993 _ACEOF
11994 if { (ac_try="$ac_cpp conftest.$ac_ext"
11995 case "(($ac_try" in
11996   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11997   *) ac_try_echo=$ac_try;;
11998 esac
11999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12000 $as_echo "$ac_try_echo") >&5
12001   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12002   ac_status=$?
12003   grep -v '^ *+' conftest.er1 >conftest.err
12004   rm -f conftest.er1
12005   cat conftest.err >&5
12006   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12007   (exit $ac_status); } >/dev/null && {
12008          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12009          test ! -s conftest.err
12010        }; then
12011   ac_header_preproc=yes
12012 else
12013   $as_echo "$as_me: failed program was:" >&5
12014 sed 's/^/| /' conftest.$ac_ext >&5
12015
12016   ac_header_preproc=no
12017 fi
12018
12019 rm -f conftest.err conftest.$ac_ext
12020 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12021 $as_echo "$ac_header_preproc" >&6; }
12022
12023 # So?  What about this header?
12024 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12025   yes:no: )
12026     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12027 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12028     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12029 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12030     ac_header_preproc=yes
12031     ;;
12032   no:yes:* )
12033     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12034 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12035     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12036 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12037     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12038 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12039     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12040 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12041     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12042 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12043     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12044 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12045     ( cat <<\_ASBOX
12046 ## ------------------------------------ ##
12047 ## Report this to wine-devel@winehq.org ##
12048 ## ------------------------------------ ##
12049 _ASBOX
12050      ) | sed "s/^/$as_me: WARNING:     /" >&2
12051     ;;
12052 esac
12053 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12054 $as_echo_n "checking for $ac_header... " >&6; }
12055 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12056   $as_echo_n "(cached) " >&6
12057 else
12058   eval "$as_ac_Header=\$ac_header_preproc"
12059 fi
12060 ac_res=`eval 'as_val=${'$as_ac_Header'}
12061                  $as_echo "$as_val"'`
12062                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12063 $as_echo "$ac_res" >&6; }
12064
12065 fi
12066 as_val=`eval 'as_val=${'$as_ac_Header'}
12067                  $as_echo "$as_val"'`
12068    if test "x$as_val" = x""yes; then
12069   cat >>confdefs.h <<_ACEOF
12070 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12071 _ACEOF
12072
12073 for ac_header in audio/soundlib.h
12074 do
12075 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12076 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12077 $as_echo_n "checking for $ac_header... " >&6; }
12078 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12079   $as_echo_n "(cached) " >&6
12080 else
12081   cat >conftest.$ac_ext <<_ACEOF
12082 /* confdefs.h.  */
12083 _ACEOF
12084 cat confdefs.h >>conftest.$ac_ext
12085 cat >>conftest.$ac_ext <<_ACEOF
12086 /* end confdefs.h.  */
12087 #include <audio/audiolib.h>
12088
12089 #include <$ac_header>
12090 _ACEOF
12091 rm -f conftest.$ac_objext
12092 if { (ac_try="$ac_compile"
12093 case "(($ac_try" in
12094   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12095   *) ac_try_echo=$ac_try;;
12096 esac
12097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12098 $as_echo "$ac_try_echo") >&5
12099   (eval "$ac_compile") 2>conftest.er1
12100   ac_status=$?
12101   grep -v '^ *+' conftest.er1 >conftest.err
12102   rm -f conftest.er1
12103   cat conftest.err >&5
12104   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12105   (exit $ac_status); } && {
12106          test -z "$ac_c_werror_flag" ||
12107          test ! -s conftest.err
12108        } && test -s conftest.$ac_objext; then
12109   eval "$as_ac_Header=yes"
12110 else
12111   $as_echo "$as_me: failed program was:" >&5
12112 sed 's/^/| /' conftest.$ac_ext >&5
12113
12114         eval "$as_ac_Header=no"
12115 fi
12116
12117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12118 fi
12119 ac_res=`eval 'as_val=${'$as_ac_Header'}
12120                  $as_echo "$as_val"'`
12121                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12122 $as_echo "$ac_res" >&6; }
12123 as_val=`eval 'as_val=${'$as_ac_Header'}
12124                  $as_echo "$as_val"'`
12125    if test "x$as_val" = x""yes; then
12126   cat >>confdefs.h <<_ACEOF
12127 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12128 _ACEOF
12129
12130 fi
12131
12132 done
12133
12134           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12135 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12136 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12137   $as_echo_n "(cached) " >&6
12138 else
12139   ac_check_lib_save_LIBS=$LIBS
12140 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12141 cat >conftest.$ac_ext <<_ACEOF
12142 /* confdefs.h.  */
12143 _ACEOF
12144 cat confdefs.h >>conftest.$ac_ext
12145 cat >>conftest.$ac_ext <<_ACEOF
12146 /* end confdefs.h.  */
12147
12148 /* Override any GCC internal prototype to avoid an error.
12149    Use char because int might match the return type of a GCC
12150    builtin and then its argument prototype would still apply.  */
12151 #ifdef __cplusplus
12152 extern "C"
12153 #endif
12154 char AuCreateFlow ();
12155 int
12156 main ()
12157 {
12158 return AuCreateFlow ();
12159   ;
12160   return 0;
12161 }
12162 _ACEOF
12163 rm -f conftest.$ac_objext conftest$ac_exeext
12164 if { (ac_try="$ac_link"
12165 case "(($ac_try" in
12166   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12167   *) ac_try_echo=$ac_try;;
12168 esac
12169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12170 $as_echo "$ac_try_echo") >&5
12171   (eval "$ac_link") 2>conftest.er1
12172   ac_status=$?
12173   grep -v '^ *+' conftest.er1 >conftest.err
12174   rm -f conftest.er1
12175   cat conftest.err >&5
12176   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12177   (exit $ac_status); } && {
12178          test -z "$ac_c_werror_flag" ||
12179          test ! -s conftest.err
12180        } && test -s conftest$ac_exeext && {
12181          test "$cross_compiling" = yes ||
12182          $as_test_x conftest$ac_exeext
12183        }; then
12184   ac_cv_lib_audio_AuCreateFlow=yes
12185 else
12186   $as_echo "$as_me: failed program was:" >&5
12187 sed 's/^/| /' conftest.$ac_ext >&5
12188
12189         ac_cv_lib_audio_AuCreateFlow=no
12190 fi
12191
12192 rm -rf conftest.dSYM
12193 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12194       conftest$ac_exeext conftest.$ac_ext
12195 LIBS=$ac_check_lib_save_LIBS
12196 fi
12197 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12198 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12199 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12200
12201 cat >>confdefs.h <<\_ACEOF
12202 #define HAVE_NAS 1
12203 _ACEOF
12204
12205                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12206 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12207 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12208   $as_echo_n "(cached) " >&6
12209 else
12210   ac_check_lib_save_LIBS=$LIBS
12211 LIBS="-lXau $X_LIBS $LIBS"
12212 cat >conftest.$ac_ext <<_ACEOF
12213 /* confdefs.h.  */
12214 _ACEOF
12215 cat confdefs.h >>conftest.$ac_ext
12216 cat >>conftest.$ac_ext <<_ACEOF
12217 /* end confdefs.h.  */
12218
12219 /* Override any GCC internal prototype to avoid an error.
12220    Use char because int might match the return type of a GCC
12221    builtin and then its argument prototype would still apply.  */
12222 #ifdef __cplusplus
12223 extern "C"
12224 #endif
12225 char XauGetBestAuthByAddr ();
12226 int
12227 main ()
12228 {
12229 return XauGetBestAuthByAddr ();
12230   ;
12231   return 0;
12232 }
12233 _ACEOF
12234 rm -f conftest.$ac_objext conftest$ac_exeext
12235 if { (ac_try="$ac_link"
12236 case "(($ac_try" in
12237   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12238   *) ac_try_echo=$ac_try;;
12239 esac
12240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12241 $as_echo "$ac_try_echo") >&5
12242   (eval "$ac_link") 2>conftest.er1
12243   ac_status=$?
12244   grep -v '^ *+' conftest.er1 >conftest.err
12245   rm -f conftest.er1
12246   cat conftest.err >&5
12247   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12248   (exit $ac_status); } && {
12249          test -z "$ac_c_werror_flag" ||
12250          test ! -s conftest.err
12251        } && test -s conftest$ac_exeext && {
12252          test "$cross_compiling" = yes ||
12253          $as_test_x conftest$ac_exeext
12254        }; then
12255   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12256 else
12257   $as_echo "$as_me: failed program was:" >&5
12258 sed 's/^/| /' conftest.$ac_ext >&5
12259
12260         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12261 fi
12262
12263 rm -rf conftest.dSYM
12264 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12265       conftest$ac_exeext conftest.$ac_ext
12266 LIBS=$ac_check_lib_save_LIBS
12267 fi
12268 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12269 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12270 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12271   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12272 else
12273   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12274 fi
12275
12276
12277 fi
12278
12279 fi
12280
12281 done
12282
12283
12284     CPPFLAGS="$ac_save_CPPFLAGS"
12285 else
12286     XLIB=""
12287     X_CFLAGS=""
12288     X_LIBS=""
12289     enable_winex11_drv=${enable_winex11_drv:-no}
12290     enable_opengl32=${enable_opengl32:-no}
12291     enable_glu32=${enable_glu32:-no}
12292 fi
12293 if test "x$XLIB" = "x"; then
12294   case "x$with_x" in
12295   xno) ;;
12296   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12297 without X support, which probably isn't what you want. You will need to install
12298 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12299 Use the --without-x option if you really want this." >&5
12300 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12301 without X support, which probably isn't what you want. You will need to install
12302 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12303 Use the --without-x option if you really want this." >&2;}
12304    { (exit 1); exit 1; }; } ;;
12305 esac
12306 fi
12307
12308
12309
12310 XML2LIBS=""
12311
12312 XML2INCL=""
12313
12314 XSLTINCL=""
12315
12316 if test "x$with_xml" != "xno"
12317 then
12318     ac_save_CPPFLAGS="$CPPFLAGS"
12319     if test "$PKG_CONFIG" != "false"
12320     then
12321         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12322         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12323     else
12324         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12325         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12326     fi
12327     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12328
12329 for ac_header in libxml/parser.h
12330 do
12331 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12332 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12333   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12334 $as_echo_n "checking for $ac_header... " >&6; }
12335 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12336   $as_echo_n "(cached) " >&6
12337 fi
12338 ac_res=`eval 'as_val=${'$as_ac_Header'}
12339                  $as_echo "$as_val"'`
12340                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12341 $as_echo "$ac_res" >&6; }
12342 else
12343   # Is the header compilable?
12344 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12345 $as_echo_n "checking $ac_header usability... " >&6; }
12346 cat >conftest.$ac_ext <<_ACEOF
12347 /* confdefs.h.  */
12348 _ACEOF
12349 cat confdefs.h >>conftest.$ac_ext
12350 cat >>conftest.$ac_ext <<_ACEOF
12351 /* end confdefs.h.  */
12352 $ac_includes_default
12353 #include <$ac_header>
12354 _ACEOF
12355 rm -f conftest.$ac_objext
12356 if { (ac_try="$ac_compile"
12357 case "(($ac_try" in
12358   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12359   *) ac_try_echo=$ac_try;;
12360 esac
12361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12362 $as_echo "$ac_try_echo") >&5
12363   (eval "$ac_compile") 2>conftest.er1
12364   ac_status=$?
12365   grep -v '^ *+' conftest.er1 >conftest.err
12366   rm -f conftest.er1
12367   cat conftest.err >&5
12368   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12369   (exit $ac_status); } && {
12370          test -z "$ac_c_werror_flag" ||
12371          test ! -s conftest.err
12372        } && test -s conftest.$ac_objext; then
12373   ac_header_compiler=yes
12374 else
12375   $as_echo "$as_me: failed program was:" >&5
12376 sed 's/^/| /' conftest.$ac_ext >&5
12377
12378         ac_header_compiler=no
12379 fi
12380
12381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12382 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12383 $as_echo "$ac_header_compiler" >&6; }
12384
12385 # Is the header present?
12386 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12387 $as_echo_n "checking $ac_header presence... " >&6; }
12388 cat >conftest.$ac_ext <<_ACEOF
12389 /* confdefs.h.  */
12390 _ACEOF
12391 cat confdefs.h >>conftest.$ac_ext
12392 cat >>conftest.$ac_ext <<_ACEOF
12393 /* end confdefs.h.  */
12394 #include <$ac_header>
12395 _ACEOF
12396 if { (ac_try="$ac_cpp conftest.$ac_ext"
12397 case "(($ac_try" in
12398   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12399   *) ac_try_echo=$ac_try;;
12400 esac
12401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12402 $as_echo "$ac_try_echo") >&5
12403   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12404   ac_status=$?
12405   grep -v '^ *+' conftest.er1 >conftest.err
12406   rm -f conftest.er1
12407   cat conftest.err >&5
12408   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12409   (exit $ac_status); } >/dev/null && {
12410          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12411          test ! -s conftest.err
12412        }; then
12413   ac_header_preproc=yes
12414 else
12415   $as_echo "$as_me: failed program was:" >&5
12416 sed 's/^/| /' conftest.$ac_ext >&5
12417
12418   ac_header_preproc=no
12419 fi
12420
12421 rm -f conftest.err conftest.$ac_ext
12422 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12423 $as_echo "$ac_header_preproc" >&6; }
12424
12425 # So?  What about this header?
12426 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12427   yes:no: )
12428     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12429 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12430     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12431 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12432     ac_header_preproc=yes
12433     ;;
12434   no:yes:* )
12435     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12436 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12437     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12438 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12439     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12440 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12441     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12442 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12443     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12444 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12445     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12446 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12447     ( cat <<\_ASBOX
12448 ## ------------------------------------ ##
12449 ## Report this to wine-devel@winehq.org ##
12450 ## ------------------------------------ ##
12451 _ASBOX
12452      ) | sed "s/^/$as_me: WARNING:     /" >&2
12453     ;;
12454 esac
12455 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12456 $as_echo_n "checking for $ac_header... " >&6; }
12457 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12458   $as_echo_n "(cached) " >&6
12459 else
12460   eval "$as_ac_Header=\$ac_header_preproc"
12461 fi
12462 ac_res=`eval 'as_val=${'$as_ac_Header'}
12463                  $as_echo "$as_val"'`
12464                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12465 $as_echo "$ac_res" >&6; }
12466
12467 fi
12468 as_val=`eval 'as_val=${'$as_ac_Header'}
12469                  $as_echo "$as_val"'`
12470    if test "x$as_val" = x""yes; then
12471   cat >>confdefs.h <<_ACEOF
12472 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12473 _ACEOF
12474  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12475 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12476 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12477   $as_echo_n "(cached) " >&6
12478 else
12479   ac_check_lib_save_LIBS=$LIBS
12480 LIBS="-lxml2 $ac_xml_libs $LIBS"
12481 cat >conftest.$ac_ext <<_ACEOF
12482 /* confdefs.h.  */
12483 _ACEOF
12484 cat confdefs.h >>conftest.$ac_ext
12485 cat >>conftest.$ac_ext <<_ACEOF
12486 /* end confdefs.h.  */
12487
12488 /* Override any GCC internal prototype to avoid an error.
12489    Use char because int might match the return type of a GCC
12490    builtin and then its argument prototype would still apply.  */
12491 #ifdef __cplusplus
12492 extern "C"
12493 #endif
12494 char xmlParseMemory ();
12495 int
12496 main ()
12497 {
12498 return xmlParseMemory ();
12499   ;
12500   return 0;
12501 }
12502 _ACEOF
12503 rm -f conftest.$ac_objext conftest$ac_exeext
12504 if { (ac_try="$ac_link"
12505 case "(($ac_try" in
12506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12507   *) ac_try_echo=$ac_try;;
12508 esac
12509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12510 $as_echo "$ac_try_echo") >&5
12511   (eval "$ac_link") 2>conftest.er1
12512   ac_status=$?
12513   grep -v '^ *+' conftest.er1 >conftest.err
12514   rm -f conftest.er1
12515   cat conftest.err >&5
12516   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12517   (exit $ac_status); } && {
12518          test -z "$ac_c_werror_flag" ||
12519          test ! -s conftest.err
12520        } && test -s conftest$ac_exeext && {
12521          test "$cross_compiling" = yes ||
12522          $as_test_x conftest$ac_exeext
12523        }; then
12524   ac_cv_lib_xml2_xmlParseMemory=yes
12525 else
12526   $as_echo "$as_me: failed program was:" >&5
12527 sed 's/^/| /' conftest.$ac_ext >&5
12528
12529         ac_cv_lib_xml2_xmlParseMemory=no
12530 fi
12531
12532 rm -rf conftest.dSYM
12533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12534       conftest$ac_exeext conftest.$ac_ext
12535 LIBS=$ac_check_lib_save_LIBS
12536 fi
12537 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12538 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12539 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12540
12541 cat >>confdefs.h <<\_ACEOF
12542 #define HAVE_LIBXML2 1
12543 _ACEOF
12544
12545                  XML2LIBS="$ac_xml_libs"
12546                  XML2INCL="$ac_xml_cflags"
12547 fi
12548
12549              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12550 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12551 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12552   $as_echo_n "(cached) " >&6
12553 else
12554   ac_check_lib_save_LIBS=$LIBS
12555 LIBS="-lxml2 $ac_xml_libs $LIBS"
12556 cat >conftest.$ac_ext <<_ACEOF
12557 /* confdefs.h.  */
12558 _ACEOF
12559 cat confdefs.h >>conftest.$ac_ext
12560 cat >>conftest.$ac_ext <<_ACEOF
12561 /* end confdefs.h.  */
12562
12563 /* Override any GCC internal prototype to avoid an error.
12564    Use char because int might match the return type of a GCC
12565    builtin and then its argument prototype would still apply.  */
12566 #ifdef __cplusplus
12567 extern "C"
12568 #endif
12569 char xmlReadMemory ();
12570 int
12571 main ()
12572 {
12573 return xmlReadMemory ();
12574   ;
12575   return 0;
12576 }
12577 _ACEOF
12578 rm -f conftest.$ac_objext conftest$ac_exeext
12579 if { (ac_try="$ac_link"
12580 case "(($ac_try" in
12581   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12582   *) ac_try_echo=$ac_try;;
12583 esac
12584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12585 $as_echo "$ac_try_echo") >&5
12586   (eval "$ac_link") 2>conftest.er1
12587   ac_status=$?
12588   grep -v '^ *+' conftest.er1 >conftest.err
12589   rm -f conftest.er1
12590   cat conftest.err >&5
12591   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12592   (exit $ac_status); } && {
12593          test -z "$ac_c_werror_flag" ||
12594          test ! -s conftest.err
12595        } && test -s conftest$ac_exeext && {
12596          test "$cross_compiling" = yes ||
12597          $as_test_x conftest$ac_exeext
12598        }; then
12599   ac_cv_lib_xml2_xmlReadMemory=yes
12600 else
12601   $as_echo "$as_me: failed program was:" >&5
12602 sed 's/^/| /' conftest.$ac_ext >&5
12603
12604         ac_cv_lib_xml2_xmlReadMemory=no
12605 fi
12606
12607 rm -rf conftest.dSYM
12608 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12609       conftest$ac_exeext conftest.$ac_ext
12610 LIBS=$ac_check_lib_save_LIBS
12611 fi
12612 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12613 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12614 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12615
12616 cat >>confdefs.h <<\_ACEOF
12617 #define HAVE_XMLREADMEMORY 1
12618 _ACEOF
12619
12620 fi
12621
12622              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12623 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12624 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12625   $as_echo_n "(cached) " >&6
12626 else
12627   ac_check_lib_save_LIBS=$LIBS
12628 LIBS="-lxml2 $ac_xml_libs $LIBS"
12629 cat >conftest.$ac_ext <<_ACEOF
12630 /* confdefs.h.  */
12631 _ACEOF
12632 cat confdefs.h >>conftest.$ac_ext
12633 cat >>conftest.$ac_ext <<_ACEOF
12634 /* end confdefs.h.  */
12635
12636 /* Override any GCC internal prototype to avoid an error.
12637    Use char because int might match the return type of a GCC
12638    builtin and then its argument prototype would still apply.  */
12639 #ifdef __cplusplus
12640 extern "C"
12641 #endif
12642 char xmlNewDocPI ();
12643 int
12644 main ()
12645 {
12646 return xmlNewDocPI ();
12647   ;
12648   return 0;
12649 }
12650 _ACEOF
12651 rm -f conftest.$ac_objext conftest$ac_exeext
12652 if { (ac_try="$ac_link"
12653 case "(($ac_try" in
12654   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12655   *) ac_try_echo=$ac_try;;
12656 esac
12657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12658 $as_echo "$ac_try_echo") >&5
12659   (eval "$ac_link") 2>conftest.er1
12660   ac_status=$?
12661   grep -v '^ *+' conftest.er1 >conftest.err
12662   rm -f conftest.er1
12663   cat conftest.err >&5
12664   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12665   (exit $ac_status); } && {
12666          test -z "$ac_c_werror_flag" ||
12667          test ! -s conftest.err
12668        } && test -s conftest$ac_exeext && {
12669          test "$cross_compiling" = yes ||
12670          $as_test_x conftest$ac_exeext
12671        }; then
12672   ac_cv_lib_xml2_xmlNewDocPI=yes
12673 else
12674   $as_echo "$as_me: failed program was:" >&5
12675 sed 's/^/| /' conftest.$ac_ext >&5
12676
12677         ac_cv_lib_xml2_xmlNewDocPI=no
12678 fi
12679
12680 rm -rf conftest.dSYM
12681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12682       conftest$ac_exeext conftest.$ac_ext
12683 LIBS=$ac_check_lib_save_LIBS
12684 fi
12685 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12686 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12687 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12688
12689 cat >>confdefs.h <<\_ACEOF
12690 #define HAVE_XMLNEWDOCPI 1
12691 _ACEOF
12692
12693 fi
12694
12695
12696 fi
12697
12698 done
12699
12700     CPPFLAGS="$ac_save_CPPFLAGS"
12701 fi
12702 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12703   case "x$with_xml" in
12704   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12705   xno) ;;
12706   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12707 This is an error since --with-xml was requested." >&5
12708 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12709 This is an error since --with-xml was requested." >&2;}
12710    { (exit 1); exit 1; }; } ;;
12711 esac
12712 fi
12713
12714
12715 if test "x$with_xslt" != "xno"
12716 then
12717     if test "$PKG_CONFIG" != "false"
12718     then
12719         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12720         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12721     else
12722         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12723         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12724     fi
12725     ac_save_CPPFLAGS="$CPPFLAGS"
12726     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12727
12728
12729 for ac_header in libxslt/pattern.h libxslt/transform.h
12730 do
12731 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12732 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12733 $as_echo_n "checking for $ac_header... " >&6; }
12734 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12735   $as_echo_n "(cached) " >&6
12736 else
12737   cat >conftest.$ac_ext <<_ACEOF
12738 /* confdefs.h.  */
12739 _ACEOF
12740 cat confdefs.h >>conftest.$ac_ext
12741 cat >>conftest.$ac_ext <<_ACEOF
12742 /* end confdefs.h.  */
12743 #ifdef HAVE_LIBXSLT_PATTERN_H
12744 # include <libxslt/pattern.h>
12745 #endif
12746
12747 #include <$ac_header>
12748 _ACEOF
12749 rm -f conftest.$ac_objext
12750 if { (ac_try="$ac_compile"
12751 case "(($ac_try" in
12752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12753   *) ac_try_echo=$ac_try;;
12754 esac
12755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12756 $as_echo "$ac_try_echo") >&5
12757   (eval "$ac_compile") 2>conftest.er1
12758   ac_status=$?
12759   grep -v '^ *+' conftest.er1 >conftest.err
12760   rm -f conftest.er1
12761   cat conftest.err >&5
12762   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12763   (exit $ac_status); } && {
12764          test -z "$ac_c_werror_flag" ||
12765          test ! -s conftest.err
12766        } && test -s conftest.$ac_objext; then
12767   eval "$as_ac_Header=yes"
12768 else
12769   $as_echo "$as_me: failed program was:" >&5
12770 sed 's/^/| /' conftest.$ac_ext >&5
12771
12772         eval "$as_ac_Header=no"
12773 fi
12774
12775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12776 fi
12777 ac_res=`eval 'as_val=${'$as_ac_Header'}
12778                  $as_echo "$as_val"'`
12779                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12780 $as_echo "$ac_res" >&6; }
12781 as_val=`eval 'as_val=${'$as_ac_Header'}
12782                  $as_echo "$as_val"'`
12783    if test "x$as_val" = x""yes; then
12784   cat >>confdefs.h <<_ACEOF
12785 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12786 _ACEOF
12787
12788 fi
12789
12790 done
12791
12792     CPPFLAGS="$ac_save_CPPFLAGS"
12793     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12794     then
12795         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12796 $as_echo_n "checking for -lxslt... " >&6; }
12797 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12798   $as_echo_n "(cached) " >&6
12799 else
12800   ac_check_soname_save_LIBS=$LIBS
12801 LIBS="-lxslt $ac_xslt_libs $LIBS"
12802   cat >conftest.$ac_ext <<_ACEOF
12803 /* confdefs.h.  */
12804 _ACEOF
12805 cat confdefs.h >>conftest.$ac_ext
12806 cat >>conftest.$ac_ext <<_ACEOF
12807 /* end confdefs.h.  */
12808
12809 /* Override any GCC internal prototype to avoid an error.
12810    Use char because int might match the return type of a GCC
12811    builtin and then its argument prototype would still apply.  */
12812 #ifdef __cplusplus
12813 extern "C"
12814 #endif
12815 char xsltCompilePattern ();
12816 int
12817 main ()
12818 {
12819 return xsltCompilePattern ();
12820   ;
12821   return 0;
12822 }
12823 _ACEOF
12824 rm -f conftest.$ac_objext conftest$ac_exeext
12825 if { (ac_try="$ac_link"
12826 case "(($ac_try" in
12827   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12828   *) ac_try_echo=$ac_try;;
12829 esac
12830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12831 $as_echo "$ac_try_echo") >&5
12832   (eval "$ac_link") 2>conftest.er1
12833   ac_status=$?
12834   grep -v '^ *+' conftest.er1 >conftest.err
12835   rm -f conftest.er1
12836   cat conftest.err >&5
12837   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12838   (exit $ac_status); } && {
12839          test -z "$ac_c_werror_flag" ||
12840          test ! -s conftest.err
12841        } && test -s conftest$ac_exeext && {
12842          test "$cross_compiling" = yes ||
12843          $as_test_x conftest$ac_exeext
12844        }; then
12845   case "$LIBEXT" in
12846     dll) ;;
12847     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'` ;;
12848     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12849   esac
12850 else
12851   $as_echo "$as_me: failed program was:" >&5
12852 sed 's/^/| /' conftest.$ac_ext >&5
12853
12854
12855 fi
12856
12857 rm -rf conftest.dSYM
12858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12859       conftest$ac_exeext conftest.$ac_ext
12860   LIBS=$ac_check_soname_save_LIBS
12861 fi
12862 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12863   { $as_echo "$as_me:$LINENO: result: not found" >&5
12864 $as_echo "not found" >&6; }
12865
12866 else
12867   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12868 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12869
12870 cat >>confdefs.h <<_ACEOF
12871 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12872 _ACEOF
12873
12874        XSLTINCL="$ac_xslt_cflags"
12875 fi
12876
12877     fi
12878 fi
12879 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12880   case "x$with_xslt" in
12881   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12882   xno) ;;
12883   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12884 This is an error since --with-xslt was requested." >&5
12885 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12886 This is an error since --with-xslt was requested." >&2;}
12887    { (exit 1); exit 1; }; } ;;
12888 esac
12889 fi
12890
12891
12892 HALINCL=""
12893
12894 if test "x$with_hal" != "xno"
12895 then
12896     ac_save_CPPFLAGS="$CPPFLAGS"
12897     if test "$PKG_CONFIG" != "false"
12898     then
12899         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12900         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12901         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12902     fi
12903
12904
12905 for ac_header in dbus/dbus.h hal/libhal.h
12906 do
12907 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12908 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12909   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12910 $as_echo_n "checking for $ac_header... " >&6; }
12911 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12912   $as_echo_n "(cached) " >&6
12913 fi
12914 ac_res=`eval 'as_val=${'$as_ac_Header'}
12915                  $as_echo "$as_val"'`
12916                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12917 $as_echo "$ac_res" >&6; }
12918 else
12919   # Is the header compilable?
12920 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12921 $as_echo_n "checking $ac_header usability... " >&6; }
12922 cat >conftest.$ac_ext <<_ACEOF
12923 /* confdefs.h.  */
12924 _ACEOF
12925 cat confdefs.h >>conftest.$ac_ext
12926 cat >>conftest.$ac_ext <<_ACEOF
12927 /* end confdefs.h.  */
12928 $ac_includes_default
12929 #include <$ac_header>
12930 _ACEOF
12931 rm -f conftest.$ac_objext
12932 if { (ac_try="$ac_compile"
12933 case "(($ac_try" in
12934   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12935   *) ac_try_echo=$ac_try;;
12936 esac
12937 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12938 $as_echo "$ac_try_echo") >&5
12939   (eval "$ac_compile") 2>conftest.er1
12940   ac_status=$?
12941   grep -v '^ *+' conftest.er1 >conftest.err
12942   rm -f conftest.er1
12943   cat conftest.err >&5
12944   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12945   (exit $ac_status); } && {
12946          test -z "$ac_c_werror_flag" ||
12947          test ! -s conftest.err
12948        } && test -s conftest.$ac_objext; then
12949   ac_header_compiler=yes
12950 else
12951   $as_echo "$as_me: failed program was:" >&5
12952 sed 's/^/| /' conftest.$ac_ext >&5
12953
12954         ac_header_compiler=no
12955 fi
12956
12957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12958 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12959 $as_echo "$ac_header_compiler" >&6; }
12960
12961 # Is the header present?
12962 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12963 $as_echo_n "checking $ac_header presence... " >&6; }
12964 cat >conftest.$ac_ext <<_ACEOF
12965 /* confdefs.h.  */
12966 _ACEOF
12967 cat confdefs.h >>conftest.$ac_ext
12968 cat >>conftest.$ac_ext <<_ACEOF
12969 /* end confdefs.h.  */
12970 #include <$ac_header>
12971 _ACEOF
12972 if { (ac_try="$ac_cpp conftest.$ac_ext"
12973 case "(($ac_try" in
12974   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12975   *) ac_try_echo=$ac_try;;
12976 esac
12977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12978 $as_echo "$ac_try_echo") >&5
12979   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12980   ac_status=$?
12981   grep -v '^ *+' conftest.er1 >conftest.err
12982   rm -f conftest.er1
12983   cat conftest.err >&5
12984   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12985   (exit $ac_status); } >/dev/null && {
12986          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12987          test ! -s conftest.err
12988        }; then
12989   ac_header_preproc=yes
12990 else
12991   $as_echo "$as_me: failed program was:" >&5
12992 sed 's/^/| /' conftest.$ac_ext >&5
12993
12994   ac_header_preproc=no
12995 fi
12996
12997 rm -f conftest.err conftest.$ac_ext
12998 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12999 $as_echo "$ac_header_preproc" >&6; }
13000
13001 # So?  What about this header?
13002 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13003   yes:no: )
13004     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13005 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13006     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13007 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13008     ac_header_preproc=yes
13009     ;;
13010   no:yes:* )
13011     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13012 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13013     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13014 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13015     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13016 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13017     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13018 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13019     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13020 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13021     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13022 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13023     ( cat <<\_ASBOX
13024 ## ------------------------------------ ##
13025 ## Report this to wine-devel@winehq.org ##
13026 ## ------------------------------------ ##
13027 _ASBOX
13028      ) | sed "s/^/$as_me: WARNING:     /" >&2
13029     ;;
13030 esac
13031 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13032 $as_echo_n "checking for $ac_header... " >&6; }
13033 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13034   $as_echo_n "(cached) " >&6
13035 else
13036   eval "$as_ac_Header=\$ac_header_preproc"
13037 fi
13038 ac_res=`eval 'as_val=${'$as_ac_Header'}
13039                  $as_echo "$as_val"'`
13040                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13041 $as_echo "$ac_res" >&6; }
13042
13043 fi
13044 as_val=`eval 'as_val=${'$as_ac_Header'}
13045                  $as_echo "$as_val"'`
13046    if test "x$as_val" = x""yes; then
13047   cat >>confdefs.h <<_ACEOF
13048 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13049 _ACEOF
13050
13051 fi
13052
13053 done
13054
13055     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13056     then
13057         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13058 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13059 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13060   $as_echo_n "(cached) " >&6
13061 else
13062   ac_check_lib_save_LIBS=$LIBS
13063 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13064 cat >conftest.$ac_ext <<_ACEOF
13065 /* confdefs.h.  */
13066 _ACEOF
13067 cat confdefs.h >>conftest.$ac_ext
13068 cat >>conftest.$ac_ext <<_ACEOF
13069 /* end confdefs.h.  */
13070
13071 /* Override any GCC internal prototype to avoid an error.
13072    Use char because int might match the return type of a GCC
13073    builtin and then its argument prototype would still apply.  */
13074 #ifdef __cplusplus
13075 extern "C"
13076 #endif
13077 char dbus_connection_close ();
13078 int
13079 main ()
13080 {
13081 return dbus_connection_close ();
13082   ;
13083   return 0;
13084 }
13085 _ACEOF
13086 rm -f conftest.$ac_objext conftest$ac_exeext
13087 if { (ac_try="$ac_link"
13088 case "(($ac_try" in
13089   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13090   *) ac_try_echo=$ac_try;;
13091 esac
13092 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13093 $as_echo "$ac_try_echo") >&5
13094   (eval "$ac_link") 2>conftest.er1
13095   ac_status=$?
13096   grep -v '^ *+' conftest.er1 >conftest.err
13097   rm -f conftest.er1
13098   cat conftest.err >&5
13099   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13100   (exit $ac_status); } && {
13101          test -z "$ac_c_werror_flag" ||
13102          test ! -s conftest.err
13103        } && test -s conftest$ac_exeext && {
13104          test "$cross_compiling" = yes ||
13105          $as_test_x conftest$ac_exeext
13106        }; then
13107   ac_cv_lib_dbus_1_dbus_connection_close=yes
13108 else
13109   $as_echo "$as_me: failed program was:" >&5
13110 sed 's/^/| /' conftest.$ac_ext >&5
13111
13112         ac_cv_lib_dbus_1_dbus_connection_close=no
13113 fi
13114
13115 rm -rf conftest.dSYM
13116 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13117       conftest$ac_exeext conftest.$ac_ext
13118 LIBS=$ac_check_lib_save_LIBS
13119 fi
13120 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13121 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13122 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13123   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13124 $as_echo_n "checking for -lhal... " >&6; }
13125 if test "${ac_cv_lib_soname_hal+set}" = set; then
13126   $as_echo_n "(cached) " >&6
13127 else
13128   ac_check_soname_save_LIBS=$LIBS
13129 LIBS="-lhal $ac_hal_libs $LIBS"
13130   cat >conftest.$ac_ext <<_ACEOF
13131 /* confdefs.h.  */
13132 _ACEOF
13133 cat confdefs.h >>conftest.$ac_ext
13134 cat >>conftest.$ac_ext <<_ACEOF
13135 /* end confdefs.h.  */
13136
13137 /* Override any GCC internal prototype to avoid an error.
13138    Use char because int might match the return type of a GCC
13139    builtin and then its argument prototype would still apply.  */
13140 #ifdef __cplusplus
13141 extern "C"
13142 #endif
13143 char libhal_ctx_new ();
13144 int
13145 main ()
13146 {
13147 return libhal_ctx_new ();
13148   ;
13149   return 0;
13150 }
13151 _ACEOF
13152 rm -f conftest.$ac_objext conftest$ac_exeext
13153 if { (ac_try="$ac_link"
13154 case "(($ac_try" in
13155   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13156   *) ac_try_echo=$ac_try;;
13157 esac
13158 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13159 $as_echo "$ac_try_echo") >&5
13160   (eval "$ac_link") 2>conftest.er1
13161   ac_status=$?
13162   grep -v '^ *+' conftest.er1 >conftest.err
13163   rm -f conftest.er1
13164   cat conftest.err >&5
13165   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13166   (exit $ac_status); } && {
13167          test -z "$ac_c_werror_flag" ||
13168          test ! -s conftest.err
13169        } && test -s conftest$ac_exeext && {
13170          test "$cross_compiling" = yes ||
13171          $as_test_x conftest$ac_exeext
13172        }; then
13173   case "$LIBEXT" in
13174     dll) ;;
13175     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'` ;;
13176     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13177   esac
13178 else
13179   $as_echo "$as_me: failed program was:" >&5
13180 sed 's/^/| /' conftest.$ac_ext >&5
13181
13182
13183 fi
13184
13185 rm -rf conftest.dSYM
13186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13187       conftest$ac_exeext conftest.$ac_ext
13188   LIBS=$ac_check_soname_save_LIBS
13189 fi
13190 if test "x$ac_cv_lib_soname_hal" = "x"; then
13191   { $as_echo "$as_me:$LINENO: result: not found" >&5
13192 $as_echo "not found" >&6; }
13193
13194 else
13195   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13196 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13197
13198 cat >>confdefs.h <<_ACEOF
13199 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13200 _ACEOF
13201
13202        HALINCL="$ac_hal_cflags"
13203 fi
13204
13205 fi
13206
13207     fi
13208     CPPFLAGS="$ac_save_CPPFLAGS"
13209 fi
13210 if test "x$ac_cv_lib_soname_hal" = "x"; then
13211   case "x$with_hal" in
13212   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13213   xno) ;;
13214   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13215 This is an error since --with-hal was requested." >&5
13216 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13217 This is an error since --with-hal was requested." >&2;}
13218    { (exit 1); exit 1; }; } ;;
13219 esac
13220 fi
13221
13222
13223 if test "x$with_gnutls" != "xno"
13224 then
13225     ac_save_CPPFLAGS="$CPPFLAGS"
13226     if test "$PKG_CONFIG" != "false"
13227     then
13228         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13229         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13230         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13231     fi
13232     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13233   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13234 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13235 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13236   $as_echo_n "(cached) " >&6
13237 fi
13238 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13239 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13240 else
13241   # Is the header compilable?
13242 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13243 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13244 cat >conftest.$ac_ext <<_ACEOF
13245 /* confdefs.h.  */
13246 _ACEOF
13247 cat confdefs.h >>conftest.$ac_ext
13248 cat >>conftest.$ac_ext <<_ACEOF
13249 /* end confdefs.h.  */
13250 $ac_includes_default
13251 #include <gnutls/gnutls.h>
13252 _ACEOF
13253 rm -f conftest.$ac_objext
13254 if { (ac_try="$ac_compile"
13255 case "(($ac_try" in
13256   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13257   *) ac_try_echo=$ac_try;;
13258 esac
13259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13260 $as_echo "$ac_try_echo") >&5
13261   (eval "$ac_compile") 2>conftest.er1
13262   ac_status=$?
13263   grep -v '^ *+' conftest.er1 >conftest.err
13264   rm -f conftest.er1
13265   cat conftest.err >&5
13266   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267   (exit $ac_status); } && {
13268          test -z "$ac_c_werror_flag" ||
13269          test ! -s conftest.err
13270        } && test -s conftest.$ac_objext; then
13271   ac_header_compiler=yes
13272 else
13273   $as_echo "$as_me: failed program was:" >&5
13274 sed 's/^/| /' conftest.$ac_ext >&5
13275
13276         ac_header_compiler=no
13277 fi
13278
13279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13280 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13281 $as_echo "$ac_header_compiler" >&6; }
13282
13283 # Is the header present?
13284 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13285 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13286 cat >conftest.$ac_ext <<_ACEOF
13287 /* confdefs.h.  */
13288 _ACEOF
13289 cat confdefs.h >>conftest.$ac_ext
13290 cat >>conftest.$ac_ext <<_ACEOF
13291 /* end confdefs.h.  */
13292 #include <gnutls/gnutls.h>
13293 _ACEOF
13294 if { (ac_try="$ac_cpp conftest.$ac_ext"
13295 case "(($ac_try" in
13296   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13297   *) ac_try_echo=$ac_try;;
13298 esac
13299 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13300 $as_echo "$ac_try_echo") >&5
13301   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13302   ac_status=$?
13303   grep -v '^ *+' conftest.er1 >conftest.err
13304   rm -f conftest.er1
13305   cat conftest.err >&5
13306   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13307   (exit $ac_status); } >/dev/null && {
13308          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13309          test ! -s conftest.err
13310        }; then
13311   ac_header_preproc=yes
13312 else
13313   $as_echo "$as_me: failed program was:" >&5
13314 sed 's/^/| /' conftest.$ac_ext >&5
13315
13316   ac_header_preproc=no
13317 fi
13318
13319 rm -f conftest.err conftest.$ac_ext
13320 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13321 $as_echo "$ac_header_preproc" >&6; }
13322
13323 # So?  What about this header?
13324 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13325   yes:no: )
13326     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13327 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13328     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13329 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13330     ac_header_preproc=yes
13331     ;;
13332   no:yes:* )
13333     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13334 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13335     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13336 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13337     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13338 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13339     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13340 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13341     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13342 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13343     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13344 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13345     ( cat <<\_ASBOX
13346 ## ------------------------------------ ##
13347 ## Report this to wine-devel@winehq.org ##
13348 ## ------------------------------------ ##
13349 _ASBOX
13350      ) | sed "s/^/$as_me: WARNING:     /" >&2
13351     ;;
13352 esac
13353 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13354 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13355 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13356   $as_echo_n "(cached) " >&6
13357 else
13358   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13359 fi
13360 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13361 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13362
13363 fi
13364 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13365   cat >conftest.$ac_ext <<_ACEOF
13366 /* confdefs.h.  */
13367 _ACEOF
13368 cat confdefs.h >>conftest.$ac_ext
13369 cat >>conftest.$ac_ext <<_ACEOF
13370 /* end confdefs.h.  */
13371 #include <gnutls/gnutls.h>
13372 int
13373 main ()
13374 {
13375 typeof(gnutls_mac_get_key_size) *pfunc;
13376   ;
13377   return 0;
13378 }
13379 _ACEOF
13380 rm -f conftest.$ac_objext
13381 if { (ac_try="$ac_compile"
13382 case "(($ac_try" in
13383   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13384   *) ac_try_echo=$ac_try;;
13385 esac
13386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13387 $as_echo "$ac_try_echo") >&5
13388   (eval "$ac_compile") 2>conftest.er1
13389   ac_status=$?
13390   grep -v '^ *+' conftest.er1 >conftest.err
13391   rm -f conftest.er1
13392   cat conftest.err >&5
13393   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13394   (exit $ac_status); } && {
13395          test -z "$ac_c_werror_flag" ||
13396          test ! -s conftest.err
13397        } && test -s conftest.$ac_objext; then
13398   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13399 $as_echo_n "checking for -lgnutls... " >&6; }
13400 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13401   $as_echo_n "(cached) " >&6
13402 else
13403   ac_check_soname_save_LIBS=$LIBS
13404 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13405   cat >conftest.$ac_ext <<_ACEOF
13406 /* confdefs.h.  */
13407 _ACEOF
13408 cat confdefs.h >>conftest.$ac_ext
13409 cat >>conftest.$ac_ext <<_ACEOF
13410 /* end confdefs.h.  */
13411
13412 /* Override any GCC internal prototype to avoid an error.
13413    Use char because int might match the return type of a GCC
13414    builtin and then its argument prototype would still apply.  */
13415 #ifdef __cplusplus
13416 extern "C"
13417 #endif
13418 char gnutls_global_init ();
13419 int
13420 main ()
13421 {
13422 return gnutls_global_init ();
13423   ;
13424   return 0;
13425 }
13426 _ACEOF
13427 rm -f conftest.$ac_objext conftest$ac_exeext
13428 if { (ac_try="$ac_link"
13429 case "(($ac_try" in
13430   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13431   *) ac_try_echo=$ac_try;;
13432 esac
13433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13434 $as_echo "$ac_try_echo") >&5
13435   (eval "$ac_link") 2>conftest.er1
13436   ac_status=$?
13437   grep -v '^ *+' conftest.er1 >conftest.err
13438   rm -f conftest.er1
13439   cat conftest.err >&5
13440   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13441   (exit $ac_status); } && {
13442          test -z "$ac_c_werror_flag" ||
13443          test ! -s conftest.err
13444        } && test -s conftest$ac_exeext && {
13445          test "$cross_compiling" = yes ||
13446          $as_test_x conftest$ac_exeext
13447        }; then
13448   case "$LIBEXT" in
13449     dll) ;;
13450     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'` ;;
13451     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13452   esac
13453 else
13454   $as_echo "$as_me: failed program was:" >&5
13455 sed 's/^/| /' conftest.$ac_ext >&5
13456
13457
13458 fi
13459
13460 rm -rf conftest.dSYM
13461 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13462       conftest$ac_exeext conftest.$ac_ext
13463   LIBS=$ac_check_soname_save_LIBS
13464 fi
13465 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13466   { $as_echo "$as_me:$LINENO: result: not found" >&5
13467 $as_echo "not found" >&6; }
13468
13469 else
13470   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13471 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13472
13473 cat >>confdefs.h <<_ACEOF
13474 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13475 _ACEOF
13476
13477        GNUTLSINCL="$ac_gnutls_cflags"
13478
13479 fi
13480
13481 else
13482   $as_echo "$as_me: failed program was:" >&5
13483 sed 's/^/| /' conftest.$ac_ext >&5
13484
13485
13486 fi
13487
13488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13489 fi
13490
13491
13492     CPPFLAGS="$ac_save_CPPFLAGS"
13493 fi
13494 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13495   case "x$with_gnutls" in
13496   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13497   xno) ;;
13498   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13499 This is an error since --with-gnutls was requested." >&5
13500 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13501 This is an error since --with-gnutls was requested." >&2;}
13502    { (exit 1); exit 1; }; } ;;
13503 esac
13504 fi
13505
13506
13507 CURSESLIBS=""
13508 if test "$ac_cv_header_ncurses_h" = "yes"
13509 then
13510     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13511 $as_echo_n "checking for -lncurses... " >&6; }
13512 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13513   $as_echo_n "(cached) " >&6
13514 else
13515   ac_check_soname_save_LIBS=$LIBS
13516 LIBS="-lncurses  $LIBS"
13517   cat >conftest.$ac_ext <<_ACEOF
13518 /* confdefs.h.  */
13519 _ACEOF
13520 cat confdefs.h >>conftest.$ac_ext
13521 cat >>conftest.$ac_ext <<_ACEOF
13522 /* end confdefs.h.  */
13523
13524 /* Override any GCC internal prototype to avoid an error.
13525    Use char because int might match the return type of a GCC
13526    builtin and then its argument prototype would still apply.  */
13527 #ifdef __cplusplus
13528 extern "C"
13529 #endif
13530 char waddch ();
13531 int
13532 main ()
13533 {
13534 return waddch ();
13535   ;
13536   return 0;
13537 }
13538 _ACEOF
13539 rm -f conftest.$ac_objext conftest$ac_exeext
13540 if { (ac_try="$ac_link"
13541 case "(($ac_try" in
13542   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13543   *) ac_try_echo=$ac_try;;
13544 esac
13545 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13546 $as_echo "$ac_try_echo") >&5
13547   (eval "$ac_link") 2>conftest.er1
13548   ac_status=$?
13549   grep -v '^ *+' conftest.er1 >conftest.err
13550   rm -f conftest.er1
13551   cat conftest.err >&5
13552   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13553   (exit $ac_status); } && {
13554          test -z "$ac_c_werror_flag" ||
13555          test ! -s conftest.err
13556        } && test -s conftest$ac_exeext && {
13557          test "$cross_compiling" = yes ||
13558          $as_test_x conftest$ac_exeext
13559        }; then
13560   case "$LIBEXT" in
13561     dll) ;;
13562     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'` ;;
13563     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13564   esac
13565 else
13566   $as_echo "$as_me: failed program was:" >&5
13567 sed 's/^/| /' conftest.$ac_ext >&5
13568
13569
13570 fi
13571
13572 rm -rf conftest.dSYM
13573 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13574       conftest$ac_exeext conftest.$ac_ext
13575   LIBS=$ac_check_soname_save_LIBS
13576 fi
13577 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13578   { $as_echo "$as_me:$LINENO: result: not found" >&5
13579 $as_echo "not found" >&6; }
13580
13581 else
13582   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13583 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13584
13585 cat >>confdefs.h <<_ACEOF
13586 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13587 _ACEOF
13588
13589        CURSESLIBS="-lncurses"
13590 fi
13591
13592 elif test "$ac_cv_header_curses_h" = "yes"
13593 then
13594     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13595 $as_echo_n "checking for -lcurses... " >&6; }
13596 if test "${ac_cv_lib_soname_curses+set}" = set; then
13597   $as_echo_n "(cached) " >&6
13598 else
13599   ac_check_soname_save_LIBS=$LIBS
13600 LIBS="-lcurses  $LIBS"
13601   cat >conftest.$ac_ext <<_ACEOF
13602 /* confdefs.h.  */
13603 _ACEOF
13604 cat confdefs.h >>conftest.$ac_ext
13605 cat >>conftest.$ac_ext <<_ACEOF
13606 /* end confdefs.h.  */
13607
13608 /* Override any GCC internal prototype to avoid an error.
13609    Use char because int might match the return type of a GCC
13610    builtin and then its argument prototype would still apply.  */
13611 #ifdef __cplusplus
13612 extern "C"
13613 #endif
13614 char waddch ();
13615 int
13616 main ()
13617 {
13618 return waddch ();
13619   ;
13620   return 0;
13621 }
13622 _ACEOF
13623 rm -f conftest.$ac_objext conftest$ac_exeext
13624 if { (ac_try="$ac_link"
13625 case "(($ac_try" in
13626   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13627   *) ac_try_echo=$ac_try;;
13628 esac
13629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13630 $as_echo "$ac_try_echo") >&5
13631   (eval "$ac_link") 2>conftest.er1
13632   ac_status=$?
13633   grep -v '^ *+' conftest.er1 >conftest.err
13634   rm -f conftest.er1
13635   cat conftest.err >&5
13636   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13637   (exit $ac_status); } && {
13638          test -z "$ac_c_werror_flag" ||
13639          test ! -s conftest.err
13640        } && test -s conftest$ac_exeext && {
13641          test "$cross_compiling" = yes ||
13642          $as_test_x conftest$ac_exeext
13643        }; then
13644   case "$LIBEXT" in
13645     dll) ;;
13646     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'` ;;
13647     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13648   esac
13649 else
13650   $as_echo "$as_me: failed program was:" >&5
13651 sed 's/^/| /' conftest.$ac_ext >&5
13652
13653
13654 fi
13655
13656 rm -rf conftest.dSYM
13657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13658       conftest$ac_exeext conftest.$ac_ext
13659   LIBS=$ac_check_soname_save_LIBS
13660 fi
13661 if test "x$ac_cv_lib_soname_curses" = "x"; then
13662   { $as_echo "$as_me:$LINENO: result: not found" >&5
13663 $as_echo "not found" >&6; }
13664
13665 else
13666   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13667 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13668
13669 cat >>confdefs.h <<_ACEOF
13670 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13671 _ACEOF
13672
13673        CURSESLIBS="-lcurses"
13674 fi
13675
13676 fi
13677 ac_save_LIBS="$LIBS"
13678 LIBS="$LIBS $CURSESLIBS"
13679
13680 for ac_func in mousemask
13681 do
13682 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13683 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13684 $as_echo_n "checking for $ac_func... " >&6; }
13685 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13686   $as_echo_n "(cached) " >&6
13687 else
13688   cat >conftest.$ac_ext <<_ACEOF
13689 /* confdefs.h.  */
13690 _ACEOF
13691 cat confdefs.h >>conftest.$ac_ext
13692 cat >>conftest.$ac_ext <<_ACEOF
13693 /* end confdefs.h.  */
13694 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13695    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13696 #define $ac_func innocuous_$ac_func
13697
13698 /* System header to define __stub macros and hopefully few prototypes,
13699     which can conflict with char $ac_func (); below.
13700     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13701     <limits.h> exists even on freestanding compilers.  */
13702
13703 #ifdef __STDC__
13704 # include <limits.h>
13705 #else
13706 # include <assert.h>
13707 #endif
13708
13709 #undef $ac_func
13710
13711 /* Override any GCC internal prototype to avoid an error.
13712    Use char because int might match the return type of a GCC
13713    builtin and then its argument prototype would still apply.  */
13714 #ifdef __cplusplus
13715 extern "C"
13716 #endif
13717 char $ac_func ();
13718 /* The GNU C library defines this for functions which it implements
13719     to always fail with ENOSYS.  Some functions are actually named
13720     something starting with __ and the normal name is an alias.  */
13721 #if defined __stub_$ac_func || defined __stub___$ac_func
13722 choke me
13723 #endif
13724
13725 int
13726 main ()
13727 {
13728 return $ac_func ();
13729   ;
13730   return 0;
13731 }
13732 _ACEOF
13733 rm -f conftest.$ac_objext conftest$ac_exeext
13734 if { (ac_try="$ac_link"
13735 case "(($ac_try" in
13736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13737   *) ac_try_echo=$ac_try;;
13738 esac
13739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13740 $as_echo "$ac_try_echo") >&5
13741   (eval "$ac_link") 2>conftest.er1
13742   ac_status=$?
13743   grep -v '^ *+' conftest.er1 >conftest.err
13744   rm -f conftest.er1
13745   cat conftest.err >&5
13746   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13747   (exit $ac_status); } && {
13748          test -z "$ac_c_werror_flag" ||
13749          test ! -s conftest.err
13750        } && test -s conftest$ac_exeext && {
13751          test "$cross_compiling" = yes ||
13752          $as_test_x conftest$ac_exeext
13753        }; then
13754   eval "$as_ac_var=yes"
13755 else
13756   $as_echo "$as_me: failed program was:" >&5
13757 sed 's/^/| /' conftest.$ac_ext >&5
13758
13759         eval "$as_ac_var=no"
13760 fi
13761
13762 rm -rf conftest.dSYM
13763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13764       conftest$ac_exeext conftest.$ac_ext
13765 fi
13766 ac_res=`eval 'as_val=${'$as_ac_var'}
13767                  $as_echo "$as_val"'`
13768                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13769 $as_echo "$ac_res" >&6; }
13770 as_val=`eval 'as_val=${'$as_ac_var'}
13771                  $as_echo "$as_val"'`
13772    if test "x$as_val" = x""yes; then
13773   cat >>confdefs.h <<_ACEOF
13774 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13775 _ACEOF
13776
13777 fi
13778 done
13779
13780 LIBS="$ac_save_LIBS"
13781 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13782   case "x$with_curses" in
13783   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13784   xno) ;;
13785   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13786 This is an error since --with-curses was requested." >&5
13787 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13788 This is an error since --with-curses was requested." >&2;}
13789    { (exit 1); exit 1; }; } ;;
13790 esac
13791 fi
13792
13793
13794 if test "x$with_sane" != "xno"
13795 then
13796     ac_save_CPPFLAGS="$CPPFLAGS"
13797     # Extract the first word of "sane-config", so it can be a program name with args.
13798 set dummy sane-config; ac_word=$2
13799 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13800 $as_echo_n "checking for $ac_word... " >&6; }
13801 if test "${ac_cv_prog_sane_devel+set}" = set; then
13802   $as_echo_n "(cached) " >&6
13803 else
13804   if test -n "$sane_devel"; then
13805   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13806 else
13807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13808 for as_dir in $PATH
13809 do
13810   IFS=$as_save_IFS
13811   test -z "$as_dir" && as_dir=.
13812   for ac_exec_ext in '' $ac_executable_extensions; do
13813   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13814     ac_cv_prog_sane_devel="sane-config"
13815     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13816     break 2
13817   fi
13818 done
13819 done
13820 IFS=$as_save_IFS
13821
13822   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13823 fi
13824 fi
13825 sane_devel=$ac_cv_prog_sane_devel
13826 if test -n "$sane_devel"; then
13827   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13828 $as_echo "$sane_devel" >&6; }
13829 else
13830   { $as_echo "$as_me:$LINENO: result: no" >&5
13831 $as_echo "no" >&6; }
13832 fi
13833
13834
13835     if test "$sane_devel" != "no"
13836     then
13837         ac_sane_incl="`$sane_devel --cflags`"
13838         ac_sane_libs="`$sane_devel --ldflags`"
13839         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13840     fi
13841     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13842   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13843 $as_echo_n "checking for sane/sane.h... " >&6; }
13844 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13845   $as_echo_n "(cached) " >&6
13846 fi
13847 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13848 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13849 else
13850   # Is the header compilable?
13851 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13852 $as_echo_n "checking sane/sane.h usability... " >&6; }
13853 cat >conftest.$ac_ext <<_ACEOF
13854 /* confdefs.h.  */
13855 _ACEOF
13856 cat confdefs.h >>conftest.$ac_ext
13857 cat >>conftest.$ac_ext <<_ACEOF
13858 /* end confdefs.h.  */
13859 $ac_includes_default
13860 #include <sane/sane.h>
13861 _ACEOF
13862 rm -f conftest.$ac_objext
13863 if { (ac_try="$ac_compile"
13864 case "(($ac_try" in
13865   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13866   *) ac_try_echo=$ac_try;;
13867 esac
13868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13869 $as_echo "$ac_try_echo") >&5
13870   (eval "$ac_compile") 2>conftest.er1
13871   ac_status=$?
13872   grep -v '^ *+' conftest.er1 >conftest.err
13873   rm -f conftest.er1
13874   cat conftest.err >&5
13875   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13876   (exit $ac_status); } && {
13877          test -z "$ac_c_werror_flag" ||
13878          test ! -s conftest.err
13879        } && test -s conftest.$ac_objext; then
13880   ac_header_compiler=yes
13881 else
13882   $as_echo "$as_me: failed program was:" >&5
13883 sed 's/^/| /' conftest.$ac_ext >&5
13884
13885         ac_header_compiler=no
13886 fi
13887
13888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13889 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13890 $as_echo "$ac_header_compiler" >&6; }
13891
13892 # Is the header present?
13893 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13894 $as_echo_n "checking sane/sane.h presence... " >&6; }
13895 cat >conftest.$ac_ext <<_ACEOF
13896 /* confdefs.h.  */
13897 _ACEOF
13898 cat confdefs.h >>conftest.$ac_ext
13899 cat >>conftest.$ac_ext <<_ACEOF
13900 /* end confdefs.h.  */
13901 #include <sane/sane.h>
13902 _ACEOF
13903 if { (ac_try="$ac_cpp conftest.$ac_ext"
13904 case "(($ac_try" in
13905   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13906   *) ac_try_echo=$ac_try;;
13907 esac
13908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13909 $as_echo "$ac_try_echo") >&5
13910   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13911   ac_status=$?
13912   grep -v '^ *+' conftest.er1 >conftest.err
13913   rm -f conftest.er1
13914   cat conftest.err >&5
13915   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13916   (exit $ac_status); } >/dev/null && {
13917          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13918          test ! -s conftest.err
13919        }; then
13920   ac_header_preproc=yes
13921 else
13922   $as_echo "$as_me: failed program was:" >&5
13923 sed 's/^/| /' conftest.$ac_ext >&5
13924
13925   ac_header_preproc=no
13926 fi
13927
13928 rm -f conftest.err conftest.$ac_ext
13929 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13930 $as_echo "$ac_header_preproc" >&6; }
13931
13932 # So?  What about this header?
13933 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13934   yes:no: )
13935     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13936 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13937     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13938 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13939     ac_header_preproc=yes
13940     ;;
13941   no:yes:* )
13942     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13943 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13944     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13945 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13946     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13947 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13948     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13949 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13950     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13951 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13952     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13953 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13954     ( cat <<\_ASBOX
13955 ## ------------------------------------ ##
13956 ## Report this to wine-devel@winehq.org ##
13957 ## ------------------------------------ ##
13958 _ASBOX
13959      ) | sed "s/^/$as_me: WARNING:     /" >&2
13960     ;;
13961 esac
13962 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13963 $as_echo_n "checking for sane/sane.h... " >&6; }
13964 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13965   $as_echo_n "(cached) " >&6
13966 else
13967   ac_cv_header_sane_sane_h=$ac_header_preproc
13968 fi
13969 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13970 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13971
13972 fi
13973 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13974   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13975 $as_echo_n "checking for -lsane... " >&6; }
13976 if test "${ac_cv_lib_soname_sane+set}" = set; then
13977   $as_echo_n "(cached) " >&6
13978 else
13979   ac_check_soname_save_LIBS=$LIBS
13980 LIBS="-lsane $ac_sane_libs $LIBS"
13981   cat >conftest.$ac_ext <<_ACEOF
13982 /* confdefs.h.  */
13983 _ACEOF
13984 cat confdefs.h >>conftest.$ac_ext
13985 cat >>conftest.$ac_ext <<_ACEOF
13986 /* end confdefs.h.  */
13987
13988 /* Override any GCC internal prototype to avoid an error.
13989    Use char because int might match the return type of a GCC
13990    builtin and then its argument prototype would still apply.  */
13991 #ifdef __cplusplus
13992 extern "C"
13993 #endif
13994 char sane_init ();
13995 int
13996 main ()
13997 {
13998 return sane_init ();
13999   ;
14000   return 0;
14001 }
14002 _ACEOF
14003 rm -f conftest.$ac_objext conftest$ac_exeext
14004 if { (ac_try="$ac_link"
14005 case "(($ac_try" in
14006   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14007   *) ac_try_echo=$ac_try;;
14008 esac
14009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14010 $as_echo "$ac_try_echo") >&5
14011   (eval "$ac_link") 2>conftest.er1
14012   ac_status=$?
14013   grep -v '^ *+' conftest.er1 >conftest.err
14014   rm -f conftest.er1
14015   cat conftest.err >&5
14016   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14017   (exit $ac_status); } && {
14018          test -z "$ac_c_werror_flag" ||
14019          test ! -s conftest.err
14020        } && test -s conftest$ac_exeext && {
14021          test "$cross_compiling" = yes ||
14022          $as_test_x conftest$ac_exeext
14023        }; then
14024   case "$LIBEXT" in
14025     dll) ;;
14026     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'` ;;
14027     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14028   esac
14029 else
14030   $as_echo "$as_me: failed program was:" >&5
14031 sed 's/^/| /' conftest.$ac_ext >&5
14032
14033
14034 fi
14035
14036 rm -rf conftest.dSYM
14037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14038       conftest$ac_exeext conftest.$ac_ext
14039   LIBS=$ac_check_soname_save_LIBS
14040 fi
14041 if test "x$ac_cv_lib_soname_sane" = "x"; then
14042   { $as_echo "$as_me:$LINENO: result: not found" >&5
14043 $as_echo "not found" >&6; }
14044
14045 else
14046   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14047 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14048
14049 cat >>confdefs.h <<_ACEOF
14050 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14051 _ACEOF
14052
14053        SANEINCL="$ac_sane_incl"
14054
14055 fi
14056
14057 fi
14058
14059
14060     CPPFLAGS="$ac_save_CPPFLAGS"
14061 fi
14062 if test "x$ac_cv_lib_soname_sane" = "x"; then
14063   case "x$with_sane" in
14064   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14065   xno) ;;
14066   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14067 This is an error since --with-sane was requested." >&5
14068 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14069 This is an error since --with-sane was requested." >&2;}
14070    { (exit 1); exit 1; }; } ;;
14071 esac
14072 fi
14073
14074
14075 if test "x$with_gphoto" != "xno"
14076 then
14077     ac_save_CPPFLAGS="$CPPFLAGS"
14078     # Extract the first word of "gphoto2-config", so it can be a program name with args.
14079 set dummy gphoto2-config; ac_word=$2
14080 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14081 $as_echo_n "checking for $ac_word... " >&6; }
14082 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14083   $as_echo_n "(cached) " >&6
14084 else
14085   if test -n "$gphoto2_devel"; then
14086   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14087 else
14088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14089 for as_dir in $PATH
14090 do
14091   IFS=$as_save_IFS
14092   test -z "$as_dir" && as_dir=.
14093   for ac_exec_ext in '' $ac_executable_extensions; do
14094   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14095     ac_cv_prog_gphoto2_devel="gphoto2-config"
14096     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14097     break 2
14098   fi
14099 done
14100 done
14101 IFS=$as_save_IFS
14102
14103   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14104 fi
14105 fi
14106 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14107 if test -n "$gphoto2_devel"; then
14108   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14109 $as_echo "$gphoto2_devel" >&6; }
14110 else
14111   { $as_echo "$as_me:$LINENO: result: no" >&5
14112 $as_echo "no" >&6; }
14113 fi
14114
14115
14116     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14117 set dummy gphoto2-port-config; ac_word=$2
14118 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14119 $as_echo_n "checking for $ac_word... " >&6; }
14120 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14121   $as_echo_n "(cached) " >&6
14122 else
14123   if test -n "$gphoto2port_devel"; then
14124   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14125 else
14126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14127 for as_dir in $PATH
14128 do
14129   IFS=$as_save_IFS
14130   test -z "$as_dir" && as_dir=.
14131   for ac_exec_ext in '' $ac_executable_extensions; do
14132   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14133     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14134     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14135     break 2
14136   fi
14137 done
14138 done
14139 IFS=$as_save_IFS
14140
14141   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14142 fi
14143 fi
14144 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14145 if test -n "$gphoto2port_devel"; then
14146   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14147 $as_echo "$gphoto2port_devel" >&6; }
14148 else
14149   { $as_echo "$as_me:$LINENO: result: no" >&5
14150 $as_echo "no" >&6; }
14151 fi
14152
14153
14154     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14155     then
14156         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14157         ac_gphoto2_libs=""
14158         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14159         do
14160             case "$i" in
14161             -L/usr/lib|-L/usr/lib64) ;;
14162             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14163             esac
14164         done
14165         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14166     fi
14167     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14168     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14169   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14170 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14171 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14172   $as_echo_n "(cached) " >&6
14173 fi
14174 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14175 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14176 else
14177   # Is the header compilable?
14178 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14179 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14180 cat >conftest.$ac_ext <<_ACEOF
14181 /* confdefs.h.  */
14182 _ACEOF
14183 cat confdefs.h >>conftest.$ac_ext
14184 cat >>conftest.$ac_ext <<_ACEOF
14185 /* end confdefs.h.  */
14186 $ac_includes_default
14187 #include <gphoto2-camera.h>
14188 _ACEOF
14189 rm -f conftest.$ac_objext
14190 if { (ac_try="$ac_compile"
14191 case "(($ac_try" in
14192   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14193   *) ac_try_echo=$ac_try;;
14194 esac
14195 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14196 $as_echo "$ac_try_echo") >&5
14197   (eval "$ac_compile") 2>conftest.er1
14198   ac_status=$?
14199   grep -v '^ *+' conftest.er1 >conftest.err
14200   rm -f conftest.er1
14201   cat conftest.err >&5
14202   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14203   (exit $ac_status); } && {
14204          test -z "$ac_c_werror_flag" ||
14205          test ! -s conftest.err
14206        } && test -s conftest.$ac_objext; then
14207   ac_header_compiler=yes
14208 else
14209   $as_echo "$as_me: failed program was:" >&5
14210 sed 's/^/| /' conftest.$ac_ext >&5
14211
14212         ac_header_compiler=no
14213 fi
14214
14215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14216 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14217 $as_echo "$ac_header_compiler" >&6; }
14218
14219 # Is the header present?
14220 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14221 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14222 cat >conftest.$ac_ext <<_ACEOF
14223 /* confdefs.h.  */
14224 _ACEOF
14225 cat confdefs.h >>conftest.$ac_ext
14226 cat >>conftest.$ac_ext <<_ACEOF
14227 /* end confdefs.h.  */
14228 #include <gphoto2-camera.h>
14229 _ACEOF
14230 if { (ac_try="$ac_cpp conftest.$ac_ext"
14231 case "(($ac_try" in
14232   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14233   *) ac_try_echo=$ac_try;;
14234 esac
14235 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14236 $as_echo "$ac_try_echo") >&5
14237   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14238   ac_status=$?
14239   grep -v '^ *+' conftest.er1 >conftest.err
14240   rm -f conftest.er1
14241   cat conftest.err >&5
14242   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14243   (exit $ac_status); } >/dev/null && {
14244          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14245          test ! -s conftest.err
14246        }; then
14247   ac_header_preproc=yes
14248 else
14249   $as_echo "$as_me: failed program was:" >&5
14250 sed 's/^/| /' conftest.$ac_ext >&5
14251
14252   ac_header_preproc=no
14253 fi
14254
14255 rm -f conftest.err conftest.$ac_ext
14256 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14257 $as_echo "$ac_header_preproc" >&6; }
14258
14259 # So?  What about this header?
14260 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14261   yes:no: )
14262     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14263 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14264     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14265 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14266     ac_header_preproc=yes
14267     ;;
14268   no:yes:* )
14269     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14270 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14271     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14272 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14273     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14274 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14275     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14276 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14277     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14278 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14279     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14280 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14281     ( cat <<\_ASBOX
14282 ## ------------------------------------ ##
14283 ## Report this to wine-devel@winehq.org ##
14284 ## ------------------------------------ ##
14285 _ASBOX
14286      ) | sed "s/^/$as_me: WARNING:     /" >&2
14287     ;;
14288 esac
14289 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14290 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14291 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14292   $as_echo_n "(cached) " >&6
14293 else
14294   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14295 fi
14296 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14297 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14298
14299 fi
14300 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14301   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14302 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14303 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14304   $as_echo_n "(cached) " >&6
14305 else
14306   ac_check_lib_save_LIBS=$LIBS
14307 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14308 cat >conftest.$ac_ext <<_ACEOF
14309 /* confdefs.h.  */
14310 _ACEOF
14311 cat confdefs.h >>conftest.$ac_ext
14312 cat >>conftest.$ac_ext <<_ACEOF
14313 /* end confdefs.h.  */
14314
14315 /* Override any GCC internal prototype to avoid an error.
14316    Use char because int might match the return type of a GCC
14317    builtin and then its argument prototype would still apply.  */
14318 #ifdef __cplusplus
14319 extern "C"
14320 #endif
14321 char gp_camera_new ();
14322 int
14323 main ()
14324 {
14325 return gp_camera_new ();
14326   ;
14327   return 0;
14328 }
14329 _ACEOF
14330 rm -f conftest.$ac_objext conftest$ac_exeext
14331 if { (ac_try="$ac_link"
14332 case "(($ac_try" in
14333   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14334   *) ac_try_echo=$ac_try;;
14335 esac
14336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14337 $as_echo "$ac_try_echo") >&5
14338   (eval "$ac_link") 2>conftest.er1
14339   ac_status=$?
14340   grep -v '^ *+' conftest.er1 >conftest.err
14341   rm -f conftest.er1
14342   cat conftest.err >&5
14343   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14344   (exit $ac_status); } && {
14345          test -z "$ac_c_werror_flag" ||
14346          test ! -s conftest.err
14347        } && test -s conftest$ac_exeext && {
14348          test "$cross_compiling" = yes ||
14349          $as_test_x conftest$ac_exeext
14350        }; then
14351   ac_cv_lib_gphoto2_gp_camera_new=yes
14352 else
14353   $as_echo "$as_me: failed program was:" >&5
14354 sed 's/^/| /' conftest.$ac_ext >&5
14355
14356         ac_cv_lib_gphoto2_gp_camera_new=no
14357 fi
14358
14359 rm -rf conftest.dSYM
14360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14361       conftest$ac_exeext conftest.$ac_ext
14362 LIBS=$ac_check_lib_save_LIBS
14363 fi
14364 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14365 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14366 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14367
14368 cat >>confdefs.h <<\_ACEOF
14369 #define HAVE_GPHOTO2 1
14370 _ACEOF
14371
14372                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14373
14374                                    GPHOTO2INCL="$ac_gphoto2_incl"
14375
14376 fi
14377
14378 fi
14379
14380
14381     CPPFLAGS="$ac_save_CPPFLAGS"
14382 fi
14383 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14384   case "x$with_gphoto" in
14385   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14386   xno) ;;
14387   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14388 This is an error since --with-gphoto was requested." >&5
14389 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14390 This is an error since --with-gphoto was requested." >&2;}
14391    { (exit 1); exit 1; }; } ;;
14392 esac
14393 fi
14394
14395
14396
14397 RESOLVLIBS=""
14398
14399 if test "$ac_cv_header_resolv_h" = "yes"
14400 then
14401     ac_save_LIBS="$LIBS"
14402     LIBS="$LIBS -lresolv"
14403     cat >conftest.$ac_ext <<_ACEOF
14404 /* confdefs.h.  */
14405 _ACEOF
14406 cat confdefs.h >>conftest.$ac_ext
14407 cat >>conftest.$ac_ext <<_ACEOF
14408 /* end confdefs.h.  */
14409 #ifdef HAVE_NETINET_IN_H
14410 #include <netinet/in.h>
14411 #endif
14412 #include <resolv.h>
14413 int
14414 main ()
14415 {
14416 res_init();
14417   ;
14418   return 0;
14419 }
14420 _ACEOF
14421 rm -f conftest.$ac_objext conftest$ac_exeext
14422 if { (ac_try="$ac_link"
14423 case "(($ac_try" in
14424   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14425   *) ac_try_echo=$ac_try;;
14426 esac
14427 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14428 $as_echo "$ac_try_echo") >&5
14429   (eval "$ac_link") 2>conftest.er1
14430   ac_status=$?
14431   grep -v '^ *+' conftest.er1 >conftest.err
14432   rm -f conftest.er1
14433   cat conftest.err >&5
14434   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435   (exit $ac_status); } && {
14436          test -z "$ac_c_werror_flag" ||
14437          test ! -s conftest.err
14438        } && test -s conftest$ac_exeext && {
14439          test "$cross_compiling" = yes ||
14440          $as_test_x conftest$ac_exeext
14441        }; then
14442
14443 cat >>confdefs.h <<\_ACEOF
14444 #define HAVE_RESOLV 1
14445 _ACEOF
14446
14447          RESOLVLIBS="-lresolv"
14448 else
14449   $as_echo "$as_me: failed program was:" >&5
14450 sed 's/^/| /' conftest.$ac_ext >&5
14451
14452
14453 fi
14454
14455 rm -rf conftest.dSYM
14456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14457       conftest$ac_exeext conftest.$ac_ext
14458     LIBS="$ac_save_LIBS"
14459 fi
14460
14461 LCMSLIBS=""
14462
14463 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14464 then
14465     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14466 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14467 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14468   $as_echo_n "(cached) " >&6
14469 else
14470   ac_check_lib_save_LIBS=$LIBS
14471 LIBS="-llcms  $LIBS"
14472 cat >conftest.$ac_ext <<_ACEOF
14473 /* confdefs.h.  */
14474 _ACEOF
14475 cat confdefs.h >>conftest.$ac_ext
14476 cat >>conftest.$ac_ext <<_ACEOF
14477 /* end confdefs.h.  */
14478
14479 /* Override any GCC internal prototype to avoid an error.
14480    Use char because int might match the return type of a GCC
14481    builtin and then its argument prototype would still apply.  */
14482 #ifdef __cplusplus
14483 extern "C"
14484 #endif
14485 char cmsOpenProfileFromFile ();
14486 int
14487 main ()
14488 {
14489 return cmsOpenProfileFromFile ();
14490   ;
14491   return 0;
14492 }
14493 _ACEOF
14494 rm -f conftest.$ac_objext conftest$ac_exeext
14495 if { (ac_try="$ac_link"
14496 case "(($ac_try" in
14497   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14498   *) ac_try_echo=$ac_try;;
14499 esac
14500 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14501 $as_echo "$ac_try_echo") >&5
14502   (eval "$ac_link") 2>conftest.er1
14503   ac_status=$?
14504   grep -v '^ *+' conftest.er1 >conftest.err
14505   rm -f conftest.er1
14506   cat conftest.err >&5
14507   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14508   (exit $ac_status); } && {
14509          test -z "$ac_c_werror_flag" ||
14510          test ! -s conftest.err
14511        } && test -s conftest$ac_exeext && {
14512          test "$cross_compiling" = yes ||
14513          $as_test_x conftest$ac_exeext
14514        }; then
14515   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14516 else
14517   $as_echo "$as_me: failed program was:" >&5
14518 sed 's/^/| /' conftest.$ac_ext >&5
14519
14520         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14521 fi
14522
14523 rm -rf conftest.dSYM
14524 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14525       conftest$ac_exeext conftest.$ac_ext
14526 LIBS=$ac_check_lib_save_LIBS
14527 fi
14528 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14529 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14530 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14531
14532 cat >>confdefs.h <<\_ACEOF
14533 #define HAVE_LCMS 1
14534 _ACEOF
14535
14536          LCMSLIBS="-llcms"
14537 fi
14538
14539 fi
14540 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14541   case "x$with_cms" in
14542   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14543   xno) ;;
14544   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14545 This is an error since --with-cms was requested." >&5
14546 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14547 This is an error since --with-cms was requested." >&2;}
14548    { (exit 1); exit 1; }; } ;;
14549 esac
14550 fi
14551
14552
14553 if test "x$with_freetype" != "xno"
14554 then
14555     for ac_prog in freetype-config freetype2-config
14556 do
14557   # Extract the first word of "$ac_prog", so it can be a program name with args.
14558 set dummy $ac_prog; ac_word=$2
14559 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14560 $as_echo_n "checking for $ac_word... " >&6; }
14561 if test "${ac_cv_prog_ft_devel+set}" = set; then
14562   $as_echo_n "(cached) " >&6
14563 else
14564   if test -n "$ft_devel"; then
14565   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14566 else
14567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14568 for as_dir in $PATH
14569 do
14570   IFS=$as_save_IFS
14571   test -z "$as_dir" && as_dir=.
14572   for ac_exec_ext in '' $ac_executable_extensions; do
14573   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14574     ac_cv_prog_ft_devel="$ac_prog"
14575     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14576     break 2
14577   fi
14578 done
14579 done
14580 IFS=$as_save_IFS
14581
14582 fi
14583 fi
14584 ft_devel=$ac_cv_prog_ft_devel
14585 if test -n "$ft_devel"; then
14586   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14587 $as_echo "$ft_devel" >&6; }
14588 else
14589   { $as_echo "$as_me:$LINENO: result: no" >&5
14590 $as_echo "no" >&6; }
14591 fi
14592
14593
14594   test -n "$ft_devel" && break
14595 done
14596 test -n "$ft_devel" || ft_devel="no"
14597
14598     if test "$ft_devel" != "no"
14599     then
14600         ac_freetype_incl=`$ft_devel --cflags`
14601         ac_freetype_libs=`$ft_devel --libs`
14602     fi
14603     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14604     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14605 $as_echo_n "checking for -lfreetype... " >&6; }
14606 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14607   $as_echo_n "(cached) " >&6
14608 else
14609   ac_check_soname_save_LIBS=$LIBS
14610 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14611   cat >conftest.$ac_ext <<_ACEOF
14612 /* confdefs.h.  */
14613 _ACEOF
14614 cat confdefs.h >>conftest.$ac_ext
14615 cat >>conftest.$ac_ext <<_ACEOF
14616 /* end confdefs.h.  */
14617
14618 /* Override any GCC internal prototype to avoid an error.
14619    Use char because int might match the return type of a GCC
14620    builtin and then its argument prototype would still apply.  */
14621 #ifdef __cplusplus
14622 extern "C"
14623 #endif
14624 char FT_Init_FreeType ();
14625 int
14626 main ()
14627 {
14628 return FT_Init_FreeType ();
14629   ;
14630   return 0;
14631 }
14632 _ACEOF
14633 rm -f conftest.$ac_objext conftest$ac_exeext
14634 if { (ac_try="$ac_link"
14635 case "(($ac_try" in
14636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14637   *) ac_try_echo=$ac_try;;
14638 esac
14639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14640 $as_echo "$ac_try_echo") >&5
14641   (eval "$ac_link") 2>conftest.er1
14642   ac_status=$?
14643   grep -v '^ *+' conftest.er1 >conftest.err
14644   rm -f conftest.er1
14645   cat conftest.err >&5
14646   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14647   (exit $ac_status); } && {
14648          test -z "$ac_c_werror_flag" ||
14649          test ! -s conftest.err
14650        } && test -s conftest$ac_exeext && {
14651          test "$cross_compiling" = yes ||
14652          $as_test_x conftest$ac_exeext
14653        }; then
14654   case "$LIBEXT" in
14655     dll) ;;
14656     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'` ;;
14657     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14658   esac
14659 else
14660   $as_echo "$as_me: failed program was:" >&5
14661 sed 's/^/| /' conftest.$ac_ext >&5
14662
14663
14664 fi
14665
14666 rm -rf conftest.dSYM
14667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14668       conftest$ac_exeext conftest.$ac_ext
14669   LIBS=$ac_check_soname_save_LIBS
14670 fi
14671 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14672   { $as_echo "$as_me:$LINENO: result: not found" >&5
14673 $as_echo "not found" >&6; }
14674        ft_lib=no
14675 else
14676   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14677 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14678
14679 cat >>confdefs.h <<_ACEOF
14680 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14681 _ACEOF
14682
14683        ft_lib=yes
14684 fi
14685
14686     if test "$ft_lib" = "yes"
14687     then
14688         ac_save_CPPFLAGS="$CPPFLAGS"
14689         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14690
14691
14692
14693
14694
14695
14696
14697
14698
14699
14700
14701
14702
14703 for ac_header in ft2build.h \
14704                          freetype/freetype.h \
14705                          freetype/ftglyph.h \
14706                          freetype/fttypes.h \
14707                          freetype/tttables.h \
14708                          freetype/ftnames.h \
14709                          freetype/ftsnames.h \
14710                          freetype/ttnameid.h \
14711                          freetype/ftoutln.h \
14712                          freetype/ftwinfnt.h \
14713                          freetype/ftmodapi.h \
14714                          freetype/ftlcdfil.h \
14715                          freetype/internal/sfnt.h
14716 do
14717 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14718 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14719 $as_echo_n "checking for $ac_header... " >&6; }
14720 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14721   $as_echo_n "(cached) " >&6
14722 else
14723   cat >conftest.$ac_ext <<_ACEOF
14724 /* confdefs.h.  */
14725 _ACEOF
14726 cat confdefs.h >>conftest.$ac_ext
14727 cat >>conftest.$ac_ext <<_ACEOF
14728 /* end confdefs.h.  */
14729 #ifdef HAVE_FT2BUILD_H
14730                           # include <ft2build.h>
14731                           #endif
14732
14733 #include <$ac_header>
14734 _ACEOF
14735 rm -f conftest.$ac_objext
14736 if { (ac_try="$ac_compile"
14737 case "(($ac_try" in
14738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14739   *) ac_try_echo=$ac_try;;
14740 esac
14741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14742 $as_echo "$ac_try_echo") >&5
14743   (eval "$ac_compile") 2>conftest.er1
14744   ac_status=$?
14745   grep -v '^ *+' conftest.er1 >conftest.err
14746   rm -f conftest.er1
14747   cat conftest.err >&5
14748   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14749   (exit $ac_status); } && {
14750          test -z "$ac_c_werror_flag" ||
14751          test ! -s conftest.err
14752        } && test -s conftest.$ac_objext; then
14753   eval "$as_ac_Header=yes"
14754 else
14755   $as_echo "$as_me: failed program was:" >&5
14756 sed 's/^/| /' conftest.$ac_ext >&5
14757
14758         eval "$as_ac_Header=no"
14759 fi
14760
14761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14762 fi
14763 ac_res=`eval 'as_val=${'$as_ac_Header'}
14764                  $as_echo "$as_val"'`
14765                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14766 $as_echo "$ac_res" >&6; }
14767 as_val=`eval 'as_val=${'$as_ac_Header'}
14768                  $as_echo "$as_val"'`
14769    if test "x$as_val" = x""yes; then
14770   cat >>confdefs.h <<_ACEOF
14771 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14772 _ACEOF
14773
14774 fi
14775
14776 done
14777
14778         cat >conftest.$ac_ext <<_ACEOF
14779 /* confdefs.h.  */
14780 _ACEOF
14781 cat confdefs.h >>conftest.$ac_ext
14782 cat >>conftest.$ac_ext <<_ACEOF
14783 /* end confdefs.h.  */
14784 #include <ft2build.h>
14785                     #include <freetype/fttrigon.h>
14786 _ACEOF
14787 if { (ac_try="$ac_cpp conftest.$ac_ext"
14788 case "(($ac_try" in
14789   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14790   *) ac_try_echo=$ac_try;;
14791 esac
14792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14793 $as_echo "$ac_try_echo") >&5
14794   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14795   ac_status=$?
14796   grep -v '^ *+' conftest.er1 >conftest.err
14797   rm -f conftest.er1
14798   cat conftest.err >&5
14799   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14800   (exit $ac_status); } >/dev/null && {
14801          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14802          test ! -s conftest.err
14803        }; then
14804
14805 cat >>confdefs.h <<\_ACEOF
14806 #define HAVE_FREETYPE_FTTRIGON_H 1
14807 _ACEOF
14808
14809                     wine_cv_fttrigon=yes
14810 else
14811   $as_echo "$as_me: failed program was:" >&5
14812 sed 's/^/| /' conftest.$ac_ext >&5
14813
14814   wine_cv_fttrigon=no
14815 fi
14816
14817 rm -f conftest.err conftest.$ac_ext
14818         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14819 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14820 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14821   $as_echo_n "(cached) " >&6
14822 else
14823   ac_cv_type_FT_TrueTypeEngineType=no
14824 cat >conftest.$ac_ext <<_ACEOF
14825 /* confdefs.h.  */
14826 _ACEOF
14827 cat confdefs.h >>conftest.$ac_ext
14828 cat >>conftest.$ac_ext <<_ACEOF
14829 /* end confdefs.h.  */
14830 #include <freetype/ftmodapi.h>
14831
14832 int
14833 main ()
14834 {
14835 if (sizeof (FT_TrueTypeEngineType))
14836        return 0;
14837   ;
14838   return 0;
14839 }
14840 _ACEOF
14841 rm -f conftest.$ac_objext
14842 if { (ac_try="$ac_compile"
14843 case "(($ac_try" in
14844   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14845   *) ac_try_echo=$ac_try;;
14846 esac
14847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14848 $as_echo "$ac_try_echo") >&5
14849   (eval "$ac_compile") 2>conftest.er1
14850   ac_status=$?
14851   grep -v '^ *+' conftest.er1 >conftest.err
14852   rm -f conftest.er1
14853   cat conftest.err >&5
14854   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14855   (exit $ac_status); } && {
14856          test -z "$ac_c_werror_flag" ||
14857          test ! -s conftest.err
14858        } && test -s conftest.$ac_objext; then
14859   cat >conftest.$ac_ext <<_ACEOF
14860 /* confdefs.h.  */
14861 _ACEOF
14862 cat confdefs.h >>conftest.$ac_ext
14863 cat >>conftest.$ac_ext <<_ACEOF
14864 /* end confdefs.h.  */
14865 #include <freetype/ftmodapi.h>
14866
14867 int
14868 main ()
14869 {
14870 if (sizeof ((FT_TrueTypeEngineType)))
14871           return 0;
14872   ;
14873   return 0;
14874 }
14875 _ACEOF
14876 rm -f conftest.$ac_objext
14877 if { (ac_try="$ac_compile"
14878 case "(($ac_try" in
14879   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14880   *) ac_try_echo=$ac_try;;
14881 esac
14882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14883 $as_echo "$ac_try_echo") >&5
14884   (eval "$ac_compile") 2>conftest.er1
14885   ac_status=$?
14886   grep -v '^ *+' conftest.er1 >conftest.err
14887   rm -f conftest.er1
14888   cat conftest.err >&5
14889   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14890   (exit $ac_status); } && {
14891          test -z "$ac_c_werror_flag" ||
14892          test ! -s conftest.err
14893        } && test -s conftest.$ac_objext; then
14894   :
14895 else
14896   $as_echo "$as_me: failed program was:" >&5
14897 sed 's/^/| /' conftest.$ac_ext >&5
14898
14899         ac_cv_type_FT_TrueTypeEngineType=yes
14900 fi
14901
14902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14903 else
14904   $as_echo "$as_me: failed program was:" >&5
14905 sed 's/^/| /' conftest.$ac_ext >&5
14906
14907
14908 fi
14909
14910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14911 fi
14912 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14913 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14914 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14915
14916 cat >>confdefs.h <<_ACEOF
14917 #define HAVE_FT_TRUETYPEENGINETYPE 1
14918 _ACEOF
14919
14920
14921 fi
14922
14923         ac_save_CFLAGS="$CFLAGS"
14924         CFLAGS="$CFLAGS $ac_freetype_libs"
14925
14926 for ac_func in FT_Load_Sfnt_Table
14927 do
14928 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14929 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14930 $as_echo_n "checking for $ac_func... " >&6; }
14931 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14932   $as_echo_n "(cached) " >&6
14933 else
14934   cat >conftest.$ac_ext <<_ACEOF
14935 /* confdefs.h.  */
14936 _ACEOF
14937 cat confdefs.h >>conftest.$ac_ext
14938 cat >>conftest.$ac_ext <<_ACEOF
14939 /* end confdefs.h.  */
14940 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14941    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14942 #define $ac_func innocuous_$ac_func
14943
14944 /* System header to define __stub macros and hopefully few prototypes,
14945     which can conflict with char $ac_func (); below.
14946     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14947     <limits.h> exists even on freestanding compilers.  */
14948
14949 #ifdef __STDC__
14950 # include <limits.h>
14951 #else
14952 # include <assert.h>
14953 #endif
14954
14955 #undef $ac_func
14956
14957 /* Override any GCC internal prototype to avoid an error.
14958    Use char because int might match the return type of a GCC
14959    builtin and then its argument prototype would still apply.  */
14960 #ifdef __cplusplus
14961 extern "C"
14962 #endif
14963 char $ac_func ();
14964 /* The GNU C library defines this for functions which it implements
14965     to always fail with ENOSYS.  Some functions are actually named
14966     something starting with __ and the normal name is an alias.  */
14967 #if defined __stub_$ac_func || defined __stub___$ac_func
14968 choke me
14969 #endif
14970
14971 int
14972 main ()
14973 {
14974 return $ac_func ();
14975   ;
14976   return 0;
14977 }
14978 _ACEOF
14979 rm -f conftest.$ac_objext conftest$ac_exeext
14980 if { (ac_try="$ac_link"
14981 case "(($ac_try" in
14982   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14983   *) ac_try_echo=$ac_try;;
14984 esac
14985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14986 $as_echo "$ac_try_echo") >&5
14987   (eval "$ac_link") 2>conftest.er1
14988   ac_status=$?
14989   grep -v '^ *+' conftest.er1 >conftest.err
14990   rm -f conftest.er1
14991   cat conftest.err >&5
14992   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14993   (exit $ac_status); } && {
14994          test -z "$ac_c_werror_flag" ||
14995          test ! -s conftest.err
14996        } && test -s conftest$ac_exeext && {
14997          test "$cross_compiling" = yes ||
14998          $as_test_x conftest$ac_exeext
14999        }; then
15000   eval "$as_ac_var=yes"
15001 else
15002   $as_echo "$as_me: failed program was:" >&5
15003 sed 's/^/| /' conftest.$ac_ext >&5
15004
15005         eval "$as_ac_var=no"
15006 fi
15007
15008 rm -rf conftest.dSYM
15009 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15010       conftest$ac_exeext conftest.$ac_ext
15011 fi
15012 ac_res=`eval 'as_val=${'$as_ac_var'}
15013                  $as_echo "$as_val"'`
15014                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15015 $as_echo "$ac_res" >&6; }
15016 as_val=`eval 'as_val=${'$as_ac_var'}
15017                  $as_echo "$as_val"'`
15018    if test "x$as_val" = x""yes; then
15019   cat >>confdefs.h <<_ACEOF
15020 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15021 _ACEOF
15022
15023 fi
15024 done
15025
15026         CFLAGS="$ac_save_CFLAGS"
15027         CPPFLAGS="$ac_save_CPPFLAGS"
15028                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15029         then
15030
15031 cat >>confdefs.h <<\_ACEOF
15032 #define HAVE_FREETYPE 1
15033 _ACEOF
15034
15035             FREETYPELIBS="$ac_freetype_libs"
15036
15037             FREETYPEINCL="$ac_freetype_incl"
15038
15039         fi
15040     fi
15041 fi
15042 if test "x$FREETYPELIBS" = "x"; then
15043   case "x$with_freetype" in
15044   xno) ;;
15045   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15046 Use the --without-freetype option if you really want this." >&5
15047 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15048 Use the --without-freetype option if you really want this." >&2;}
15049    { (exit 1); exit 1; }; } ;;
15050 esac
15051 fi
15052
15053 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15054
15055 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15056 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15057 if test "${ac_cv_c_ppdev+set}" = set; then
15058   $as_echo_n "(cached) " >&6
15059 else
15060   cat >conftest.$ac_ext <<_ACEOF
15061 /* confdefs.h.  */
15062 _ACEOF
15063 cat confdefs.h >>conftest.$ac_ext
15064 cat >>conftest.$ac_ext <<_ACEOF
15065 /* end confdefs.h.  */
15066 #include <linux/ppdev.h>
15067 int
15068 main ()
15069 {
15070 ioctl (1,PPCLAIM,0)
15071   ;
15072   return 0;
15073 }
15074 _ACEOF
15075 rm -f conftest.$ac_objext
15076 if { (ac_try="$ac_compile"
15077 case "(($ac_try" in
15078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15079   *) ac_try_echo=$ac_try;;
15080 esac
15081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15082 $as_echo "$ac_try_echo") >&5
15083   (eval "$ac_compile") 2>conftest.er1
15084   ac_status=$?
15085   grep -v '^ *+' conftest.er1 >conftest.err
15086   rm -f conftest.er1
15087   cat conftest.err >&5
15088   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15089   (exit $ac_status); } && {
15090          test -z "$ac_c_werror_flag" ||
15091          test ! -s conftest.err
15092        } && test -s conftest.$ac_objext; then
15093   ac_cv_c_ppdev="yes"
15094 else
15095   $as_echo "$as_me: failed program was:" >&5
15096 sed 's/^/| /' conftest.$ac_ext >&5
15097
15098         ac_cv_c_ppdev="no"
15099 fi
15100
15101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15102 fi
15103 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15104 $as_echo "$ac_cv_c_ppdev" >&6; }
15105 if test "$ac_cv_c_ppdev" = "yes"
15106 then
15107
15108 cat >>confdefs.h <<\_ACEOF
15109 #define HAVE_PPDEV 1
15110 _ACEOF
15111
15112 fi
15113
15114 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15115 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15116 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15117   $as_echo_n "(cached) " >&6
15118 else
15119   ac_cv_type_pthread_rwlock_t=no
15120 cat >conftest.$ac_ext <<_ACEOF
15121 /* confdefs.h.  */
15122 _ACEOF
15123 cat confdefs.h >>conftest.$ac_ext
15124 cat >>conftest.$ac_ext <<_ACEOF
15125 /* end confdefs.h.  */
15126 #define _GNU_SOURCE
15127 #include <pthread.h>
15128
15129 int
15130 main ()
15131 {
15132 if (sizeof (pthread_rwlock_t))
15133        return 0;
15134   ;
15135   return 0;
15136 }
15137 _ACEOF
15138 rm -f conftest.$ac_objext
15139 if { (ac_try="$ac_compile"
15140 case "(($ac_try" in
15141   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15142   *) ac_try_echo=$ac_try;;
15143 esac
15144 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15145 $as_echo "$ac_try_echo") >&5
15146   (eval "$ac_compile") 2>conftest.er1
15147   ac_status=$?
15148   grep -v '^ *+' conftest.er1 >conftest.err
15149   rm -f conftest.er1
15150   cat conftest.err >&5
15151   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15152   (exit $ac_status); } && {
15153          test -z "$ac_c_werror_flag" ||
15154          test ! -s conftest.err
15155        } && test -s conftest.$ac_objext; then
15156   cat >conftest.$ac_ext <<_ACEOF
15157 /* confdefs.h.  */
15158 _ACEOF
15159 cat confdefs.h >>conftest.$ac_ext
15160 cat >>conftest.$ac_ext <<_ACEOF
15161 /* end confdefs.h.  */
15162 #define _GNU_SOURCE
15163 #include <pthread.h>
15164
15165 int
15166 main ()
15167 {
15168 if (sizeof ((pthread_rwlock_t)))
15169           return 0;
15170   ;
15171   return 0;
15172 }
15173 _ACEOF
15174 rm -f conftest.$ac_objext
15175 if { (ac_try="$ac_compile"
15176 case "(($ac_try" in
15177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15178   *) ac_try_echo=$ac_try;;
15179 esac
15180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15181 $as_echo "$ac_try_echo") >&5
15182   (eval "$ac_compile") 2>conftest.er1
15183   ac_status=$?
15184   grep -v '^ *+' conftest.er1 >conftest.err
15185   rm -f conftest.er1
15186   cat conftest.err >&5
15187   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15188   (exit $ac_status); } && {
15189          test -z "$ac_c_werror_flag" ||
15190          test ! -s conftest.err
15191        } && test -s conftest.$ac_objext; then
15192   :
15193 else
15194   $as_echo "$as_me: failed program was:" >&5
15195 sed 's/^/| /' conftest.$ac_ext >&5
15196
15197         ac_cv_type_pthread_rwlock_t=yes
15198 fi
15199
15200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15201 else
15202   $as_echo "$as_me: failed program was:" >&5
15203 sed 's/^/| /' conftest.$ac_ext >&5
15204
15205
15206 fi
15207
15208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15209 fi
15210 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15211 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15212 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15213
15214 cat >>confdefs.h <<_ACEOF
15215 #define HAVE_PTHREAD_RWLOCK_T 1
15216 _ACEOF
15217
15218
15219 fi
15220 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15221 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15222 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15223   $as_echo_n "(cached) " >&6
15224 else
15225   ac_cv_type_pthread_rwlockattr_t=no
15226 cat >conftest.$ac_ext <<_ACEOF
15227 /* confdefs.h.  */
15228 _ACEOF
15229 cat confdefs.h >>conftest.$ac_ext
15230 cat >>conftest.$ac_ext <<_ACEOF
15231 /* end confdefs.h.  */
15232 #define _GNU_SOURCE
15233 #include <pthread.h>
15234
15235 int
15236 main ()
15237 {
15238 if (sizeof (pthread_rwlockattr_t))
15239        return 0;
15240   ;
15241   return 0;
15242 }
15243 _ACEOF
15244 rm -f conftest.$ac_objext
15245 if { (ac_try="$ac_compile"
15246 case "(($ac_try" in
15247   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15248   *) ac_try_echo=$ac_try;;
15249 esac
15250 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15251 $as_echo "$ac_try_echo") >&5
15252   (eval "$ac_compile") 2>conftest.er1
15253   ac_status=$?
15254   grep -v '^ *+' conftest.er1 >conftest.err
15255   rm -f conftest.er1
15256   cat conftest.err >&5
15257   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15258   (exit $ac_status); } && {
15259          test -z "$ac_c_werror_flag" ||
15260          test ! -s conftest.err
15261        } && test -s conftest.$ac_objext; then
15262   cat >conftest.$ac_ext <<_ACEOF
15263 /* confdefs.h.  */
15264 _ACEOF
15265 cat confdefs.h >>conftest.$ac_ext
15266 cat >>conftest.$ac_ext <<_ACEOF
15267 /* end confdefs.h.  */
15268 #define _GNU_SOURCE
15269 #include <pthread.h>
15270
15271 int
15272 main ()
15273 {
15274 if (sizeof ((pthread_rwlockattr_t)))
15275           return 0;
15276   ;
15277   return 0;
15278 }
15279 _ACEOF
15280 rm -f conftest.$ac_objext
15281 if { (ac_try="$ac_compile"
15282 case "(($ac_try" in
15283   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15284   *) ac_try_echo=$ac_try;;
15285 esac
15286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15287 $as_echo "$ac_try_echo") >&5
15288   (eval "$ac_compile") 2>conftest.er1
15289   ac_status=$?
15290   grep -v '^ *+' conftest.er1 >conftest.err
15291   rm -f conftest.er1
15292   cat conftest.err >&5
15293   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15294   (exit $ac_status); } && {
15295          test -z "$ac_c_werror_flag" ||
15296          test ! -s conftest.err
15297        } && test -s conftest.$ac_objext; then
15298   :
15299 else
15300   $as_echo "$as_me: failed program was:" >&5
15301 sed 's/^/| /' conftest.$ac_ext >&5
15302
15303         ac_cv_type_pthread_rwlockattr_t=yes
15304 fi
15305
15306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15307 else
15308   $as_echo "$as_me: failed program was:" >&5
15309 sed 's/^/| /' conftest.$ac_ext >&5
15310
15311
15312 fi
15313
15314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15315 fi
15316 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15317 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15318 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15319
15320 cat >>confdefs.h <<_ACEOF
15321 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15322 _ACEOF
15323
15324
15325 fi
15326
15327
15328 ac_wine_check_funcs_save_LIBS="$LIBS"
15329 LIBS="$LIBS $LIBPTHREAD"
15330
15331
15332
15333
15334 for ac_func in \
15335         pthread_attr_get_np \
15336         pthread_getattr_np \
15337         pthread_get_stackaddr_np \
15338         pthread_get_stacksize_np
15339 do
15340 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15341 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15342 $as_echo_n "checking for $ac_func... " >&6; }
15343 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15344   $as_echo_n "(cached) " >&6
15345 else
15346   cat >conftest.$ac_ext <<_ACEOF
15347 /* confdefs.h.  */
15348 _ACEOF
15349 cat confdefs.h >>conftest.$ac_ext
15350 cat >>conftest.$ac_ext <<_ACEOF
15351 /* end confdefs.h.  */
15352 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15353    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15354 #define $ac_func innocuous_$ac_func
15355
15356 /* System header to define __stub macros and hopefully few prototypes,
15357     which can conflict with char $ac_func (); below.
15358     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15359     <limits.h> exists even on freestanding compilers.  */
15360
15361 #ifdef __STDC__
15362 # include <limits.h>
15363 #else
15364 # include <assert.h>
15365 #endif
15366
15367 #undef $ac_func
15368
15369 /* Override any GCC internal prototype to avoid an error.
15370    Use char because int might match the return type of a GCC
15371    builtin and then its argument prototype would still apply.  */
15372 #ifdef __cplusplus
15373 extern "C"
15374 #endif
15375 char $ac_func ();
15376 /* The GNU C library defines this for functions which it implements
15377     to always fail with ENOSYS.  Some functions are actually named
15378     something starting with __ and the normal name is an alias.  */
15379 #if defined __stub_$ac_func || defined __stub___$ac_func
15380 choke me
15381 #endif
15382
15383 int
15384 main ()
15385 {
15386 return $ac_func ();
15387   ;
15388   return 0;
15389 }
15390 _ACEOF
15391 rm -f conftest.$ac_objext conftest$ac_exeext
15392 if { (ac_try="$ac_link"
15393 case "(($ac_try" in
15394   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15395   *) ac_try_echo=$ac_try;;
15396 esac
15397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15398 $as_echo "$ac_try_echo") >&5
15399   (eval "$ac_link") 2>conftest.er1
15400   ac_status=$?
15401   grep -v '^ *+' conftest.er1 >conftest.err
15402   rm -f conftest.er1
15403   cat conftest.err >&5
15404   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15405   (exit $ac_status); } && {
15406          test -z "$ac_c_werror_flag" ||
15407          test ! -s conftest.err
15408        } && test -s conftest$ac_exeext && {
15409          test "$cross_compiling" = yes ||
15410          $as_test_x conftest$ac_exeext
15411        }; then
15412   eval "$as_ac_var=yes"
15413 else
15414   $as_echo "$as_me: failed program was:" >&5
15415 sed 's/^/| /' conftest.$ac_ext >&5
15416
15417         eval "$as_ac_var=no"
15418 fi
15419
15420 rm -rf conftest.dSYM
15421 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15422       conftest$ac_exeext conftest.$ac_ext
15423 fi
15424 ac_res=`eval 'as_val=${'$as_ac_var'}
15425                  $as_echo "$as_val"'`
15426                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15427 $as_echo "$ac_res" >&6; }
15428 as_val=`eval 'as_val=${'$as_ac_var'}
15429                  $as_echo "$as_val"'`
15430    if test "x$as_val" = x""yes; then
15431   cat >>confdefs.h <<_ACEOF
15432 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15433 _ACEOF
15434
15435 fi
15436 done
15437
15438 LIBS="$ac_wine_check_funcs_save_LIBS"
15439
15440 if test "x$with_esd" != xno
15441 then
15442     save_CFLAGS="$CFLAGS"
15443     # Extract the first word of "esd-config", so it can be a program name with args.
15444 set dummy esd-config; ac_word=$2
15445 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15446 $as_echo_n "checking for $ac_word... " >&6; }
15447 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15448   $as_echo_n "(cached) " >&6
15449 else
15450   case $ESDCONFIG in
15451   [\\/]* | ?:[\\/]*)
15452   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15453   ;;
15454   *)
15455   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15456 for as_dir in $PATH
15457 do
15458   IFS=$as_save_IFS
15459   test -z "$as_dir" && as_dir=.
15460   for ac_exec_ext in '' $ac_executable_extensions; do
15461   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15462     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15463     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15464     break 2
15465   fi
15466 done
15467 done
15468 IFS=$as_save_IFS
15469
15470   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15471   ;;
15472 esac
15473 fi
15474 ESDCONFIG=$ac_cv_path_ESDCONFIG
15475 if test -n "$ESDCONFIG"; then
15476   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15477 $as_echo "$ESDCONFIG" >&6; }
15478 else
15479   { $as_echo "$as_me:$LINENO: result: no" >&5
15480 $as_echo "no" >&6; }
15481 fi
15482
15483
15484     if test "x$ESDCONFIG" != "xno"
15485     then
15486         ac_esd_incl=""
15487         for i in `$ESDCONFIG --cflags`
15488         do
15489             case "$i" in
15490                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15491             esac
15492         done
15493         ac_esd_libs=`$ESDCONFIG --libs`
15494         CFLAGS="$CFLAGS $ac_esd_incl"
15495     fi
15496     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15497     if test "${ac_cv_header_esd_h+set}" = set; then
15498   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15499 $as_echo_n "checking for esd.h... " >&6; }
15500 if test "${ac_cv_header_esd_h+set}" = set; then
15501   $as_echo_n "(cached) " >&6
15502 fi
15503 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15504 $as_echo "$ac_cv_header_esd_h" >&6; }
15505 else
15506   # Is the header compilable?
15507 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15508 $as_echo_n "checking esd.h usability... " >&6; }
15509 cat >conftest.$ac_ext <<_ACEOF
15510 /* confdefs.h.  */
15511 _ACEOF
15512 cat confdefs.h >>conftest.$ac_ext
15513 cat >>conftest.$ac_ext <<_ACEOF
15514 /* end confdefs.h.  */
15515 $ac_includes_default
15516 #include <esd.h>
15517 _ACEOF
15518 rm -f conftest.$ac_objext
15519 if { (ac_try="$ac_compile"
15520 case "(($ac_try" in
15521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15522   *) ac_try_echo=$ac_try;;
15523 esac
15524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15525 $as_echo "$ac_try_echo") >&5
15526   (eval "$ac_compile") 2>conftest.er1
15527   ac_status=$?
15528   grep -v '^ *+' conftest.er1 >conftest.err
15529   rm -f conftest.er1
15530   cat conftest.err >&5
15531   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15532   (exit $ac_status); } && {
15533          test -z "$ac_c_werror_flag" ||
15534          test ! -s conftest.err
15535        } && test -s conftest.$ac_objext; then
15536   ac_header_compiler=yes
15537 else
15538   $as_echo "$as_me: failed program was:" >&5
15539 sed 's/^/| /' conftest.$ac_ext >&5
15540
15541         ac_header_compiler=no
15542 fi
15543
15544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15545 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15546 $as_echo "$ac_header_compiler" >&6; }
15547
15548 # Is the header present?
15549 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15550 $as_echo_n "checking esd.h presence... " >&6; }
15551 cat >conftest.$ac_ext <<_ACEOF
15552 /* confdefs.h.  */
15553 _ACEOF
15554 cat confdefs.h >>conftest.$ac_ext
15555 cat >>conftest.$ac_ext <<_ACEOF
15556 /* end confdefs.h.  */
15557 #include <esd.h>
15558 _ACEOF
15559 if { (ac_try="$ac_cpp conftest.$ac_ext"
15560 case "(($ac_try" in
15561   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15562   *) ac_try_echo=$ac_try;;
15563 esac
15564 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15565 $as_echo "$ac_try_echo") >&5
15566   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15567   ac_status=$?
15568   grep -v '^ *+' conftest.er1 >conftest.err
15569   rm -f conftest.er1
15570   cat conftest.err >&5
15571   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15572   (exit $ac_status); } >/dev/null && {
15573          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15574          test ! -s conftest.err
15575        }; then
15576   ac_header_preproc=yes
15577 else
15578   $as_echo "$as_me: failed program was:" >&5
15579 sed 's/^/| /' conftest.$ac_ext >&5
15580
15581   ac_header_preproc=no
15582 fi
15583
15584 rm -f conftest.err conftest.$ac_ext
15585 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15586 $as_echo "$ac_header_preproc" >&6; }
15587
15588 # So?  What about this header?
15589 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15590   yes:no: )
15591     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15592 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15593     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15594 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15595     ac_header_preproc=yes
15596     ;;
15597   no:yes:* )
15598     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15599 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15600     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15601 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15602     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15603 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15604     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15605 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15606     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15607 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15608     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15609 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15610     ( cat <<\_ASBOX
15611 ## ------------------------------------ ##
15612 ## Report this to wine-devel@winehq.org ##
15613 ## ------------------------------------ ##
15614 _ASBOX
15615      ) | sed "s/^/$as_me: WARNING:     /" >&2
15616     ;;
15617 esac
15618 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15619 $as_echo_n "checking for esd.h... " >&6; }
15620 if test "${ac_cv_header_esd_h+set}" = set; then
15621   $as_echo_n "(cached) " >&6
15622 else
15623   ac_cv_header_esd_h=$ac_header_preproc
15624 fi
15625 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15626 $as_echo "$ac_cv_header_esd_h" >&6; }
15627
15628 fi
15629 if test "x$ac_cv_header_esd_h" = x""yes; then
15630   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15631 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15632 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15633   $as_echo_n "(cached) " >&6
15634 else
15635   ac_check_lib_save_LIBS=$LIBS
15636 LIBS="-lesd $ac_esd_libs $LIBS"
15637 cat >conftest.$ac_ext <<_ACEOF
15638 /* confdefs.h.  */
15639 _ACEOF
15640 cat confdefs.h >>conftest.$ac_ext
15641 cat >>conftest.$ac_ext <<_ACEOF
15642 /* end confdefs.h.  */
15643
15644 /* Override any GCC internal prototype to avoid an error.
15645    Use char because int might match the return type of a GCC
15646    builtin and then its argument prototype would still apply.  */
15647 #ifdef __cplusplus
15648 extern "C"
15649 #endif
15650 char esd_open_sound ();
15651 int
15652 main ()
15653 {
15654 return esd_open_sound ();
15655   ;
15656   return 0;
15657 }
15658 _ACEOF
15659 rm -f conftest.$ac_objext conftest$ac_exeext
15660 if { (ac_try="$ac_link"
15661 case "(($ac_try" in
15662   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15663   *) ac_try_echo=$ac_try;;
15664 esac
15665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15666 $as_echo "$ac_try_echo") >&5
15667   (eval "$ac_link") 2>conftest.er1
15668   ac_status=$?
15669   grep -v '^ *+' conftest.er1 >conftest.err
15670   rm -f conftest.er1
15671   cat conftest.err >&5
15672   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15673   (exit $ac_status); } && {
15674          test -z "$ac_c_werror_flag" ||
15675          test ! -s conftest.err
15676        } && test -s conftest$ac_exeext && {
15677          test "$cross_compiling" = yes ||
15678          $as_test_x conftest$ac_exeext
15679        }; then
15680   ac_cv_lib_esd_esd_open_sound=yes
15681 else
15682   $as_echo "$as_me: failed program was:" >&5
15683 sed 's/^/| /' conftest.$ac_ext >&5
15684
15685         ac_cv_lib_esd_esd_open_sound=no
15686 fi
15687
15688 rm -rf conftest.dSYM
15689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15690       conftest$ac_exeext conftest.$ac_ext
15691 LIBS=$ac_check_lib_save_LIBS
15692 fi
15693 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15694 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15695 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15696   ESDINCL="$ac_esd_incl"
15697
15698              ESDLIBS="$ac_esd_libs"
15699
15700
15701 cat >>confdefs.h <<\_ACEOF
15702 #define HAVE_ESD 1
15703 _ACEOF
15704
15705 fi
15706
15707 fi
15708
15709
15710     CFLAGS="$save_CFLAGS"
15711 fi
15712
15713 ALSALIBS=""
15714
15715 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15716 then
15717     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15718 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15719 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15720   $as_echo_n "(cached) " >&6
15721 else
15722   ac_check_lib_save_LIBS=$LIBS
15723 LIBS="-lasound  $LIBS"
15724 cat >conftest.$ac_ext <<_ACEOF
15725 /* confdefs.h.  */
15726 _ACEOF
15727 cat confdefs.h >>conftest.$ac_ext
15728 cat >>conftest.$ac_ext <<_ACEOF
15729 /* end confdefs.h.  */
15730
15731 /* Override any GCC internal prototype to avoid an error.
15732    Use char because int might match the return type of a GCC
15733    builtin and then its argument prototype would still apply.  */
15734 #ifdef __cplusplus
15735 extern "C"
15736 #endif
15737 char snd_pcm_hw_params_get_access ();
15738 int
15739 main ()
15740 {
15741 return snd_pcm_hw_params_get_access ();
15742   ;
15743   return 0;
15744 }
15745 _ACEOF
15746 rm -f conftest.$ac_objext conftest$ac_exeext
15747 if { (ac_try="$ac_link"
15748 case "(($ac_try" in
15749   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15750   *) ac_try_echo=$ac_try;;
15751 esac
15752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15753 $as_echo "$ac_try_echo") >&5
15754   (eval "$ac_link") 2>conftest.er1
15755   ac_status=$?
15756   grep -v '^ *+' conftest.er1 >conftest.err
15757   rm -f conftest.er1
15758   cat conftest.err >&5
15759   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15760   (exit $ac_status); } && {
15761          test -z "$ac_c_werror_flag" ||
15762          test ! -s conftest.err
15763        } && test -s conftest$ac_exeext && {
15764          test "$cross_compiling" = yes ||
15765          $as_test_x conftest$ac_exeext
15766        }; then
15767   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15768 else
15769   $as_echo "$as_me: failed program was:" >&5
15770 sed 's/^/| /' conftest.$ac_ext >&5
15771
15772         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15773 fi
15774
15775 rm -rf conftest.dSYM
15776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15777       conftest$ac_exeext conftest.$ac_ext
15778 LIBS=$ac_check_lib_save_LIBS
15779 fi
15780 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15781 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15782 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15783   cat >conftest.$ac_ext <<_ACEOF
15784 /* confdefs.h.  */
15785 _ACEOF
15786 cat confdefs.h >>conftest.$ac_ext
15787 cat >>conftest.$ac_ext <<_ACEOF
15788 /* end confdefs.h.  */
15789 #ifdef HAVE_ALSA_ASOUNDLIB_H
15790 #include <alsa/asoundlib.h>
15791 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15792 #include <sys/asoundlib.h>
15793 #endif
15794 int
15795 main ()
15796 {
15797 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15798   ;
15799   return 0;
15800 }
15801 _ACEOF
15802 rm -f conftest.$ac_objext
15803 if { (ac_try="$ac_compile"
15804 case "(($ac_try" in
15805   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15806   *) ac_try_echo=$ac_try;;
15807 esac
15808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15809 $as_echo "$ac_try_echo") >&5
15810   (eval "$ac_compile") 2>conftest.er1
15811   ac_status=$?
15812   grep -v '^ *+' conftest.er1 >conftest.err
15813   rm -f conftest.er1
15814   cat conftest.err >&5
15815   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15816   (exit $ac_status); } && {
15817          test -z "$ac_c_werror_flag" ||
15818          test ! -s conftest.err
15819        } && test -s conftest.$ac_objext; then
15820
15821 cat >>confdefs.h <<\_ACEOF
15822 #define HAVE_ALSA 1
15823 _ACEOF
15824
15825                          ALSALIBS="-lasound"
15826 else
15827   $as_echo "$as_me: failed program was:" >&5
15828 sed 's/^/| /' conftest.$ac_ext >&5
15829
15830
15831 fi
15832
15833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15834 fi
15835
15836 fi
15837
15838 AUDIOIOLIBS=""
15839
15840 if test "$ac_cv_header_libaudioio_h" = "yes"
15841 then
15842     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15843 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15844 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15845   $as_echo_n "(cached) " >&6
15846 else
15847   ac_check_lib_save_LIBS=$LIBS
15848 LIBS="-laudioio  $LIBS"
15849 cat >conftest.$ac_ext <<_ACEOF
15850 /* confdefs.h.  */
15851 _ACEOF
15852 cat confdefs.h >>conftest.$ac_ext
15853 cat >>conftest.$ac_ext <<_ACEOF
15854 /* end confdefs.h.  */
15855
15856 /* Override any GCC internal prototype to avoid an error.
15857    Use char because int might match the return type of a GCC
15858    builtin and then its argument prototype would still apply.  */
15859 #ifdef __cplusplus
15860 extern "C"
15861 #endif
15862 char AudioIOGetVersion ();
15863 int
15864 main ()
15865 {
15866 return AudioIOGetVersion ();
15867   ;
15868   return 0;
15869 }
15870 _ACEOF
15871 rm -f conftest.$ac_objext conftest$ac_exeext
15872 if { (ac_try="$ac_link"
15873 case "(($ac_try" in
15874   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15875   *) ac_try_echo=$ac_try;;
15876 esac
15877 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15878 $as_echo "$ac_try_echo") >&5
15879   (eval "$ac_link") 2>conftest.er1
15880   ac_status=$?
15881   grep -v '^ *+' conftest.er1 >conftest.err
15882   rm -f conftest.er1
15883   cat conftest.err >&5
15884   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15885   (exit $ac_status); } && {
15886          test -z "$ac_c_werror_flag" ||
15887          test ! -s conftest.err
15888        } && test -s conftest$ac_exeext && {
15889          test "$cross_compiling" = yes ||
15890          $as_test_x conftest$ac_exeext
15891        }; then
15892   ac_cv_lib_audioio_AudioIOGetVersion=yes
15893 else
15894   $as_echo "$as_me: failed program was:" >&5
15895 sed 's/^/| /' conftest.$ac_ext >&5
15896
15897         ac_cv_lib_audioio_AudioIOGetVersion=no
15898 fi
15899
15900 rm -rf conftest.dSYM
15901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15902       conftest$ac_exeext conftest.$ac_ext
15903 LIBS=$ac_check_lib_save_LIBS
15904 fi
15905 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15906 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15907 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15908   AUDIOIOLIBS="-laudioio"
15909
15910 cat >>confdefs.h <<\_ACEOF
15911 #define HAVE_LIBAUDIOIO 1
15912 _ACEOF
15913
15914 fi
15915
15916 fi
15917
15918
15919 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15920 then
15921     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15922 $as_echo_n "checking for -lcapi20... " >&6; }
15923 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15924   $as_echo_n "(cached) " >&6
15925 else
15926   ac_check_soname_save_LIBS=$LIBS
15927 LIBS="-lcapi20  $LIBS"
15928   cat >conftest.$ac_ext <<_ACEOF
15929 /* confdefs.h.  */
15930 _ACEOF
15931 cat confdefs.h >>conftest.$ac_ext
15932 cat >>conftest.$ac_ext <<_ACEOF
15933 /* end confdefs.h.  */
15934
15935 /* Override any GCC internal prototype to avoid an error.
15936    Use char because int might match the return type of a GCC
15937    builtin and then its argument prototype would still apply.  */
15938 #ifdef __cplusplus
15939 extern "C"
15940 #endif
15941 char capi20_register ();
15942 int
15943 main ()
15944 {
15945 return capi20_register ();
15946   ;
15947   return 0;
15948 }
15949 _ACEOF
15950 rm -f conftest.$ac_objext conftest$ac_exeext
15951 if { (ac_try="$ac_link"
15952 case "(($ac_try" in
15953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15954   *) ac_try_echo=$ac_try;;
15955 esac
15956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15957 $as_echo "$ac_try_echo") >&5
15958   (eval "$ac_link") 2>conftest.er1
15959   ac_status=$?
15960   grep -v '^ *+' conftest.er1 >conftest.err
15961   rm -f conftest.er1
15962   cat conftest.err >&5
15963   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15964   (exit $ac_status); } && {
15965          test -z "$ac_c_werror_flag" ||
15966          test ! -s conftest.err
15967        } && test -s conftest$ac_exeext && {
15968          test "$cross_compiling" = yes ||
15969          $as_test_x conftest$ac_exeext
15970        }; then
15971   case "$LIBEXT" in
15972     dll) ;;
15973     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'` ;;
15974     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15975   esac
15976 else
15977   $as_echo "$as_me: failed program was:" >&5
15978 sed 's/^/| /' conftest.$ac_ext >&5
15979
15980
15981 fi
15982
15983 rm -rf conftest.dSYM
15984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15985       conftest$ac_exeext conftest.$ac_ext
15986   LIBS=$ac_check_soname_save_LIBS
15987 fi
15988 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15989   { $as_echo "$as_me:$LINENO: result: not found" >&5
15990 $as_echo "not found" >&6; }
15991
15992 else
15993   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15994 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15995
15996 cat >>confdefs.h <<_ACEOF
15997 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15998 _ACEOF
15999
16000
16001 fi
16002
16003 fi
16004 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16005   case "x$with_capi" in
16006   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16007   xno) ;;
16008   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16009 This is an error since --with-capi was requested." >&5
16010 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16011 This is an error since --with-capi was requested." >&2;}
16012    { (exit 1); exit 1; }; } ;;
16013 esac
16014 fi
16015
16016
16017 CUPSINCL=""
16018
16019 if test "x$with_cups" != "xno"
16020 then
16021     ac_save_CPPFLAGS="$CPPFLAGS"
16022     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16023     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16024     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16025
16026 for ac_header in cups/cups.h
16027 do
16028 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16029 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16030   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16031 $as_echo_n "checking for $ac_header... " >&6; }
16032 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16033   $as_echo_n "(cached) " >&6
16034 fi
16035 ac_res=`eval 'as_val=${'$as_ac_Header'}
16036                  $as_echo "$as_val"'`
16037                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16038 $as_echo "$ac_res" >&6; }
16039 else
16040   # Is the header compilable?
16041 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16042 $as_echo_n "checking $ac_header usability... " >&6; }
16043 cat >conftest.$ac_ext <<_ACEOF
16044 /* confdefs.h.  */
16045 _ACEOF
16046 cat confdefs.h >>conftest.$ac_ext
16047 cat >>conftest.$ac_ext <<_ACEOF
16048 /* end confdefs.h.  */
16049 $ac_includes_default
16050 #include <$ac_header>
16051 _ACEOF
16052 rm -f conftest.$ac_objext
16053 if { (ac_try="$ac_compile"
16054 case "(($ac_try" in
16055   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16056   *) ac_try_echo=$ac_try;;
16057 esac
16058 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16059 $as_echo "$ac_try_echo") >&5
16060   (eval "$ac_compile") 2>conftest.er1
16061   ac_status=$?
16062   grep -v '^ *+' conftest.er1 >conftest.err
16063   rm -f conftest.er1
16064   cat conftest.err >&5
16065   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16066   (exit $ac_status); } && {
16067          test -z "$ac_c_werror_flag" ||
16068          test ! -s conftest.err
16069        } && test -s conftest.$ac_objext; then
16070   ac_header_compiler=yes
16071 else
16072   $as_echo "$as_me: failed program was:" >&5
16073 sed 's/^/| /' conftest.$ac_ext >&5
16074
16075         ac_header_compiler=no
16076 fi
16077
16078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16079 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16080 $as_echo "$ac_header_compiler" >&6; }
16081
16082 # Is the header present?
16083 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16084 $as_echo_n "checking $ac_header presence... " >&6; }
16085 cat >conftest.$ac_ext <<_ACEOF
16086 /* confdefs.h.  */
16087 _ACEOF
16088 cat confdefs.h >>conftest.$ac_ext
16089 cat >>conftest.$ac_ext <<_ACEOF
16090 /* end confdefs.h.  */
16091 #include <$ac_header>
16092 _ACEOF
16093 if { (ac_try="$ac_cpp conftest.$ac_ext"
16094 case "(($ac_try" in
16095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16096   *) ac_try_echo=$ac_try;;
16097 esac
16098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16099 $as_echo "$ac_try_echo") >&5
16100   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16101   ac_status=$?
16102   grep -v '^ *+' conftest.er1 >conftest.err
16103   rm -f conftest.er1
16104   cat conftest.err >&5
16105   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16106   (exit $ac_status); } >/dev/null && {
16107          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16108          test ! -s conftest.err
16109        }; then
16110   ac_header_preproc=yes
16111 else
16112   $as_echo "$as_me: failed program was:" >&5
16113 sed 's/^/| /' conftest.$ac_ext >&5
16114
16115   ac_header_preproc=no
16116 fi
16117
16118 rm -f conftest.err conftest.$ac_ext
16119 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16120 $as_echo "$ac_header_preproc" >&6; }
16121
16122 # So?  What about this header?
16123 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16124   yes:no: )
16125     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16126 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16127     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16128 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16129     ac_header_preproc=yes
16130     ;;
16131   no:yes:* )
16132     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16133 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16134     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16135 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16136     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16137 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16138     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16139 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16140     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16141 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16142     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16143 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16144     ( cat <<\_ASBOX
16145 ## ------------------------------------ ##
16146 ## Report this to wine-devel@winehq.org ##
16147 ## ------------------------------------ ##
16148 _ASBOX
16149      ) | sed "s/^/$as_me: WARNING:     /" >&2
16150     ;;
16151 esac
16152 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16153 $as_echo_n "checking for $ac_header... " >&6; }
16154 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16155   $as_echo_n "(cached) " >&6
16156 else
16157   eval "$as_ac_Header=\$ac_header_preproc"
16158 fi
16159 ac_res=`eval 'as_val=${'$as_ac_Header'}
16160                  $as_echo "$as_val"'`
16161                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16162 $as_echo "$ac_res" >&6; }
16163
16164 fi
16165 as_val=`eval 'as_val=${'$as_ac_Header'}
16166                  $as_echo "$as_val"'`
16167    if test "x$as_val" = x""yes; then
16168   cat >>confdefs.h <<_ACEOF
16169 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16170 _ACEOF
16171  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16172 $as_echo_n "checking for -lcups... " >&6; }
16173 if test "${ac_cv_lib_soname_cups+set}" = set; then
16174   $as_echo_n "(cached) " >&6
16175 else
16176   ac_check_soname_save_LIBS=$LIBS
16177 LIBS="-lcups $ac_cups_libs $LIBS"
16178   cat >conftest.$ac_ext <<_ACEOF
16179 /* confdefs.h.  */
16180 _ACEOF
16181 cat confdefs.h >>conftest.$ac_ext
16182 cat >>conftest.$ac_ext <<_ACEOF
16183 /* end confdefs.h.  */
16184
16185 /* Override any GCC internal prototype to avoid an error.
16186    Use char because int might match the return type of a GCC
16187    builtin and then its argument prototype would still apply.  */
16188 #ifdef __cplusplus
16189 extern "C"
16190 #endif
16191 char cupsGetDefault ();
16192 int
16193 main ()
16194 {
16195 return cupsGetDefault ();
16196   ;
16197   return 0;
16198 }
16199 _ACEOF
16200 rm -f conftest.$ac_objext conftest$ac_exeext
16201 if { (ac_try="$ac_link"
16202 case "(($ac_try" in
16203   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16204   *) ac_try_echo=$ac_try;;
16205 esac
16206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16207 $as_echo "$ac_try_echo") >&5
16208   (eval "$ac_link") 2>conftest.er1
16209   ac_status=$?
16210   grep -v '^ *+' conftest.er1 >conftest.err
16211   rm -f conftest.er1
16212   cat conftest.err >&5
16213   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16214   (exit $ac_status); } && {
16215          test -z "$ac_c_werror_flag" ||
16216          test ! -s conftest.err
16217        } && test -s conftest$ac_exeext && {
16218          test "$cross_compiling" = yes ||
16219          $as_test_x conftest$ac_exeext
16220        }; then
16221   case "$LIBEXT" in
16222     dll) ;;
16223     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'` ;;
16224     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16225   esac
16226 else
16227   $as_echo "$as_me: failed program was:" >&5
16228 sed 's/^/| /' conftest.$ac_ext >&5
16229
16230
16231 fi
16232
16233 rm -rf conftest.dSYM
16234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16235       conftest$ac_exeext conftest.$ac_ext
16236   LIBS=$ac_check_soname_save_LIBS
16237 fi
16238 if test "x$ac_cv_lib_soname_cups" = "x"; then
16239   { $as_echo "$as_me:$LINENO: result: not found" >&5
16240 $as_echo "not found" >&6; }
16241
16242 else
16243   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16244 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16245
16246 cat >>confdefs.h <<_ACEOF
16247 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16248 _ACEOF
16249
16250        CUPSINCL="$ac_cups_cflags"
16251 fi
16252
16253 fi
16254
16255 done
16256
16257     CPPFLAGS="$ac_save_CPPFLAGS"
16258 fi
16259 if test "x$ac_cv_lib_soname_cups" = "x"; then
16260   case "x$with_cups" in
16261   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16262   xno) ;;
16263   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16264 This is an error since --with-cups was requested." >&5
16265 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16266 This is an error since --with-cups was requested." >&2;}
16267    { (exit 1); exit 1; }; } ;;
16268 esac
16269 fi
16270
16271
16272 if test "$ac_cv_header_jack_jack_h" = "yes"
16273 then
16274     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16275 $as_echo_n "checking for -ljack... " >&6; }
16276 if test "${ac_cv_lib_soname_jack+set}" = set; then
16277   $as_echo_n "(cached) " >&6
16278 else
16279   ac_check_soname_save_LIBS=$LIBS
16280 LIBS="-ljack  $LIBS"
16281   cat >conftest.$ac_ext <<_ACEOF
16282 /* confdefs.h.  */
16283 _ACEOF
16284 cat confdefs.h >>conftest.$ac_ext
16285 cat >>conftest.$ac_ext <<_ACEOF
16286 /* end confdefs.h.  */
16287
16288 /* Override any GCC internal prototype to avoid an error.
16289    Use char because int might match the return type of a GCC
16290    builtin and then its argument prototype would still apply.  */
16291 #ifdef __cplusplus
16292 extern "C"
16293 #endif
16294 char jack_client_new ();
16295 int
16296 main ()
16297 {
16298 return jack_client_new ();
16299   ;
16300   return 0;
16301 }
16302 _ACEOF
16303 rm -f conftest.$ac_objext conftest$ac_exeext
16304 if { (ac_try="$ac_link"
16305 case "(($ac_try" in
16306   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16307   *) ac_try_echo=$ac_try;;
16308 esac
16309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16310 $as_echo "$ac_try_echo") >&5
16311   (eval "$ac_link") 2>conftest.er1
16312   ac_status=$?
16313   grep -v '^ *+' conftest.er1 >conftest.err
16314   rm -f conftest.er1
16315   cat conftest.err >&5
16316   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16317   (exit $ac_status); } && {
16318          test -z "$ac_c_werror_flag" ||
16319          test ! -s conftest.err
16320        } && test -s conftest$ac_exeext && {
16321          test "$cross_compiling" = yes ||
16322          $as_test_x conftest$ac_exeext
16323        }; then
16324   case "$LIBEXT" in
16325     dll) ;;
16326     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'` ;;
16327     *) 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'` ;;
16328   esac
16329 else
16330   $as_echo "$as_me: failed program was:" >&5
16331 sed 's/^/| /' conftest.$ac_ext >&5
16332
16333
16334 fi
16335
16336 rm -rf conftest.dSYM
16337 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16338       conftest$ac_exeext conftest.$ac_ext
16339   LIBS=$ac_check_soname_save_LIBS
16340 fi
16341 if test "x$ac_cv_lib_soname_jack" = "x"; then
16342   { $as_echo "$as_me:$LINENO: result: not found" >&5
16343 $as_echo "not found" >&6; }
16344
16345 else
16346   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16347 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16348
16349 cat >>confdefs.h <<_ACEOF
16350 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16351 _ACEOF
16352
16353
16354 fi
16355
16356 fi
16357
16358 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16359 then
16360     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16361 $as_echo_n "checking for -lfontconfig... " >&6; }
16362 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16363   $as_echo_n "(cached) " >&6
16364 else
16365   ac_check_soname_save_LIBS=$LIBS
16366 LIBS="-lfontconfig  $LIBS"
16367   cat >conftest.$ac_ext <<_ACEOF
16368 /* confdefs.h.  */
16369 _ACEOF
16370 cat confdefs.h >>conftest.$ac_ext
16371 cat >>conftest.$ac_ext <<_ACEOF
16372 /* end confdefs.h.  */
16373
16374 /* Override any GCC internal prototype to avoid an error.
16375    Use char because int might match the return type of a GCC
16376    builtin and then its argument prototype would still apply.  */
16377 #ifdef __cplusplus
16378 extern "C"
16379 #endif
16380 char FcInit ();
16381 int
16382 main ()
16383 {
16384 return FcInit ();
16385   ;
16386   return 0;
16387 }
16388 _ACEOF
16389 rm -f conftest.$ac_objext conftest$ac_exeext
16390 if { (ac_try="$ac_link"
16391 case "(($ac_try" in
16392   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16393   *) ac_try_echo=$ac_try;;
16394 esac
16395 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16396 $as_echo "$ac_try_echo") >&5
16397   (eval "$ac_link") 2>conftest.er1
16398   ac_status=$?
16399   grep -v '^ *+' conftest.er1 >conftest.err
16400   rm -f conftest.er1
16401   cat conftest.err >&5
16402   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16403   (exit $ac_status); } && {
16404          test -z "$ac_c_werror_flag" ||
16405          test ! -s conftest.err
16406        } && test -s conftest$ac_exeext && {
16407          test "$cross_compiling" = yes ||
16408          $as_test_x conftest$ac_exeext
16409        }; then
16410   case "$LIBEXT" in
16411     dll) ;;
16412     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'` ;;
16413     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16414   esac
16415 else
16416   $as_echo "$as_me: failed program was:" >&5
16417 sed 's/^/| /' conftest.$ac_ext >&5
16418
16419
16420 fi
16421
16422 rm -rf conftest.dSYM
16423 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16424       conftest$ac_exeext conftest.$ac_ext
16425   LIBS=$ac_check_soname_save_LIBS
16426 fi
16427 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16428   { $as_echo "$as_me:$LINENO: result: not found" >&5
16429 $as_echo "not found" >&6; }
16430
16431 else
16432   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16433 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16434
16435 cat >>confdefs.h <<_ACEOF
16436 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16437 _ACEOF
16438
16439
16440 fi
16441
16442 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16443 then
16444         ac_save_CPPFLAGS="$CPPFLAGS"
16445     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16446     $as_unset ac_cv_header_fontconfig_fontconfig_h
16447
16448 for ac_header in fontconfig/fontconfig.h
16449 do
16450 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16451 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16452   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16453 $as_echo_n "checking for $ac_header... " >&6; }
16454 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16455   $as_echo_n "(cached) " >&6
16456 fi
16457 ac_res=`eval 'as_val=${'$as_ac_Header'}
16458                  $as_echo "$as_val"'`
16459                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16460 $as_echo "$ac_res" >&6; }
16461 else
16462   # Is the header compilable?
16463 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16464 $as_echo_n "checking $ac_header usability... " >&6; }
16465 cat >conftest.$ac_ext <<_ACEOF
16466 /* confdefs.h.  */
16467 _ACEOF
16468 cat confdefs.h >>conftest.$ac_ext
16469 cat >>conftest.$ac_ext <<_ACEOF
16470 /* end confdefs.h.  */
16471 $ac_includes_default
16472 #include <$ac_header>
16473 _ACEOF
16474 rm -f conftest.$ac_objext
16475 if { (ac_try="$ac_compile"
16476 case "(($ac_try" in
16477   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16478   *) ac_try_echo=$ac_try;;
16479 esac
16480 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16481 $as_echo "$ac_try_echo") >&5
16482   (eval "$ac_compile") 2>conftest.er1
16483   ac_status=$?
16484   grep -v '^ *+' conftest.er1 >conftest.err
16485   rm -f conftest.er1
16486   cat conftest.err >&5
16487   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16488   (exit $ac_status); } && {
16489          test -z "$ac_c_werror_flag" ||
16490          test ! -s conftest.err
16491        } && test -s conftest.$ac_objext; then
16492   ac_header_compiler=yes
16493 else
16494   $as_echo "$as_me: failed program was:" >&5
16495 sed 's/^/| /' conftest.$ac_ext >&5
16496
16497         ac_header_compiler=no
16498 fi
16499
16500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16501 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16502 $as_echo "$ac_header_compiler" >&6; }
16503
16504 # Is the header present?
16505 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16506 $as_echo_n "checking $ac_header presence... " >&6; }
16507 cat >conftest.$ac_ext <<_ACEOF
16508 /* confdefs.h.  */
16509 _ACEOF
16510 cat confdefs.h >>conftest.$ac_ext
16511 cat >>conftest.$ac_ext <<_ACEOF
16512 /* end confdefs.h.  */
16513 #include <$ac_header>
16514 _ACEOF
16515 if { (ac_try="$ac_cpp conftest.$ac_ext"
16516 case "(($ac_try" in
16517   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16518   *) ac_try_echo=$ac_try;;
16519 esac
16520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16521 $as_echo "$ac_try_echo") >&5
16522   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16523   ac_status=$?
16524   grep -v '^ *+' conftest.er1 >conftest.err
16525   rm -f conftest.er1
16526   cat conftest.err >&5
16527   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16528   (exit $ac_status); } >/dev/null && {
16529          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16530          test ! -s conftest.err
16531        }; then
16532   ac_header_preproc=yes
16533 else
16534   $as_echo "$as_me: failed program was:" >&5
16535 sed 's/^/| /' conftest.$ac_ext >&5
16536
16537   ac_header_preproc=no
16538 fi
16539
16540 rm -f conftest.err conftest.$ac_ext
16541 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16542 $as_echo "$ac_header_preproc" >&6; }
16543
16544 # So?  What about this header?
16545 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16546   yes:no: )
16547     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16548 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16549     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16550 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16551     ac_header_preproc=yes
16552     ;;
16553   no:yes:* )
16554     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16555 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16556     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16557 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16558     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16559 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16560     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16561 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16562     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16563 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16564     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16565 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16566     ( cat <<\_ASBOX
16567 ## ------------------------------------ ##
16568 ## Report this to wine-devel@winehq.org ##
16569 ## ------------------------------------ ##
16570 _ASBOX
16571      ) | sed "s/^/$as_me: WARNING:     /" >&2
16572     ;;
16573 esac
16574 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16575 $as_echo_n "checking for $ac_header... " >&6; }
16576 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16577   $as_echo_n "(cached) " >&6
16578 else
16579   eval "$as_ac_Header=\$ac_header_preproc"
16580 fi
16581 ac_res=`eval 'as_val=${'$as_ac_Header'}
16582                  $as_echo "$as_val"'`
16583                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16584 $as_echo "$ac_res" >&6; }
16585
16586 fi
16587 as_val=`eval 'as_val=${'$as_ac_Header'}
16588                  $as_echo "$as_val"'`
16589    if test "x$as_val" = x""yes; then
16590   cat >>confdefs.h <<_ACEOF
16591 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16592 _ACEOF
16593
16594 fi
16595
16596 done
16597
16598     CPPFLAGS="$ac_save_CPPFLAGS"
16599     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16600     then
16601         FONTCONFIGINCL="$X_CFLAGS"
16602
16603         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16604 $as_echo_n "checking for -lfontconfig... " >&6; }
16605 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16606   $as_echo_n "(cached) " >&6
16607 else
16608   ac_check_soname_save_LIBS=$LIBS
16609 LIBS="-lfontconfig $X_LIBS $LIBS"
16610   cat >conftest.$ac_ext <<_ACEOF
16611 /* confdefs.h.  */
16612 _ACEOF
16613 cat confdefs.h >>conftest.$ac_ext
16614 cat >>conftest.$ac_ext <<_ACEOF
16615 /* end confdefs.h.  */
16616
16617 /* Override any GCC internal prototype to avoid an error.
16618    Use char because int might match the return type of a GCC
16619    builtin and then its argument prototype would still apply.  */
16620 #ifdef __cplusplus
16621 extern "C"
16622 #endif
16623 char FcInit ();
16624 int
16625 main ()
16626 {
16627 return FcInit ();
16628   ;
16629   return 0;
16630 }
16631 _ACEOF
16632 rm -f conftest.$ac_objext conftest$ac_exeext
16633 if { (ac_try="$ac_link"
16634 case "(($ac_try" in
16635   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16636   *) ac_try_echo=$ac_try;;
16637 esac
16638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16639 $as_echo "$ac_try_echo") >&5
16640   (eval "$ac_link") 2>conftest.er1
16641   ac_status=$?
16642   grep -v '^ *+' conftest.er1 >conftest.err
16643   rm -f conftest.er1
16644   cat conftest.err >&5
16645   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16646   (exit $ac_status); } && {
16647          test -z "$ac_c_werror_flag" ||
16648          test ! -s conftest.err
16649        } && test -s conftest$ac_exeext && {
16650          test "$cross_compiling" = yes ||
16651          $as_test_x conftest$ac_exeext
16652        }; then
16653   case "$LIBEXT" in
16654     dll) ;;
16655     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'` ;;
16656     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16657   esac
16658 else
16659   $as_echo "$as_me: failed program was:" >&5
16660 sed 's/^/| /' conftest.$ac_ext >&5
16661
16662
16663 fi
16664
16665 rm -rf conftest.dSYM
16666 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16667       conftest$ac_exeext conftest.$ac_ext
16668   LIBS=$ac_check_soname_save_LIBS
16669 fi
16670 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16671   { $as_echo "$as_me:$LINENO: result: not found" >&5
16672 $as_echo "not found" >&6; }
16673
16674 else
16675   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16676 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16677
16678 cat >>confdefs.h <<_ACEOF
16679 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16680 _ACEOF
16681
16682
16683 fi
16684
16685     fi
16686 fi
16687 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16688   case "x$with_fontconfig" in
16689   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16690   xno) ;;
16691   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16692 This is an error since --with-fontconfig was requested." >&5
16693 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16694 This is an error since --with-fontconfig was requested." >&2;}
16695    { (exit 1); exit 1; }; } ;;
16696 esac
16697 fi
16698
16699
16700 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16701 then
16702     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16703 $as_echo_n "checking for -lssl... " >&6; }
16704 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16705   $as_echo_n "(cached) " >&6
16706 else
16707   ac_check_soname_save_LIBS=$LIBS
16708 LIBS="-lssl  $LIBS"
16709   cat >conftest.$ac_ext <<_ACEOF
16710 /* confdefs.h.  */
16711 _ACEOF
16712 cat confdefs.h >>conftest.$ac_ext
16713 cat >>conftest.$ac_ext <<_ACEOF
16714 /* end confdefs.h.  */
16715
16716 /* Override any GCC internal prototype to avoid an error.
16717    Use char because int might match the return type of a GCC
16718    builtin and then its argument prototype would still apply.  */
16719 #ifdef __cplusplus
16720 extern "C"
16721 #endif
16722 char SSL_library_init ();
16723 int
16724 main ()
16725 {
16726 return SSL_library_init ();
16727   ;
16728   return 0;
16729 }
16730 _ACEOF
16731 rm -f conftest.$ac_objext conftest$ac_exeext
16732 if { (ac_try="$ac_link"
16733 case "(($ac_try" in
16734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16735   *) ac_try_echo=$ac_try;;
16736 esac
16737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16738 $as_echo "$ac_try_echo") >&5
16739   (eval "$ac_link") 2>conftest.er1
16740   ac_status=$?
16741   grep -v '^ *+' conftest.er1 >conftest.err
16742   rm -f conftest.er1
16743   cat conftest.err >&5
16744   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16745   (exit $ac_status); } && {
16746          test -z "$ac_c_werror_flag" ||
16747          test ! -s conftest.err
16748        } && test -s conftest$ac_exeext && {
16749          test "$cross_compiling" = yes ||
16750          $as_test_x conftest$ac_exeext
16751        }; then
16752   case "$LIBEXT" in
16753     dll) ;;
16754     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'` ;;
16755     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16756   esac
16757 else
16758   $as_echo "$as_me: failed program was:" >&5
16759 sed 's/^/| /' conftest.$ac_ext >&5
16760
16761
16762 fi
16763
16764 rm -rf conftest.dSYM
16765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16766       conftest$ac_exeext conftest.$ac_ext
16767   LIBS=$ac_check_soname_save_LIBS
16768 fi
16769 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16770   { $as_echo "$as_me:$LINENO: result: not found" >&5
16771 $as_echo "not found" >&6; }
16772
16773 else
16774   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16775 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16776
16777 cat >>confdefs.h <<_ACEOF
16778 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16779 _ACEOF
16780
16781
16782 fi
16783
16784     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16785 $as_echo_n "checking for -lcrypto... " >&6; }
16786 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16787   $as_echo_n "(cached) " >&6
16788 else
16789   ac_check_soname_save_LIBS=$LIBS
16790 LIBS="-lcrypto  $LIBS"
16791   cat >conftest.$ac_ext <<_ACEOF
16792 /* confdefs.h.  */
16793 _ACEOF
16794 cat confdefs.h >>conftest.$ac_ext
16795 cat >>conftest.$ac_ext <<_ACEOF
16796 /* end confdefs.h.  */
16797
16798 /* Override any GCC internal prototype to avoid an error.
16799    Use char because int might match the return type of a GCC
16800    builtin and then its argument prototype would still apply.  */
16801 #ifdef __cplusplus
16802 extern "C"
16803 #endif
16804 char BIO_new_socket ();
16805 int
16806 main ()
16807 {
16808 return BIO_new_socket ();
16809   ;
16810   return 0;
16811 }
16812 _ACEOF
16813 rm -f conftest.$ac_objext conftest$ac_exeext
16814 if { (ac_try="$ac_link"
16815 case "(($ac_try" in
16816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16817   *) ac_try_echo=$ac_try;;
16818 esac
16819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16820 $as_echo "$ac_try_echo") >&5
16821   (eval "$ac_link") 2>conftest.er1
16822   ac_status=$?
16823   grep -v '^ *+' conftest.er1 >conftest.err
16824   rm -f conftest.er1
16825   cat conftest.err >&5
16826   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16827   (exit $ac_status); } && {
16828          test -z "$ac_c_werror_flag" ||
16829          test ! -s conftest.err
16830        } && test -s conftest$ac_exeext && {
16831          test "$cross_compiling" = yes ||
16832          $as_test_x conftest$ac_exeext
16833        }; then
16834   case "$LIBEXT" in
16835     dll) ;;
16836     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'` ;;
16837     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16838   esac
16839 else
16840   $as_echo "$as_me: failed program was:" >&5
16841 sed 's/^/| /' conftest.$ac_ext >&5
16842
16843
16844 fi
16845
16846 rm -rf conftest.dSYM
16847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16848       conftest$ac_exeext conftest.$ac_ext
16849   LIBS=$ac_check_soname_save_LIBS
16850 fi
16851 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16852   { $as_echo "$as_me:$LINENO: result: not found" >&5
16853 $as_echo "not found" >&6; }
16854
16855 else
16856   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16857 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16858
16859 cat >>confdefs.h <<_ACEOF
16860 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16861 _ACEOF
16862
16863
16864 fi
16865
16866 fi
16867 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16868   case "x$with_openssl" in
16869   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16870   xno) ;;
16871   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16872 This is an error since --with-openssl was requested." >&5
16873 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16874 This is an error since --with-openssl was requested." >&2;}
16875    { (exit 1); exit 1; }; } ;;
16876 esac
16877 fi
16878
16879
16880 if test "$ac_cv_header_jpeglib_h" = "yes"
16881 then
16882     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16883 $as_echo_n "checking for -ljpeg... " >&6; }
16884 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16885   $as_echo_n "(cached) " >&6
16886 else
16887   ac_check_soname_save_LIBS=$LIBS
16888 LIBS="-ljpeg  $LIBS"
16889   cat >conftest.$ac_ext <<_ACEOF
16890 /* confdefs.h.  */
16891 _ACEOF
16892 cat confdefs.h >>conftest.$ac_ext
16893 cat >>conftest.$ac_ext <<_ACEOF
16894 /* end confdefs.h.  */
16895
16896 /* Override any GCC internal prototype to avoid an error.
16897    Use char because int might match the return type of a GCC
16898    builtin and then its argument prototype would still apply.  */
16899 #ifdef __cplusplus
16900 extern "C"
16901 #endif
16902 char jpeg_start_decompress ();
16903 int
16904 main ()
16905 {
16906 return jpeg_start_decompress ();
16907   ;
16908   return 0;
16909 }
16910 _ACEOF
16911 rm -f conftest.$ac_objext conftest$ac_exeext
16912 if { (ac_try="$ac_link"
16913 case "(($ac_try" in
16914   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16915   *) ac_try_echo=$ac_try;;
16916 esac
16917 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16918 $as_echo "$ac_try_echo") >&5
16919   (eval "$ac_link") 2>conftest.er1
16920   ac_status=$?
16921   grep -v '^ *+' conftest.er1 >conftest.err
16922   rm -f conftest.er1
16923   cat conftest.err >&5
16924   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16925   (exit $ac_status); } && {
16926          test -z "$ac_c_werror_flag" ||
16927          test ! -s conftest.err
16928        } && test -s conftest$ac_exeext && {
16929          test "$cross_compiling" = yes ||
16930          $as_test_x conftest$ac_exeext
16931        }; then
16932   case "$LIBEXT" in
16933     dll) ;;
16934     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'` ;;
16935     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16936   esac
16937 else
16938   $as_echo "$as_me: failed program was:" >&5
16939 sed 's/^/| /' conftest.$ac_ext >&5
16940
16941
16942 fi
16943
16944 rm -rf conftest.dSYM
16945 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16946       conftest$ac_exeext conftest.$ac_ext
16947   LIBS=$ac_check_soname_save_LIBS
16948 fi
16949 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16950   { $as_echo "$as_me:$LINENO: result: not found" >&5
16951 $as_echo "not found" >&6; }
16952
16953 else
16954   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16955 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16956
16957 cat >>confdefs.h <<_ACEOF
16958 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16959 _ACEOF
16960
16961
16962 fi
16963
16964 fi
16965 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16966   case "x$with_jpeg" in
16967   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16968   xno) ;;
16969   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16970 This is an error since --with-jpeg was requested." >&5
16971 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16972 This is an error since --with-jpeg was requested." >&2;}
16973    { (exit 1); exit 1; }; } ;;
16974 esac
16975 fi
16976
16977
16978 if test "$ac_cv_header_png_h" = "yes"
16979 then
16980     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16981 $as_echo_n "checking for -lpng... " >&6; }
16982 if test "${ac_cv_lib_soname_png+set}" = set; then
16983   $as_echo_n "(cached) " >&6
16984 else
16985   ac_check_soname_save_LIBS=$LIBS
16986 LIBS="-lpng -lm -lz $LIBS"
16987   cat >conftest.$ac_ext <<_ACEOF
16988 /* confdefs.h.  */
16989 _ACEOF
16990 cat confdefs.h >>conftest.$ac_ext
16991 cat >>conftest.$ac_ext <<_ACEOF
16992 /* end confdefs.h.  */
16993
16994 /* Override any GCC internal prototype to avoid an error.
16995    Use char because int might match the return type of a GCC
16996    builtin and then its argument prototype would still apply.  */
16997 #ifdef __cplusplus
16998 extern "C"
16999 #endif
17000 char png_create_read_struct ();
17001 int
17002 main ()
17003 {
17004 return png_create_read_struct ();
17005   ;
17006   return 0;
17007 }
17008 _ACEOF
17009 rm -f conftest.$ac_objext conftest$ac_exeext
17010 if { (ac_try="$ac_link"
17011 case "(($ac_try" in
17012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17013   *) ac_try_echo=$ac_try;;
17014 esac
17015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17016 $as_echo "$ac_try_echo") >&5
17017   (eval "$ac_link") 2>conftest.er1
17018   ac_status=$?
17019   grep -v '^ *+' conftest.er1 >conftest.err
17020   rm -f conftest.er1
17021   cat conftest.err >&5
17022   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17023   (exit $ac_status); } && {
17024          test -z "$ac_c_werror_flag" ||
17025          test ! -s conftest.err
17026        } && test -s conftest$ac_exeext && {
17027          test "$cross_compiling" = yes ||
17028          $as_test_x conftest$ac_exeext
17029        }; then
17030   case "$LIBEXT" in
17031     dll) ;;
17032     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'` ;;
17033     *) 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'` ;;
17034   esac
17035 else
17036   $as_echo "$as_me: failed program was:" >&5
17037 sed 's/^/| /' conftest.$ac_ext >&5
17038
17039
17040 fi
17041
17042 rm -rf conftest.dSYM
17043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17044       conftest$ac_exeext conftest.$ac_ext
17045   LIBS=$ac_check_soname_save_LIBS
17046 fi
17047 if test "x$ac_cv_lib_soname_png" = "x"; then
17048   { $as_echo "$as_me:$LINENO: result: not found" >&5
17049 $as_echo "not found" >&6; }
17050
17051 else
17052   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17053 $as_echo "$ac_cv_lib_soname_png" >&6; }
17054
17055 cat >>confdefs.h <<_ACEOF
17056 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17057 _ACEOF
17058
17059
17060 fi
17061
17062 fi
17063 if test "x$ac_cv_lib_soname_png" = "x"; then
17064   case "x$with_png" in
17065   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17066   xno) ;;
17067   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17068 This is an error since --with-png was requested." >&5
17069 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17070 This is an error since --with-png was requested." >&2;}
17071    { (exit 1); exit 1; }; } ;;
17072 esac
17073 fi
17074
17075
17076 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17077 $as_echo_n "checking for -lodbc... " >&6; }
17078 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17079   $as_echo_n "(cached) " >&6
17080 else
17081   ac_check_soname_save_LIBS=$LIBS
17082 LIBS="-lodbc  $LIBS"
17083   cat >conftest.$ac_ext <<_ACEOF
17084 /* confdefs.h.  */
17085 _ACEOF
17086 cat confdefs.h >>conftest.$ac_ext
17087 cat >>conftest.$ac_ext <<_ACEOF
17088 /* end confdefs.h.  */
17089
17090 /* Override any GCC internal prototype to avoid an error.
17091    Use char because int might match the return type of a GCC
17092    builtin and then its argument prototype would still apply.  */
17093 #ifdef __cplusplus
17094 extern "C"
17095 #endif
17096 char SQLConnect ();
17097 int
17098 main ()
17099 {
17100 return SQLConnect ();
17101   ;
17102   return 0;
17103 }
17104 _ACEOF
17105 rm -f conftest.$ac_objext conftest$ac_exeext
17106 if { (ac_try="$ac_link"
17107 case "(($ac_try" in
17108   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17109   *) ac_try_echo=$ac_try;;
17110 esac
17111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17112 $as_echo "$ac_try_echo") >&5
17113   (eval "$ac_link") 2>conftest.er1
17114   ac_status=$?
17115   grep -v '^ *+' conftest.er1 >conftest.err
17116   rm -f conftest.er1
17117   cat conftest.err >&5
17118   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17119   (exit $ac_status); } && {
17120          test -z "$ac_c_werror_flag" ||
17121          test ! -s conftest.err
17122        } && test -s conftest$ac_exeext && {
17123          test "$cross_compiling" = yes ||
17124          $as_test_x conftest$ac_exeext
17125        }; then
17126   case "$LIBEXT" in
17127     dll) ;;
17128     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'` ;;
17129     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17130   esac
17131 else
17132   $as_echo "$as_me: failed program was:" >&5
17133 sed 's/^/| /' conftest.$ac_ext >&5
17134
17135
17136 fi
17137
17138 rm -rf conftest.dSYM
17139 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17140       conftest$ac_exeext conftest.$ac_ext
17141   LIBS=$ac_check_soname_save_LIBS
17142 fi
17143 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17144   { $as_echo "$as_me:$LINENO: result: not found" >&5
17145 $as_echo "not found" >&6; }
17146        cat >>confdefs.h <<_ACEOF
17147 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17148 _ACEOF
17149
17150 else
17151   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17152 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17153
17154 cat >>confdefs.h <<_ACEOF
17155 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17156 _ACEOF
17157
17158
17159 fi
17160
17161
17162 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17163         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17164         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17165         "$ac_cv_header_soundcard_h" != "yes" -a \
17166         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17167 then
17168     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17169 fi
17170
17171
17172 EXTRACFLAGS=""
17173
17174 if test "x${GCC}" = "xyes"
17175 then
17176   EXTRACFLAGS="-Wall -pipe"
17177
17178     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17179 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17180 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17181   $as_echo_n "(cached) " >&6
17182 else
17183   if test "$cross_compiling" = yes; then
17184   ac_cv_c_gcc_strength_bug="yes"
17185 else
17186   cat >conftest.$ac_ext <<_ACEOF
17187 /* confdefs.h.  */
17188 _ACEOF
17189 cat confdefs.h >>conftest.$ac_ext
17190 cat >>conftest.$ac_ext <<_ACEOF
17191 /* end confdefs.h.  */
17192 int L[4] = {0,1,2,3};
17193 int
17194 main ()
17195 {
17196 static int Array[3];
17197   unsigned int B = 3;
17198   int i;
17199   for(i=0; i<B; i++) Array[i] = i - 3;
17200   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17201   L[i] = 4;
17202   return (Array[1] != -2 || L[2] != 3)
17203   ;
17204   return 0;
17205 }
17206 _ACEOF
17207 rm -f conftest$ac_exeext
17208 if { (ac_try="$ac_link"
17209 case "(($ac_try" in
17210   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17211   *) ac_try_echo=$ac_try;;
17212 esac
17213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17214 $as_echo "$ac_try_echo") >&5
17215   (eval "$ac_link") 2>&5
17216   ac_status=$?
17217   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17218   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17219   { (case "(($ac_try" in
17220   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17221   *) ac_try_echo=$ac_try;;
17222 esac
17223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17224 $as_echo "$ac_try_echo") >&5
17225   (eval "$ac_try") 2>&5
17226   ac_status=$?
17227   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17228   (exit $ac_status); }; }; then
17229   ac_cv_c_gcc_strength_bug="no"
17230 else
17231   $as_echo "$as_me: program exited with status $ac_status" >&5
17232 $as_echo "$as_me: failed program was:" >&5
17233 sed 's/^/| /' conftest.$ac_ext >&5
17234
17235 ( exit $ac_status )
17236 ac_cv_c_gcc_strength_bug="yes"
17237 fi
17238 rm -rf conftest.dSYM
17239 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17240 fi
17241
17242
17243 fi
17244 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17245 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17246   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17247   then
17248     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17249   fi
17250
17251     { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17252 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17253 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17254   $as_echo_n "(cached) " >&6
17255 else
17256   ac_wine_try_cflags_saved=$CFLAGS
17257 CFLAGS="$CFLAGS -fno-builtin"
17258 cat >conftest.$ac_ext <<_ACEOF
17259 /* confdefs.h.  */
17260 _ACEOF
17261 cat confdefs.h >>conftest.$ac_ext
17262 cat >>conftest.$ac_ext <<_ACEOF
17263 /* end confdefs.h.  */
17264
17265 int
17266 main ()
17267 {
17268
17269   ;
17270   return 0;
17271 }
17272 _ACEOF
17273 rm -f conftest.$ac_objext conftest$ac_exeext
17274 if { (ac_try="$ac_link"
17275 case "(($ac_try" in
17276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17277   *) ac_try_echo=$ac_try;;
17278 esac
17279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17280 $as_echo "$ac_try_echo") >&5
17281   (eval "$ac_link") 2>conftest.er1
17282   ac_status=$?
17283   grep -v '^ *+' conftest.er1 >conftest.err
17284   rm -f conftest.er1
17285   cat conftest.err >&5
17286   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17287   (exit $ac_status); } && {
17288          test -z "$ac_c_werror_flag" ||
17289          test ! -s conftest.err
17290        } && test -s conftest$ac_exeext && {
17291          test "$cross_compiling" = yes ||
17292          $as_test_x conftest$ac_exeext
17293        }; then
17294   ac_cv_cflags__fno_builtin=yes
17295 else
17296   $as_echo "$as_me: failed program was:" >&5
17297 sed 's/^/| /' conftest.$ac_ext >&5
17298
17299         ac_cv_cflags__fno_builtin=no
17300 fi
17301
17302 rm -rf conftest.dSYM
17303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17304       conftest$ac_exeext conftest.$ac_ext
17305 CFLAGS=$ac_wine_try_cflags_saved
17306 fi
17307 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17308 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17309 if test $ac_cv_cflags__fno_builtin = yes; then
17310   BUILTINFLAG="-fno-builtin"
17311
17312 fi
17313
17314   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17315 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17316 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17317   $as_echo_n "(cached) " >&6
17318 else
17319   ac_wine_try_cflags_saved=$CFLAGS
17320 CFLAGS="$CFLAGS -fno-strict-aliasing"
17321 cat >conftest.$ac_ext <<_ACEOF
17322 /* confdefs.h.  */
17323 _ACEOF
17324 cat confdefs.h >>conftest.$ac_ext
17325 cat >>conftest.$ac_ext <<_ACEOF
17326 /* end confdefs.h.  */
17327
17328 int
17329 main ()
17330 {
17331
17332   ;
17333   return 0;
17334 }
17335 _ACEOF
17336 rm -f conftest.$ac_objext conftest$ac_exeext
17337 if { (ac_try="$ac_link"
17338 case "(($ac_try" in
17339   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17340   *) ac_try_echo=$ac_try;;
17341 esac
17342 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17343 $as_echo "$ac_try_echo") >&5
17344   (eval "$ac_link") 2>conftest.er1
17345   ac_status=$?
17346   grep -v '^ *+' conftest.er1 >conftest.err
17347   rm -f conftest.er1
17348   cat conftest.err >&5
17349   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17350   (exit $ac_status); } && {
17351          test -z "$ac_c_werror_flag" ||
17352          test ! -s conftest.err
17353        } && test -s conftest$ac_exeext && {
17354          test "$cross_compiling" = yes ||
17355          $as_test_x conftest$ac_exeext
17356        }; then
17357   ac_cv_cflags__fno_strict_aliasing=yes
17358 else
17359   $as_echo "$as_me: failed program was:" >&5
17360 sed 's/^/| /' conftest.$ac_ext >&5
17361
17362         ac_cv_cflags__fno_strict_aliasing=no
17363 fi
17364
17365 rm -rf conftest.dSYM
17366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17367       conftest$ac_exeext conftest.$ac_ext
17368 CFLAGS=$ac_wine_try_cflags_saved
17369 fi
17370 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17371 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17372 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17373   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17374 fi
17375
17376   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17377 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17378 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17379   $as_echo_n "(cached) " >&6
17380 else
17381   ac_wine_try_cflags_saved=$CFLAGS
17382 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17383 cat >conftest.$ac_ext <<_ACEOF
17384 /* confdefs.h.  */
17385 _ACEOF
17386 cat confdefs.h >>conftest.$ac_ext
17387 cat >>conftest.$ac_ext <<_ACEOF
17388 /* end confdefs.h.  */
17389
17390 int
17391 main ()
17392 {
17393
17394   ;
17395   return 0;
17396 }
17397 _ACEOF
17398 rm -f conftest.$ac_objext conftest$ac_exeext
17399 if { (ac_try="$ac_link"
17400 case "(($ac_try" in
17401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17402   *) ac_try_echo=$ac_try;;
17403 esac
17404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17405 $as_echo "$ac_try_echo") >&5
17406   (eval "$ac_link") 2>conftest.er1
17407   ac_status=$?
17408   grep -v '^ *+' conftest.er1 >conftest.err
17409   rm -f conftest.er1
17410   cat conftest.err >&5
17411   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17412   (exit $ac_status); } && {
17413          test -z "$ac_c_werror_flag" ||
17414          test ! -s conftest.err
17415        } && test -s conftest$ac_exeext && {
17416          test "$cross_compiling" = yes ||
17417          $as_test_x conftest$ac_exeext
17418        }; then
17419   ac_cv_cflags__Wdeclaration_after_statement=yes
17420 else
17421   $as_echo "$as_me: failed program was:" >&5
17422 sed 's/^/| /' conftest.$ac_ext >&5
17423
17424         ac_cv_cflags__Wdeclaration_after_statement=no
17425 fi
17426
17427 rm -rf conftest.dSYM
17428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17429       conftest$ac_exeext conftest.$ac_ext
17430 CFLAGS=$ac_wine_try_cflags_saved
17431 fi
17432 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17433 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17434 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17435   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17436 fi
17437
17438   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17439 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17440 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17441   $as_echo_n "(cached) " >&6
17442 else
17443   ac_wine_try_cflags_saved=$CFLAGS
17444 CFLAGS="$CFLAGS -Wwrite-strings"
17445 cat >conftest.$ac_ext <<_ACEOF
17446 /* confdefs.h.  */
17447 _ACEOF
17448 cat confdefs.h >>conftest.$ac_ext
17449 cat >>conftest.$ac_ext <<_ACEOF
17450 /* end confdefs.h.  */
17451
17452 int
17453 main ()
17454 {
17455
17456   ;
17457   return 0;
17458 }
17459 _ACEOF
17460 rm -f conftest.$ac_objext conftest$ac_exeext
17461 if { (ac_try="$ac_link"
17462 case "(($ac_try" in
17463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17464   *) ac_try_echo=$ac_try;;
17465 esac
17466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17467 $as_echo "$ac_try_echo") >&5
17468   (eval "$ac_link") 2>conftest.er1
17469   ac_status=$?
17470   grep -v '^ *+' conftest.er1 >conftest.err
17471   rm -f conftest.er1
17472   cat conftest.err >&5
17473   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17474   (exit $ac_status); } && {
17475          test -z "$ac_c_werror_flag" ||
17476          test ! -s conftest.err
17477        } && test -s conftest$ac_exeext && {
17478          test "$cross_compiling" = yes ||
17479          $as_test_x conftest$ac_exeext
17480        }; then
17481   ac_cv_cflags__Wwrite_strings=yes
17482 else
17483   $as_echo "$as_me: failed program was:" >&5
17484 sed 's/^/| /' conftest.$ac_ext >&5
17485
17486         ac_cv_cflags__Wwrite_strings=no
17487 fi
17488
17489 rm -rf conftest.dSYM
17490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17491       conftest$ac_exeext conftest.$ac_ext
17492 CFLAGS=$ac_wine_try_cflags_saved
17493 fi
17494 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17495 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17496 if test $ac_cv_cflags__Wwrite_strings = yes; then
17497   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17498 fi
17499
17500   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17501 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17502 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17503   $as_echo_n "(cached) " >&6
17504 else
17505   ac_wine_try_cflags_saved=$CFLAGS
17506 CFLAGS="$CFLAGS -Wtype-limits"
17507 cat >conftest.$ac_ext <<_ACEOF
17508 /* confdefs.h.  */
17509 _ACEOF
17510 cat confdefs.h >>conftest.$ac_ext
17511 cat >>conftest.$ac_ext <<_ACEOF
17512 /* end confdefs.h.  */
17513
17514 int
17515 main ()
17516 {
17517
17518   ;
17519   return 0;
17520 }
17521 _ACEOF
17522 rm -f conftest.$ac_objext conftest$ac_exeext
17523 if { (ac_try="$ac_link"
17524 case "(($ac_try" in
17525   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17526   *) ac_try_echo=$ac_try;;
17527 esac
17528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17529 $as_echo "$ac_try_echo") >&5
17530   (eval "$ac_link") 2>conftest.er1
17531   ac_status=$?
17532   grep -v '^ *+' conftest.er1 >conftest.err
17533   rm -f conftest.er1
17534   cat conftest.err >&5
17535   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17536   (exit $ac_status); } && {
17537          test -z "$ac_c_werror_flag" ||
17538          test ! -s conftest.err
17539        } && test -s conftest$ac_exeext && {
17540          test "$cross_compiling" = yes ||
17541          $as_test_x conftest$ac_exeext
17542        }; then
17543   ac_cv_cflags__Wtype_limits=yes
17544 else
17545   $as_echo "$as_me: failed program was:" >&5
17546 sed 's/^/| /' conftest.$ac_ext >&5
17547
17548         ac_cv_cflags__Wtype_limits=no
17549 fi
17550
17551 rm -rf conftest.dSYM
17552 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17553       conftest$ac_exeext conftest.$ac_ext
17554 CFLAGS=$ac_wine_try_cflags_saved
17555 fi
17556 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17557 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17558 if test $ac_cv_cflags__Wtype_limits = yes; then
17559   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17560 fi
17561
17562
17563     saved_CFLAGS="$CFLAGS"
17564   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17565   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17566 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17567 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17568   $as_echo_n "(cached) " >&6
17569 else
17570   cat >conftest.$ac_ext <<_ACEOF
17571 /* confdefs.h.  */
17572 _ACEOF
17573 cat confdefs.h >>conftest.$ac_ext
17574 cat >>conftest.$ac_ext <<_ACEOF
17575 /* end confdefs.h.  */
17576 #include <string.h>
17577 int
17578 main ()
17579 {
17580
17581   ;
17582   return 0;
17583 }
17584 _ACEOF
17585 rm -f conftest.$ac_objext
17586 if { (ac_try="$ac_compile"
17587 case "(($ac_try" in
17588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17589   *) ac_try_echo=$ac_try;;
17590 esac
17591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17592 $as_echo "$ac_try_echo") >&5
17593   (eval "$ac_compile") 2>conftest.er1
17594   ac_status=$?
17595   grep -v '^ *+' conftest.er1 >conftest.err
17596   rm -f conftest.er1
17597   cat conftest.err >&5
17598   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17599   (exit $ac_status); } && {
17600          test -z "$ac_c_werror_flag" ||
17601          test ! -s conftest.err
17602        } && test -s conftest.$ac_objext; then
17603   ac_cv_c_string_h_warnings=no
17604 else
17605   $as_echo "$as_me: failed program was:" >&5
17606 sed 's/^/| /' conftest.$ac_ext >&5
17607
17608         ac_cv_c_string_h_warnings=yes
17609 fi
17610
17611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17612 fi
17613 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17614 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17615   CFLAGS="$saved_CFLAGS"
17616   if test "$ac_cv_c_string_h_warnings" = "no"
17617   then
17618     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17619   fi
17620 fi
17621
17622
17623 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17624 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17625 if test "${ac_cv_asm_func_def+set}" = set; then
17626   $as_echo_n "(cached) " >&6
17627 else
17628   cat >conftest.$ac_ext <<_ACEOF
17629 /* confdefs.h.  */
17630 _ACEOF
17631 cat confdefs.h >>conftest.$ac_ext
17632 cat >>conftest.$ac_ext <<_ACEOF
17633 /* end confdefs.h.  */
17634
17635 int
17636 main ()
17637 {
17638 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17639   ;
17640   return 0;
17641 }
17642 _ACEOF
17643 rm -f conftest.$ac_objext conftest$ac_exeext
17644 if { (ac_try="$ac_link"
17645 case "(($ac_try" in
17646   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17647   *) ac_try_echo=$ac_try;;
17648 esac
17649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17650 $as_echo "$ac_try_echo") >&5
17651   (eval "$ac_link") 2>conftest.er1
17652   ac_status=$?
17653   grep -v '^ *+' conftest.er1 >conftest.err
17654   rm -f conftest.er1
17655   cat conftest.err >&5
17656   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17657   (exit $ac_status); } && {
17658          test -z "$ac_c_werror_flag" ||
17659          test ! -s conftest.err
17660        } && test -s conftest$ac_exeext && {
17661          test "$cross_compiling" = yes ||
17662          $as_test_x conftest$ac_exeext
17663        }; then
17664   ac_cv_asm_func_def=".def"
17665 else
17666   $as_echo "$as_me: failed program was:" >&5
17667 sed 's/^/| /' conftest.$ac_ext >&5
17668
17669         cat >conftest.$ac_ext <<_ACEOF
17670 /* confdefs.h.  */
17671 _ACEOF
17672 cat confdefs.h >>conftest.$ac_ext
17673 cat >>conftest.$ac_ext <<_ACEOF
17674 /* end confdefs.h.  */
17675
17676 int
17677 main ()
17678 {
17679 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17680   ;
17681   return 0;
17682 }
17683 _ACEOF
17684 rm -f conftest.$ac_objext conftest$ac_exeext
17685 if { (ac_try="$ac_link"
17686 case "(($ac_try" in
17687   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17688   *) ac_try_echo=$ac_try;;
17689 esac
17690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17691 $as_echo "$ac_try_echo") >&5
17692   (eval "$ac_link") 2>conftest.er1
17693   ac_status=$?
17694   grep -v '^ *+' conftest.er1 >conftest.err
17695   rm -f conftest.er1
17696   cat conftest.err >&5
17697   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17698   (exit $ac_status); } && {
17699          test -z "$ac_c_werror_flag" ||
17700          test ! -s conftest.err
17701        } && test -s conftest$ac_exeext && {
17702          test "$cross_compiling" = yes ||
17703          $as_test_x conftest$ac_exeext
17704        }; then
17705   ac_cv_asm_func_def=".type @function"
17706 else
17707   $as_echo "$as_me: failed program was:" >&5
17708 sed 's/^/| /' conftest.$ac_ext >&5
17709
17710         cat >conftest.$ac_ext <<_ACEOF
17711 /* confdefs.h.  */
17712 _ACEOF
17713 cat confdefs.h >>conftest.$ac_ext
17714 cat >>conftest.$ac_ext <<_ACEOF
17715 /* end confdefs.h.  */
17716
17717 int
17718 main ()
17719 {
17720 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17721   ;
17722   return 0;
17723 }
17724 _ACEOF
17725 rm -f conftest.$ac_objext conftest$ac_exeext
17726 if { (ac_try="$ac_link"
17727 case "(($ac_try" in
17728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17729   *) ac_try_echo=$ac_try;;
17730 esac
17731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17732 $as_echo "$ac_try_echo") >&5
17733   (eval "$ac_link") 2>conftest.er1
17734   ac_status=$?
17735   grep -v '^ *+' conftest.er1 >conftest.err
17736   rm -f conftest.er1
17737   cat conftest.err >&5
17738   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17739   (exit $ac_status); } && {
17740          test -z "$ac_c_werror_flag" ||
17741          test ! -s conftest.err
17742        } && test -s conftest$ac_exeext && {
17743          test "$cross_compiling" = yes ||
17744          $as_test_x conftest$ac_exeext
17745        }; then
17746   ac_cv_asm_func_def=".type 2"
17747 else
17748   $as_echo "$as_me: failed program was:" >&5
17749 sed 's/^/| /' conftest.$ac_ext >&5
17750
17751         ac_cv_asm_func_def="unknown"
17752 fi
17753
17754 rm -rf conftest.dSYM
17755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17756       conftest$ac_exeext conftest.$ac_ext
17757 fi
17758
17759 rm -rf conftest.dSYM
17760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17761       conftest$ac_exeext conftest.$ac_ext
17762 fi
17763
17764 rm -rf conftest.dSYM
17765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17766       conftest$ac_exeext conftest.$ac_ext
17767 fi
17768 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17769 $as_echo "$ac_cv_asm_func_def" >&6; }
17770
17771
17772
17773 case "$ac_cv_asm_func_def" in
17774   ".def")
17775      cat >>confdefs.h <<\_ACEOF
17776 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17777 _ACEOF
17778  ;;
17779   ".type @function")
17780      cat >>confdefs.h <<\_ACEOF
17781 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17782 _ACEOF
17783  ;;
17784   ".type 2")
17785      cat >>confdefs.h <<\_ACEOF
17786 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17787 _ACEOF
17788  ;;
17789   *)
17790      cat >>confdefs.h <<\_ACEOF
17791 #define __ASM_FUNC(name) ""
17792 _ACEOF
17793  ;;
17794 esac
17795
17796
17797 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17798 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17799 if test "${ac_cv_c_extern_prefix+set}" = set; then
17800   $as_echo_n "(cached) " >&6
17801 else
17802   cat >conftest.$ac_ext <<_ACEOF
17803 /* confdefs.h.  */
17804 _ACEOF
17805 cat confdefs.h >>conftest.$ac_ext
17806 cat >>conftest.$ac_ext <<_ACEOF
17807 /* end confdefs.h.  */
17808 extern int ac_test;
17809 int
17810 main ()
17811 {
17812 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17813   ;
17814   return 0;
17815 }
17816 _ACEOF
17817 rm -f conftest.$ac_objext conftest$ac_exeext
17818 if { (ac_try="$ac_link"
17819 case "(($ac_try" in
17820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17821   *) ac_try_echo=$ac_try;;
17822 esac
17823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17824 $as_echo "$ac_try_echo") >&5
17825   (eval "$ac_link") 2>conftest.er1
17826   ac_status=$?
17827   grep -v '^ *+' conftest.er1 >conftest.err
17828   rm -f conftest.er1
17829   cat conftest.err >&5
17830   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17831   (exit $ac_status); } && {
17832          test -z "$ac_c_werror_flag" ||
17833          test ! -s conftest.err
17834        } && test -s conftest$ac_exeext && {
17835          test "$cross_compiling" = yes ||
17836          $as_test_x conftest$ac_exeext
17837        }; then
17838   ac_cv_c_extern_prefix="yes"
17839 else
17840   $as_echo "$as_me: failed program was:" >&5
17841 sed 's/^/| /' conftest.$ac_ext >&5
17842
17843         ac_cv_c_extern_prefix="no"
17844 fi
17845
17846 rm -rf conftest.dSYM
17847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17848       conftest$ac_exeext conftest.$ac_ext
17849 fi
17850 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17851 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17852
17853
17854
17855 if test "$ac_cv_c_extern_prefix" = "yes"
17856 then
17857   cat >>confdefs.h <<\_ACEOF
17858 #define __ASM_NAME(name) "_" name
17859 _ACEOF
17860
17861 else
17862   cat >>confdefs.h <<\_ACEOF
17863 #define __ASM_NAME(name) name
17864 _ACEOF
17865
17866 fi
17867
17868
17869 LDPATH=""
17870
17871 case $build_os in
17872   cygwin*|mingw32*)
17873     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17874     ;;
17875   darwin*|macosx*)
17876     ;;
17877   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17878     then
17879       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17880     fi
17881     ;;
17882   *)
17883     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17884     ;;
17885 esac
17886
17887 case $host_os in
17888   mingw32*)
17889     CRTLIBS="-lmsvcrt"
17890
17891     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17892
17893     ;;
17894 esac
17895
17896 MAIN_BINARY="wine-pthread"
17897   case $host_cpu in
17898   *i[3456789]86*)
17899     case $host_os in
17900       linux* | k*bsd*-gnu)
17901         MAIN_BINARY="wine-glibc"
17902
17903         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17904  ;;
17905       freebsd*)
17906         MAIN_BINARY="wine-freebsd"
17907
17908         EXTRA_BINARIES="wine-pthread"
17909  ;;
17910     esac
17911     ;;
17912 esac
17913
17914
17915 ac_save_CFLAGS="$CFLAGS"
17916 CFLAGS="$CFLAGS $BUILTINFLAG"
17917
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 for ac_func in \
17991         _pclose \
17992         _popen \
17993         _snprintf \
17994         _spawnvp \
17995         _strdup \
17996         _stricmp \
17997         _strnicmp \
17998         _strtoi64 \
17999         _strtoui64 \
18000         _vsnprintf \
18001         asctime_r \
18002         chsize \
18003         clone \
18004         dlopen \
18005         epoll_create \
18006         ffs \
18007         finite \
18008         fork \
18009         fpclass \
18010         fstatfs \
18011         fstatvfs \
18012         ftruncate \
18013         futimes \
18014         futimesat \
18015         getdirentries \
18016         getopt_long \
18017         getpagesize \
18018         getpwuid \
18019         gettid \
18020         gettimeofday \
18021         getuid \
18022         inet_ntop \
18023         inet_pton \
18024         kqueue \
18025         lstat \
18026         memmove \
18027         mmap \
18028         pclose \
18029         poll \
18030         popen \
18031         prctl \
18032         pread \
18033         pwrite \
18034         readdir \
18035         readlink \
18036         rfork \
18037         sched_yield \
18038         select \
18039         setproctitle \
18040         setrlimit \
18041         settimeofday \
18042         sigaltstack \
18043         sigprocmask \
18044         snprintf \
18045         socketpair \
18046         spawnvp \
18047         statfs \
18048         statvfs \
18049         strcasecmp \
18050         strdup \
18051         strerror \
18052         strncasecmp \
18053         strtold \
18054         strtoll \
18055         strtoull \
18056         symlink \
18057         tcgetattr \
18058         thr_kill2 \
18059         timegm \
18060         usleep \
18061         vsnprintf \
18062         wait4 \
18063         waitpid \
18064
18065 do
18066 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18067 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18068 $as_echo_n "checking for $ac_func... " >&6; }
18069 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18070   $as_echo_n "(cached) " >&6
18071 else
18072   cat >conftest.$ac_ext <<_ACEOF
18073 /* confdefs.h.  */
18074 _ACEOF
18075 cat confdefs.h >>conftest.$ac_ext
18076 cat >>conftest.$ac_ext <<_ACEOF
18077 /* end confdefs.h.  */
18078 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18079    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18080 #define $ac_func innocuous_$ac_func
18081
18082 /* System header to define __stub macros and hopefully few prototypes,
18083     which can conflict with char $ac_func (); below.
18084     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18085     <limits.h> exists even on freestanding compilers.  */
18086
18087 #ifdef __STDC__
18088 # include <limits.h>
18089 #else
18090 # include <assert.h>
18091 #endif
18092
18093 #undef $ac_func
18094
18095 /* Override any GCC internal prototype to avoid an error.
18096    Use char because int might match the return type of a GCC
18097    builtin and then its argument prototype would still apply.  */
18098 #ifdef __cplusplus
18099 extern "C"
18100 #endif
18101 char $ac_func ();
18102 /* The GNU C library defines this for functions which it implements
18103     to always fail with ENOSYS.  Some functions are actually named
18104     something starting with __ and the normal name is an alias.  */
18105 #if defined __stub_$ac_func || defined __stub___$ac_func
18106 choke me
18107 #endif
18108
18109 int
18110 main ()
18111 {
18112 return $ac_func ();
18113   ;
18114   return 0;
18115 }
18116 _ACEOF
18117 rm -f conftest.$ac_objext conftest$ac_exeext
18118 if { (ac_try="$ac_link"
18119 case "(($ac_try" in
18120   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18121   *) ac_try_echo=$ac_try;;
18122 esac
18123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18124 $as_echo "$ac_try_echo") >&5
18125   (eval "$ac_link") 2>conftest.er1
18126   ac_status=$?
18127   grep -v '^ *+' conftest.er1 >conftest.err
18128   rm -f conftest.er1
18129   cat conftest.err >&5
18130   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18131   (exit $ac_status); } && {
18132          test -z "$ac_c_werror_flag" ||
18133          test ! -s conftest.err
18134        } && test -s conftest$ac_exeext && {
18135          test "$cross_compiling" = yes ||
18136          $as_test_x conftest$ac_exeext
18137        }; then
18138   eval "$as_ac_var=yes"
18139 else
18140   $as_echo "$as_me: failed program was:" >&5
18141 sed 's/^/| /' conftest.$ac_ext >&5
18142
18143         eval "$as_ac_var=no"
18144 fi
18145
18146 rm -rf conftest.dSYM
18147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18148       conftest$ac_exeext conftest.$ac_ext
18149 fi
18150 ac_res=`eval 'as_val=${'$as_ac_var'}
18151                  $as_echo "$as_val"'`
18152                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18153 $as_echo "$ac_res" >&6; }
18154 as_val=`eval 'as_val=${'$as_ac_var'}
18155                  $as_echo "$as_val"'`
18156    if test "x$as_val" = x""yes; then
18157   cat >>confdefs.h <<_ACEOF
18158 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18159 _ACEOF
18160
18161 fi
18162 done
18163
18164 CFLAGS="$ac_save_CFLAGS"
18165
18166 if test "$ac_cv_func_dlopen" = no
18167 then
18168     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18169 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18170 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18171   $as_echo_n "(cached) " >&6
18172 else
18173   ac_check_lib_save_LIBS=$LIBS
18174 LIBS="-ldl  $LIBS"
18175 cat >conftest.$ac_ext <<_ACEOF
18176 /* confdefs.h.  */
18177 _ACEOF
18178 cat confdefs.h >>conftest.$ac_ext
18179 cat >>conftest.$ac_ext <<_ACEOF
18180 /* end confdefs.h.  */
18181
18182 /* Override any GCC internal prototype to avoid an error.
18183    Use char because int might match the return type of a GCC
18184    builtin and then its argument prototype would still apply.  */
18185 #ifdef __cplusplus
18186 extern "C"
18187 #endif
18188 char dlopen ();
18189 int
18190 main ()
18191 {
18192 return dlopen ();
18193   ;
18194   return 0;
18195 }
18196 _ACEOF
18197 rm -f conftest.$ac_objext conftest$ac_exeext
18198 if { (ac_try="$ac_link"
18199 case "(($ac_try" in
18200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18201   *) ac_try_echo=$ac_try;;
18202 esac
18203 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18204 $as_echo "$ac_try_echo") >&5
18205   (eval "$ac_link") 2>conftest.er1
18206   ac_status=$?
18207   grep -v '^ *+' conftest.er1 >conftest.err
18208   rm -f conftest.er1
18209   cat conftest.err >&5
18210   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18211   (exit $ac_status); } && {
18212          test -z "$ac_c_werror_flag" ||
18213          test ! -s conftest.err
18214        } && test -s conftest$ac_exeext && {
18215          test "$cross_compiling" = yes ||
18216          $as_test_x conftest$ac_exeext
18217        }; then
18218   ac_cv_lib_dl_dlopen=yes
18219 else
18220   $as_echo "$as_me: failed program was:" >&5
18221 sed 's/^/| /' conftest.$ac_ext >&5
18222
18223         ac_cv_lib_dl_dlopen=no
18224 fi
18225
18226 rm -rf conftest.dSYM
18227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18228       conftest$ac_exeext conftest.$ac_ext
18229 LIBS=$ac_check_lib_save_LIBS
18230 fi
18231 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18232 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18233 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18234   cat >>confdefs.h <<\_ACEOF
18235 #define HAVE_DLOPEN 1
18236 _ACEOF
18237  LIBDL="-ldl"
18238
18239 fi
18240
18241 fi
18242 ac_wine_check_funcs_save_LIBS="$LIBS"
18243 LIBS="$LIBS $LIBDL"
18244
18245 for ac_func in dladdr
18246 do
18247 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18248 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18249 $as_echo_n "checking for $ac_func... " >&6; }
18250 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18251   $as_echo_n "(cached) " >&6
18252 else
18253   cat >conftest.$ac_ext <<_ACEOF
18254 /* confdefs.h.  */
18255 _ACEOF
18256 cat confdefs.h >>conftest.$ac_ext
18257 cat >>conftest.$ac_ext <<_ACEOF
18258 /* end confdefs.h.  */
18259 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18260    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18261 #define $ac_func innocuous_$ac_func
18262
18263 /* System header to define __stub macros and hopefully few prototypes,
18264     which can conflict with char $ac_func (); below.
18265     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18266     <limits.h> exists even on freestanding compilers.  */
18267
18268 #ifdef __STDC__
18269 # include <limits.h>
18270 #else
18271 # include <assert.h>
18272 #endif
18273
18274 #undef $ac_func
18275
18276 /* Override any GCC internal prototype to avoid an error.
18277    Use char because int might match the return type of a GCC
18278    builtin and then its argument prototype would still apply.  */
18279 #ifdef __cplusplus
18280 extern "C"
18281 #endif
18282 char $ac_func ();
18283 /* The GNU C library defines this for functions which it implements
18284     to always fail with ENOSYS.  Some functions are actually named
18285     something starting with __ and the normal name is an alias.  */
18286 #if defined __stub_$ac_func || defined __stub___$ac_func
18287 choke me
18288 #endif
18289
18290 int
18291 main ()
18292 {
18293 return $ac_func ();
18294   ;
18295   return 0;
18296 }
18297 _ACEOF
18298 rm -f conftest.$ac_objext conftest$ac_exeext
18299 if { (ac_try="$ac_link"
18300 case "(($ac_try" in
18301   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18302   *) ac_try_echo=$ac_try;;
18303 esac
18304 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18305 $as_echo "$ac_try_echo") >&5
18306   (eval "$ac_link") 2>conftest.er1
18307   ac_status=$?
18308   grep -v '^ *+' conftest.er1 >conftest.err
18309   rm -f conftest.er1
18310   cat conftest.err >&5
18311   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18312   (exit $ac_status); } && {
18313          test -z "$ac_c_werror_flag" ||
18314          test ! -s conftest.err
18315        } && test -s conftest$ac_exeext && {
18316          test "$cross_compiling" = yes ||
18317          $as_test_x conftest$ac_exeext
18318        }; then
18319   eval "$as_ac_var=yes"
18320 else
18321   $as_echo "$as_me: failed program was:" >&5
18322 sed 's/^/| /' conftest.$ac_ext >&5
18323
18324         eval "$as_ac_var=no"
18325 fi
18326
18327 rm -rf conftest.dSYM
18328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18329       conftest$ac_exeext conftest.$ac_ext
18330 fi
18331 ac_res=`eval 'as_val=${'$as_ac_var'}
18332                  $as_echo "$as_val"'`
18333                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18334 $as_echo "$ac_res" >&6; }
18335 as_val=`eval 'as_val=${'$as_ac_var'}
18336                  $as_echo "$as_val"'`
18337    if test "x$as_val" = x""yes; then
18338   cat >>confdefs.h <<_ACEOF
18339 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18340 _ACEOF
18341
18342 fi
18343 done
18344
18345 LIBS="$ac_wine_check_funcs_save_LIBS"
18346
18347 if test "$ac_cv_func_poll" = no
18348 then
18349     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18350 $as_echo_n "checking for poll in -lpoll... " >&6; }
18351 if test "${ac_cv_lib_poll_poll+set}" = set; then
18352   $as_echo_n "(cached) " >&6
18353 else
18354   ac_check_lib_save_LIBS=$LIBS
18355 LIBS="-lpoll  $LIBS"
18356 cat >conftest.$ac_ext <<_ACEOF
18357 /* confdefs.h.  */
18358 _ACEOF
18359 cat confdefs.h >>conftest.$ac_ext
18360 cat >>conftest.$ac_ext <<_ACEOF
18361 /* end confdefs.h.  */
18362
18363 /* Override any GCC internal prototype to avoid an error.
18364    Use char because int might match the return type of a GCC
18365    builtin and then its argument prototype would still apply.  */
18366 #ifdef __cplusplus
18367 extern "C"
18368 #endif
18369 char poll ();
18370 int
18371 main ()
18372 {
18373 return poll ();
18374   ;
18375   return 0;
18376 }
18377 _ACEOF
18378 rm -f conftest.$ac_objext conftest$ac_exeext
18379 if { (ac_try="$ac_link"
18380 case "(($ac_try" in
18381   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18382   *) ac_try_echo=$ac_try;;
18383 esac
18384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18385 $as_echo "$ac_try_echo") >&5
18386   (eval "$ac_link") 2>conftest.er1
18387   ac_status=$?
18388   grep -v '^ *+' conftest.er1 >conftest.err
18389   rm -f conftest.er1
18390   cat conftest.err >&5
18391   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18392   (exit $ac_status); } && {
18393          test -z "$ac_c_werror_flag" ||
18394          test ! -s conftest.err
18395        } && test -s conftest$ac_exeext && {
18396          test "$cross_compiling" = yes ||
18397          $as_test_x conftest$ac_exeext
18398        }; then
18399   ac_cv_lib_poll_poll=yes
18400 else
18401   $as_echo "$as_me: failed program was:" >&5
18402 sed 's/^/| /' conftest.$ac_ext >&5
18403
18404         ac_cv_lib_poll_poll=no
18405 fi
18406
18407 rm -rf conftest.dSYM
18408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18409       conftest$ac_exeext conftest.$ac_ext
18410 LIBS=$ac_check_lib_save_LIBS
18411 fi
18412 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18413 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18414 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18415   cat >>confdefs.h <<\_ACEOF
18416 #define HAVE_POLL 1
18417 _ACEOF
18418  LIBPOLL="-lpoll"
18419
18420 fi
18421
18422 fi
18423
18424 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18425 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18426 if test "${ac_cv_search_gethostbyname+set}" = set; then
18427   $as_echo_n "(cached) " >&6
18428 else
18429   ac_func_search_save_LIBS=$LIBS
18430 cat >conftest.$ac_ext <<_ACEOF
18431 /* confdefs.h.  */
18432 _ACEOF
18433 cat confdefs.h >>conftest.$ac_ext
18434 cat >>conftest.$ac_ext <<_ACEOF
18435 /* end confdefs.h.  */
18436
18437 /* Override any GCC internal prototype to avoid an error.
18438    Use char because int might match the return type of a GCC
18439    builtin and then its argument prototype would still apply.  */
18440 #ifdef __cplusplus
18441 extern "C"
18442 #endif
18443 char gethostbyname ();
18444 int
18445 main ()
18446 {
18447 return gethostbyname ();
18448   ;
18449   return 0;
18450 }
18451 _ACEOF
18452 for ac_lib in '' nsl; do
18453   if test -z "$ac_lib"; then
18454     ac_res="none required"
18455   else
18456     ac_res=-l$ac_lib
18457     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18458   fi
18459   rm -f conftest.$ac_objext conftest$ac_exeext
18460 if { (ac_try="$ac_link"
18461 case "(($ac_try" in
18462   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18463   *) ac_try_echo=$ac_try;;
18464 esac
18465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18466 $as_echo "$ac_try_echo") >&5
18467   (eval "$ac_link") 2>conftest.er1
18468   ac_status=$?
18469   grep -v '^ *+' conftest.er1 >conftest.err
18470   rm -f conftest.er1
18471   cat conftest.err >&5
18472   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18473   (exit $ac_status); } && {
18474          test -z "$ac_c_werror_flag" ||
18475          test ! -s conftest.err
18476        } && test -s conftest$ac_exeext && {
18477          test "$cross_compiling" = yes ||
18478          $as_test_x conftest$ac_exeext
18479        }; then
18480   ac_cv_search_gethostbyname=$ac_res
18481 else
18482   $as_echo "$as_me: failed program was:" >&5
18483 sed 's/^/| /' conftest.$ac_ext >&5
18484
18485
18486 fi
18487
18488 rm -rf conftest.dSYM
18489 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18490       conftest$ac_exeext
18491   if test "${ac_cv_search_gethostbyname+set}" = set; then
18492   break
18493 fi
18494 done
18495 if test "${ac_cv_search_gethostbyname+set}" = set; then
18496   :
18497 else
18498   ac_cv_search_gethostbyname=no
18499 fi
18500 rm conftest.$ac_ext
18501 LIBS=$ac_func_search_save_LIBS
18502 fi
18503 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18504 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18505 ac_res=$ac_cv_search_gethostbyname
18506 if test "$ac_res" != no; then
18507   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18508
18509 fi
18510
18511
18512 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18513 $as_echo_n "checking for library containing connect... " >&6; }
18514 if test "${ac_cv_search_connect+set}" = set; then
18515   $as_echo_n "(cached) " >&6
18516 else
18517   ac_func_search_save_LIBS=$LIBS
18518 cat >conftest.$ac_ext <<_ACEOF
18519 /* confdefs.h.  */
18520 _ACEOF
18521 cat confdefs.h >>conftest.$ac_ext
18522 cat >>conftest.$ac_ext <<_ACEOF
18523 /* end confdefs.h.  */
18524
18525 /* Override any GCC internal prototype to avoid an error.
18526    Use char because int might match the return type of a GCC
18527    builtin and then its argument prototype would still apply.  */
18528 #ifdef __cplusplus
18529 extern "C"
18530 #endif
18531 char connect ();
18532 int
18533 main ()
18534 {
18535 return connect ();
18536   ;
18537   return 0;
18538 }
18539 _ACEOF
18540 for ac_lib in '' socket; do
18541   if test -z "$ac_lib"; then
18542     ac_res="none required"
18543   else
18544     ac_res=-l$ac_lib
18545     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18546   fi
18547   rm -f conftest.$ac_objext conftest$ac_exeext
18548 if { (ac_try="$ac_link"
18549 case "(($ac_try" in
18550   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18551   *) ac_try_echo=$ac_try;;
18552 esac
18553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18554 $as_echo "$ac_try_echo") >&5
18555   (eval "$ac_link") 2>conftest.er1
18556   ac_status=$?
18557   grep -v '^ *+' conftest.er1 >conftest.err
18558   rm -f conftest.er1
18559   cat conftest.err >&5
18560   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18561   (exit $ac_status); } && {
18562          test -z "$ac_c_werror_flag" ||
18563          test ! -s conftest.err
18564        } && test -s conftest$ac_exeext && {
18565          test "$cross_compiling" = yes ||
18566          $as_test_x conftest$ac_exeext
18567        }; then
18568   ac_cv_search_connect=$ac_res
18569 else
18570   $as_echo "$as_me: failed program was:" >&5
18571 sed 's/^/| /' conftest.$ac_ext >&5
18572
18573
18574 fi
18575
18576 rm -rf conftest.dSYM
18577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18578       conftest$ac_exeext
18579   if test "${ac_cv_search_connect+set}" = set; then
18580   break
18581 fi
18582 done
18583 if test "${ac_cv_search_connect+set}" = set; then
18584   :
18585 else
18586   ac_cv_search_connect=no
18587 fi
18588 rm conftest.$ac_ext
18589 LIBS=$ac_func_search_save_LIBS
18590 fi
18591 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18592 $as_echo "$ac_cv_search_connect" >&6; }
18593 ac_res=$ac_cv_search_connect
18594 if test "$ac_res" != no; then
18595   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18596
18597 fi
18598
18599
18600 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18601 $as_echo_n "checking for library containing inet_aton... " >&6; }
18602 if test "${ac_cv_search_inet_aton+set}" = set; then
18603   $as_echo_n "(cached) " >&6
18604 else
18605   ac_func_search_save_LIBS=$LIBS
18606 cat >conftest.$ac_ext <<_ACEOF
18607 /* confdefs.h.  */
18608 _ACEOF
18609 cat confdefs.h >>conftest.$ac_ext
18610 cat >>conftest.$ac_ext <<_ACEOF
18611 /* end confdefs.h.  */
18612
18613 /* Override any GCC internal prototype to avoid an error.
18614    Use char because int might match the return type of a GCC
18615    builtin and then its argument prototype would still apply.  */
18616 #ifdef __cplusplus
18617 extern "C"
18618 #endif
18619 char inet_aton ();
18620 int
18621 main ()
18622 {
18623 return inet_aton ();
18624   ;
18625   return 0;
18626 }
18627 _ACEOF
18628 for ac_lib in '' resolv; do
18629   if test -z "$ac_lib"; then
18630     ac_res="none required"
18631   else
18632     ac_res=-l$ac_lib
18633     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18634   fi
18635   rm -f conftest.$ac_objext conftest$ac_exeext
18636 if { (ac_try="$ac_link"
18637 case "(($ac_try" in
18638   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18639   *) ac_try_echo=$ac_try;;
18640 esac
18641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18642 $as_echo "$ac_try_echo") >&5
18643   (eval "$ac_link") 2>conftest.er1
18644   ac_status=$?
18645   grep -v '^ *+' conftest.er1 >conftest.err
18646   rm -f conftest.er1
18647   cat conftest.err >&5
18648   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18649   (exit $ac_status); } && {
18650          test -z "$ac_c_werror_flag" ||
18651          test ! -s conftest.err
18652        } && test -s conftest$ac_exeext && {
18653          test "$cross_compiling" = yes ||
18654          $as_test_x conftest$ac_exeext
18655        }; then
18656   ac_cv_search_inet_aton=$ac_res
18657 else
18658   $as_echo "$as_me: failed program was:" >&5
18659 sed 's/^/| /' conftest.$ac_ext >&5
18660
18661
18662 fi
18663
18664 rm -rf conftest.dSYM
18665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18666       conftest$ac_exeext
18667   if test "${ac_cv_search_inet_aton+set}" = set; then
18668   break
18669 fi
18670 done
18671 if test "${ac_cv_search_inet_aton+set}" = set; then
18672   :
18673 else
18674   ac_cv_search_inet_aton=no
18675 fi
18676 rm conftest.$ac_ext
18677 LIBS=$ac_func_search_save_LIBS
18678 fi
18679 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18680 $as_echo "$ac_cv_search_inet_aton" >&6; }
18681 ac_res=$ac_cv_search_inet_aton
18682 if test "$ac_res" != no; then
18683   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18684
18685 fi
18686
18687
18688
18689
18690
18691
18692
18693
18694
18695
18696 for ac_func in \
18697         getaddrinfo \
18698         getnameinfo \
18699         getnetbyname \
18700         getprotobyname \
18701         getprotobynumber \
18702         getservbyport \
18703         inet_network \
18704         sendmsg \
18705
18706 do
18707 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18708 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18709 $as_echo_n "checking for $ac_func... " >&6; }
18710 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18711   $as_echo_n "(cached) " >&6
18712 else
18713   cat >conftest.$ac_ext <<_ACEOF
18714 /* confdefs.h.  */
18715 _ACEOF
18716 cat confdefs.h >>conftest.$ac_ext
18717 cat >>conftest.$ac_ext <<_ACEOF
18718 /* end confdefs.h.  */
18719 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18720    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18721 #define $ac_func innocuous_$ac_func
18722
18723 /* System header to define __stub macros and hopefully few prototypes,
18724     which can conflict with char $ac_func (); below.
18725     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18726     <limits.h> exists even on freestanding compilers.  */
18727
18728 #ifdef __STDC__
18729 # include <limits.h>
18730 #else
18731 # include <assert.h>
18732 #endif
18733
18734 #undef $ac_func
18735
18736 /* Override any GCC internal prototype to avoid an error.
18737    Use char because int might match the return type of a GCC
18738    builtin and then its argument prototype would still apply.  */
18739 #ifdef __cplusplus
18740 extern "C"
18741 #endif
18742 char $ac_func ();
18743 /* The GNU C library defines this for functions which it implements
18744     to always fail with ENOSYS.  Some functions are actually named
18745     something starting with __ and the normal name is an alias.  */
18746 #if defined __stub_$ac_func || defined __stub___$ac_func
18747 choke me
18748 #endif
18749
18750 int
18751 main ()
18752 {
18753 return $ac_func ();
18754   ;
18755   return 0;
18756 }
18757 _ACEOF
18758 rm -f conftest.$ac_objext conftest$ac_exeext
18759 if { (ac_try="$ac_link"
18760 case "(($ac_try" in
18761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18762   *) ac_try_echo=$ac_try;;
18763 esac
18764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18765 $as_echo "$ac_try_echo") >&5
18766   (eval "$ac_link") 2>conftest.er1
18767   ac_status=$?
18768   grep -v '^ *+' conftest.er1 >conftest.err
18769   rm -f conftest.er1
18770   cat conftest.err >&5
18771   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18772   (exit $ac_status); } && {
18773          test -z "$ac_c_werror_flag" ||
18774          test ! -s conftest.err
18775        } && test -s conftest$ac_exeext && {
18776          test "$cross_compiling" = yes ||
18777          $as_test_x conftest$ac_exeext
18778        }; then
18779   eval "$as_ac_var=yes"
18780 else
18781   $as_echo "$as_me: failed program was:" >&5
18782 sed 's/^/| /' conftest.$ac_ext >&5
18783
18784         eval "$as_ac_var=no"
18785 fi
18786
18787 rm -rf conftest.dSYM
18788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18789       conftest$ac_exeext conftest.$ac_ext
18790 fi
18791 ac_res=`eval 'as_val=${'$as_ac_var'}
18792                  $as_echo "$as_val"'`
18793                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18794 $as_echo "$ac_res" >&6; }
18795 as_val=`eval 'as_val=${'$as_ac_var'}
18796                  $as_echo "$as_val"'`
18797    if test "x$as_val" = x""yes; then
18798   cat >>confdefs.h <<_ACEOF
18799 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18800 _ACEOF
18801
18802 fi
18803 done
18804
18805
18806 LDAPLIBS=""
18807
18808 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18809 then
18810     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18811 $as_echo_n "checking for LDAPSortKey... " >&6; }
18812 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18813   $as_echo_n "(cached) " >&6
18814 else
18815   ac_cv_type_LDAPSortKey=no
18816 cat >conftest.$ac_ext <<_ACEOF
18817 /* confdefs.h.  */
18818 _ACEOF
18819 cat confdefs.h >>conftest.$ac_ext
18820 cat >>conftest.$ac_ext <<_ACEOF
18821 /* end confdefs.h.  */
18822 #include <ldap.h>
18823
18824 int
18825 main ()
18826 {
18827 if (sizeof (LDAPSortKey))
18828        return 0;
18829   ;
18830   return 0;
18831 }
18832 _ACEOF
18833 rm -f conftest.$ac_objext
18834 if { (ac_try="$ac_compile"
18835 case "(($ac_try" in
18836   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18837   *) ac_try_echo=$ac_try;;
18838 esac
18839 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18840 $as_echo "$ac_try_echo") >&5
18841   (eval "$ac_compile") 2>conftest.er1
18842   ac_status=$?
18843   grep -v '^ *+' conftest.er1 >conftest.err
18844   rm -f conftest.er1
18845   cat conftest.err >&5
18846   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18847   (exit $ac_status); } && {
18848          test -z "$ac_c_werror_flag" ||
18849          test ! -s conftest.err
18850        } && test -s conftest.$ac_objext; then
18851   cat >conftest.$ac_ext <<_ACEOF
18852 /* confdefs.h.  */
18853 _ACEOF
18854 cat confdefs.h >>conftest.$ac_ext
18855 cat >>conftest.$ac_ext <<_ACEOF
18856 /* end confdefs.h.  */
18857 #include <ldap.h>
18858
18859 int
18860 main ()
18861 {
18862 if (sizeof ((LDAPSortKey)))
18863           return 0;
18864   ;
18865   return 0;
18866 }
18867 _ACEOF
18868 rm -f conftest.$ac_objext
18869 if { (ac_try="$ac_compile"
18870 case "(($ac_try" in
18871   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18872   *) ac_try_echo=$ac_try;;
18873 esac
18874 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18875 $as_echo "$ac_try_echo") >&5
18876   (eval "$ac_compile") 2>conftest.er1
18877   ac_status=$?
18878   grep -v '^ *+' conftest.er1 >conftest.err
18879   rm -f conftest.er1
18880   cat conftest.err >&5
18881   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18882   (exit $ac_status); } && {
18883          test -z "$ac_c_werror_flag" ||
18884          test ! -s conftest.err
18885        } && test -s conftest.$ac_objext; then
18886   :
18887 else
18888   $as_echo "$as_me: failed program was:" >&5
18889 sed 's/^/| /' conftest.$ac_ext >&5
18890
18891         ac_cv_type_LDAPSortKey=yes
18892 fi
18893
18894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18895 else
18896   $as_echo "$as_me: failed program was:" >&5
18897 sed 's/^/| /' conftest.$ac_ext >&5
18898
18899
18900 fi
18901
18902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18903 fi
18904 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18905 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18906 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18907   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18908 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18909 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18910   $as_echo_n "(cached) " >&6
18911 else
18912   ac_check_lib_save_LIBS=$LIBS
18913 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18914 cat >conftest.$ac_ext <<_ACEOF
18915 /* confdefs.h.  */
18916 _ACEOF
18917 cat confdefs.h >>conftest.$ac_ext
18918 cat >>conftest.$ac_ext <<_ACEOF
18919 /* end confdefs.h.  */
18920
18921 /* Override any GCC internal prototype to avoid an error.
18922    Use char because int might match the return type of a GCC
18923    builtin and then its argument prototype would still apply.  */
18924 #ifdef __cplusplus
18925 extern "C"
18926 #endif
18927 char ldap_initialize ();
18928 int
18929 main ()
18930 {
18931 return ldap_initialize ();
18932   ;
18933   return 0;
18934 }
18935 _ACEOF
18936 rm -f conftest.$ac_objext conftest$ac_exeext
18937 if { (ac_try="$ac_link"
18938 case "(($ac_try" in
18939   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18940   *) ac_try_echo=$ac_try;;
18941 esac
18942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18943 $as_echo "$ac_try_echo") >&5
18944   (eval "$ac_link") 2>conftest.er1
18945   ac_status=$?
18946   grep -v '^ *+' conftest.er1 >conftest.err
18947   rm -f conftest.er1
18948   cat conftest.err >&5
18949   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18950   (exit $ac_status); } && {
18951          test -z "$ac_c_werror_flag" ||
18952          test ! -s conftest.err
18953        } && test -s conftest$ac_exeext && {
18954          test "$cross_compiling" = yes ||
18955          $as_test_x conftest$ac_exeext
18956        }; then
18957   ac_cv_lib_ldap_r_ldap_initialize=yes
18958 else
18959   $as_echo "$as_me: failed program was:" >&5
18960 sed 's/^/| /' conftest.$ac_ext >&5
18961
18962         ac_cv_lib_ldap_r_ldap_initialize=no
18963 fi
18964
18965 rm -rf conftest.dSYM
18966 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18967       conftest$ac_exeext conftest.$ac_ext
18968 LIBS=$ac_check_lib_save_LIBS
18969 fi
18970 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18971 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18972 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18973   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18974 $as_echo_n "checking for ber_init in -llber... " >&6; }
18975 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18976   $as_echo_n "(cached) " >&6
18977 else
18978   ac_check_lib_save_LIBS=$LIBS
18979 LIBS="-llber $LIBPTHREAD $LIBS"
18980 cat >conftest.$ac_ext <<_ACEOF
18981 /* confdefs.h.  */
18982 _ACEOF
18983 cat confdefs.h >>conftest.$ac_ext
18984 cat >>conftest.$ac_ext <<_ACEOF
18985 /* end confdefs.h.  */
18986
18987 /* Override any GCC internal prototype to avoid an error.
18988    Use char because int might match the return type of a GCC
18989    builtin and then its argument prototype would still apply.  */
18990 #ifdef __cplusplus
18991 extern "C"
18992 #endif
18993 char ber_init ();
18994 int
18995 main ()
18996 {
18997 return ber_init ();
18998   ;
18999   return 0;
19000 }
19001 _ACEOF
19002 rm -f conftest.$ac_objext conftest$ac_exeext
19003 if { (ac_try="$ac_link"
19004 case "(($ac_try" in
19005   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19006   *) ac_try_echo=$ac_try;;
19007 esac
19008 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19009 $as_echo "$ac_try_echo") >&5
19010   (eval "$ac_link") 2>conftest.er1
19011   ac_status=$?
19012   grep -v '^ *+' conftest.er1 >conftest.err
19013   rm -f conftest.er1
19014   cat conftest.err >&5
19015   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19016   (exit $ac_status); } && {
19017          test -z "$ac_c_werror_flag" ||
19018          test ! -s conftest.err
19019        } && test -s conftest$ac_exeext && {
19020          test "$cross_compiling" = yes ||
19021          $as_test_x conftest$ac_exeext
19022        }; then
19023   ac_cv_lib_lber_ber_init=yes
19024 else
19025   $as_echo "$as_me: failed program was:" >&5
19026 sed 's/^/| /' conftest.$ac_ext >&5
19027
19028         ac_cv_lib_lber_ber_init=no
19029 fi
19030
19031 rm -rf conftest.dSYM
19032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19033       conftest$ac_exeext conftest.$ac_ext
19034 LIBS=$ac_check_lib_save_LIBS
19035 fi
19036 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19037 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19038 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19039
19040 cat >>confdefs.h <<\_ACEOF
19041 #define HAVE_LDAP 1
19042 _ACEOF
19043
19044                  LDAPLIBS="-lldap_r -llber"
19045 fi
19046
19047 fi
19048
19049 fi
19050
19051     ac_wine_check_funcs_save_LIBS="$LIBS"
19052 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19053
19054
19055
19056
19057
19058
19059
19060
19061 for ac_func in \
19062         ldap_count_references \
19063         ldap_first_reference \
19064         ldap_next_reference \
19065         ldap_parse_reference \
19066         ldap_parse_sort_control \
19067         ldap_parse_sortresponse_control \
19068         ldap_parse_vlv_control \
19069         ldap_parse_vlvresponse_control
19070 do
19071 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19072 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19073 $as_echo_n "checking for $ac_func... " >&6; }
19074 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19075   $as_echo_n "(cached) " >&6
19076 else
19077   cat >conftest.$ac_ext <<_ACEOF
19078 /* confdefs.h.  */
19079 _ACEOF
19080 cat confdefs.h >>conftest.$ac_ext
19081 cat >>conftest.$ac_ext <<_ACEOF
19082 /* end confdefs.h.  */
19083 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19084    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19085 #define $ac_func innocuous_$ac_func
19086
19087 /* System header to define __stub macros and hopefully few prototypes,
19088     which can conflict with char $ac_func (); below.
19089     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19090     <limits.h> exists even on freestanding compilers.  */
19091
19092 #ifdef __STDC__
19093 # include <limits.h>
19094 #else
19095 # include <assert.h>
19096 #endif
19097
19098 #undef $ac_func
19099
19100 /* Override any GCC internal prototype to avoid an error.
19101    Use char because int might match the return type of a GCC
19102    builtin and then its argument prototype would still apply.  */
19103 #ifdef __cplusplus
19104 extern "C"
19105 #endif
19106 char $ac_func ();
19107 /* The GNU C library defines this for functions which it implements
19108     to always fail with ENOSYS.  Some functions are actually named
19109     something starting with __ and the normal name is an alias.  */
19110 #if defined __stub_$ac_func || defined __stub___$ac_func
19111 choke me
19112 #endif
19113
19114 int
19115 main ()
19116 {
19117 return $ac_func ();
19118   ;
19119   return 0;
19120 }
19121 _ACEOF
19122 rm -f conftest.$ac_objext conftest$ac_exeext
19123 if { (ac_try="$ac_link"
19124 case "(($ac_try" in
19125   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19126   *) ac_try_echo=$ac_try;;
19127 esac
19128 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19129 $as_echo "$ac_try_echo") >&5
19130   (eval "$ac_link") 2>conftest.er1
19131   ac_status=$?
19132   grep -v '^ *+' conftest.er1 >conftest.err
19133   rm -f conftest.er1
19134   cat conftest.err >&5
19135   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19136   (exit $ac_status); } && {
19137          test -z "$ac_c_werror_flag" ||
19138          test ! -s conftest.err
19139        } && test -s conftest$ac_exeext && {
19140          test "$cross_compiling" = yes ||
19141          $as_test_x conftest$ac_exeext
19142        }; then
19143   eval "$as_ac_var=yes"
19144 else
19145   $as_echo "$as_me: failed program was:" >&5
19146 sed 's/^/| /' conftest.$ac_ext >&5
19147
19148         eval "$as_ac_var=no"
19149 fi
19150
19151 rm -rf conftest.dSYM
19152 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19153       conftest$ac_exeext conftest.$ac_ext
19154 fi
19155 ac_res=`eval 'as_val=${'$as_ac_var'}
19156                  $as_echo "$as_val"'`
19157                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19158 $as_echo "$ac_res" >&6; }
19159 as_val=`eval 'as_val=${'$as_ac_var'}
19160                  $as_echo "$as_val"'`
19161    if test "x$as_val" = x""yes; then
19162   cat >>confdefs.h <<_ACEOF
19163 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19164 _ACEOF
19165
19166 fi
19167 done
19168
19169 LIBS="$ac_wine_check_funcs_save_LIBS"
19170 fi
19171 if test "x$LDAPLIBS" = "x"; then
19172   case "x$with_ldap" in
19173   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19174   xno) ;;
19175   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19176 This is an error since --with-ldap was requested." >&5
19177 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19178 This is an error since --with-ldap was requested." >&2;}
19179    { (exit 1); exit 1; }; } ;;
19180 esac
19181 fi
19182
19183
19184 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19185 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19186 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19187   $as_echo_n "(cached) " >&6
19188 else
19189   cat >conftest.$ac_ext <<_ACEOF
19190 /* confdefs.h.  */
19191 _ACEOF
19192 cat confdefs.h >>conftest.$ac_ext
19193 cat >>conftest.$ac_ext <<_ACEOF
19194 /* end confdefs.h.  */
19195 #include <sys/stat.h>
19196 int
19197 main ()
19198 {
19199 mkdir("foo");
19200   ;
19201   return 0;
19202 }
19203 _ACEOF
19204 rm -f conftest.$ac_objext
19205 if { (ac_try="$ac_compile"
19206 case "(($ac_try" in
19207   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19208   *) ac_try_echo=$ac_try;;
19209 esac
19210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19211 $as_echo "$ac_try_echo") >&5
19212   (eval "$ac_compile") 2>conftest.er1
19213   ac_status=$?
19214   grep -v '^ *+' conftest.er1 >conftest.err
19215   rm -f conftest.er1
19216   cat conftest.err >&5
19217   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19218   (exit $ac_status); } && {
19219          test -z "$ac_c_werror_flag" ||
19220          test ! -s conftest.err
19221        } && test -s conftest.$ac_objext; then
19222   wine_cv_one_arg_mkdir=yes
19223 else
19224   $as_echo "$as_me: failed program was:" >&5
19225 sed 's/^/| /' conftest.$ac_ext >&5
19226
19227         wine_cv_one_arg_mkdir=no
19228 fi
19229
19230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19231 fi
19232 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19233 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19234 if test "$wine_cv_one_arg_mkdir" = "yes"
19235 then
19236
19237 cat >>confdefs.h <<\_ACEOF
19238 #define HAVE_ONE_ARG_MKDIR 1
19239 _ACEOF
19240
19241 fi
19242
19243
19244 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19245 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19246 if test "${ac_cv_c_const+set}" = set; then
19247   $as_echo_n "(cached) " >&6
19248 else
19249   cat >conftest.$ac_ext <<_ACEOF
19250 /* confdefs.h.  */
19251 _ACEOF
19252 cat confdefs.h >>conftest.$ac_ext
19253 cat >>conftest.$ac_ext <<_ACEOF
19254 /* end confdefs.h.  */
19255
19256 int
19257 main ()
19258 {
19259 /* FIXME: Include the comments suggested by Paul. */
19260 #ifndef __cplusplus
19261   /* Ultrix mips cc rejects this.  */
19262   typedef int charset[2];
19263   const charset cs;
19264   /* SunOS 4.1.1 cc rejects this.  */
19265   char const *const *pcpcc;
19266   char **ppc;
19267   /* NEC SVR4.0.2 mips cc rejects this.  */
19268   struct point {int x, y;};
19269   static struct point const zero = {0,0};
19270   /* AIX XL C 1.02.0.0 rejects this.
19271      It does not let you subtract one const X* pointer from another in
19272      an arm of an if-expression whose if-part is not a constant
19273      expression */
19274   const char *g = "string";
19275   pcpcc = &g + (g ? g-g : 0);
19276   /* HPUX 7.0 cc rejects these. */
19277   ++pcpcc;
19278   ppc = (char**) pcpcc;
19279   pcpcc = (char const *const *) ppc;
19280   { /* SCO 3.2v4 cc rejects this.  */
19281     char *t;
19282     char const *s = 0 ? (char *) 0 : (char const *) 0;
19283
19284     *t++ = 0;
19285     if (s) return 0;
19286   }
19287   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19288     int x[] = {25, 17};
19289     const int *foo = &x[0];
19290     ++foo;
19291   }
19292   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19293     typedef const int *iptr;
19294     iptr p = 0;
19295     ++p;
19296   }
19297   { /* AIX XL C 1.02.0.0 rejects this saying
19298        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19299     struct s { int j; const int *ap[3]; };
19300     struct s *b; b->j = 5;
19301   }
19302   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19303     const int foo = 10;
19304     if (!foo) return 0;
19305   }
19306   return !cs[0] && !zero.x;
19307 #endif
19308
19309   ;
19310   return 0;
19311 }
19312 _ACEOF
19313 rm -f conftest.$ac_objext
19314 if { (ac_try="$ac_compile"
19315 case "(($ac_try" in
19316   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19317   *) ac_try_echo=$ac_try;;
19318 esac
19319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19320 $as_echo "$ac_try_echo") >&5
19321   (eval "$ac_compile") 2>conftest.er1
19322   ac_status=$?
19323   grep -v '^ *+' conftest.er1 >conftest.err
19324   rm -f conftest.er1
19325   cat conftest.err >&5
19326   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19327   (exit $ac_status); } && {
19328          test -z "$ac_c_werror_flag" ||
19329          test ! -s conftest.err
19330        } && test -s conftest.$ac_objext; then
19331   ac_cv_c_const=yes
19332 else
19333   $as_echo "$as_me: failed program was:" >&5
19334 sed 's/^/| /' conftest.$ac_ext >&5
19335
19336         ac_cv_c_const=no
19337 fi
19338
19339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19340 fi
19341 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19342 $as_echo "$ac_cv_c_const" >&6; }
19343 if test $ac_cv_c_const = no; then
19344
19345 cat >>confdefs.h <<\_ACEOF
19346 #define const /**/
19347 _ACEOF
19348
19349 fi
19350
19351 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19352 $as_echo_n "checking for inline... " >&6; }
19353 if test "${ac_cv_c_inline+set}" = set; then
19354   $as_echo_n "(cached) " >&6
19355 else
19356   ac_cv_c_inline=no
19357 for ac_kw in inline __inline__ __inline; do
19358   cat >conftest.$ac_ext <<_ACEOF
19359 /* confdefs.h.  */
19360 _ACEOF
19361 cat confdefs.h >>conftest.$ac_ext
19362 cat >>conftest.$ac_ext <<_ACEOF
19363 /* end confdefs.h.  */
19364 #ifndef __cplusplus
19365 typedef int foo_t;
19366 static $ac_kw foo_t static_foo () {return 0; }
19367 $ac_kw foo_t foo () {return 0; }
19368 #endif
19369
19370 _ACEOF
19371 rm -f conftest.$ac_objext
19372 if { (ac_try="$ac_compile"
19373 case "(($ac_try" in
19374   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19375   *) ac_try_echo=$ac_try;;
19376 esac
19377 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19378 $as_echo "$ac_try_echo") >&5
19379   (eval "$ac_compile") 2>conftest.er1
19380   ac_status=$?
19381   grep -v '^ *+' conftest.er1 >conftest.err
19382   rm -f conftest.er1
19383   cat conftest.err >&5
19384   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19385   (exit $ac_status); } && {
19386          test -z "$ac_c_werror_flag" ||
19387          test ! -s conftest.err
19388        } && test -s conftest.$ac_objext; then
19389   ac_cv_c_inline=$ac_kw
19390 else
19391   $as_echo "$as_me: failed program was:" >&5
19392 sed 's/^/| /' conftest.$ac_ext >&5
19393
19394
19395 fi
19396
19397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19398   test "$ac_cv_c_inline" != no && break
19399 done
19400
19401 fi
19402 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19403 $as_echo "$ac_cv_c_inline" >&6; }
19404
19405
19406 case $ac_cv_c_inline in
19407   inline | yes) ;;
19408   *)
19409     case $ac_cv_c_inline in
19410       no) ac_val=;;
19411       *) ac_val=$ac_cv_c_inline;;
19412     esac
19413     cat >>confdefs.h <<_ACEOF
19414 #ifndef __cplusplus
19415 #define inline $ac_val
19416 #endif
19417 _ACEOF
19418     ;;
19419 esac
19420
19421 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19422 $as_echo_n "checking for mode_t... " >&6; }
19423 if test "${ac_cv_type_mode_t+set}" = set; then
19424   $as_echo_n "(cached) " >&6
19425 else
19426   ac_cv_type_mode_t=no
19427 cat >conftest.$ac_ext <<_ACEOF
19428 /* confdefs.h.  */
19429 _ACEOF
19430 cat confdefs.h >>conftest.$ac_ext
19431 cat >>conftest.$ac_ext <<_ACEOF
19432 /* end confdefs.h.  */
19433 $ac_includes_default
19434 int
19435 main ()
19436 {
19437 if (sizeof (mode_t))
19438        return 0;
19439   ;
19440   return 0;
19441 }
19442 _ACEOF
19443 rm -f conftest.$ac_objext
19444 if { (ac_try="$ac_compile"
19445 case "(($ac_try" in
19446   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19447   *) ac_try_echo=$ac_try;;
19448 esac
19449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19450 $as_echo "$ac_try_echo") >&5
19451   (eval "$ac_compile") 2>conftest.er1
19452   ac_status=$?
19453   grep -v '^ *+' conftest.er1 >conftest.err
19454   rm -f conftest.er1
19455   cat conftest.err >&5
19456   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19457   (exit $ac_status); } && {
19458          test -z "$ac_c_werror_flag" ||
19459          test ! -s conftest.err
19460        } && test -s conftest.$ac_objext; then
19461   cat >conftest.$ac_ext <<_ACEOF
19462 /* confdefs.h.  */
19463 _ACEOF
19464 cat confdefs.h >>conftest.$ac_ext
19465 cat >>conftest.$ac_ext <<_ACEOF
19466 /* end confdefs.h.  */
19467 $ac_includes_default
19468 int
19469 main ()
19470 {
19471 if (sizeof ((mode_t)))
19472           return 0;
19473   ;
19474   return 0;
19475 }
19476 _ACEOF
19477 rm -f conftest.$ac_objext
19478 if { (ac_try="$ac_compile"
19479 case "(($ac_try" in
19480   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19481   *) ac_try_echo=$ac_try;;
19482 esac
19483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19484 $as_echo "$ac_try_echo") >&5
19485   (eval "$ac_compile") 2>conftest.er1
19486   ac_status=$?
19487   grep -v '^ *+' conftest.er1 >conftest.err
19488   rm -f conftest.er1
19489   cat conftest.err >&5
19490   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19491   (exit $ac_status); } && {
19492          test -z "$ac_c_werror_flag" ||
19493          test ! -s conftest.err
19494        } && test -s conftest.$ac_objext; then
19495   :
19496 else
19497   $as_echo "$as_me: failed program was:" >&5
19498 sed 's/^/| /' conftest.$ac_ext >&5
19499
19500         ac_cv_type_mode_t=yes
19501 fi
19502
19503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19504 else
19505   $as_echo "$as_me: failed program was:" >&5
19506 sed 's/^/| /' conftest.$ac_ext >&5
19507
19508
19509 fi
19510
19511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19512 fi
19513 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19514 $as_echo "$ac_cv_type_mode_t" >&6; }
19515 if test "x$ac_cv_type_mode_t" = x""yes; then
19516
19517 cat >>confdefs.h <<_ACEOF
19518 #define HAVE_MODE_T 1
19519 _ACEOF
19520
19521
19522 fi
19523 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19524 $as_echo_n "checking for off_t... " >&6; }
19525 if test "${ac_cv_type_off_t+set}" = set; then
19526   $as_echo_n "(cached) " >&6
19527 else
19528   ac_cv_type_off_t=no
19529 cat >conftest.$ac_ext <<_ACEOF
19530 /* confdefs.h.  */
19531 _ACEOF
19532 cat confdefs.h >>conftest.$ac_ext
19533 cat >>conftest.$ac_ext <<_ACEOF
19534 /* end confdefs.h.  */
19535 $ac_includes_default
19536 int
19537 main ()
19538 {
19539 if (sizeof (off_t))
19540        return 0;
19541   ;
19542   return 0;
19543 }
19544 _ACEOF
19545 rm -f conftest.$ac_objext
19546 if { (ac_try="$ac_compile"
19547 case "(($ac_try" in
19548   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19549   *) ac_try_echo=$ac_try;;
19550 esac
19551 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19552 $as_echo "$ac_try_echo") >&5
19553   (eval "$ac_compile") 2>conftest.er1
19554   ac_status=$?
19555   grep -v '^ *+' conftest.er1 >conftest.err
19556   rm -f conftest.er1
19557   cat conftest.err >&5
19558   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19559   (exit $ac_status); } && {
19560          test -z "$ac_c_werror_flag" ||
19561          test ! -s conftest.err
19562        } && test -s conftest.$ac_objext; then
19563   cat >conftest.$ac_ext <<_ACEOF
19564 /* confdefs.h.  */
19565 _ACEOF
19566 cat confdefs.h >>conftest.$ac_ext
19567 cat >>conftest.$ac_ext <<_ACEOF
19568 /* end confdefs.h.  */
19569 $ac_includes_default
19570 int
19571 main ()
19572 {
19573 if (sizeof ((off_t)))
19574           return 0;
19575   ;
19576   return 0;
19577 }
19578 _ACEOF
19579 rm -f conftest.$ac_objext
19580 if { (ac_try="$ac_compile"
19581 case "(($ac_try" in
19582   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19583   *) ac_try_echo=$ac_try;;
19584 esac
19585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19586 $as_echo "$ac_try_echo") >&5
19587   (eval "$ac_compile") 2>conftest.er1
19588   ac_status=$?
19589   grep -v '^ *+' conftest.er1 >conftest.err
19590   rm -f conftest.er1
19591   cat conftest.err >&5
19592   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19593   (exit $ac_status); } && {
19594          test -z "$ac_c_werror_flag" ||
19595          test ! -s conftest.err
19596        } && test -s conftest.$ac_objext; then
19597   :
19598 else
19599   $as_echo "$as_me: failed program was:" >&5
19600 sed 's/^/| /' conftest.$ac_ext >&5
19601
19602         ac_cv_type_off_t=yes
19603 fi
19604
19605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19606 else
19607   $as_echo "$as_me: failed program was:" >&5
19608 sed 's/^/| /' conftest.$ac_ext >&5
19609
19610
19611 fi
19612
19613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19614 fi
19615 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19616 $as_echo "$ac_cv_type_off_t" >&6; }
19617 if test "x$ac_cv_type_off_t" = x""yes; then
19618
19619 cat >>confdefs.h <<_ACEOF
19620 #define HAVE_OFF_T 1
19621 _ACEOF
19622
19623
19624 fi
19625 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19626 $as_echo_n "checking for pid_t... " >&6; }
19627 if test "${ac_cv_type_pid_t+set}" = set; then
19628   $as_echo_n "(cached) " >&6
19629 else
19630   ac_cv_type_pid_t=no
19631 cat >conftest.$ac_ext <<_ACEOF
19632 /* confdefs.h.  */
19633 _ACEOF
19634 cat confdefs.h >>conftest.$ac_ext
19635 cat >>conftest.$ac_ext <<_ACEOF
19636 /* end confdefs.h.  */
19637 $ac_includes_default
19638 int
19639 main ()
19640 {
19641 if (sizeof (pid_t))
19642        return 0;
19643   ;
19644   return 0;
19645 }
19646 _ACEOF
19647 rm -f conftest.$ac_objext
19648 if { (ac_try="$ac_compile"
19649 case "(($ac_try" in
19650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19651   *) ac_try_echo=$ac_try;;
19652 esac
19653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19654 $as_echo "$ac_try_echo") >&5
19655   (eval "$ac_compile") 2>conftest.er1
19656   ac_status=$?
19657   grep -v '^ *+' conftest.er1 >conftest.err
19658   rm -f conftest.er1
19659   cat conftest.err >&5
19660   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19661   (exit $ac_status); } && {
19662          test -z "$ac_c_werror_flag" ||
19663          test ! -s conftest.err
19664        } && test -s conftest.$ac_objext; then
19665   cat >conftest.$ac_ext <<_ACEOF
19666 /* confdefs.h.  */
19667 _ACEOF
19668 cat confdefs.h >>conftest.$ac_ext
19669 cat >>conftest.$ac_ext <<_ACEOF
19670 /* end confdefs.h.  */
19671 $ac_includes_default
19672 int
19673 main ()
19674 {
19675 if (sizeof ((pid_t)))
19676           return 0;
19677   ;
19678   return 0;
19679 }
19680 _ACEOF
19681 rm -f conftest.$ac_objext
19682 if { (ac_try="$ac_compile"
19683 case "(($ac_try" in
19684   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19685   *) ac_try_echo=$ac_try;;
19686 esac
19687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19688 $as_echo "$ac_try_echo") >&5
19689   (eval "$ac_compile") 2>conftest.er1
19690   ac_status=$?
19691   grep -v '^ *+' conftest.er1 >conftest.err
19692   rm -f conftest.er1
19693   cat conftest.err >&5
19694   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19695   (exit $ac_status); } && {
19696          test -z "$ac_c_werror_flag" ||
19697          test ! -s conftest.err
19698        } && test -s conftest.$ac_objext; then
19699   :
19700 else
19701   $as_echo "$as_me: failed program was:" >&5
19702 sed 's/^/| /' conftest.$ac_ext >&5
19703
19704         ac_cv_type_pid_t=yes
19705 fi
19706
19707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19708 else
19709   $as_echo "$as_me: failed program was:" >&5
19710 sed 's/^/| /' conftest.$ac_ext >&5
19711
19712
19713 fi
19714
19715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19716 fi
19717 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19718 $as_echo "$ac_cv_type_pid_t" >&6; }
19719 if test "x$ac_cv_type_pid_t" = x""yes; then
19720
19721 cat >>confdefs.h <<_ACEOF
19722 #define HAVE_PID_T 1
19723 _ACEOF
19724
19725
19726 fi
19727 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19728 $as_echo_n "checking for size_t... " >&6; }
19729 if test "${ac_cv_type_size_t+set}" = set; then
19730   $as_echo_n "(cached) " >&6
19731 else
19732   ac_cv_type_size_t=no
19733 cat >conftest.$ac_ext <<_ACEOF
19734 /* confdefs.h.  */
19735 _ACEOF
19736 cat confdefs.h >>conftest.$ac_ext
19737 cat >>conftest.$ac_ext <<_ACEOF
19738 /* end confdefs.h.  */
19739 $ac_includes_default
19740 int
19741 main ()
19742 {
19743 if (sizeof (size_t))
19744        return 0;
19745   ;
19746   return 0;
19747 }
19748 _ACEOF
19749 rm -f conftest.$ac_objext
19750 if { (ac_try="$ac_compile"
19751 case "(($ac_try" in
19752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19753   *) ac_try_echo=$ac_try;;
19754 esac
19755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19756 $as_echo "$ac_try_echo") >&5
19757   (eval "$ac_compile") 2>conftest.er1
19758   ac_status=$?
19759   grep -v '^ *+' conftest.er1 >conftest.err
19760   rm -f conftest.er1
19761   cat conftest.err >&5
19762   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19763   (exit $ac_status); } && {
19764          test -z "$ac_c_werror_flag" ||
19765          test ! -s conftest.err
19766        } && test -s conftest.$ac_objext; then
19767   cat >conftest.$ac_ext <<_ACEOF
19768 /* confdefs.h.  */
19769 _ACEOF
19770 cat confdefs.h >>conftest.$ac_ext
19771 cat >>conftest.$ac_ext <<_ACEOF
19772 /* end confdefs.h.  */
19773 $ac_includes_default
19774 int
19775 main ()
19776 {
19777 if (sizeof ((size_t)))
19778           return 0;
19779   ;
19780   return 0;
19781 }
19782 _ACEOF
19783 rm -f conftest.$ac_objext
19784 if { (ac_try="$ac_compile"
19785 case "(($ac_try" in
19786   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19787   *) ac_try_echo=$ac_try;;
19788 esac
19789 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19790 $as_echo "$ac_try_echo") >&5
19791   (eval "$ac_compile") 2>conftest.er1
19792   ac_status=$?
19793   grep -v '^ *+' conftest.er1 >conftest.err
19794   rm -f conftest.er1
19795   cat conftest.err >&5
19796   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19797   (exit $ac_status); } && {
19798          test -z "$ac_c_werror_flag" ||
19799          test ! -s conftest.err
19800        } && test -s conftest.$ac_objext; then
19801   :
19802 else
19803   $as_echo "$as_me: failed program was:" >&5
19804 sed 's/^/| /' conftest.$ac_ext >&5
19805
19806         ac_cv_type_size_t=yes
19807 fi
19808
19809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19810 else
19811   $as_echo "$as_me: failed program was:" >&5
19812 sed 's/^/| /' conftest.$ac_ext >&5
19813
19814
19815 fi
19816
19817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19818 fi
19819 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19820 $as_echo "$ac_cv_type_size_t" >&6; }
19821 if test "x$ac_cv_type_size_t" = x""yes; then
19822
19823 cat >>confdefs.h <<_ACEOF
19824 #define HAVE_SIZE_T 1
19825 _ACEOF
19826
19827
19828 fi
19829 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19830 $as_echo_n "checking for ssize_t... " >&6; }
19831 if test "${ac_cv_type_ssize_t+set}" = set; then
19832   $as_echo_n "(cached) " >&6
19833 else
19834   ac_cv_type_ssize_t=no
19835 cat >conftest.$ac_ext <<_ACEOF
19836 /* confdefs.h.  */
19837 _ACEOF
19838 cat confdefs.h >>conftest.$ac_ext
19839 cat >>conftest.$ac_ext <<_ACEOF
19840 /* end confdefs.h.  */
19841 $ac_includes_default
19842 int
19843 main ()
19844 {
19845 if (sizeof (ssize_t))
19846        return 0;
19847   ;
19848   return 0;
19849 }
19850 _ACEOF
19851 rm -f conftest.$ac_objext
19852 if { (ac_try="$ac_compile"
19853 case "(($ac_try" in
19854   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19855   *) ac_try_echo=$ac_try;;
19856 esac
19857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19858 $as_echo "$ac_try_echo") >&5
19859   (eval "$ac_compile") 2>conftest.er1
19860   ac_status=$?
19861   grep -v '^ *+' conftest.er1 >conftest.err
19862   rm -f conftest.er1
19863   cat conftest.err >&5
19864   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19865   (exit $ac_status); } && {
19866          test -z "$ac_c_werror_flag" ||
19867          test ! -s conftest.err
19868        } && test -s conftest.$ac_objext; then
19869   cat >conftest.$ac_ext <<_ACEOF
19870 /* confdefs.h.  */
19871 _ACEOF
19872 cat confdefs.h >>conftest.$ac_ext
19873 cat >>conftest.$ac_ext <<_ACEOF
19874 /* end confdefs.h.  */
19875 $ac_includes_default
19876 int
19877 main ()
19878 {
19879 if (sizeof ((ssize_t)))
19880           return 0;
19881   ;
19882   return 0;
19883 }
19884 _ACEOF
19885 rm -f conftest.$ac_objext
19886 if { (ac_try="$ac_compile"
19887 case "(($ac_try" in
19888   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19889   *) ac_try_echo=$ac_try;;
19890 esac
19891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19892 $as_echo "$ac_try_echo") >&5
19893   (eval "$ac_compile") 2>conftest.er1
19894   ac_status=$?
19895   grep -v '^ *+' conftest.er1 >conftest.err
19896   rm -f conftest.er1
19897   cat conftest.err >&5
19898   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19899   (exit $ac_status); } && {
19900          test -z "$ac_c_werror_flag" ||
19901          test ! -s conftest.err
19902        } && test -s conftest.$ac_objext; then
19903   :
19904 else
19905   $as_echo "$as_me: failed program was:" >&5
19906 sed 's/^/| /' conftest.$ac_ext >&5
19907
19908         ac_cv_type_ssize_t=yes
19909 fi
19910
19911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19912 else
19913   $as_echo "$as_me: failed program was:" >&5
19914 sed 's/^/| /' conftest.$ac_ext >&5
19915
19916
19917 fi
19918
19919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19920 fi
19921 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19922 $as_echo "$ac_cv_type_ssize_t" >&6; }
19923 if test "x$ac_cv_type_ssize_t" = x""yes; then
19924
19925 cat >>confdefs.h <<_ACEOF
19926 #define HAVE_SSIZE_T 1
19927 _ACEOF
19928
19929
19930 fi
19931 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19932 $as_echo_n "checking for long long... " >&6; }
19933 if test "${ac_cv_type_long_long+set}" = set; then
19934   $as_echo_n "(cached) " >&6
19935 else
19936   ac_cv_type_long_long=no
19937 cat >conftest.$ac_ext <<_ACEOF
19938 /* confdefs.h.  */
19939 _ACEOF
19940 cat confdefs.h >>conftest.$ac_ext
19941 cat >>conftest.$ac_ext <<_ACEOF
19942 /* end confdefs.h.  */
19943 $ac_includes_default
19944 int
19945 main ()
19946 {
19947 if (sizeof (long long))
19948        return 0;
19949   ;
19950   return 0;
19951 }
19952 _ACEOF
19953 rm -f conftest.$ac_objext
19954 if { (ac_try="$ac_compile"
19955 case "(($ac_try" in
19956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19957   *) ac_try_echo=$ac_try;;
19958 esac
19959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19960 $as_echo "$ac_try_echo") >&5
19961   (eval "$ac_compile") 2>conftest.er1
19962   ac_status=$?
19963   grep -v '^ *+' conftest.er1 >conftest.err
19964   rm -f conftest.er1
19965   cat conftest.err >&5
19966   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19967   (exit $ac_status); } && {
19968          test -z "$ac_c_werror_flag" ||
19969          test ! -s conftest.err
19970        } && test -s conftest.$ac_objext; then
19971   cat >conftest.$ac_ext <<_ACEOF
19972 /* confdefs.h.  */
19973 _ACEOF
19974 cat confdefs.h >>conftest.$ac_ext
19975 cat >>conftest.$ac_ext <<_ACEOF
19976 /* end confdefs.h.  */
19977 $ac_includes_default
19978 int
19979 main ()
19980 {
19981 if (sizeof ((long long)))
19982           return 0;
19983   ;
19984   return 0;
19985 }
19986 _ACEOF
19987 rm -f conftest.$ac_objext
19988 if { (ac_try="$ac_compile"
19989 case "(($ac_try" in
19990   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19991   *) ac_try_echo=$ac_try;;
19992 esac
19993 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19994 $as_echo "$ac_try_echo") >&5
19995   (eval "$ac_compile") 2>conftest.er1
19996   ac_status=$?
19997   grep -v '^ *+' conftest.er1 >conftest.err
19998   rm -f conftest.er1
19999   cat conftest.err >&5
20000   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20001   (exit $ac_status); } && {
20002          test -z "$ac_c_werror_flag" ||
20003          test ! -s conftest.err
20004        } && test -s conftest.$ac_objext; then
20005   :
20006 else
20007   $as_echo "$as_me: failed program was:" >&5
20008 sed 's/^/| /' conftest.$ac_ext >&5
20009
20010         ac_cv_type_long_long=yes
20011 fi
20012
20013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20014 else
20015   $as_echo "$as_me: failed program was:" >&5
20016 sed 's/^/| /' conftest.$ac_ext >&5
20017
20018
20019 fi
20020
20021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20022 fi
20023 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20024 $as_echo "$ac_cv_type_long_long" >&6; }
20025 if test "x$ac_cv_type_long_long" = x""yes; then
20026
20027 cat >>confdefs.h <<_ACEOF
20028 #define HAVE_LONG_LONG 1
20029 _ACEOF
20030
20031
20032 fi
20033 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20034 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20035 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20036   $as_echo_n "(cached) " >&6
20037 else
20038   ac_cv_type_fsblkcnt_t=no
20039 cat >conftest.$ac_ext <<_ACEOF
20040 /* confdefs.h.  */
20041 _ACEOF
20042 cat confdefs.h >>conftest.$ac_ext
20043 cat >>conftest.$ac_ext <<_ACEOF
20044 /* end confdefs.h.  */
20045 $ac_includes_default
20046 int
20047 main ()
20048 {
20049 if (sizeof (fsblkcnt_t))
20050        return 0;
20051   ;
20052   return 0;
20053 }
20054 _ACEOF
20055 rm -f conftest.$ac_objext
20056 if { (ac_try="$ac_compile"
20057 case "(($ac_try" in
20058   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20059   *) ac_try_echo=$ac_try;;
20060 esac
20061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20062 $as_echo "$ac_try_echo") >&5
20063   (eval "$ac_compile") 2>conftest.er1
20064   ac_status=$?
20065   grep -v '^ *+' conftest.er1 >conftest.err
20066   rm -f conftest.er1
20067   cat conftest.err >&5
20068   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20069   (exit $ac_status); } && {
20070          test -z "$ac_c_werror_flag" ||
20071          test ! -s conftest.err
20072        } && test -s conftest.$ac_objext; then
20073   cat >conftest.$ac_ext <<_ACEOF
20074 /* confdefs.h.  */
20075 _ACEOF
20076 cat confdefs.h >>conftest.$ac_ext
20077 cat >>conftest.$ac_ext <<_ACEOF
20078 /* end confdefs.h.  */
20079 $ac_includes_default
20080 int
20081 main ()
20082 {
20083 if (sizeof ((fsblkcnt_t)))
20084           return 0;
20085   ;
20086   return 0;
20087 }
20088 _ACEOF
20089 rm -f conftest.$ac_objext
20090 if { (ac_try="$ac_compile"
20091 case "(($ac_try" in
20092   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20093   *) ac_try_echo=$ac_try;;
20094 esac
20095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20096 $as_echo "$ac_try_echo") >&5
20097   (eval "$ac_compile") 2>conftest.er1
20098   ac_status=$?
20099   grep -v '^ *+' conftest.er1 >conftest.err
20100   rm -f conftest.er1
20101   cat conftest.err >&5
20102   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20103   (exit $ac_status); } && {
20104          test -z "$ac_c_werror_flag" ||
20105          test ! -s conftest.err
20106        } && test -s conftest.$ac_objext; then
20107   :
20108 else
20109   $as_echo "$as_me: failed program was:" >&5
20110 sed 's/^/| /' conftest.$ac_ext >&5
20111
20112         ac_cv_type_fsblkcnt_t=yes
20113 fi
20114
20115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20116 else
20117   $as_echo "$as_me: failed program was:" >&5
20118 sed 's/^/| /' conftest.$ac_ext >&5
20119
20120
20121 fi
20122
20123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20124 fi
20125 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20126 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20127 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20128
20129 cat >>confdefs.h <<_ACEOF
20130 #define HAVE_FSBLKCNT_T 1
20131 _ACEOF
20132
20133
20134 fi
20135 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20136 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20137 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20138   $as_echo_n "(cached) " >&6
20139 else
20140   ac_cv_type_fsfilcnt_t=no
20141 cat >conftest.$ac_ext <<_ACEOF
20142 /* confdefs.h.  */
20143 _ACEOF
20144 cat confdefs.h >>conftest.$ac_ext
20145 cat >>conftest.$ac_ext <<_ACEOF
20146 /* end confdefs.h.  */
20147 $ac_includes_default
20148 int
20149 main ()
20150 {
20151 if (sizeof (fsfilcnt_t))
20152        return 0;
20153   ;
20154   return 0;
20155 }
20156 _ACEOF
20157 rm -f conftest.$ac_objext
20158 if { (ac_try="$ac_compile"
20159 case "(($ac_try" in
20160   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20161   *) ac_try_echo=$ac_try;;
20162 esac
20163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20164 $as_echo "$ac_try_echo") >&5
20165   (eval "$ac_compile") 2>conftest.er1
20166   ac_status=$?
20167   grep -v '^ *+' conftest.er1 >conftest.err
20168   rm -f conftest.er1
20169   cat conftest.err >&5
20170   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20171   (exit $ac_status); } && {
20172          test -z "$ac_c_werror_flag" ||
20173          test ! -s conftest.err
20174        } && test -s conftest.$ac_objext; then
20175   cat >conftest.$ac_ext <<_ACEOF
20176 /* confdefs.h.  */
20177 _ACEOF
20178 cat confdefs.h >>conftest.$ac_ext
20179 cat >>conftest.$ac_ext <<_ACEOF
20180 /* end confdefs.h.  */
20181 $ac_includes_default
20182 int
20183 main ()
20184 {
20185 if (sizeof ((fsfilcnt_t)))
20186           return 0;
20187   ;
20188   return 0;
20189 }
20190 _ACEOF
20191 rm -f conftest.$ac_objext
20192 if { (ac_try="$ac_compile"
20193 case "(($ac_try" in
20194   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20195   *) ac_try_echo=$ac_try;;
20196 esac
20197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20198 $as_echo "$ac_try_echo") >&5
20199   (eval "$ac_compile") 2>conftest.er1
20200   ac_status=$?
20201   grep -v '^ *+' conftest.er1 >conftest.err
20202   rm -f conftest.er1
20203   cat conftest.err >&5
20204   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20205   (exit $ac_status); } && {
20206          test -z "$ac_c_werror_flag" ||
20207          test ! -s conftest.err
20208        } && test -s conftest.$ac_objext; then
20209   :
20210 else
20211   $as_echo "$as_me: failed program was:" >&5
20212 sed 's/^/| /' conftest.$ac_ext >&5
20213
20214         ac_cv_type_fsfilcnt_t=yes
20215 fi
20216
20217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20218 else
20219   $as_echo "$as_me: failed program was:" >&5
20220 sed 's/^/| /' conftest.$ac_ext >&5
20221
20222
20223 fi
20224
20225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20226 fi
20227 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20228 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20229 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20230
20231 cat >>confdefs.h <<_ACEOF
20232 #define HAVE_FSFILCNT_T 1
20233 _ACEOF
20234
20235
20236 fi
20237
20238 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20239 $as_echo_n "checking for sigset_t... " >&6; }
20240 if test "${ac_cv_type_sigset_t+set}" = set; then
20241   $as_echo_n "(cached) " >&6
20242 else
20243   ac_cv_type_sigset_t=no
20244 cat >conftest.$ac_ext <<_ACEOF
20245 /* confdefs.h.  */
20246 _ACEOF
20247 cat confdefs.h >>conftest.$ac_ext
20248 cat >>conftest.$ac_ext <<_ACEOF
20249 /* end confdefs.h.  */
20250 #include <sys/types.h>
20251 #include <signal.h>
20252
20253 int
20254 main ()
20255 {
20256 if (sizeof (sigset_t))
20257        return 0;
20258   ;
20259   return 0;
20260 }
20261 _ACEOF
20262 rm -f conftest.$ac_objext
20263 if { (ac_try="$ac_compile"
20264 case "(($ac_try" in
20265   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20266   *) ac_try_echo=$ac_try;;
20267 esac
20268 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20269 $as_echo "$ac_try_echo") >&5
20270   (eval "$ac_compile") 2>conftest.er1
20271   ac_status=$?
20272   grep -v '^ *+' conftest.er1 >conftest.err
20273   rm -f conftest.er1
20274   cat conftest.err >&5
20275   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20276   (exit $ac_status); } && {
20277          test -z "$ac_c_werror_flag" ||
20278          test ! -s conftest.err
20279        } && test -s conftest.$ac_objext; then
20280   cat >conftest.$ac_ext <<_ACEOF
20281 /* confdefs.h.  */
20282 _ACEOF
20283 cat confdefs.h >>conftest.$ac_ext
20284 cat >>conftest.$ac_ext <<_ACEOF
20285 /* end confdefs.h.  */
20286 #include <sys/types.h>
20287 #include <signal.h>
20288
20289 int
20290 main ()
20291 {
20292 if (sizeof ((sigset_t)))
20293           return 0;
20294   ;
20295   return 0;
20296 }
20297 _ACEOF
20298 rm -f conftest.$ac_objext
20299 if { (ac_try="$ac_compile"
20300 case "(($ac_try" in
20301   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20302   *) ac_try_echo=$ac_try;;
20303 esac
20304 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20305 $as_echo "$ac_try_echo") >&5
20306   (eval "$ac_compile") 2>conftest.er1
20307   ac_status=$?
20308   grep -v '^ *+' conftest.er1 >conftest.err
20309   rm -f conftest.er1
20310   cat conftest.err >&5
20311   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20312   (exit $ac_status); } && {
20313          test -z "$ac_c_werror_flag" ||
20314          test ! -s conftest.err
20315        } && test -s conftest.$ac_objext; then
20316   :
20317 else
20318   $as_echo "$as_me: failed program was:" >&5
20319 sed 's/^/| /' conftest.$ac_ext >&5
20320
20321         ac_cv_type_sigset_t=yes
20322 fi
20323
20324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20325 else
20326   $as_echo "$as_me: failed program was:" >&5
20327 sed 's/^/| /' conftest.$ac_ext >&5
20328
20329
20330 fi
20331
20332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20333 fi
20334 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20335 $as_echo "$ac_cv_type_sigset_t" >&6; }
20336 if test "x$ac_cv_type_sigset_t" = x""yes; then
20337
20338 cat >>confdefs.h <<_ACEOF
20339 #define HAVE_SIGSET_T 1
20340 _ACEOF
20341
20342
20343 fi
20344
20345 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20346 $as_echo_n "checking for request_sense... " >&6; }
20347 if test "${ac_cv_type_request_sense+set}" = set; then
20348   $as_echo_n "(cached) " >&6
20349 else
20350   ac_cv_type_request_sense=no
20351 cat >conftest.$ac_ext <<_ACEOF
20352 /* confdefs.h.  */
20353 _ACEOF
20354 cat confdefs.h >>conftest.$ac_ext
20355 cat >>conftest.$ac_ext <<_ACEOF
20356 /* end confdefs.h.  */
20357 #include <linux/cdrom.h>
20358
20359 int
20360 main ()
20361 {
20362 if (sizeof (request_sense))
20363        return 0;
20364   ;
20365   return 0;
20366 }
20367 _ACEOF
20368 rm -f conftest.$ac_objext
20369 if { (ac_try="$ac_compile"
20370 case "(($ac_try" in
20371   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20372   *) ac_try_echo=$ac_try;;
20373 esac
20374 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20375 $as_echo "$ac_try_echo") >&5
20376   (eval "$ac_compile") 2>conftest.er1
20377   ac_status=$?
20378   grep -v '^ *+' conftest.er1 >conftest.err
20379   rm -f conftest.er1
20380   cat conftest.err >&5
20381   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20382   (exit $ac_status); } && {
20383          test -z "$ac_c_werror_flag" ||
20384          test ! -s conftest.err
20385        } && test -s conftest.$ac_objext; then
20386   cat >conftest.$ac_ext <<_ACEOF
20387 /* confdefs.h.  */
20388 _ACEOF
20389 cat confdefs.h >>conftest.$ac_ext
20390 cat >>conftest.$ac_ext <<_ACEOF
20391 /* end confdefs.h.  */
20392 #include <linux/cdrom.h>
20393
20394 int
20395 main ()
20396 {
20397 if (sizeof ((request_sense)))
20398           return 0;
20399   ;
20400   return 0;
20401 }
20402 _ACEOF
20403 rm -f conftest.$ac_objext
20404 if { (ac_try="$ac_compile"
20405 case "(($ac_try" in
20406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20407   *) ac_try_echo=$ac_try;;
20408 esac
20409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20410 $as_echo "$ac_try_echo") >&5
20411   (eval "$ac_compile") 2>conftest.er1
20412   ac_status=$?
20413   grep -v '^ *+' conftest.er1 >conftest.err
20414   rm -f conftest.er1
20415   cat conftest.err >&5
20416   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20417   (exit $ac_status); } && {
20418          test -z "$ac_c_werror_flag" ||
20419          test ! -s conftest.err
20420        } && test -s conftest.$ac_objext; then
20421   :
20422 else
20423   $as_echo "$as_me: failed program was:" >&5
20424 sed 's/^/| /' conftest.$ac_ext >&5
20425
20426         ac_cv_type_request_sense=yes
20427 fi
20428
20429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20430 else
20431   $as_echo "$as_me: failed program was:" >&5
20432 sed 's/^/| /' conftest.$ac_ext >&5
20433
20434
20435 fi
20436
20437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20438 fi
20439 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20440 $as_echo "$ac_cv_type_request_sense" >&6; }
20441 if test "x$ac_cv_type_request_sense" = x""yes; then
20442
20443 cat >>confdefs.h <<_ACEOF
20444 #define HAVE_REQUEST_SENSE 1
20445 _ACEOF
20446
20447
20448 fi
20449
20450
20451 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20452 $as_echo_n "checking for struct xinpgen... " >&6; }
20453 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20454   $as_echo_n "(cached) " >&6
20455 else
20456   ac_cv_type_struct_xinpgen=no
20457 cat >conftest.$ac_ext <<_ACEOF
20458 /* confdefs.h.  */
20459 _ACEOF
20460 cat confdefs.h >>conftest.$ac_ext
20461 cat >>conftest.$ac_ext <<_ACEOF
20462 /* end confdefs.h.  */
20463 #include <sys/types.h>
20464 #ifdef HAVE_SYS_SOCKET_H
20465 #include <sys/socket.h>
20466 #endif
20467 #ifdef HAVE_SYS_SOCKETVAR_H
20468 #include <sys/socketvar.h>
20469 #endif
20470 #ifdef HAVE_NET_ROUTE_H
20471 #include <net/route.h>
20472 #endif
20473 #ifdef HAVE_NETINET_IN_H
20474 #include <netinet/in.h>
20475 #endif
20476 #ifdef HAVE_NETINET_IN_SYSTM_H
20477 #include <netinet/in_systm.h>
20478 #endif
20479 #ifdef HAVE_NETINET_IP_H
20480 #include <netinet/ip.h>
20481 #endif
20482 #ifdef HAVE_NETINET_IN_PCB_H
20483 #include <netinet/in_pcb.h>
20484 #endif
20485
20486 int
20487 main ()
20488 {
20489 if (sizeof (struct xinpgen))
20490        return 0;
20491   ;
20492   return 0;
20493 }
20494 _ACEOF
20495 rm -f conftest.$ac_objext
20496 if { (ac_try="$ac_compile"
20497 case "(($ac_try" in
20498   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20499   *) ac_try_echo=$ac_try;;
20500 esac
20501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20502 $as_echo "$ac_try_echo") >&5
20503   (eval "$ac_compile") 2>conftest.er1
20504   ac_status=$?
20505   grep -v '^ *+' conftest.er1 >conftest.err
20506   rm -f conftest.er1
20507   cat conftest.err >&5
20508   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20509   (exit $ac_status); } && {
20510          test -z "$ac_c_werror_flag" ||
20511          test ! -s conftest.err
20512        } && test -s conftest.$ac_objext; then
20513   cat >conftest.$ac_ext <<_ACEOF
20514 /* confdefs.h.  */
20515 _ACEOF
20516 cat confdefs.h >>conftest.$ac_ext
20517 cat >>conftest.$ac_ext <<_ACEOF
20518 /* end confdefs.h.  */
20519 #include <sys/types.h>
20520 #ifdef HAVE_SYS_SOCKET_H
20521 #include <sys/socket.h>
20522 #endif
20523 #ifdef HAVE_SYS_SOCKETVAR_H
20524 #include <sys/socketvar.h>
20525 #endif
20526 #ifdef HAVE_NET_ROUTE_H
20527 #include <net/route.h>
20528 #endif
20529 #ifdef HAVE_NETINET_IN_H
20530 #include <netinet/in.h>
20531 #endif
20532 #ifdef HAVE_NETINET_IN_SYSTM_H
20533 #include <netinet/in_systm.h>
20534 #endif
20535 #ifdef HAVE_NETINET_IP_H
20536 #include <netinet/ip.h>
20537 #endif
20538 #ifdef HAVE_NETINET_IN_PCB_H
20539 #include <netinet/in_pcb.h>
20540 #endif
20541
20542 int
20543 main ()
20544 {
20545 if (sizeof ((struct xinpgen)))
20546           return 0;
20547   ;
20548   return 0;
20549 }
20550 _ACEOF
20551 rm -f conftest.$ac_objext
20552 if { (ac_try="$ac_compile"
20553 case "(($ac_try" in
20554   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20555   *) ac_try_echo=$ac_try;;
20556 esac
20557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20558 $as_echo "$ac_try_echo") >&5
20559   (eval "$ac_compile") 2>conftest.er1
20560   ac_status=$?
20561   grep -v '^ *+' conftest.er1 >conftest.err
20562   rm -f conftest.er1
20563   cat conftest.err >&5
20564   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20565   (exit $ac_status); } && {
20566          test -z "$ac_c_werror_flag" ||
20567          test ! -s conftest.err
20568        } && test -s conftest.$ac_objext; then
20569   :
20570 else
20571   $as_echo "$as_me: failed program was:" >&5
20572 sed 's/^/| /' conftest.$ac_ext >&5
20573
20574         ac_cv_type_struct_xinpgen=yes
20575 fi
20576
20577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20578 else
20579   $as_echo "$as_me: failed program was:" >&5
20580 sed 's/^/| /' conftest.$ac_ext >&5
20581
20582
20583 fi
20584
20585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20586 fi
20587 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20588 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20589 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20590
20591 cat >>confdefs.h <<_ACEOF
20592 #define HAVE_STRUCT_XINPGEN 1
20593 _ACEOF
20594
20595
20596 fi
20597
20598
20599 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20600 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20601 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20602   $as_echo_n "(cached) " >&6
20603 else
20604   cat >conftest.$ac_ext <<_ACEOF
20605 /* confdefs.h.  */
20606 _ACEOF
20607 cat confdefs.h >>conftest.$ac_ext
20608 cat >>conftest.$ac_ext <<_ACEOF
20609 /* end confdefs.h.  */
20610 #ifdef HAVE_LINUX_INPUT_H
20611 #include <linux/input.h>
20612 #endif
20613
20614 int
20615 main ()
20616 {
20617 static struct ff_effect ac_aggr;
20618 if (ac_aggr.direction)
20619 return 0;
20620   ;
20621   return 0;
20622 }
20623 _ACEOF
20624 rm -f conftest.$ac_objext
20625 if { (ac_try="$ac_compile"
20626 case "(($ac_try" in
20627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20628   *) ac_try_echo=$ac_try;;
20629 esac
20630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20631 $as_echo "$ac_try_echo") >&5
20632   (eval "$ac_compile") 2>conftest.er1
20633   ac_status=$?
20634   grep -v '^ *+' conftest.er1 >conftest.err
20635   rm -f conftest.er1
20636   cat conftest.err >&5
20637   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20638   (exit $ac_status); } && {
20639          test -z "$ac_c_werror_flag" ||
20640          test ! -s conftest.err
20641        } && test -s conftest.$ac_objext; then
20642   ac_cv_member_struct_ff_effect_direction=yes
20643 else
20644   $as_echo "$as_me: failed program was:" >&5
20645 sed 's/^/| /' conftest.$ac_ext >&5
20646
20647         cat >conftest.$ac_ext <<_ACEOF
20648 /* confdefs.h.  */
20649 _ACEOF
20650 cat confdefs.h >>conftest.$ac_ext
20651 cat >>conftest.$ac_ext <<_ACEOF
20652 /* end confdefs.h.  */
20653 #ifdef HAVE_LINUX_INPUT_H
20654 #include <linux/input.h>
20655 #endif
20656
20657 int
20658 main ()
20659 {
20660 static struct ff_effect ac_aggr;
20661 if (sizeof ac_aggr.direction)
20662 return 0;
20663   ;
20664   return 0;
20665 }
20666 _ACEOF
20667 rm -f conftest.$ac_objext
20668 if { (ac_try="$ac_compile"
20669 case "(($ac_try" in
20670   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20671   *) ac_try_echo=$ac_try;;
20672 esac
20673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20674 $as_echo "$ac_try_echo") >&5
20675   (eval "$ac_compile") 2>conftest.er1
20676   ac_status=$?
20677   grep -v '^ *+' conftest.er1 >conftest.err
20678   rm -f conftest.er1
20679   cat conftest.err >&5
20680   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20681   (exit $ac_status); } && {
20682          test -z "$ac_c_werror_flag" ||
20683          test ! -s conftest.err
20684        } && test -s conftest.$ac_objext; then
20685   ac_cv_member_struct_ff_effect_direction=yes
20686 else
20687   $as_echo "$as_me: failed program was:" >&5
20688 sed 's/^/| /' conftest.$ac_ext >&5
20689
20690         ac_cv_member_struct_ff_effect_direction=no
20691 fi
20692
20693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20694 fi
20695
20696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20697 fi
20698 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20699 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20700 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20701
20702 cat >>confdefs.h <<_ACEOF
20703 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20704 _ACEOF
20705
20706
20707 fi
20708
20709
20710 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20711 $as_echo_n "checking for sigaddset... " >&6; }
20712 if test "${wine_cv_have_sigaddset+set}" = set; then
20713   $as_echo_n "(cached) " >&6
20714 else
20715   cat >conftest.$ac_ext <<_ACEOF
20716 /* confdefs.h.  */
20717 _ACEOF
20718 cat confdefs.h >>conftest.$ac_ext
20719 cat >>conftest.$ac_ext <<_ACEOF
20720 /* end confdefs.h.  */
20721 #include <signal.h>
20722 int
20723 main ()
20724 {
20725 sigset_t set; sigaddset(&set,SIGTERM);
20726   ;
20727   return 0;
20728 }
20729 _ACEOF
20730 rm -f conftest.$ac_objext conftest$ac_exeext
20731 if { (ac_try="$ac_link"
20732 case "(($ac_try" in
20733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20734   *) ac_try_echo=$ac_try;;
20735 esac
20736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20737 $as_echo "$ac_try_echo") >&5
20738   (eval "$ac_link") 2>conftest.er1
20739   ac_status=$?
20740   grep -v '^ *+' conftest.er1 >conftest.err
20741   rm -f conftest.er1
20742   cat conftest.err >&5
20743   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20744   (exit $ac_status); } && {
20745          test -z "$ac_c_werror_flag" ||
20746          test ! -s conftest.err
20747        } && test -s conftest$ac_exeext && {
20748          test "$cross_compiling" = yes ||
20749          $as_test_x conftest$ac_exeext
20750        }; then
20751   wine_cv_have_sigaddset=yes
20752 else
20753   $as_echo "$as_me: failed program was:" >&5
20754 sed 's/^/| /' conftest.$ac_ext >&5
20755
20756         wine_cv_have_sigaddset=no
20757 fi
20758
20759 rm -rf conftest.dSYM
20760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20761       conftest$ac_exeext conftest.$ac_ext
20762 fi
20763 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20764 $as_echo "$wine_cv_have_sigaddset" >&6; }
20765 if test "$wine_cv_have_sigaddset" = "yes"
20766 then
20767
20768 cat >>confdefs.h <<\_ACEOF
20769 #define HAVE_SIGADDSET 1
20770 _ACEOF
20771
20772 fi
20773
20774
20775 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20776 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20777 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20778   $as_echo_n "(cached) " >&6
20779 else
20780   cat >conftest.$ac_ext <<_ACEOF
20781 /* confdefs.h.  */
20782 _ACEOF
20783 cat confdefs.h >>conftest.$ac_ext
20784 cat >>conftest.$ac_ext <<_ACEOF
20785 /* end confdefs.h.  */
20786 #include <netdb.h>
20787 int
20788 main ()
20789 {
20790
20791     char *name=0;
20792     struct hostent he;
20793     struct hostent *result;
20794     char *buf=0;
20795     int bufsize=0;
20796     int res,errnr;
20797     char *addr=0;
20798     int addrlen=0;
20799     int addrtype=0;
20800     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20801     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20802
20803   ;
20804   return 0;
20805 }
20806 _ACEOF
20807 rm -f conftest.$ac_objext conftest$ac_exeext
20808 if { (ac_try="$ac_link"
20809 case "(($ac_try" in
20810   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20811   *) ac_try_echo=$ac_try;;
20812 esac
20813 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20814 $as_echo "$ac_try_echo") >&5
20815   (eval "$ac_link") 2>conftest.er1
20816   ac_status=$?
20817   grep -v '^ *+' conftest.er1 >conftest.err
20818   rm -f conftest.er1
20819   cat conftest.err >&5
20820   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20821   (exit $ac_status); } && {
20822          test -z "$ac_c_werror_flag" ||
20823          test ! -s conftest.err
20824        } && test -s conftest$ac_exeext && {
20825          test "$cross_compiling" = yes ||
20826          $as_test_x conftest$ac_exeext
20827        }; then
20828   wine_cv_linux_gethostbyname_r_6=yes
20829 else
20830   $as_echo "$as_me: failed program was:" >&5
20831 sed 's/^/| /' conftest.$ac_ext >&5
20832
20833         wine_cv_linux_gethostbyname_r_6=no
20834
20835 fi
20836
20837 rm -rf conftest.dSYM
20838 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20839       conftest$ac_exeext conftest.$ac_ext
20840
20841 fi
20842 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20843 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20844    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20845    then
20846
20847 cat >>confdefs.h <<\_ACEOF
20848 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20849 _ACEOF
20850
20851    fi
20852
20853 if test "$ac_cv_header_linux_joystick_h" = "yes"
20854 then
20855    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20856 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20857 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20858   $as_echo_n "(cached) " >&6
20859 else
20860   cat >conftest.$ac_ext <<_ACEOF
20861 /* confdefs.h.  */
20862 _ACEOF
20863 cat confdefs.h >>conftest.$ac_ext
20864 cat >>conftest.$ac_ext <<_ACEOF
20865 /* end confdefs.h.  */
20866
20867         #include <sys/ioctl.h>
20868         #include <sys/types.h>
20869         #include <linux/joystick.h>
20870
20871         struct js_event blub;
20872         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20873         #error "no 2.2 header"
20874         #endif
20875
20876 int
20877 main ()
20878 {
20879 /*empty*/
20880   ;
20881   return 0;
20882 }
20883 _ACEOF
20884 rm -f conftest.$ac_objext
20885 if { (ac_try="$ac_compile"
20886 case "(($ac_try" in
20887   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20888   *) ac_try_echo=$ac_try;;
20889 esac
20890 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20891 $as_echo "$ac_try_echo") >&5
20892   (eval "$ac_compile") 2>conftest.er1
20893   ac_status=$?
20894   grep -v '^ *+' conftest.er1 >conftest.err
20895   rm -f conftest.er1
20896   cat conftest.err >&5
20897   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20898   (exit $ac_status); } && {
20899          test -z "$ac_c_werror_flag" ||
20900          test ! -s conftest.err
20901        } && test -s conftest.$ac_objext; then
20902   wine_cv_linux_joystick_22_api=yes
20903 else
20904   $as_echo "$as_me: failed program was:" >&5
20905 sed 's/^/| /' conftest.$ac_ext >&5
20906
20907         wine_cv_linux_joystick_22_api=no
20908 fi
20909
20910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20911
20912 fi
20913 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20914 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20915    if test "$wine_cv_linux_joystick_22_api" = "yes"
20916    then
20917
20918 cat >>confdefs.h <<\_ACEOF
20919 #define HAVE_LINUX_22_JOYSTICK_API 1
20920 _ACEOF
20921
20922    fi
20923 fi
20924
20925
20926 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20927 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20928 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20929   $as_echo_n "(cached) " >&6
20930 else
20931   cat >conftest.$ac_ext <<_ACEOF
20932 /* confdefs.h.  */
20933 _ACEOF
20934 cat confdefs.h >>conftest.$ac_ext
20935 cat >>conftest.$ac_ext <<_ACEOF
20936 /* end confdefs.h.  */
20937 #include <sys/types.h>
20938 #ifdef HAVE_SYS_PARAM_H
20939 # include <sys/param.h>
20940 #endif
20941 #ifdef HAVE_SYS_MOUNT_H
20942 # include <sys/mount.h>
20943 #endif
20944 #ifdef HAVE_SYS_VFS_H
20945 # include <sys/vfs.h>
20946 #endif
20947 #ifdef HAVE_SYS_STATFS_H
20948 # include <sys/statfs.h>
20949 #endif
20950
20951 int
20952 main ()
20953 {
20954 static struct statfs ac_aggr;
20955 if (ac_aggr.f_bfree)
20956 return 0;
20957   ;
20958   return 0;
20959 }
20960 _ACEOF
20961 rm -f conftest.$ac_objext
20962 if { (ac_try="$ac_compile"
20963 case "(($ac_try" in
20964   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20965   *) ac_try_echo=$ac_try;;
20966 esac
20967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20968 $as_echo "$ac_try_echo") >&5
20969   (eval "$ac_compile") 2>conftest.er1
20970   ac_status=$?
20971   grep -v '^ *+' conftest.er1 >conftest.err
20972   rm -f conftest.er1
20973   cat conftest.err >&5
20974   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20975   (exit $ac_status); } && {
20976          test -z "$ac_c_werror_flag" ||
20977          test ! -s conftest.err
20978        } && test -s conftest.$ac_objext; then
20979   ac_cv_member_struct_statfs_f_bfree=yes
20980 else
20981   $as_echo "$as_me: failed program was:" >&5
20982 sed 's/^/| /' conftest.$ac_ext >&5
20983
20984         cat >conftest.$ac_ext <<_ACEOF
20985 /* confdefs.h.  */
20986 _ACEOF
20987 cat confdefs.h >>conftest.$ac_ext
20988 cat >>conftest.$ac_ext <<_ACEOF
20989 /* end confdefs.h.  */
20990 #include <sys/types.h>
20991 #ifdef HAVE_SYS_PARAM_H
20992 # include <sys/param.h>
20993 #endif
20994 #ifdef HAVE_SYS_MOUNT_H
20995 # include <sys/mount.h>
20996 #endif
20997 #ifdef HAVE_SYS_VFS_H
20998 # include <sys/vfs.h>
20999 #endif
21000 #ifdef HAVE_SYS_STATFS_H
21001 # include <sys/statfs.h>
21002 #endif
21003
21004 int
21005 main ()
21006 {
21007 static struct statfs ac_aggr;
21008 if (sizeof ac_aggr.f_bfree)
21009 return 0;
21010   ;
21011   return 0;
21012 }
21013 _ACEOF
21014 rm -f conftest.$ac_objext
21015 if { (ac_try="$ac_compile"
21016 case "(($ac_try" in
21017   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21018   *) ac_try_echo=$ac_try;;
21019 esac
21020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21021 $as_echo "$ac_try_echo") >&5
21022   (eval "$ac_compile") 2>conftest.er1
21023   ac_status=$?
21024   grep -v '^ *+' conftest.er1 >conftest.err
21025   rm -f conftest.er1
21026   cat conftest.err >&5
21027   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21028   (exit $ac_status); } && {
21029          test -z "$ac_c_werror_flag" ||
21030          test ! -s conftest.err
21031        } && test -s conftest.$ac_objext; then
21032   ac_cv_member_struct_statfs_f_bfree=yes
21033 else
21034   $as_echo "$as_me: failed program was:" >&5
21035 sed 's/^/| /' conftest.$ac_ext >&5
21036
21037         ac_cv_member_struct_statfs_f_bfree=no
21038 fi
21039
21040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21041 fi
21042
21043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21044 fi
21045 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21046 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21047 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21048
21049 cat >>confdefs.h <<_ACEOF
21050 #define HAVE_STRUCT_STATFS_F_BFREE 1
21051 _ACEOF
21052
21053
21054 fi
21055 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21056 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21057 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21058   $as_echo_n "(cached) " >&6
21059 else
21060   cat >conftest.$ac_ext <<_ACEOF
21061 /* confdefs.h.  */
21062 _ACEOF
21063 cat confdefs.h >>conftest.$ac_ext
21064 cat >>conftest.$ac_ext <<_ACEOF
21065 /* end confdefs.h.  */
21066 #include <sys/types.h>
21067 #ifdef HAVE_SYS_PARAM_H
21068 # include <sys/param.h>
21069 #endif
21070 #ifdef HAVE_SYS_MOUNT_H
21071 # include <sys/mount.h>
21072 #endif
21073 #ifdef HAVE_SYS_VFS_H
21074 # include <sys/vfs.h>
21075 #endif
21076 #ifdef HAVE_SYS_STATFS_H
21077 # include <sys/statfs.h>
21078 #endif
21079
21080 int
21081 main ()
21082 {
21083 static struct statfs ac_aggr;
21084 if (ac_aggr.f_bavail)
21085 return 0;
21086   ;
21087   return 0;
21088 }
21089 _ACEOF
21090 rm -f conftest.$ac_objext
21091 if { (ac_try="$ac_compile"
21092 case "(($ac_try" in
21093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21094   *) ac_try_echo=$ac_try;;
21095 esac
21096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21097 $as_echo "$ac_try_echo") >&5
21098   (eval "$ac_compile") 2>conftest.er1
21099   ac_status=$?
21100   grep -v '^ *+' conftest.er1 >conftest.err
21101   rm -f conftest.er1
21102   cat conftest.err >&5
21103   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21104   (exit $ac_status); } && {
21105          test -z "$ac_c_werror_flag" ||
21106          test ! -s conftest.err
21107        } && test -s conftest.$ac_objext; then
21108   ac_cv_member_struct_statfs_f_bavail=yes
21109 else
21110   $as_echo "$as_me: failed program was:" >&5
21111 sed 's/^/| /' conftest.$ac_ext >&5
21112
21113         cat >conftest.$ac_ext <<_ACEOF
21114 /* confdefs.h.  */
21115 _ACEOF
21116 cat confdefs.h >>conftest.$ac_ext
21117 cat >>conftest.$ac_ext <<_ACEOF
21118 /* end confdefs.h.  */
21119 #include <sys/types.h>
21120 #ifdef HAVE_SYS_PARAM_H
21121 # include <sys/param.h>
21122 #endif
21123 #ifdef HAVE_SYS_MOUNT_H
21124 # include <sys/mount.h>
21125 #endif
21126 #ifdef HAVE_SYS_VFS_H
21127 # include <sys/vfs.h>
21128 #endif
21129 #ifdef HAVE_SYS_STATFS_H
21130 # include <sys/statfs.h>
21131 #endif
21132
21133 int
21134 main ()
21135 {
21136 static struct statfs ac_aggr;
21137 if (sizeof ac_aggr.f_bavail)
21138 return 0;
21139   ;
21140   return 0;
21141 }
21142 _ACEOF
21143 rm -f conftest.$ac_objext
21144 if { (ac_try="$ac_compile"
21145 case "(($ac_try" in
21146   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21147   *) ac_try_echo=$ac_try;;
21148 esac
21149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21150 $as_echo "$ac_try_echo") >&5
21151   (eval "$ac_compile") 2>conftest.er1
21152   ac_status=$?
21153   grep -v '^ *+' conftest.er1 >conftest.err
21154   rm -f conftest.er1
21155   cat conftest.err >&5
21156   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21157   (exit $ac_status); } && {
21158          test -z "$ac_c_werror_flag" ||
21159          test ! -s conftest.err
21160        } && test -s conftest.$ac_objext; then
21161   ac_cv_member_struct_statfs_f_bavail=yes
21162 else
21163   $as_echo "$as_me: failed program was:" >&5
21164 sed 's/^/| /' conftest.$ac_ext >&5
21165
21166         ac_cv_member_struct_statfs_f_bavail=no
21167 fi
21168
21169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21170 fi
21171
21172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21173 fi
21174 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21175 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21176 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21177
21178 cat >>confdefs.h <<_ACEOF
21179 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21180 _ACEOF
21181
21182
21183 fi
21184 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21185 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21186 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21187   $as_echo_n "(cached) " >&6
21188 else
21189   cat >conftest.$ac_ext <<_ACEOF
21190 /* confdefs.h.  */
21191 _ACEOF
21192 cat confdefs.h >>conftest.$ac_ext
21193 cat >>conftest.$ac_ext <<_ACEOF
21194 /* end confdefs.h.  */
21195 #include <sys/types.h>
21196 #ifdef HAVE_SYS_PARAM_H
21197 # include <sys/param.h>
21198 #endif
21199 #ifdef HAVE_SYS_MOUNT_H
21200 # include <sys/mount.h>
21201 #endif
21202 #ifdef HAVE_SYS_VFS_H
21203 # include <sys/vfs.h>
21204 #endif
21205 #ifdef HAVE_SYS_STATFS_H
21206 # include <sys/statfs.h>
21207 #endif
21208
21209 int
21210 main ()
21211 {
21212 static struct statfs ac_aggr;
21213 if (ac_aggr.f_frsize)
21214 return 0;
21215   ;
21216   return 0;
21217 }
21218 _ACEOF
21219 rm -f conftest.$ac_objext
21220 if { (ac_try="$ac_compile"
21221 case "(($ac_try" in
21222   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21223   *) ac_try_echo=$ac_try;;
21224 esac
21225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21226 $as_echo "$ac_try_echo") >&5
21227   (eval "$ac_compile") 2>conftest.er1
21228   ac_status=$?
21229   grep -v '^ *+' conftest.er1 >conftest.err
21230   rm -f conftest.er1
21231   cat conftest.err >&5
21232   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21233   (exit $ac_status); } && {
21234          test -z "$ac_c_werror_flag" ||
21235          test ! -s conftest.err
21236        } && test -s conftest.$ac_objext; then
21237   ac_cv_member_struct_statfs_f_frsize=yes
21238 else
21239   $as_echo "$as_me: failed program was:" >&5
21240 sed 's/^/| /' conftest.$ac_ext >&5
21241
21242         cat >conftest.$ac_ext <<_ACEOF
21243 /* confdefs.h.  */
21244 _ACEOF
21245 cat confdefs.h >>conftest.$ac_ext
21246 cat >>conftest.$ac_ext <<_ACEOF
21247 /* end confdefs.h.  */
21248 #include <sys/types.h>
21249 #ifdef HAVE_SYS_PARAM_H
21250 # include <sys/param.h>
21251 #endif
21252 #ifdef HAVE_SYS_MOUNT_H
21253 # include <sys/mount.h>
21254 #endif
21255 #ifdef HAVE_SYS_VFS_H
21256 # include <sys/vfs.h>
21257 #endif
21258 #ifdef HAVE_SYS_STATFS_H
21259 # include <sys/statfs.h>
21260 #endif
21261
21262 int
21263 main ()
21264 {
21265 static struct statfs ac_aggr;
21266 if (sizeof ac_aggr.f_frsize)
21267 return 0;
21268   ;
21269   return 0;
21270 }
21271 _ACEOF
21272 rm -f conftest.$ac_objext
21273 if { (ac_try="$ac_compile"
21274 case "(($ac_try" in
21275   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21276   *) ac_try_echo=$ac_try;;
21277 esac
21278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21279 $as_echo "$ac_try_echo") >&5
21280   (eval "$ac_compile") 2>conftest.er1
21281   ac_status=$?
21282   grep -v '^ *+' conftest.er1 >conftest.err
21283   rm -f conftest.er1
21284   cat conftest.err >&5
21285   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21286   (exit $ac_status); } && {
21287          test -z "$ac_c_werror_flag" ||
21288          test ! -s conftest.err
21289        } && test -s conftest.$ac_objext; then
21290   ac_cv_member_struct_statfs_f_frsize=yes
21291 else
21292   $as_echo "$as_me: failed program was:" >&5
21293 sed 's/^/| /' conftest.$ac_ext >&5
21294
21295         ac_cv_member_struct_statfs_f_frsize=no
21296 fi
21297
21298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21299 fi
21300
21301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21302 fi
21303 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21304 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21305 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21306
21307 cat >>confdefs.h <<_ACEOF
21308 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21309 _ACEOF
21310
21311
21312 fi
21313 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21314 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21315 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21316   $as_echo_n "(cached) " >&6
21317 else
21318   cat >conftest.$ac_ext <<_ACEOF
21319 /* confdefs.h.  */
21320 _ACEOF
21321 cat confdefs.h >>conftest.$ac_ext
21322 cat >>conftest.$ac_ext <<_ACEOF
21323 /* end confdefs.h.  */
21324 #include <sys/types.h>
21325 #ifdef HAVE_SYS_PARAM_H
21326 # include <sys/param.h>
21327 #endif
21328 #ifdef HAVE_SYS_MOUNT_H
21329 # include <sys/mount.h>
21330 #endif
21331 #ifdef HAVE_SYS_VFS_H
21332 # include <sys/vfs.h>
21333 #endif
21334 #ifdef HAVE_SYS_STATFS_H
21335 # include <sys/statfs.h>
21336 #endif
21337
21338 int
21339 main ()
21340 {
21341 static struct statfs ac_aggr;
21342 if (ac_aggr.f_ffree)
21343 return 0;
21344   ;
21345   return 0;
21346 }
21347 _ACEOF
21348 rm -f conftest.$ac_objext
21349 if { (ac_try="$ac_compile"
21350 case "(($ac_try" in
21351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21352   *) ac_try_echo=$ac_try;;
21353 esac
21354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21355 $as_echo "$ac_try_echo") >&5
21356   (eval "$ac_compile") 2>conftest.er1
21357   ac_status=$?
21358   grep -v '^ *+' conftest.er1 >conftest.err
21359   rm -f conftest.er1
21360   cat conftest.err >&5
21361   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21362   (exit $ac_status); } && {
21363          test -z "$ac_c_werror_flag" ||
21364          test ! -s conftest.err
21365        } && test -s conftest.$ac_objext; then
21366   ac_cv_member_struct_statfs_f_ffree=yes
21367 else
21368   $as_echo "$as_me: failed program was:" >&5
21369 sed 's/^/| /' conftest.$ac_ext >&5
21370
21371         cat >conftest.$ac_ext <<_ACEOF
21372 /* confdefs.h.  */
21373 _ACEOF
21374 cat confdefs.h >>conftest.$ac_ext
21375 cat >>conftest.$ac_ext <<_ACEOF
21376 /* end confdefs.h.  */
21377 #include <sys/types.h>
21378 #ifdef HAVE_SYS_PARAM_H
21379 # include <sys/param.h>
21380 #endif
21381 #ifdef HAVE_SYS_MOUNT_H
21382 # include <sys/mount.h>
21383 #endif
21384 #ifdef HAVE_SYS_VFS_H
21385 # include <sys/vfs.h>
21386 #endif
21387 #ifdef HAVE_SYS_STATFS_H
21388 # include <sys/statfs.h>
21389 #endif
21390
21391 int
21392 main ()
21393 {
21394 static struct statfs ac_aggr;
21395 if (sizeof ac_aggr.f_ffree)
21396 return 0;
21397   ;
21398   return 0;
21399 }
21400 _ACEOF
21401 rm -f conftest.$ac_objext
21402 if { (ac_try="$ac_compile"
21403 case "(($ac_try" in
21404   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21405   *) ac_try_echo=$ac_try;;
21406 esac
21407 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21408 $as_echo "$ac_try_echo") >&5
21409   (eval "$ac_compile") 2>conftest.er1
21410   ac_status=$?
21411   grep -v '^ *+' conftest.er1 >conftest.err
21412   rm -f conftest.er1
21413   cat conftest.err >&5
21414   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21415   (exit $ac_status); } && {
21416          test -z "$ac_c_werror_flag" ||
21417          test ! -s conftest.err
21418        } && test -s conftest.$ac_objext; then
21419   ac_cv_member_struct_statfs_f_ffree=yes
21420 else
21421   $as_echo "$as_me: failed program was:" >&5
21422 sed 's/^/| /' conftest.$ac_ext >&5
21423
21424         ac_cv_member_struct_statfs_f_ffree=no
21425 fi
21426
21427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21428 fi
21429
21430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21431 fi
21432 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21433 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21434 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21435
21436 cat >>confdefs.h <<_ACEOF
21437 #define HAVE_STRUCT_STATFS_F_FFREE 1
21438 _ACEOF
21439
21440
21441 fi
21442 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21443 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21444 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21445   $as_echo_n "(cached) " >&6
21446 else
21447   cat >conftest.$ac_ext <<_ACEOF
21448 /* confdefs.h.  */
21449 _ACEOF
21450 cat confdefs.h >>conftest.$ac_ext
21451 cat >>conftest.$ac_ext <<_ACEOF
21452 /* end confdefs.h.  */
21453 #include <sys/types.h>
21454 #ifdef HAVE_SYS_PARAM_H
21455 # include <sys/param.h>
21456 #endif
21457 #ifdef HAVE_SYS_MOUNT_H
21458 # include <sys/mount.h>
21459 #endif
21460 #ifdef HAVE_SYS_VFS_H
21461 # include <sys/vfs.h>
21462 #endif
21463 #ifdef HAVE_SYS_STATFS_H
21464 # include <sys/statfs.h>
21465 #endif
21466
21467 int
21468 main ()
21469 {
21470 static struct statfs ac_aggr;
21471 if (ac_aggr.f_favail)
21472 return 0;
21473   ;
21474   return 0;
21475 }
21476 _ACEOF
21477 rm -f conftest.$ac_objext
21478 if { (ac_try="$ac_compile"
21479 case "(($ac_try" in
21480   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21481   *) ac_try_echo=$ac_try;;
21482 esac
21483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21484 $as_echo "$ac_try_echo") >&5
21485   (eval "$ac_compile") 2>conftest.er1
21486   ac_status=$?
21487   grep -v '^ *+' conftest.er1 >conftest.err
21488   rm -f conftest.er1
21489   cat conftest.err >&5
21490   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21491   (exit $ac_status); } && {
21492          test -z "$ac_c_werror_flag" ||
21493          test ! -s conftest.err
21494        } && test -s conftest.$ac_objext; then
21495   ac_cv_member_struct_statfs_f_favail=yes
21496 else
21497   $as_echo "$as_me: failed program was:" >&5
21498 sed 's/^/| /' conftest.$ac_ext >&5
21499
21500         cat >conftest.$ac_ext <<_ACEOF
21501 /* confdefs.h.  */
21502 _ACEOF
21503 cat confdefs.h >>conftest.$ac_ext
21504 cat >>conftest.$ac_ext <<_ACEOF
21505 /* end confdefs.h.  */
21506 #include <sys/types.h>
21507 #ifdef HAVE_SYS_PARAM_H
21508 # include <sys/param.h>
21509 #endif
21510 #ifdef HAVE_SYS_MOUNT_H
21511 # include <sys/mount.h>
21512 #endif
21513 #ifdef HAVE_SYS_VFS_H
21514 # include <sys/vfs.h>
21515 #endif
21516 #ifdef HAVE_SYS_STATFS_H
21517 # include <sys/statfs.h>
21518 #endif
21519
21520 int
21521 main ()
21522 {
21523 static struct statfs ac_aggr;
21524 if (sizeof ac_aggr.f_favail)
21525 return 0;
21526   ;
21527   return 0;
21528 }
21529 _ACEOF
21530 rm -f conftest.$ac_objext
21531 if { (ac_try="$ac_compile"
21532 case "(($ac_try" in
21533   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21534   *) ac_try_echo=$ac_try;;
21535 esac
21536 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21537 $as_echo "$ac_try_echo") >&5
21538   (eval "$ac_compile") 2>conftest.er1
21539   ac_status=$?
21540   grep -v '^ *+' conftest.er1 >conftest.err
21541   rm -f conftest.er1
21542   cat conftest.err >&5
21543   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21544   (exit $ac_status); } && {
21545          test -z "$ac_c_werror_flag" ||
21546          test ! -s conftest.err
21547        } && test -s conftest.$ac_objext; then
21548   ac_cv_member_struct_statfs_f_favail=yes
21549 else
21550   $as_echo "$as_me: failed program was:" >&5
21551 sed 's/^/| /' conftest.$ac_ext >&5
21552
21553         ac_cv_member_struct_statfs_f_favail=no
21554 fi
21555
21556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21557 fi
21558
21559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21560 fi
21561 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21562 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21563 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21564
21565 cat >>confdefs.h <<_ACEOF
21566 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21567 _ACEOF
21568
21569
21570 fi
21571 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21572 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21573 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21574   $as_echo_n "(cached) " >&6
21575 else
21576   cat >conftest.$ac_ext <<_ACEOF
21577 /* confdefs.h.  */
21578 _ACEOF
21579 cat confdefs.h >>conftest.$ac_ext
21580 cat >>conftest.$ac_ext <<_ACEOF
21581 /* end confdefs.h.  */
21582 #include <sys/types.h>
21583 #ifdef HAVE_SYS_PARAM_H
21584 # include <sys/param.h>
21585 #endif
21586 #ifdef HAVE_SYS_MOUNT_H
21587 # include <sys/mount.h>
21588 #endif
21589 #ifdef HAVE_SYS_VFS_H
21590 # include <sys/vfs.h>
21591 #endif
21592 #ifdef HAVE_SYS_STATFS_H
21593 # include <sys/statfs.h>
21594 #endif
21595
21596 int
21597 main ()
21598 {
21599 static struct statfs ac_aggr;
21600 if (ac_aggr.f_namelen)
21601 return 0;
21602   ;
21603   return 0;
21604 }
21605 _ACEOF
21606 rm -f conftest.$ac_objext
21607 if { (ac_try="$ac_compile"
21608 case "(($ac_try" in
21609   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21610   *) ac_try_echo=$ac_try;;
21611 esac
21612 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21613 $as_echo "$ac_try_echo") >&5
21614   (eval "$ac_compile") 2>conftest.er1
21615   ac_status=$?
21616   grep -v '^ *+' conftest.er1 >conftest.err
21617   rm -f conftest.er1
21618   cat conftest.err >&5
21619   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21620   (exit $ac_status); } && {
21621          test -z "$ac_c_werror_flag" ||
21622          test ! -s conftest.err
21623        } && test -s conftest.$ac_objext; then
21624   ac_cv_member_struct_statfs_f_namelen=yes
21625 else
21626   $as_echo "$as_me: failed program was:" >&5
21627 sed 's/^/| /' conftest.$ac_ext >&5
21628
21629         cat >conftest.$ac_ext <<_ACEOF
21630 /* confdefs.h.  */
21631 _ACEOF
21632 cat confdefs.h >>conftest.$ac_ext
21633 cat >>conftest.$ac_ext <<_ACEOF
21634 /* end confdefs.h.  */
21635 #include <sys/types.h>
21636 #ifdef HAVE_SYS_PARAM_H
21637 # include <sys/param.h>
21638 #endif
21639 #ifdef HAVE_SYS_MOUNT_H
21640 # include <sys/mount.h>
21641 #endif
21642 #ifdef HAVE_SYS_VFS_H
21643 # include <sys/vfs.h>
21644 #endif
21645 #ifdef HAVE_SYS_STATFS_H
21646 # include <sys/statfs.h>
21647 #endif
21648
21649 int
21650 main ()
21651 {
21652 static struct statfs ac_aggr;
21653 if (sizeof ac_aggr.f_namelen)
21654 return 0;
21655   ;
21656   return 0;
21657 }
21658 _ACEOF
21659 rm -f conftest.$ac_objext
21660 if { (ac_try="$ac_compile"
21661 case "(($ac_try" in
21662   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21663   *) ac_try_echo=$ac_try;;
21664 esac
21665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21666 $as_echo "$ac_try_echo") >&5
21667   (eval "$ac_compile") 2>conftest.er1
21668   ac_status=$?
21669   grep -v '^ *+' conftest.er1 >conftest.err
21670   rm -f conftest.er1
21671   cat conftest.err >&5
21672   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21673   (exit $ac_status); } && {
21674          test -z "$ac_c_werror_flag" ||
21675          test ! -s conftest.err
21676        } && test -s conftest.$ac_objext; then
21677   ac_cv_member_struct_statfs_f_namelen=yes
21678 else
21679   $as_echo "$as_me: failed program was:" >&5
21680 sed 's/^/| /' conftest.$ac_ext >&5
21681
21682         ac_cv_member_struct_statfs_f_namelen=no
21683 fi
21684
21685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21686 fi
21687
21688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21689 fi
21690 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21691 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21692 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21693
21694 cat >>confdefs.h <<_ACEOF
21695 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21696 _ACEOF
21697
21698
21699 fi
21700
21701
21702 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21703 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21704 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21705   $as_echo_n "(cached) " >&6
21706 else
21707   cat >conftest.$ac_ext <<_ACEOF
21708 /* confdefs.h.  */
21709 _ACEOF
21710 cat confdefs.h >>conftest.$ac_ext
21711 cat >>conftest.$ac_ext <<_ACEOF
21712 /* end confdefs.h.  */
21713 #ifdef HAVE_SYS_STATVFS_H
21714 #include <sys/statvfs.h>
21715 #endif
21716
21717 int
21718 main ()
21719 {
21720 static struct statvfs ac_aggr;
21721 if (ac_aggr.f_blocks)
21722 return 0;
21723   ;
21724   return 0;
21725 }
21726 _ACEOF
21727 rm -f conftest.$ac_objext
21728 if { (ac_try="$ac_compile"
21729 case "(($ac_try" in
21730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21731   *) ac_try_echo=$ac_try;;
21732 esac
21733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21734 $as_echo "$ac_try_echo") >&5
21735   (eval "$ac_compile") 2>conftest.er1
21736   ac_status=$?
21737   grep -v '^ *+' conftest.er1 >conftest.err
21738   rm -f conftest.er1
21739   cat conftest.err >&5
21740   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21741   (exit $ac_status); } && {
21742          test -z "$ac_c_werror_flag" ||
21743          test ! -s conftest.err
21744        } && test -s conftest.$ac_objext; then
21745   ac_cv_member_struct_statvfs_f_blocks=yes
21746 else
21747   $as_echo "$as_me: failed program was:" >&5
21748 sed 's/^/| /' conftest.$ac_ext >&5
21749
21750         cat >conftest.$ac_ext <<_ACEOF
21751 /* confdefs.h.  */
21752 _ACEOF
21753 cat confdefs.h >>conftest.$ac_ext
21754 cat >>conftest.$ac_ext <<_ACEOF
21755 /* end confdefs.h.  */
21756 #ifdef HAVE_SYS_STATVFS_H
21757 #include <sys/statvfs.h>
21758 #endif
21759
21760 int
21761 main ()
21762 {
21763 static struct statvfs ac_aggr;
21764 if (sizeof ac_aggr.f_blocks)
21765 return 0;
21766   ;
21767   return 0;
21768 }
21769 _ACEOF
21770 rm -f conftest.$ac_objext
21771 if { (ac_try="$ac_compile"
21772 case "(($ac_try" in
21773   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21774   *) ac_try_echo=$ac_try;;
21775 esac
21776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21777 $as_echo "$ac_try_echo") >&5
21778   (eval "$ac_compile") 2>conftest.er1
21779   ac_status=$?
21780   grep -v '^ *+' conftest.er1 >conftest.err
21781   rm -f conftest.er1
21782   cat conftest.err >&5
21783   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21784   (exit $ac_status); } && {
21785          test -z "$ac_c_werror_flag" ||
21786          test ! -s conftest.err
21787        } && test -s conftest.$ac_objext; then
21788   ac_cv_member_struct_statvfs_f_blocks=yes
21789 else
21790   $as_echo "$as_me: failed program was:" >&5
21791 sed 's/^/| /' conftest.$ac_ext >&5
21792
21793         ac_cv_member_struct_statvfs_f_blocks=no
21794 fi
21795
21796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21797 fi
21798
21799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21800 fi
21801 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21802 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21803 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21804
21805 cat >>confdefs.h <<_ACEOF
21806 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21807 _ACEOF
21808
21809
21810 fi
21811
21812
21813 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21814 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21815 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21816   $as_echo_n "(cached) " >&6
21817 else
21818   cat >conftest.$ac_ext <<_ACEOF
21819 /* confdefs.h.  */
21820 _ACEOF
21821 cat confdefs.h >>conftest.$ac_ext
21822 cat >>conftest.$ac_ext <<_ACEOF
21823 /* end confdefs.h.  */
21824 #include <sys/types.h>
21825 #ifdef HAVE_SYS_SOCKET_H
21826 # include <sys/socket.h>
21827 #endif
21828 #ifdef HAVE_SYS_UN_H
21829 # include <sys/un.h>
21830 #endif
21831
21832 int
21833 main ()
21834 {
21835 static struct msghdr ac_aggr;
21836 if (ac_aggr.msg_accrights)
21837 return 0;
21838   ;
21839   return 0;
21840 }
21841 _ACEOF
21842 rm -f conftest.$ac_objext
21843 if { (ac_try="$ac_compile"
21844 case "(($ac_try" in
21845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21846   *) ac_try_echo=$ac_try;;
21847 esac
21848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21849 $as_echo "$ac_try_echo") >&5
21850   (eval "$ac_compile") 2>conftest.er1
21851   ac_status=$?
21852   grep -v '^ *+' conftest.er1 >conftest.err
21853   rm -f conftest.er1
21854   cat conftest.err >&5
21855   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21856   (exit $ac_status); } && {
21857          test -z "$ac_c_werror_flag" ||
21858          test ! -s conftest.err
21859        } && test -s conftest.$ac_objext; then
21860   ac_cv_member_struct_msghdr_msg_accrights=yes
21861 else
21862   $as_echo "$as_me: failed program was:" >&5
21863 sed 's/^/| /' conftest.$ac_ext >&5
21864
21865         cat >conftest.$ac_ext <<_ACEOF
21866 /* confdefs.h.  */
21867 _ACEOF
21868 cat confdefs.h >>conftest.$ac_ext
21869 cat >>conftest.$ac_ext <<_ACEOF
21870 /* end confdefs.h.  */
21871 #include <sys/types.h>
21872 #ifdef HAVE_SYS_SOCKET_H
21873 # include <sys/socket.h>
21874 #endif
21875 #ifdef HAVE_SYS_UN_H
21876 # include <sys/un.h>
21877 #endif
21878
21879 int
21880 main ()
21881 {
21882 static struct msghdr ac_aggr;
21883 if (sizeof ac_aggr.msg_accrights)
21884 return 0;
21885   ;
21886   return 0;
21887 }
21888 _ACEOF
21889 rm -f conftest.$ac_objext
21890 if { (ac_try="$ac_compile"
21891 case "(($ac_try" in
21892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21893   *) ac_try_echo=$ac_try;;
21894 esac
21895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21896 $as_echo "$ac_try_echo") >&5
21897   (eval "$ac_compile") 2>conftest.er1
21898   ac_status=$?
21899   grep -v '^ *+' conftest.er1 >conftest.err
21900   rm -f conftest.er1
21901   cat conftest.err >&5
21902   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21903   (exit $ac_status); } && {
21904          test -z "$ac_c_werror_flag" ||
21905          test ! -s conftest.err
21906        } && test -s conftest.$ac_objext; then
21907   ac_cv_member_struct_msghdr_msg_accrights=yes
21908 else
21909   $as_echo "$as_me: failed program was:" >&5
21910 sed 's/^/| /' conftest.$ac_ext >&5
21911
21912         ac_cv_member_struct_msghdr_msg_accrights=no
21913 fi
21914
21915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21916 fi
21917
21918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21919 fi
21920 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21921 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21922 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21923
21924 cat >>confdefs.h <<_ACEOF
21925 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21926 _ACEOF
21927
21928
21929 fi
21930 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21931 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21932 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21933   $as_echo_n "(cached) " >&6
21934 else
21935   cat >conftest.$ac_ext <<_ACEOF
21936 /* confdefs.h.  */
21937 _ACEOF
21938 cat confdefs.h >>conftest.$ac_ext
21939 cat >>conftest.$ac_ext <<_ACEOF
21940 /* end confdefs.h.  */
21941 #include <sys/types.h>
21942 #ifdef HAVE_SYS_SOCKET_H
21943 # include <sys/socket.h>
21944 #endif
21945 #ifdef HAVE_SYS_UN_H
21946 # include <sys/un.h>
21947 #endif
21948
21949 int
21950 main ()
21951 {
21952 static struct sockaddr ac_aggr;
21953 if (ac_aggr.sa_len)
21954 return 0;
21955   ;
21956   return 0;
21957 }
21958 _ACEOF
21959 rm -f conftest.$ac_objext
21960 if { (ac_try="$ac_compile"
21961 case "(($ac_try" in
21962   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21963   *) ac_try_echo=$ac_try;;
21964 esac
21965 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21966 $as_echo "$ac_try_echo") >&5
21967   (eval "$ac_compile") 2>conftest.er1
21968   ac_status=$?
21969   grep -v '^ *+' conftest.er1 >conftest.err
21970   rm -f conftest.er1
21971   cat conftest.err >&5
21972   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21973   (exit $ac_status); } && {
21974          test -z "$ac_c_werror_flag" ||
21975          test ! -s conftest.err
21976        } && test -s conftest.$ac_objext; then
21977   ac_cv_member_struct_sockaddr_sa_len=yes
21978 else
21979   $as_echo "$as_me: failed program was:" >&5
21980 sed 's/^/| /' conftest.$ac_ext >&5
21981
21982         cat >conftest.$ac_ext <<_ACEOF
21983 /* confdefs.h.  */
21984 _ACEOF
21985 cat confdefs.h >>conftest.$ac_ext
21986 cat >>conftest.$ac_ext <<_ACEOF
21987 /* end confdefs.h.  */
21988 #include <sys/types.h>
21989 #ifdef HAVE_SYS_SOCKET_H
21990 # include <sys/socket.h>
21991 #endif
21992 #ifdef HAVE_SYS_UN_H
21993 # include <sys/un.h>
21994 #endif
21995
21996 int
21997 main ()
21998 {
21999 static struct sockaddr ac_aggr;
22000 if (sizeof ac_aggr.sa_len)
22001 return 0;
22002   ;
22003   return 0;
22004 }
22005 _ACEOF
22006 rm -f conftest.$ac_objext
22007 if { (ac_try="$ac_compile"
22008 case "(($ac_try" in
22009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22010   *) ac_try_echo=$ac_try;;
22011 esac
22012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22013 $as_echo "$ac_try_echo") >&5
22014   (eval "$ac_compile") 2>conftest.er1
22015   ac_status=$?
22016   grep -v '^ *+' conftest.er1 >conftest.err
22017   rm -f conftest.er1
22018   cat conftest.err >&5
22019   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22020   (exit $ac_status); } && {
22021          test -z "$ac_c_werror_flag" ||
22022          test ! -s conftest.err
22023        } && test -s conftest.$ac_objext; then
22024   ac_cv_member_struct_sockaddr_sa_len=yes
22025 else
22026   $as_echo "$as_me: failed program was:" >&5
22027 sed 's/^/| /' conftest.$ac_ext >&5
22028
22029         ac_cv_member_struct_sockaddr_sa_len=no
22030 fi
22031
22032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22033 fi
22034
22035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22036 fi
22037 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22038 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22039 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22040
22041 cat >>confdefs.h <<_ACEOF
22042 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22043 _ACEOF
22044
22045
22046 fi
22047 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22048 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22049 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22050   $as_echo_n "(cached) " >&6
22051 else
22052   cat >conftest.$ac_ext <<_ACEOF
22053 /* confdefs.h.  */
22054 _ACEOF
22055 cat confdefs.h >>conftest.$ac_ext
22056 cat >>conftest.$ac_ext <<_ACEOF
22057 /* end confdefs.h.  */
22058 #include <sys/types.h>
22059 #ifdef HAVE_SYS_SOCKET_H
22060 # include <sys/socket.h>
22061 #endif
22062 #ifdef HAVE_SYS_UN_H
22063 # include <sys/un.h>
22064 #endif
22065
22066 int
22067 main ()
22068 {
22069 static struct sockaddr_un ac_aggr;
22070 if (ac_aggr.sun_len)
22071 return 0;
22072   ;
22073   return 0;
22074 }
22075 _ACEOF
22076 rm -f conftest.$ac_objext
22077 if { (ac_try="$ac_compile"
22078 case "(($ac_try" in
22079   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22080   *) ac_try_echo=$ac_try;;
22081 esac
22082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22083 $as_echo "$ac_try_echo") >&5
22084   (eval "$ac_compile") 2>conftest.er1
22085   ac_status=$?
22086   grep -v '^ *+' conftest.er1 >conftest.err
22087   rm -f conftest.er1
22088   cat conftest.err >&5
22089   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22090   (exit $ac_status); } && {
22091          test -z "$ac_c_werror_flag" ||
22092          test ! -s conftest.err
22093        } && test -s conftest.$ac_objext; then
22094   ac_cv_member_struct_sockaddr_un_sun_len=yes
22095 else
22096   $as_echo "$as_me: failed program was:" >&5
22097 sed 's/^/| /' conftest.$ac_ext >&5
22098
22099         cat >conftest.$ac_ext <<_ACEOF
22100 /* confdefs.h.  */
22101 _ACEOF
22102 cat confdefs.h >>conftest.$ac_ext
22103 cat >>conftest.$ac_ext <<_ACEOF
22104 /* end confdefs.h.  */
22105 #include <sys/types.h>
22106 #ifdef HAVE_SYS_SOCKET_H
22107 # include <sys/socket.h>
22108 #endif
22109 #ifdef HAVE_SYS_UN_H
22110 # include <sys/un.h>
22111 #endif
22112
22113 int
22114 main ()
22115 {
22116 static struct sockaddr_un ac_aggr;
22117 if (sizeof ac_aggr.sun_len)
22118 return 0;
22119   ;
22120   return 0;
22121 }
22122 _ACEOF
22123 rm -f conftest.$ac_objext
22124 if { (ac_try="$ac_compile"
22125 case "(($ac_try" in
22126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22127   *) ac_try_echo=$ac_try;;
22128 esac
22129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22130 $as_echo "$ac_try_echo") >&5
22131   (eval "$ac_compile") 2>conftest.er1
22132   ac_status=$?
22133   grep -v '^ *+' conftest.er1 >conftest.err
22134   rm -f conftest.er1
22135   cat conftest.err >&5
22136   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22137   (exit $ac_status); } && {
22138          test -z "$ac_c_werror_flag" ||
22139          test ! -s conftest.err
22140        } && test -s conftest.$ac_objext; then
22141   ac_cv_member_struct_sockaddr_un_sun_len=yes
22142 else
22143   $as_echo "$as_me: failed program was:" >&5
22144 sed 's/^/| /' conftest.$ac_ext >&5
22145
22146         ac_cv_member_struct_sockaddr_un_sun_len=no
22147 fi
22148
22149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22150 fi
22151
22152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22153 fi
22154 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22155 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22156 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22157
22158 cat >>confdefs.h <<_ACEOF
22159 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22160 _ACEOF
22161
22162
22163 fi
22164
22165
22166 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22167 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22168 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22169   $as_echo_n "(cached) " >&6
22170 else
22171   cat >conftest.$ac_ext <<_ACEOF
22172 /* confdefs.h.  */
22173 _ACEOF
22174 cat confdefs.h >>conftest.$ac_ext
22175 cat >>conftest.$ac_ext <<_ACEOF
22176 /* end confdefs.h.  */
22177 #include <sys/types.h>
22178 #ifdef HAVE_SCSI_SG_H
22179 #include <scsi/sg.h>
22180 #endif
22181
22182 int
22183 main ()
22184 {
22185 static scsireq_t ac_aggr;
22186 if (ac_aggr.cmd)
22187 return 0;
22188   ;
22189   return 0;
22190 }
22191 _ACEOF
22192 rm -f conftest.$ac_objext
22193 if { (ac_try="$ac_compile"
22194 case "(($ac_try" in
22195   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22196   *) ac_try_echo=$ac_try;;
22197 esac
22198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22199 $as_echo "$ac_try_echo") >&5
22200   (eval "$ac_compile") 2>conftest.er1
22201   ac_status=$?
22202   grep -v '^ *+' conftest.er1 >conftest.err
22203   rm -f conftest.er1
22204   cat conftest.err >&5
22205   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22206   (exit $ac_status); } && {
22207          test -z "$ac_c_werror_flag" ||
22208          test ! -s conftest.err
22209        } && test -s conftest.$ac_objext; then
22210   ac_cv_member_scsireq_t_cmd=yes
22211 else
22212   $as_echo "$as_me: failed program was:" >&5
22213 sed 's/^/| /' conftest.$ac_ext >&5
22214
22215         cat >conftest.$ac_ext <<_ACEOF
22216 /* confdefs.h.  */
22217 _ACEOF
22218 cat confdefs.h >>conftest.$ac_ext
22219 cat >>conftest.$ac_ext <<_ACEOF
22220 /* end confdefs.h.  */
22221 #include <sys/types.h>
22222 #ifdef HAVE_SCSI_SG_H
22223 #include <scsi/sg.h>
22224 #endif
22225
22226 int
22227 main ()
22228 {
22229 static scsireq_t ac_aggr;
22230 if (sizeof ac_aggr.cmd)
22231 return 0;
22232   ;
22233   return 0;
22234 }
22235 _ACEOF
22236 rm -f conftest.$ac_objext
22237 if { (ac_try="$ac_compile"
22238 case "(($ac_try" in
22239   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22240   *) ac_try_echo=$ac_try;;
22241 esac
22242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22243 $as_echo "$ac_try_echo") >&5
22244   (eval "$ac_compile") 2>conftest.er1
22245   ac_status=$?
22246   grep -v '^ *+' conftest.er1 >conftest.err
22247   rm -f conftest.er1
22248   cat conftest.err >&5
22249   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22250   (exit $ac_status); } && {
22251          test -z "$ac_c_werror_flag" ||
22252          test ! -s conftest.err
22253        } && test -s conftest.$ac_objext; then
22254   ac_cv_member_scsireq_t_cmd=yes
22255 else
22256   $as_echo "$as_me: failed program was:" >&5
22257 sed 's/^/| /' conftest.$ac_ext >&5
22258
22259         ac_cv_member_scsireq_t_cmd=no
22260 fi
22261
22262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22263 fi
22264
22265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22266 fi
22267 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22268 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22269 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22270
22271 cat >>confdefs.h <<_ACEOF
22272 #define HAVE_SCSIREQ_T_CMD 1
22273 _ACEOF
22274
22275
22276 fi
22277 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22278 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22279 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22280   $as_echo_n "(cached) " >&6
22281 else
22282   cat >conftest.$ac_ext <<_ACEOF
22283 /* confdefs.h.  */
22284 _ACEOF
22285 cat confdefs.h >>conftest.$ac_ext
22286 cat >>conftest.$ac_ext <<_ACEOF
22287 /* end confdefs.h.  */
22288 #include <sys/types.h>
22289 #ifdef HAVE_SCSI_SG_H
22290 #include <scsi/sg.h>
22291 #endif
22292
22293 int
22294 main ()
22295 {
22296 static sg_io_hdr_t ac_aggr;
22297 if (ac_aggr.interface_id)
22298 return 0;
22299   ;
22300   return 0;
22301 }
22302 _ACEOF
22303 rm -f conftest.$ac_objext
22304 if { (ac_try="$ac_compile"
22305 case "(($ac_try" in
22306   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22307   *) ac_try_echo=$ac_try;;
22308 esac
22309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22310 $as_echo "$ac_try_echo") >&5
22311   (eval "$ac_compile") 2>conftest.er1
22312   ac_status=$?
22313   grep -v '^ *+' conftest.er1 >conftest.err
22314   rm -f conftest.er1
22315   cat conftest.err >&5
22316   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22317   (exit $ac_status); } && {
22318          test -z "$ac_c_werror_flag" ||
22319          test ! -s conftest.err
22320        } && test -s conftest.$ac_objext; then
22321   ac_cv_member_sg_io_hdr_t_interface_id=yes
22322 else
22323   $as_echo "$as_me: failed program was:" >&5
22324 sed 's/^/| /' conftest.$ac_ext >&5
22325
22326         cat >conftest.$ac_ext <<_ACEOF
22327 /* confdefs.h.  */
22328 _ACEOF
22329 cat confdefs.h >>conftest.$ac_ext
22330 cat >>conftest.$ac_ext <<_ACEOF
22331 /* end confdefs.h.  */
22332 #include <sys/types.h>
22333 #ifdef HAVE_SCSI_SG_H
22334 #include <scsi/sg.h>
22335 #endif
22336
22337 int
22338 main ()
22339 {
22340 static sg_io_hdr_t ac_aggr;
22341 if (sizeof ac_aggr.interface_id)
22342 return 0;
22343   ;
22344   return 0;
22345 }
22346 _ACEOF
22347 rm -f conftest.$ac_objext
22348 if { (ac_try="$ac_compile"
22349 case "(($ac_try" in
22350   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22351   *) ac_try_echo=$ac_try;;
22352 esac
22353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22354 $as_echo "$ac_try_echo") >&5
22355   (eval "$ac_compile") 2>conftest.er1
22356   ac_status=$?
22357   grep -v '^ *+' conftest.er1 >conftest.err
22358   rm -f conftest.er1
22359   cat conftest.err >&5
22360   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22361   (exit $ac_status); } && {
22362          test -z "$ac_c_werror_flag" ||
22363          test ! -s conftest.err
22364        } && test -s conftest.$ac_objext; then
22365   ac_cv_member_sg_io_hdr_t_interface_id=yes
22366 else
22367   $as_echo "$as_me: failed program was:" >&5
22368 sed 's/^/| /' conftest.$ac_ext >&5
22369
22370         ac_cv_member_sg_io_hdr_t_interface_id=no
22371 fi
22372
22373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22374 fi
22375
22376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22377 fi
22378 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22379 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22380 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22381
22382 cat >>confdefs.h <<_ACEOF
22383 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22384 _ACEOF
22385
22386
22387 fi
22388
22389
22390 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22391 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22392 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22393   $as_echo_n "(cached) " >&6
22394 else
22395   cat >conftest.$ac_ext <<_ACEOF
22396 /* confdefs.h.  */
22397 _ACEOF
22398 cat confdefs.h >>conftest.$ac_ext
22399 cat >>conftest.$ac_ext <<_ACEOF
22400 /* end confdefs.h.  */
22401 #include <signal.h>
22402
22403 int
22404 main ()
22405 {
22406 static siginfo_t ac_aggr;
22407 if (ac_aggr.si_fd)
22408 return 0;
22409   ;
22410   return 0;
22411 }
22412 _ACEOF
22413 rm -f conftest.$ac_objext
22414 if { (ac_try="$ac_compile"
22415 case "(($ac_try" in
22416   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22417   *) ac_try_echo=$ac_try;;
22418 esac
22419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22420 $as_echo "$ac_try_echo") >&5
22421   (eval "$ac_compile") 2>conftest.er1
22422   ac_status=$?
22423   grep -v '^ *+' conftest.er1 >conftest.err
22424   rm -f conftest.er1
22425   cat conftest.err >&5
22426   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22427   (exit $ac_status); } && {
22428          test -z "$ac_c_werror_flag" ||
22429          test ! -s conftest.err
22430        } && test -s conftest.$ac_objext; then
22431   ac_cv_member_siginfo_t_si_fd=yes
22432 else
22433   $as_echo "$as_me: failed program was:" >&5
22434 sed 's/^/| /' conftest.$ac_ext >&5
22435
22436         cat >conftest.$ac_ext <<_ACEOF
22437 /* confdefs.h.  */
22438 _ACEOF
22439 cat confdefs.h >>conftest.$ac_ext
22440 cat >>conftest.$ac_ext <<_ACEOF
22441 /* end confdefs.h.  */
22442 #include <signal.h>
22443
22444 int
22445 main ()
22446 {
22447 static siginfo_t ac_aggr;
22448 if (sizeof ac_aggr.si_fd)
22449 return 0;
22450   ;
22451   return 0;
22452 }
22453 _ACEOF
22454 rm -f conftest.$ac_objext
22455 if { (ac_try="$ac_compile"
22456 case "(($ac_try" in
22457   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22458   *) ac_try_echo=$ac_try;;
22459 esac
22460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22461 $as_echo "$ac_try_echo") >&5
22462   (eval "$ac_compile") 2>conftest.er1
22463   ac_status=$?
22464   grep -v '^ *+' conftest.er1 >conftest.err
22465   rm -f conftest.er1
22466   cat conftest.err >&5
22467   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22468   (exit $ac_status); } && {
22469          test -z "$ac_c_werror_flag" ||
22470          test ! -s conftest.err
22471        } && test -s conftest.$ac_objext; then
22472   ac_cv_member_siginfo_t_si_fd=yes
22473 else
22474   $as_echo "$as_me: failed program was:" >&5
22475 sed 's/^/| /' conftest.$ac_ext >&5
22476
22477         ac_cv_member_siginfo_t_si_fd=no
22478 fi
22479
22480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22481 fi
22482
22483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22484 fi
22485 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22486 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22487 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22488
22489 cat >>confdefs.h <<_ACEOF
22490 #define HAVE_SIGINFO_T_SI_FD 1
22491 _ACEOF
22492
22493
22494 fi
22495
22496
22497 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22498 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22499 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22500   $as_echo_n "(cached) " >&6
22501 else
22502   cat >conftest.$ac_ext <<_ACEOF
22503 /* confdefs.h.  */
22504 _ACEOF
22505 cat confdefs.h >>conftest.$ac_ext
22506 cat >>conftest.$ac_ext <<_ACEOF
22507 /* end confdefs.h.  */
22508 #include <sys/types.h>
22509 #ifdef HAVE_SYS_MTIO_H
22510 #include <sys/mtio.h>
22511 #endif
22512
22513 int
22514 main ()
22515 {
22516 static struct mtget ac_aggr;
22517 if (ac_aggr.mt_blksiz)
22518 return 0;
22519   ;
22520   return 0;
22521 }
22522 _ACEOF
22523 rm -f conftest.$ac_objext
22524 if { (ac_try="$ac_compile"
22525 case "(($ac_try" in
22526   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22527   *) ac_try_echo=$ac_try;;
22528 esac
22529 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22530 $as_echo "$ac_try_echo") >&5
22531   (eval "$ac_compile") 2>conftest.er1
22532   ac_status=$?
22533   grep -v '^ *+' conftest.er1 >conftest.err
22534   rm -f conftest.er1
22535   cat conftest.err >&5
22536   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22537   (exit $ac_status); } && {
22538          test -z "$ac_c_werror_flag" ||
22539          test ! -s conftest.err
22540        } && test -s conftest.$ac_objext; then
22541   ac_cv_member_struct_mtget_mt_blksiz=yes
22542 else
22543   $as_echo "$as_me: failed program was:" >&5
22544 sed 's/^/| /' conftest.$ac_ext >&5
22545
22546         cat >conftest.$ac_ext <<_ACEOF
22547 /* confdefs.h.  */
22548 _ACEOF
22549 cat confdefs.h >>conftest.$ac_ext
22550 cat >>conftest.$ac_ext <<_ACEOF
22551 /* end confdefs.h.  */
22552 #include <sys/types.h>
22553 #ifdef HAVE_SYS_MTIO_H
22554 #include <sys/mtio.h>
22555 #endif
22556
22557 int
22558 main ()
22559 {
22560 static struct mtget ac_aggr;
22561 if (sizeof ac_aggr.mt_blksiz)
22562 return 0;
22563   ;
22564   return 0;
22565 }
22566 _ACEOF
22567 rm -f conftest.$ac_objext
22568 if { (ac_try="$ac_compile"
22569 case "(($ac_try" in
22570   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22571   *) ac_try_echo=$ac_try;;
22572 esac
22573 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22574 $as_echo "$ac_try_echo") >&5
22575   (eval "$ac_compile") 2>conftest.er1
22576   ac_status=$?
22577   grep -v '^ *+' conftest.er1 >conftest.err
22578   rm -f conftest.er1
22579   cat conftest.err >&5
22580   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22581   (exit $ac_status); } && {
22582          test -z "$ac_c_werror_flag" ||
22583          test ! -s conftest.err
22584        } && test -s conftest.$ac_objext; then
22585   ac_cv_member_struct_mtget_mt_blksiz=yes
22586 else
22587   $as_echo "$as_me: failed program was:" >&5
22588 sed 's/^/| /' conftest.$ac_ext >&5
22589
22590         ac_cv_member_struct_mtget_mt_blksiz=no
22591 fi
22592
22593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22594 fi
22595
22596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22597 fi
22598 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22599 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22600 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22601
22602 cat >>confdefs.h <<_ACEOF
22603 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22604 _ACEOF
22605
22606
22607 fi
22608 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22609 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22610 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22611   $as_echo_n "(cached) " >&6
22612 else
22613   cat >conftest.$ac_ext <<_ACEOF
22614 /* confdefs.h.  */
22615 _ACEOF
22616 cat confdefs.h >>conftest.$ac_ext
22617 cat >>conftest.$ac_ext <<_ACEOF
22618 /* end confdefs.h.  */
22619 #include <sys/types.h>
22620 #ifdef HAVE_SYS_MTIO_H
22621 #include <sys/mtio.h>
22622 #endif
22623
22624 int
22625 main ()
22626 {
22627 static struct mtget ac_aggr;
22628 if (ac_aggr.mt_gstat)
22629 return 0;
22630   ;
22631   return 0;
22632 }
22633 _ACEOF
22634 rm -f conftest.$ac_objext
22635 if { (ac_try="$ac_compile"
22636 case "(($ac_try" in
22637   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22638   *) ac_try_echo=$ac_try;;
22639 esac
22640 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22641 $as_echo "$ac_try_echo") >&5
22642   (eval "$ac_compile") 2>conftest.er1
22643   ac_status=$?
22644   grep -v '^ *+' conftest.er1 >conftest.err
22645   rm -f conftest.er1
22646   cat conftest.err >&5
22647   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22648   (exit $ac_status); } && {
22649          test -z "$ac_c_werror_flag" ||
22650          test ! -s conftest.err
22651        } && test -s conftest.$ac_objext; then
22652   ac_cv_member_struct_mtget_mt_gstat=yes
22653 else
22654   $as_echo "$as_me: failed program was:" >&5
22655 sed 's/^/| /' conftest.$ac_ext >&5
22656
22657         cat >conftest.$ac_ext <<_ACEOF
22658 /* confdefs.h.  */
22659 _ACEOF
22660 cat confdefs.h >>conftest.$ac_ext
22661 cat >>conftest.$ac_ext <<_ACEOF
22662 /* end confdefs.h.  */
22663 #include <sys/types.h>
22664 #ifdef HAVE_SYS_MTIO_H
22665 #include <sys/mtio.h>
22666 #endif
22667
22668 int
22669 main ()
22670 {
22671 static struct mtget ac_aggr;
22672 if (sizeof ac_aggr.mt_gstat)
22673 return 0;
22674   ;
22675   return 0;
22676 }
22677 _ACEOF
22678 rm -f conftest.$ac_objext
22679 if { (ac_try="$ac_compile"
22680 case "(($ac_try" in
22681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22682   *) ac_try_echo=$ac_try;;
22683 esac
22684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22685 $as_echo "$ac_try_echo") >&5
22686   (eval "$ac_compile") 2>conftest.er1
22687   ac_status=$?
22688   grep -v '^ *+' conftest.er1 >conftest.err
22689   rm -f conftest.er1
22690   cat conftest.err >&5
22691   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22692   (exit $ac_status); } && {
22693          test -z "$ac_c_werror_flag" ||
22694          test ! -s conftest.err
22695        } && test -s conftest.$ac_objext; then
22696   ac_cv_member_struct_mtget_mt_gstat=yes
22697 else
22698   $as_echo "$as_me: failed program was:" >&5
22699 sed 's/^/| /' conftest.$ac_ext >&5
22700
22701         ac_cv_member_struct_mtget_mt_gstat=no
22702 fi
22703
22704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22705 fi
22706
22707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22708 fi
22709 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22710 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22711 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22712
22713 cat >>confdefs.h <<_ACEOF
22714 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22715 _ACEOF
22716
22717
22718 fi
22719 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22720 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22721 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22722   $as_echo_n "(cached) " >&6
22723 else
22724   cat >conftest.$ac_ext <<_ACEOF
22725 /* confdefs.h.  */
22726 _ACEOF
22727 cat confdefs.h >>conftest.$ac_ext
22728 cat >>conftest.$ac_ext <<_ACEOF
22729 /* end confdefs.h.  */
22730 #include <sys/types.h>
22731 #ifdef HAVE_SYS_MTIO_H
22732 #include <sys/mtio.h>
22733 #endif
22734
22735 int
22736 main ()
22737 {
22738 static struct mtget ac_aggr;
22739 if (ac_aggr.mt_blkno)
22740 return 0;
22741   ;
22742   return 0;
22743 }
22744 _ACEOF
22745 rm -f conftest.$ac_objext
22746 if { (ac_try="$ac_compile"
22747 case "(($ac_try" in
22748   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22749   *) ac_try_echo=$ac_try;;
22750 esac
22751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22752 $as_echo "$ac_try_echo") >&5
22753   (eval "$ac_compile") 2>conftest.er1
22754   ac_status=$?
22755   grep -v '^ *+' conftest.er1 >conftest.err
22756   rm -f conftest.er1
22757   cat conftest.err >&5
22758   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22759   (exit $ac_status); } && {
22760          test -z "$ac_c_werror_flag" ||
22761          test ! -s conftest.err
22762        } && test -s conftest.$ac_objext; then
22763   ac_cv_member_struct_mtget_mt_blkno=yes
22764 else
22765   $as_echo "$as_me: failed program was:" >&5
22766 sed 's/^/| /' conftest.$ac_ext >&5
22767
22768         cat >conftest.$ac_ext <<_ACEOF
22769 /* confdefs.h.  */
22770 _ACEOF
22771 cat confdefs.h >>conftest.$ac_ext
22772 cat >>conftest.$ac_ext <<_ACEOF
22773 /* end confdefs.h.  */
22774 #include <sys/types.h>
22775 #ifdef HAVE_SYS_MTIO_H
22776 #include <sys/mtio.h>
22777 #endif
22778
22779 int
22780 main ()
22781 {
22782 static struct mtget ac_aggr;
22783 if (sizeof ac_aggr.mt_blkno)
22784 return 0;
22785   ;
22786   return 0;
22787 }
22788 _ACEOF
22789 rm -f conftest.$ac_objext
22790 if { (ac_try="$ac_compile"
22791 case "(($ac_try" in
22792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22793   *) ac_try_echo=$ac_try;;
22794 esac
22795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22796 $as_echo "$ac_try_echo") >&5
22797   (eval "$ac_compile") 2>conftest.er1
22798   ac_status=$?
22799   grep -v '^ *+' conftest.er1 >conftest.err
22800   rm -f conftest.er1
22801   cat conftest.err >&5
22802   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22803   (exit $ac_status); } && {
22804          test -z "$ac_c_werror_flag" ||
22805          test ! -s conftest.err
22806        } && test -s conftest.$ac_objext; then
22807   ac_cv_member_struct_mtget_mt_blkno=yes
22808 else
22809   $as_echo "$as_me: failed program was:" >&5
22810 sed 's/^/| /' conftest.$ac_ext >&5
22811
22812         ac_cv_member_struct_mtget_mt_blkno=no
22813 fi
22814
22815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22816 fi
22817
22818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22819 fi
22820 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22821 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22822 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22823
22824 cat >>confdefs.h <<_ACEOF
22825 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22826 _ACEOF
22827
22828
22829 fi
22830
22831
22832 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22833 $as_echo_n "checking for struct option.name... " >&6; }
22834 if test "${ac_cv_member_struct_option_name+set}" = set; then
22835   $as_echo_n "(cached) " >&6
22836 else
22837   cat >conftest.$ac_ext <<_ACEOF
22838 /* confdefs.h.  */
22839 _ACEOF
22840 cat confdefs.h >>conftest.$ac_ext
22841 cat >>conftest.$ac_ext <<_ACEOF
22842 /* end confdefs.h.  */
22843 #ifdef HAVE_GETOPT_H
22844 #include <getopt.h>
22845 #endif
22846
22847 int
22848 main ()
22849 {
22850 static struct option ac_aggr;
22851 if (ac_aggr.name)
22852 return 0;
22853   ;
22854   return 0;
22855 }
22856 _ACEOF
22857 rm -f conftest.$ac_objext
22858 if { (ac_try="$ac_compile"
22859 case "(($ac_try" in
22860   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22861   *) ac_try_echo=$ac_try;;
22862 esac
22863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22864 $as_echo "$ac_try_echo") >&5
22865   (eval "$ac_compile") 2>conftest.er1
22866   ac_status=$?
22867   grep -v '^ *+' conftest.er1 >conftest.err
22868   rm -f conftest.er1
22869   cat conftest.err >&5
22870   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22871   (exit $ac_status); } && {
22872          test -z "$ac_c_werror_flag" ||
22873          test ! -s conftest.err
22874        } && test -s conftest.$ac_objext; then
22875   ac_cv_member_struct_option_name=yes
22876 else
22877   $as_echo "$as_me: failed program was:" >&5
22878 sed 's/^/| /' conftest.$ac_ext >&5
22879
22880         cat >conftest.$ac_ext <<_ACEOF
22881 /* confdefs.h.  */
22882 _ACEOF
22883 cat confdefs.h >>conftest.$ac_ext
22884 cat >>conftest.$ac_ext <<_ACEOF
22885 /* end confdefs.h.  */
22886 #ifdef HAVE_GETOPT_H
22887 #include <getopt.h>
22888 #endif
22889
22890 int
22891 main ()
22892 {
22893 static struct option ac_aggr;
22894 if (sizeof ac_aggr.name)
22895 return 0;
22896   ;
22897   return 0;
22898 }
22899 _ACEOF
22900 rm -f conftest.$ac_objext
22901 if { (ac_try="$ac_compile"
22902 case "(($ac_try" in
22903   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22904   *) ac_try_echo=$ac_try;;
22905 esac
22906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22907 $as_echo "$ac_try_echo") >&5
22908   (eval "$ac_compile") 2>conftest.er1
22909   ac_status=$?
22910   grep -v '^ *+' conftest.er1 >conftest.err
22911   rm -f conftest.er1
22912   cat conftest.err >&5
22913   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22914   (exit $ac_status); } && {
22915          test -z "$ac_c_werror_flag" ||
22916          test ! -s conftest.err
22917        } && test -s conftest.$ac_objext; then
22918   ac_cv_member_struct_option_name=yes
22919 else
22920   $as_echo "$as_me: failed program was:" >&5
22921 sed 's/^/| /' conftest.$ac_ext >&5
22922
22923         ac_cv_member_struct_option_name=no
22924 fi
22925
22926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22927 fi
22928
22929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22930 fi
22931 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22932 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22933 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22934
22935 cat >>confdefs.h <<_ACEOF
22936 #define HAVE_STRUCT_OPTION_NAME 1
22937 _ACEOF
22938
22939
22940 fi
22941
22942
22943 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22944 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22945 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22946   $as_echo_n "(cached) " >&6
22947 else
22948   cat >conftest.$ac_ext <<_ACEOF
22949 /* confdefs.h.  */
22950 _ACEOF
22951 cat confdefs.h >>conftest.$ac_ext
22952 cat >>conftest.$ac_ext <<_ACEOF
22953 /* end confdefs.h.  */
22954 $ac_includes_default
22955 int
22956 main ()
22957 {
22958 static struct stat ac_aggr;
22959 if (ac_aggr.st_blocks)
22960 return 0;
22961   ;
22962   return 0;
22963 }
22964 _ACEOF
22965 rm -f conftest.$ac_objext
22966 if { (ac_try="$ac_compile"
22967 case "(($ac_try" in
22968   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22969   *) ac_try_echo=$ac_try;;
22970 esac
22971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22972 $as_echo "$ac_try_echo") >&5
22973   (eval "$ac_compile") 2>conftest.er1
22974   ac_status=$?
22975   grep -v '^ *+' conftest.er1 >conftest.err
22976   rm -f conftest.er1
22977   cat conftest.err >&5
22978   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22979   (exit $ac_status); } && {
22980          test -z "$ac_c_werror_flag" ||
22981          test ! -s conftest.err
22982        } && test -s conftest.$ac_objext; then
22983   ac_cv_member_struct_stat_st_blocks=yes
22984 else
22985   $as_echo "$as_me: failed program was:" >&5
22986 sed 's/^/| /' conftest.$ac_ext >&5
22987
22988         cat >conftest.$ac_ext <<_ACEOF
22989 /* confdefs.h.  */
22990 _ACEOF
22991 cat confdefs.h >>conftest.$ac_ext
22992 cat >>conftest.$ac_ext <<_ACEOF
22993 /* end confdefs.h.  */
22994 $ac_includes_default
22995 int
22996 main ()
22997 {
22998 static struct stat ac_aggr;
22999 if (sizeof ac_aggr.st_blocks)
23000 return 0;
23001   ;
23002   return 0;
23003 }
23004 _ACEOF
23005 rm -f conftest.$ac_objext
23006 if { (ac_try="$ac_compile"
23007 case "(($ac_try" in
23008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23009   *) ac_try_echo=$ac_try;;
23010 esac
23011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23012 $as_echo "$ac_try_echo") >&5
23013   (eval "$ac_compile") 2>conftest.er1
23014   ac_status=$?
23015   grep -v '^ *+' conftest.er1 >conftest.err
23016   rm -f conftest.er1
23017   cat conftest.err >&5
23018   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23019   (exit $ac_status); } && {
23020          test -z "$ac_c_werror_flag" ||
23021          test ! -s conftest.err
23022        } && test -s conftest.$ac_objext; then
23023   ac_cv_member_struct_stat_st_blocks=yes
23024 else
23025   $as_echo "$as_me: failed program was:" >&5
23026 sed 's/^/| /' conftest.$ac_ext >&5
23027
23028         ac_cv_member_struct_stat_st_blocks=no
23029 fi
23030
23031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23032 fi
23033
23034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23035 fi
23036 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23037 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23038 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23039
23040 cat >>confdefs.h <<_ACEOF
23041 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23042 _ACEOF
23043
23044
23045 fi
23046 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23047 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23048 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23049   $as_echo_n "(cached) " >&6
23050 else
23051   cat >conftest.$ac_ext <<_ACEOF
23052 /* confdefs.h.  */
23053 _ACEOF
23054 cat confdefs.h >>conftest.$ac_ext
23055 cat >>conftest.$ac_ext <<_ACEOF
23056 /* end confdefs.h.  */
23057 $ac_includes_default
23058 int
23059 main ()
23060 {
23061 static struct stat ac_aggr;
23062 if (ac_aggr.st_mtim)
23063 return 0;
23064   ;
23065   return 0;
23066 }
23067 _ACEOF
23068 rm -f conftest.$ac_objext
23069 if { (ac_try="$ac_compile"
23070 case "(($ac_try" in
23071   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23072   *) ac_try_echo=$ac_try;;
23073 esac
23074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23075 $as_echo "$ac_try_echo") >&5
23076   (eval "$ac_compile") 2>conftest.er1
23077   ac_status=$?
23078   grep -v '^ *+' conftest.er1 >conftest.err
23079   rm -f conftest.er1
23080   cat conftest.err >&5
23081   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23082   (exit $ac_status); } && {
23083          test -z "$ac_c_werror_flag" ||
23084          test ! -s conftest.err
23085        } && test -s conftest.$ac_objext; then
23086   ac_cv_member_struct_stat_st_mtim=yes
23087 else
23088   $as_echo "$as_me: failed program was:" >&5
23089 sed 's/^/| /' conftest.$ac_ext >&5
23090
23091         cat >conftest.$ac_ext <<_ACEOF
23092 /* confdefs.h.  */
23093 _ACEOF
23094 cat confdefs.h >>conftest.$ac_ext
23095 cat >>conftest.$ac_ext <<_ACEOF
23096 /* end confdefs.h.  */
23097 $ac_includes_default
23098 int
23099 main ()
23100 {
23101 static struct stat ac_aggr;
23102 if (sizeof ac_aggr.st_mtim)
23103 return 0;
23104   ;
23105   return 0;
23106 }
23107 _ACEOF
23108 rm -f conftest.$ac_objext
23109 if { (ac_try="$ac_compile"
23110 case "(($ac_try" in
23111   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23112   *) ac_try_echo=$ac_try;;
23113 esac
23114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23115 $as_echo "$ac_try_echo") >&5
23116   (eval "$ac_compile") 2>conftest.er1
23117   ac_status=$?
23118   grep -v '^ *+' conftest.er1 >conftest.err
23119   rm -f conftest.er1
23120   cat conftest.err >&5
23121   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23122   (exit $ac_status); } && {
23123          test -z "$ac_c_werror_flag" ||
23124          test ! -s conftest.err
23125        } && test -s conftest.$ac_objext; then
23126   ac_cv_member_struct_stat_st_mtim=yes
23127 else
23128   $as_echo "$as_me: failed program was:" >&5
23129 sed 's/^/| /' conftest.$ac_ext >&5
23130
23131         ac_cv_member_struct_stat_st_mtim=no
23132 fi
23133
23134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23135 fi
23136
23137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23138 fi
23139 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23140 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23141 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23142
23143 cat >>confdefs.h <<_ACEOF
23144 #define HAVE_STRUCT_STAT_ST_MTIM 1
23145 _ACEOF
23146
23147
23148 fi
23149 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23150 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23151 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23152   $as_echo_n "(cached) " >&6
23153 else
23154   cat >conftest.$ac_ext <<_ACEOF
23155 /* confdefs.h.  */
23156 _ACEOF
23157 cat confdefs.h >>conftest.$ac_ext
23158 cat >>conftest.$ac_ext <<_ACEOF
23159 /* end confdefs.h.  */
23160 $ac_includes_default
23161 int
23162 main ()
23163 {
23164 static struct stat ac_aggr;
23165 if (ac_aggr.st_ctim)
23166 return 0;
23167   ;
23168   return 0;
23169 }
23170 _ACEOF
23171 rm -f conftest.$ac_objext
23172 if { (ac_try="$ac_compile"
23173 case "(($ac_try" in
23174   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23175   *) ac_try_echo=$ac_try;;
23176 esac
23177 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23178 $as_echo "$ac_try_echo") >&5
23179   (eval "$ac_compile") 2>conftest.er1
23180   ac_status=$?
23181   grep -v '^ *+' conftest.er1 >conftest.err
23182   rm -f conftest.er1
23183   cat conftest.err >&5
23184   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23185   (exit $ac_status); } && {
23186          test -z "$ac_c_werror_flag" ||
23187          test ! -s conftest.err
23188        } && test -s conftest.$ac_objext; then
23189   ac_cv_member_struct_stat_st_ctim=yes
23190 else
23191   $as_echo "$as_me: failed program was:" >&5
23192 sed 's/^/| /' conftest.$ac_ext >&5
23193
23194         cat >conftest.$ac_ext <<_ACEOF
23195 /* confdefs.h.  */
23196 _ACEOF
23197 cat confdefs.h >>conftest.$ac_ext
23198 cat >>conftest.$ac_ext <<_ACEOF
23199 /* end confdefs.h.  */
23200 $ac_includes_default
23201 int
23202 main ()
23203 {
23204 static struct stat ac_aggr;
23205 if (sizeof ac_aggr.st_ctim)
23206 return 0;
23207   ;
23208   return 0;
23209 }
23210 _ACEOF
23211 rm -f conftest.$ac_objext
23212 if { (ac_try="$ac_compile"
23213 case "(($ac_try" in
23214   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23215   *) ac_try_echo=$ac_try;;
23216 esac
23217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23218 $as_echo "$ac_try_echo") >&5
23219   (eval "$ac_compile") 2>conftest.er1
23220   ac_status=$?
23221   grep -v '^ *+' conftest.er1 >conftest.err
23222   rm -f conftest.er1
23223   cat conftest.err >&5
23224   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23225   (exit $ac_status); } && {
23226          test -z "$ac_c_werror_flag" ||
23227          test ! -s conftest.err
23228        } && test -s conftest.$ac_objext; then
23229   ac_cv_member_struct_stat_st_ctim=yes
23230 else
23231   $as_echo "$as_me: failed program was:" >&5
23232 sed 's/^/| /' conftest.$ac_ext >&5
23233
23234         ac_cv_member_struct_stat_st_ctim=no
23235 fi
23236
23237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23238 fi
23239
23240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23241 fi
23242 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23243 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23244 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23245
23246 cat >>confdefs.h <<_ACEOF
23247 #define HAVE_STRUCT_STAT_ST_CTIM 1
23248 _ACEOF
23249
23250
23251 fi
23252 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23253 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23254 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23255   $as_echo_n "(cached) " >&6
23256 else
23257   cat >conftest.$ac_ext <<_ACEOF
23258 /* confdefs.h.  */
23259 _ACEOF
23260 cat confdefs.h >>conftest.$ac_ext
23261 cat >>conftest.$ac_ext <<_ACEOF
23262 /* end confdefs.h.  */
23263 $ac_includes_default
23264 int
23265 main ()
23266 {
23267 static struct stat ac_aggr;
23268 if (ac_aggr.st_atim)
23269 return 0;
23270   ;
23271   return 0;
23272 }
23273 _ACEOF
23274 rm -f conftest.$ac_objext
23275 if { (ac_try="$ac_compile"
23276 case "(($ac_try" in
23277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23278   *) ac_try_echo=$ac_try;;
23279 esac
23280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23281 $as_echo "$ac_try_echo") >&5
23282   (eval "$ac_compile") 2>conftest.er1
23283   ac_status=$?
23284   grep -v '^ *+' conftest.er1 >conftest.err
23285   rm -f conftest.er1
23286   cat conftest.err >&5
23287   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23288   (exit $ac_status); } && {
23289          test -z "$ac_c_werror_flag" ||
23290          test ! -s conftest.err
23291        } && test -s conftest.$ac_objext; then
23292   ac_cv_member_struct_stat_st_atim=yes
23293 else
23294   $as_echo "$as_me: failed program was:" >&5
23295 sed 's/^/| /' conftest.$ac_ext >&5
23296
23297         cat >conftest.$ac_ext <<_ACEOF
23298 /* confdefs.h.  */
23299 _ACEOF
23300 cat confdefs.h >>conftest.$ac_ext
23301 cat >>conftest.$ac_ext <<_ACEOF
23302 /* end confdefs.h.  */
23303 $ac_includes_default
23304 int
23305 main ()
23306 {
23307 static struct stat ac_aggr;
23308 if (sizeof ac_aggr.st_atim)
23309 return 0;
23310   ;
23311   return 0;
23312 }
23313 _ACEOF
23314 rm -f conftest.$ac_objext
23315 if { (ac_try="$ac_compile"
23316 case "(($ac_try" in
23317   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23318   *) ac_try_echo=$ac_try;;
23319 esac
23320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23321 $as_echo "$ac_try_echo") >&5
23322   (eval "$ac_compile") 2>conftest.er1
23323   ac_status=$?
23324   grep -v '^ *+' conftest.er1 >conftest.err
23325   rm -f conftest.er1
23326   cat conftest.err >&5
23327   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23328   (exit $ac_status); } && {
23329          test -z "$ac_c_werror_flag" ||
23330          test ! -s conftest.err
23331        } && test -s conftest.$ac_objext; then
23332   ac_cv_member_struct_stat_st_atim=yes
23333 else
23334   $as_echo "$as_me: failed program was:" >&5
23335 sed 's/^/| /' conftest.$ac_ext >&5
23336
23337         ac_cv_member_struct_stat_st_atim=no
23338 fi
23339
23340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23341 fi
23342
23343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23344 fi
23345 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23346 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23347 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23348
23349 cat >>confdefs.h <<_ACEOF
23350 #define HAVE_STRUCT_STAT_ST_ATIM 1
23351 _ACEOF
23352
23353
23354 fi
23355
23356
23357 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23358 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23359 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23360   $as_echo_n "(cached) " >&6
23361 else
23362   cat >conftest.$ac_ext <<_ACEOF
23363 /* confdefs.h.  */
23364 _ACEOF
23365 cat confdefs.h >>conftest.$ac_ext
23366 cat >>conftest.$ac_ext <<_ACEOF
23367 /* end confdefs.h.  */
23368 #ifdef HAVE_SYS_TYPES_H
23369 #include <sys/types.h>
23370 #endif
23371 #ifdef HAVE_NETINET_IN_H
23372 #include <netinet/in.h>
23373 #endif
23374
23375 int
23376 main ()
23377 {
23378 static struct sockaddr_in6 ac_aggr;
23379 if (ac_aggr.sin6_scope_id)
23380 return 0;
23381   ;
23382   return 0;
23383 }
23384 _ACEOF
23385 rm -f conftest.$ac_objext
23386 if { (ac_try="$ac_compile"
23387 case "(($ac_try" in
23388   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23389   *) ac_try_echo=$ac_try;;
23390 esac
23391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23392 $as_echo "$ac_try_echo") >&5
23393   (eval "$ac_compile") 2>conftest.er1
23394   ac_status=$?
23395   grep -v '^ *+' conftest.er1 >conftest.err
23396   rm -f conftest.er1
23397   cat conftest.err >&5
23398   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23399   (exit $ac_status); } && {
23400          test -z "$ac_c_werror_flag" ||
23401          test ! -s conftest.err
23402        } && test -s conftest.$ac_objext; then
23403   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23404 else
23405   $as_echo "$as_me: failed program was:" >&5
23406 sed 's/^/| /' conftest.$ac_ext >&5
23407
23408         cat >conftest.$ac_ext <<_ACEOF
23409 /* confdefs.h.  */
23410 _ACEOF
23411 cat confdefs.h >>conftest.$ac_ext
23412 cat >>conftest.$ac_ext <<_ACEOF
23413 /* end confdefs.h.  */
23414 #ifdef HAVE_SYS_TYPES_H
23415 #include <sys/types.h>
23416 #endif
23417 #ifdef HAVE_NETINET_IN_H
23418 #include <netinet/in.h>
23419 #endif
23420
23421 int
23422 main ()
23423 {
23424 static struct sockaddr_in6 ac_aggr;
23425 if (sizeof ac_aggr.sin6_scope_id)
23426 return 0;
23427   ;
23428   return 0;
23429 }
23430 _ACEOF
23431 rm -f conftest.$ac_objext
23432 if { (ac_try="$ac_compile"
23433 case "(($ac_try" in
23434   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23435   *) ac_try_echo=$ac_try;;
23436 esac
23437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23438 $as_echo "$ac_try_echo") >&5
23439   (eval "$ac_compile") 2>conftest.er1
23440   ac_status=$?
23441   grep -v '^ *+' conftest.er1 >conftest.err
23442   rm -f conftest.er1
23443   cat conftest.err >&5
23444   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23445   (exit $ac_status); } && {
23446          test -z "$ac_c_werror_flag" ||
23447          test ! -s conftest.err
23448        } && test -s conftest.$ac_objext; then
23449   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23450 else
23451   $as_echo "$as_me: failed program was:" >&5
23452 sed 's/^/| /' conftest.$ac_ext >&5
23453
23454         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23455 fi
23456
23457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23458 fi
23459
23460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23461 fi
23462 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23463 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23464 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23465
23466 cat >>confdefs.h <<_ACEOF
23467 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23468 _ACEOF
23469
23470
23471 fi
23472
23473
23474 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23475 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23476 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23477   $as_echo_n "(cached) " >&6
23478 else
23479   cat >conftest.$ac_ext <<_ACEOF
23480 /* confdefs.h.  */
23481 _ACEOF
23482 cat confdefs.h >>conftest.$ac_ext
23483 cat >>conftest.$ac_ext <<_ACEOF
23484 /* end confdefs.h.  */
23485 #ifdef HAVE_SYS_TYPES_H
23486 #include <sys/types.h>
23487 #endif
23488 #ifdef HAVE_NETINET_IN_H
23489 # include <netinet/in.h>
23490 #endif
23491 #ifdef HAVE_ARPA_NAMESER_H
23492 # include <arpa/nameser.h>
23493 #endif
23494
23495 int
23496 main ()
23497 {
23498 static ns_msg ac_aggr;
23499 if (ac_aggr._msg_ptr)
23500 return 0;
23501   ;
23502   return 0;
23503 }
23504 _ACEOF
23505 rm -f conftest.$ac_objext
23506 if { (ac_try="$ac_compile"
23507 case "(($ac_try" in
23508   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23509   *) ac_try_echo=$ac_try;;
23510 esac
23511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23512 $as_echo "$ac_try_echo") >&5
23513   (eval "$ac_compile") 2>conftest.er1
23514   ac_status=$?
23515   grep -v '^ *+' conftest.er1 >conftest.err
23516   rm -f conftest.er1
23517   cat conftest.err >&5
23518   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23519   (exit $ac_status); } && {
23520          test -z "$ac_c_werror_flag" ||
23521          test ! -s conftest.err
23522        } && test -s conftest.$ac_objext; then
23523   ac_cv_member_ns_msg__msg_ptr=yes
23524 else
23525   $as_echo "$as_me: failed program was:" >&5
23526 sed 's/^/| /' conftest.$ac_ext >&5
23527
23528         cat >conftest.$ac_ext <<_ACEOF
23529 /* confdefs.h.  */
23530 _ACEOF
23531 cat confdefs.h >>conftest.$ac_ext
23532 cat >>conftest.$ac_ext <<_ACEOF
23533 /* end confdefs.h.  */
23534 #ifdef HAVE_SYS_TYPES_H
23535 #include <sys/types.h>
23536 #endif
23537 #ifdef HAVE_NETINET_IN_H
23538 # include <netinet/in.h>
23539 #endif
23540 #ifdef HAVE_ARPA_NAMESER_H
23541 # include <arpa/nameser.h>
23542 #endif
23543
23544 int
23545 main ()
23546 {
23547 static ns_msg ac_aggr;
23548 if (sizeof ac_aggr._msg_ptr)
23549 return 0;
23550   ;
23551   return 0;
23552 }
23553 _ACEOF
23554 rm -f conftest.$ac_objext
23555 if { (ac_try="$ac_compile"
23556 case "(($ac_try" in
23557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23558   *) ac_try_echo=$ac_try;;
23559 esac
23560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23561 $as_echo "$ac_try_echo") >&5
23562   (eval "$ac_compile") 2>conftest.er1
23563   ac_status=$?
23564   grep -v '^ *+' conftest.er1 >conftest.err
23565   rm -f conftest.er1
23566   cat conftest.err >&5
23567   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23568   (exit $ac_status); } && {
23569          test -z "$ac_c_werror_flag" ||
23570          test ! -s conftest.err
23571        } && test -s conftest.$ac_objext; then
23572   ac_cv_member_ns_msg__msg_ptr=yes
23573 else
23574   $as_echo "$as_me: failed program was:" >&5
23575 sed 's/^/| /' conftest.$ac_ext >&5
23576
23577         ac_cv_member_ns_msg__msg_ptr=no
23578 fi
23579
23580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23581 fi
23582
23583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23584 fi
23585 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23586 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23587 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23588
23589 cat >>confdefs.h <<_ACEOF
23590 #define HAVE_NS_MSG__MSG_PTR 1
23591 _ACEOF
23592
23593
23594 fi
23595
23596
23597 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23598 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23599 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23600   $as_echo_n "(cached) " >&6
23601 else
23602   cat >conftest.$ac_ext <<_ACEOF
23603 /* confdefs.h.  */
23604 _ACEOF
23605 cat confdefs.h >>conftest.$ac_ext
23606 cat >>conftest.$ac_ext <<_ACEOF
23607 /* end confdefs.h.  */
23608 #ifdef HAVE_SYS_TYPES_H
23609 #include <sys/types.h>
23610 #endif
23611 #ifdef HAVE_ALIAS_H
23612 #include <alias.h>
23613 #endif
23614 #ifdef HAVE_SYS_SOCKET_H
23615 #include <sys/socket.h>
23616 #endif
23617 #ifdef HAVE_SYS_SOCKETVAR_H
23618 #include <sys/socketvar.h>
23619 #endif
23620 #ifdef HAVE_SYS_TIMEOUT_H
23621 #include <sys/timeout.h>
23622 #endif
23623 #ifdef HAVE_NETINET_IN_H
23624 #include <netinet/in.h>
23625 #endif
23626 #ifdef HAVE_NETINET_IN_SYSTM_H
23627 #include <netinet/in_systm.h>
23628 #endif
23629 #ifdef HAVE_NETINET_IP_H
23630 #include <netinet/ip.h>
23631 #endif
23632 #ifdef HAVE_NETINET_IP_VAR_H
23633 #include <netinet/ip_var.h>
23634 #endif
23635 #ifdef HAVE_NETINET_IP_ICMP_H
23636 #include <netinet/ip_icmp.h>
23637 #endif
23638 #ifdef HAVE_NETINET_ICMP_VAR
23639 #include <netinet/icmp_var.h>
23640 #endif
23641
23642 int
23643 main ()
23644 {
23645 static struct icmpstat ac_aggr;
23646 if (ac_aggr.icps_outhist)
23647 return 0;
23648   ;
23649   return 0;
23650 }
23651 _ACEOF
23652 rm -f conftest.$ac_objext
23653 if { (ac_try="$ac_compile"
23654 case "(($ac_try" in
23655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23656   *) ac_try_echo=$ac_try;;
23657 esac
23658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23659 $as_echo "$ac_try_echo") >&5
23660   (eval "$ac_compile") 2>conftest.er1
23661   ac_status=$?
23662   grep -v '^ *+' conftest.er1 >conftest.err
23663   rm -f conftest.er1
23664   cat conftest.err >&5
23665   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23666   (exit $ac_status); } && {
23667          test -z "$ac_c_werror_flag" ||
23668          test ! -s conftest.err
23669        } && test -s conftest.$ac_objext; then
23670   ac_cv_member_struct_icmpstat_icps_outhist=yes
23671 else
23672   $as_echo "$as_me: failed program was:" >&5
23673 sed 's/^/| /' conftest.$ac_ext >&5
23674
23675         cat >conftest.$ac_ext <<_ACEOF
23676 /* confdefs.h.  */
23677 _ACEOF
23678 cat confdefs.h >>conftest.$ac_ext
23679 cat >>conftest.$ac_ext <<_ACEOF
23680 /* end confdefs.h.  */
23681 #ifdef HAVE_SYS_TYPES_H
23682 #include <sys/types.h>
23683 #endif
23684 #ifdef HAVE_ALIAS_H
23685 #include <alias.h>
23686 #endif
23687 #ifdef HAVE_SYS_SOCKET_H
23688 #include <sys/socket.h>
23689 #endif
23690 #ifdef HAVE_SYS_SOCKETVAR_H
23691 #include <sys/socketvar.h>
23692 #endif
23693 #ifdef HAVE_SYS_TIMEOUT_H
23694 #include <sys/timeout.h>
23695 #endif
23696 #ifdef HAVE_NETINET_IN_H
23697 #include <netinet/in.h>
23698 #endif
23699 #ifdef HAVE_NETINET_IN_SYSTM_H
23700 #include <netinet/in_systm.h>
23701 #endif
23702 #ifdef HAVE_NETINET_IP_H
23703 #include <netinet/ip.h>
23704 #endif
23705 #ifdef HAVE_NETINET_IP_VAR_H
23706 #include <netinet/ip_var.h>
23707 #endif
23708 #ifdef HAVE_NETINET_IP_ICMP_H
23709 #include <netinet/ip_icmp.h>
23710 #endif
23711 #ifdef HAVE_NETINET_ICMP_VAR
23712 #include <netinet/icmp_var.h>
23713 #endif
23714
23715 int
23716 main ()
23717 {
23718 static struct icmpstat ac_aggr;
23719 if (sizeof ac_aggr.icps_outhist)
23720 return 0;
23721   ;
23722   return 0;
23723 }
23724 _ACEOF
23725 rm -f conftest.$ac_objext
23726 if { (ac_try="$ac_compile"
23727 case "(($ac_try" in
23728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23729   *) ac_try_echo=$ac_try;;
23730 esac
23731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23732 $as_echo "$ac_try_echo") >&5
23733   (eval "$ac_compile") 2>conftest.er1
23734   ac_status=$?
23735   grep -v '^ *+' conftest.er1 >conftest.err
23736   rm -f conftest.er1
23737   cat conftest.err >&5
23738   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23739   (exit $ac_status); } && {
23740          test -z "$ac_c_werror_flag" ||
23741          test ! -s conftest.err
23742        } && test -s conftest.$ac_objext; then
23743   ac_cv_member_struct_icmpstat_icps_outhist=yes
23744 else
23745   $as_echo "$as_me: failed program was:" >&5
23746 sed 's/^/| /' conftest.$ac_ext >&5
23747
23748         ac_cv_member_struct_icmpstat_icps_outhist=no
23749 fi
23750
23751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23752 fi
23753
23754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23755 fi
23756 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23757 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23758 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23759
23760 cat >>confdefs.h <<_ACEOF
23761 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23762 _ACEOF
23763
23764
23765 fi
23766
23767
23768 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23769 $as_echo_n "checking for timezone variable... " >&6; }
23770 if test "${ac_cv_have_timezone+set}" = set; then
23771   $as_echo_n "(cached) " >&6
23772 else
23773   cat >conftest.$ac_ext <<_ACEOF
23774 /* confdefs.h.  */
23775 _ACEOF
23776 cat confdefs.h >>conftest.$ac_ext
23777 cat >>conftest.$ac_ext <<_ACEOF
23778 /* end confdefs.h.  */
23779 #include <time.h>
23780 int
23781 main ()
23782 {
23783 timezone = 1
23784   ;
23785   return 0;
23786 }
23787 _ACEOF
23788 rm -f conftest.$ac_objext conftest$ac_exeext
23789 if { (ac_try="$ac_link"
23790 case "(($ac_try" in
23791   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23792   *) ac_try_echo=$ac_try;;
23793 esac
23794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23795 $as_echo "$ac_try_echo") >&5
23796   (eval "$ac_link") 2>conftest.er1
23797   ac_status=$?
23798   grep -v '^ *+' conftest.er1 >conftest.err
23799   rm -f conftest.er1
23800   cat conftest.err >&5
23801   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23802   (exit $ac_status); } && {
23803          test -z "$ac_c_werror_flag" ||
23804          test ! -s conftest.err
23805        } && test -s conftest$ac_exeext && {
23806          test "$cross_compiling" = yes ||
23807          $as_test_x conftest$ac_exeext
23808        }; then
23809   ac_cv_have_timezone="yes"
23810 else
23811   $as_echo "$as_me: failed program was:" >&5
23812 sed 's/^/| /' conftest.$ac_ext >&5
23813
23814         ac_cv_have_timezone="no"
23815 fi
23816
23817 rm -rf conftest.dSYM
23818 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23819       conftest$ac_exeext conftest.$ac_ext
23820 fi
23821 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23822 $as_echo "$ac_cv_have_timezone" >&6; }
23823 if test "$ac_cv_have_timezone" = "yes"
23824 then
23825
23826 cat >>confdefs.h <<\_ACEOF
23827 #define HAVE_TIMEZONE 1
23828 _ACEOF
23829
23830 fi
23831 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23832 $as_echo_n "checking for daylight variable... " >&6; }
23833 if test "${ac_cv_have_daylight+set}" = set; then
23834   $as_echo_n "(cached) " >&6
23835 else
23836   cat >conftest.$ac_ext <<_ACEOF
23837 /* confdefs.h.  */
23838 _ACEOF
23839 cat confdefs.h >>conftest.$ac_ext
23840 cat >>conftest.$ac_ext <<_ACEOF
23841 /* end confdefs.h.  */
23842 #include <time.h>
23843 int
23844 main ()
23845 {
23846 daylight = 1
23847   ;
23848   return 0;
23849 }
23850 _ACEOF
23851 rm -f conftest.$ac_objext conftest$ac_exeext
23852 if { (ac_try="$ac_link"
23853 case "(($ac_try" in
23854   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23855   *) ac_try_echo=$ac_try;;
23856 esac
23857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23858 $as_echo "$ac_try_echo") >&5
23859   (eval "$ac_link") 2>conftest.er1
23860   ac_status=$?
23861   grep -v '^ *+' conftest.er1 >conftest.err
23862   rm -f conftest.er1
23863   cat conftest.err >&5
23864   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23865   (exit $ac_status); } && {
23866          test -z "$ac_c_werror_flag" ||
23867          test ! -s conftest.err
23868        } && test -s conftest$ac_exeext && {
23869          test "$cross_compiling" = yes ||
23870          $as_test_x conftest$ac_exeext
23871        }; then
23872   ac_cv_have_daylight="yes"
23873 else
23874   $as_echo "$as_me: failed program was:" >&5
23875 sed 's/^/| /' conftest.$ac_ext >&5
23876
23877         ac_cv_have_daylight="no"
23878 fi
23879
23880 rm -rf conftest.dSYM
23881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23882       conftest$ac_exeext conftest.$ac_ext
23883 fi
23884 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23885 $as_echo "$ac_cv_have_daylight" >&6; }
23886 if test "$ac_cv_have_daylight" = "yes"
23887 then
23888
23889 cat >>confdefs.h <<\_ACEOF
23890 #define HAVE_DAYLIGHT 1
23891 _ACEOF
23892
23893 fi
23894
23895 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23896 $as_echo_n "checking for isinf... " >&6; }
23897 if test "${ac_cv_have_isinf+set}" = set; then
23898   $as_echo_n "(cached) " >&6
23899 else
23900   cat >conftest.$ac_ext <<_ACEOF
23901 /* confdefs.h.  */
23902 _ACEOF
23903 cat confdefs.h >>conftest.$ac_ext
23904 cat >>conftest.$ac_ext <<_ACEOF
23905 /* end confdefs.h.  */
23906 #include <math.h>
23907 int
23908 main ()
23909 {
23910 float f = 0.0; int i=isinf(f)
23911   ;
23912   return 0;
23913 }
23914 _ACEOF
23915 rm -f conftest.$ac_objext conftest$ac_exeext
23916 if { (ac_try="$ac_link"
23917 case "(($ac_try" in
23918   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23919   *) ac_try_echo=$ac_try;;
23920 esac
23921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23922 $as_echo "$ac_try_echo") >&5
23923   (eval "$ac_link") 2>conftest.er1
23924   ac_status=$?
23925   grep -v '^ *+' conftest.er1 >conftest.err
23926   rm -f conftest.er1
23927   cat conftest.err >&5
23928   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23929   (exit $ac_status); } && {
23930          test -z "$ac_c_werror_flag" ||
23931          test ! -s conftest.err
23932        } && test -s conftest$ac_exeext && {
23933          test "$cross_compiling" = yes ||
23934          $as_test_x conftest$ac_exeext
23935        }; then
23936   ac_cv_have_isinf="yes"
23937 else
23938   $as_echo "$as_me: failed program was:" >&5
23939 sed 's/^/| /' conftest.$ac_ext >&5
23940
23941         ac_cv_have_isinf="no"
23942 fi
23943
23944 rm -rf conftest.dSYM
23945 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23946       conftest$ac_exeext conftest.$ac_ext
23947 fi
23948 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23949 $as_echo "$ac_cv_have_isinf" >&6; }
23950 if test "$ac_cv_have_isinf" = "yes"
23951 then
23952
23953 cat >>confdefs.h <<\_ACEOF
23954 #define HAVE_ISINF 1
23955 _ACEOF
23956
23957 fi
23958
23959 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23960 $as_echo_n "checking for isnan... " >&6; }
23961 if test "${ac_cv_have_isnan+set}" = set; then
23962   $as_echo_n "(cached) " >&6
23963 else
23964   cat >conftest.$ac_ext <<_ACEOF
23965 /* confdefs.h.  */
23966 _ACEOF
23967 cat confdefs.h >>conftest.$ac_ext
23968 cat >>conftest.$ac_ext <<_ACEOF
23969 /* end confdefs.h.  */
23970 #include <math.h>
23971 int
23972 main ()
23973 {
23974 float f = 0.0; int i=isnan(f)
23975   ;
23976   return 0;
23977 }
23978 _ACEOF
23979 rm -f conftest.$ac_objext conftest$ac_exeext
23980 if { (ac_try="$ac_link"
23981 case "(($ac_try" in
23982   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23983   *) ac_try_echo=$ac_try;;
23984 esac
23985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23986 $as_echo "$ac_try_echo") >&5
23987   (eval "$ac_link") 2>conftest.er1
23988   ac_status=$?
23989   grep -v '^ *+' conftest.er1 >conftest.err
23990   rm -f conftest.er1
23991   cat conftest.err >&5
23992   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23993   (exit $ac_status); } && {
23994          test -z "$ac_c_werror_flag" ||
23995          test ! -s conftest.err
23996        } && test -s conftest$ac_exeext && {
23997          test "$cross_compiling" = yes ||
23998          $as_test_x conftest$ac_exeext
23999        }; then
24000   ac_cv_have_isnan="yes"
24001 else
24002   $as_echo "$as_me: failed program was:" >&5
24003 sed 's/^/| /' conftest.$ac_ext >&5
24004
24005         ac_cv_have_isnan="no"
24006 fi
24007
24008 rm -rf conftest.dSYM
24009 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24010       conftest$ac_exeext conftest.$ac_ext
24011 fi
24012 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24013 $as_echo "$ac_cv_have_isnan" >&6; }
24014 if test "$ac_cv_have_isnan" = "yes"
24015 then
24016
24017 cat >>confdefs.h <<\_ACEOF
24018 #define HAVE_ISNAN 1
24019 _ACEOF
24020
24021 fi
24022
24023
24024 case $host_cpu in
24025   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24026 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24027 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24028   $as_echo_n "(cached) " >&6
24029 else
24030   cat >conftest.$ac_ext <<_ACEOF
24031 /* confdefs.h.  */
24032 _ACEOF
24033 cat confdefs.h >>conftest.$ac_ext
24034 cat >>conftest.$ac_ext <<_ACEOF
24035 /* end confdefs.h.  */
24036 #ifndef __i386__
24037 yes
24038 #endif
24039 _ACEOF
24040 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24041   $EGREP "yes" >/dev/null 2>&1; then
24042   ac_cv_cpp_def___i386__=yes
24043 else
24044   ac_cv_cpp_def___i386__=no
24045 fi
24046 rm -f conftest*
24047
24048 fi
24049 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24050 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24051 if test $ac_cv_cpp_def___i386__ = yes; then
24052   CFLAGS="$CFLAGS -D__i386__"
24053   LINTFLAGS="$LINTFLAGS -D__i386__"
24054 fi
24055  ;;
24056   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24057 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24058 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24059   $as_echo_n "(cached) " >&6
24060 else
24061   cat >conftest.$ac_ext <<_ACEOF
24062 /* confdefs.h.  */
24063 _ACEOF
24064 cat confdefs.h >>conftest.$ac_ext
24065 cat >>conftest.$ac_ext <<_ACEOF
24066 /* end confdefs.h.  */
24067 #ifndef __x86_64__
24068 yes
24069 #endif
24070 _ACEOF
24071 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24072   $EGREP "yes" >/dev/null 2>&1; then
24073   ac_cv_cpp_def___x86_64__=yes
24074 else
24075   ac_cv_cpp_def___x86_64__=no
24076 fi
24077 rm -f conftest*
24078
24079 fi
24080 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24081 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24082 if test $ac_cv_cpp_def___x86_64__ = yes; then
24083   CFLAGS="$CFLAGS -D__x86_64__"
24084   LINTFLAGS="$LINTFLAGS -D__x86_64__"
24085 fi
24086  ;;
24087   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24088 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24089 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24090   $as_echo_n "(cached) " >&6
24091 else
24092   cat >conftest.$ac_ext <<_ACEOF
24093 /* confdefs.h.  */
24094 _ACEOF
24095 cat confdefs.h >>conftest.$ac_ext
24096 cat >>conftest.$ac_ext <<_ACEOF
24097 /* end confdefs.h.  */
24098 #ifndef __ALPHA__
24099 yes
24100 #endif
24101 _ACEOF
24102 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24103   $EGREP "yes" >/dev/null 2>&1; then
24104   ac_cv_cpp_def___ALPHA__=yes
24105 else
24106   ac_cv_cpp_def___ALPHA__=no
24107 fi
24108 rm -f conftest*
24109
24110 fi
24111 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24112 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24113 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24114   CFLAGS="$CFLAGS -D__ALPHA__"
24115   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24116 fi
24117  ;;
24118   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24119 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24120 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24121   $as_echo_n "(cached) " >&6
24122 else
24123   cat >conftest.$ac_ext <<_ACEOF
24124 /* confdefs.h.  */
24125 _ACEOF
24126 cat confdefs.h >>conftest.$ac_ext
24127 cat >>conftest.$ac_ext <<_ACEOF
24128 /* end confdefs.h.  */
24129 #ifndef __sparc__
24130 yes
24131 #endif
24132 _ACEOF
24133 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24134   $EGREP "yes" >/dev/null 2>&1; then
24135   ac_cv_cpp_def___sparc__=yes
24136 else
24137   ac_cv_cpp_def___sparc__=no
24138 fi
24139 rm -f conftest*
24140
24141 fi
24142 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24143 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24144 if test $ac_cv_cpp_def___sparc__ = yes; then
24145   CFLAGS="$CFLAGS -D__sparc__"
24146   LINTFLAGS="$LINTFLAGS -D__sparc__"
24147 fi
24148  ;;
24149   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24150 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24151 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24152   $as_echo_n "(cached) " >&6
24153 else
24154   cat >conftest.$ac_ext <<_ACEOF
24155 /* confdefs.h.  */
24156 _ACEOF
24157 cat confdefs.h >>conftest.$ac_ext
24158 cat >>conftest.$ac_ext <<_ACEOF
24159 /* end confdefs.h.  */
24160 #ifndef __powerpc__
24161 yes
24162 #endif
24163 _ACEOF
24164 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24165   $EGREP "yes" >/dev/null 2>&1; then
24166   ac_cv_cpp_def___powerpc__=yes
24167 else
24168   ac_cv_cpp_def___powerpc__=no
24169 fi
24170 rm -f conftest*
24171
24172 fi
24173 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24174 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24175 if test $ac_cv_cpp_def___powerpc__ = yes; then
24176   CFLAGS="$CFLAGS -D__powerpc__"
24177   LINTFLAGS="$LINTFLAGS -D__powerpc__"
24178 fi
24179  ;;
24180 esac
24181
24182 case $host_vendor in
24183   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24184 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24185 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24186   $as_echo_n "(cached) " >&6
24187 else
24188   cat >conftest.$ac_ext <<_ACEOF
24189 /* confdefs.h.  */
24190 _ACEOF
24191 cat confdefs.h >>conftest.$ac_ext
24192 cat >>conftest.$ac_ext <<_ACEOF
24193 /* end confdefs.h.  */
24194 #ifndef __sun__
24195 yes
24196 #endif
24197 _ACEOF
24198 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24199   $EGREP "yes" >/dev/null 2>&1; then
24200   ac_cv_cpp_def___sun__=yes
24201 else
24202   ac_cv_cpp_def___sun__=no
24203 fi
24204 rm -f conftest*
24205
24206 fi
24207 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24208 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24209 if test $ac_cv_cpp_def___sun__ = yes; then
24210   CFLAGS="$CFLAGS -D__sun__"
24211   LINTFLAGS="$LINTFLAGS -D__sun__"
24212 fi
24213  ;;
24214 esac
24215
24216
24217 DEPENDENCIES="### Dependencies:
24218
24219 .INIT: Makefile
24220 .BEGIN: Makefile
24221 Makefile: dummy
24222         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24223
24224 \$(OBJS): \$(IDL_GEN_HEADERS)
24225 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24226 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24227 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24228 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24229
24230
24231 ALL_MAKERULES=""
24232
24233 ALL_MAKEFILES=""
24234
24235 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24236
24237
24238 ALL_TOP_DIRS=""
24239
24240 ALL_DLL_DIRS=""
24241
24242 ALL_IMPLIB_DIRS=""
24243
24244 ALL_TEST_DIRS=""
24245
24246 ALL_PROGRAM_DIRS=""
24247
24248 ALL_PROGRAM_INSTALL_DIRS=""
24249
24250 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24251
24252
24253
24254
24255
24256 ac_config_commands="$ac_config_commands include/stamp-h"
24257
24258
24259 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24260
24261 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24262
24263 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24264
24265 ac_config_commands="$ac_config_commands dlls/user32/resources"
24266
24267 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24268
24269 ac_config_commands="$ac_config_commands include/wine"
24270
24271
24272 ALL_MAKERULES="$ALL_MAKERULES \\
24273         Make.rules"
24274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24275 Make.rules: Make.rules.in"
24276 MAKE_RULES=Make.rules
24277 ac_config_files="$ac_config_files Make.rules"
24278
24279 ALL_MAKERULES="$ALL_MAKERULES \\
24280         dlls/Makedll.rules"
24281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24282 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24283 MAKE_DLL_RULES=dlls/Makedll.rules
24284 ac_config_files="$ac_config_files dlls/Makedll.rules"
24285
24286 ALL_MAKERULES="$ALL_MAKERULES \\
24287         dlls/Makeimplib.rules"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24290 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24291 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24292
24293 ALL_MAKERULES="$ALL_MAKERULES \\
24294         dlls/Maketest.rules"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24297 MAKE_TEST_RULES=dlls/Maketest.rules
24298 ac_config_files="$ac_config_files dlls/Maketest.rules"
24299
24300 ALL_MAKERULES="$ALL_MAKERULES \\
24301         programs/Makeprog.rules"
24302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24303 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24304 MAKE_PROG_RULES=programs/Makeprog.rules
24305 ac_config_files="$ac_config_files programs/Makeprog.rules"
24306
24307
24308
24309
24310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24311 Makefile: Makefile.in Make.rules"
24312 ac_config_files="$ac_config_files Makefile"
24313
24314 ALL_MAKEFILES="$ALL_MAKEFILES \\
24315         dlls/Makefile"
24316 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24317         dlls"
24318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24319 dlls/Makefile: dlls/Makefile.in Make.rules"
24320 ac_config_files="$ac_config_files dlls/Makefile"
24321
24322 ALL_MAKEFILES="$ALL_MAKEFILES \\
24323         dlls/acledit/Makefile"
24324 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24325         acledit"
24326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24327 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24328 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24329
24330 ALL_MAKEFILES="$ALL_MAKEFILES \\
24331         dlls/aclui/Makefile"
24332 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24333         aclui"
24334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24335 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24336 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24337
24338 ALL_MAKEFILES="$ALL_MAKEFILES \\
24339         dlls/activeds/Makefile"
24340 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24341         activeds"
24342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24343 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24344 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24345
24346 ALL_MAKEFILES="$ALL_MAKEFILES \\
24347         dlls/actxprxy/Makefile"
24348 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24349         actxprxy"
24350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24351 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24352 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24353
24354 ALL_MAKEFILES="$ALL_MAKEFILES \\
24355         dlls/adsiid/Makefile"
24356 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24357         adsiid"
24358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24359 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24360 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24361
24362 ALL_MAKEFILES="$ALL_MAKEFILES \\
24363         dlls/advapi32/Makefile"
24364 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24365         advapi32"
24366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24367 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24368 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24369
24370 ALL_MAKEFILES="$ALL_MAKEFILES \\
24371         dlls/advapi32/tests/Makefile"
24372 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24373         advapi32/tests"
24374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24375 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24376 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24377
24378 ALL_MAKEFILES="$ALL_MAKEFILES \\
24379         dlls/advpack/Makefile"
24380 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24381         advpack"
24382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24383 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24384 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24385
24386 ALL_MAKEFILES="$ALL_MAKEFILES \\
24387         dlls/advpack/tests/Makefile"
24388 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24389         advpack/tests"
24390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24391 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24392 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24393
24394 ALL_MAKEFILES="$ALL_MAKEFILES \\
24395         dlls/amstream/Makefile"
24396 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24397         amstream"
24398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24399 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24400 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24401
24402 ALL_MAKEFILES="$ALL_MAKEFILES \\
24403         dlls/appwiz.cpl/Makefile"
24404 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24405         appwiz.cpl"
24406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24407 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24408 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24409
24410 ALL_MAKEFILES="$ALL_MAKEFILES \\
24411         dlls/atl/Makefile"
24412 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24413         atl"
24414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24415 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24416 ac_config_files="$ac_config_files dlls/atl/Makefile"
24417
24418 ALL_MAKEFILES="$ALL_MAKEFILES \\
24419         dlls/authz/Makefile"
24420 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24421         authz"
24422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24423 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24424 ac_config_files="$ac_config_files dlls/authz/Makefile"
24425
24426 ALL_MAKEFILES="$ALL_MAKEFILES \\
24427         dlls/avicap32/Makefile"
24428 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24429         avicap32"
24430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24431 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24432 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24433
24434 ALL_MAKEFILES="$ALL_MAKEFILES \\
24435         dlls/avifil32/Makefile"
24436 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24437         avifil32"
24438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24439 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24440 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24441
24442 ALL_MAKEFILES="$ALL_MAKEFILES \\
24443         dlls/browseui/Makefile"
24444 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24445         browseui"
24446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24447 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24448 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24449
24450 ALL_MAKEFILES="$ALL_MAKEFILES \\
24451         dlls/browseui/tests/Makefile"
24452 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24453         browseui/tests"
24454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24455 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24456 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24457
24458 ALL_MAKEFILES="$ALL_MAKEFILES \\
24459         dlls/cabinet/Makefile"
24460 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24461         cabinet"
24462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24463 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24464 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24465
24466 ALL_MAKEFILES="$ALL_MAKEFILES \\
24467         dlls/cabinet/tests/Makefile"
24468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24469         cabinet/tests"
24470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24471 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24472 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24473
24474 ALL_MAKEFILES="$ALL_MAKEFILES \\
24475         dlls/capi2032/Makefile"
24476 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24477         capi2032"
24478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24479 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24480 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24481
24482 ALL_MAKEFILES="$ALL_MAKEFILES \\
24483         dlls/cards/Makefile"
24484 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24485         cards"
24486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24487 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24488 ac_config_files="$ac_config_files dlls/cards/Makefile"
24489
24490 ALL_MAKEFILES="$ALL_MAKEFILES \\
24491         dlls/cfgmgr32/Makefile"
24492 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24493         cfgmgr32"
24494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24495 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24496 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24497
24498 ALL_MAKEFILES="$ALL_MAKEFILES \\
24499         dlls/clusapi/Makefile"
24500 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24501         clusapi"
24502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24503 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24504 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24505
24506 ALL_MAKEFILES="$ALL_MAKEFILES \\
24507         dlls/comcat/Makefile"
24508 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24509         comcat"
24510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24511 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24512 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24513
24514 ALL_MAKEFILES="$ALL_MAKEFILES \\
24515         dlls/comcat/tests/Makefile"
24516 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24517         comcat/tests"
24518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24519 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24520 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24521
24522 ALL_MAKEFILES="$ALL_MAKEFILES \\
24523         dlls/comctl32/Makefile"
24524 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24525         comctl32"
24526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24527 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24528 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24529
24530 ALL_MAKEFILES="$ALL_MAKEFILES \\
24531         dlls/comctl32/tests/Makefile"
24532 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24533         comctl32/tests"
24534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24535 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24536 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24537
24538 ALL_MAKEFILES="$ALL_MAKEFILES \\
24539         dlls/comdlg32/Makefile"
24540 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24541         comdlg32"
24542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24543 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24544 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24545
24546 ALL_MAKEFILES="$ALL_MAKEFILES \\
24547         dlls/comdlg32/tests/Makefile"
24548 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24549         comdlg32/tests"
24550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24551 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24552 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24553
24554 ALL_MAKEFILES="$ALL_MAKEFILES \\
24555         dlls/compstui/Makefile"
24556 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24557         compstui"
24558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24559 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24560 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24561
24562 ALL_MAKEFILES="$ALL_MAKEFILES \\
24563         dlls/credui/Makefile"
24564 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24565         credui"
24566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24567 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24568 ac_config_files="$ac_config_files dlls/credui/Makefile"
24569
24570 ALL_MAKEFILES="$ALL_MAKEFILES \\
24571         dlls/credui/tests/Makefile"
24572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24573         credui/tests"
24574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24575 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24576 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24577
24578 ALL_MAKEFILES="$ALL_MAKEFILES \\
24579         dlls/crtdll/Makefile"
24580 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24581         crtdll"
24582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24583 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24584 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24585
24586 ALL_MAKEFILES="$ALL_MAKEFILES \\
24587         dlls/crypt32/Makefile"
24588 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24589         crypt32"
24590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24591 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24592 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24593
24594 ALL_MAKEFILES="$ALL_MAKEFILES \\
24595         dlls/crypt32/tests/Makefile"
24596 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24597         crypt32/tests"
24598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24599 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24600 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24601
24602 ALL_MAKEFILES="$ALL_MAKEFILES \\
24603         dlls/cryptdlg/Makefile"
24604 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24605         cryptdlg"
24606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24607 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24608 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24609
24610 ALL_MAKEFILES="$ALL_MAKEFILES \\
24611         dlls/cryptdll/Makefile"
24612 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24613         cryptdll"
24614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24615 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24616 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24617
24618 ALL_MAKEFILES="$ALL_MAKEFILES \\
24619         dlls/cryptnet/Makefile"
24620 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24621         cryptnet"
24622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24623 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24624 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24625
24626 ALL_MAKEFILES="$ALL_MAKEFILES \\
24627         dlls/cryptnet/tests/Makefile"
24628 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24629         cryptnet/tests"
24630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24631 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24632 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24633
24634 ALL_MAKEFILES="$ALL_MAKEFILES \\
24635         dlls/cryptui/Makefile"
24636 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24637         cryptui"
24638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24639 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24640 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24641
24642 ALL_MAKEFILES="$ALL_MAKEFILES \\
24643         dlls/cryptui/tests/Makefile"
24644 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24645         cryptui/tests"
24646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24647 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24648 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24649
24650 ALL_MAKEFILES="$ALL_MAKEFILES \\
24651         dlls/ctapi32/Makefile"
24652 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24653         ctapi32"
24654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24655 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24656 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24657
24658 ALL_MAKEFILES="$ALL_MAKEFILES \\
24659         dlls/ctl3d32/Makefile"
24660 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24661         ctl3d32"
24662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24663 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24664 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24665
24666 ALL_MAKEFILES="$ALL_MAKEFILES \\
24667         dlls/d3d10/Makefile"
24668 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24669         d3d10"
24670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24671 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24672 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24673
24674 ALL_MAKEFILES="$ALL_MAKEFILES \\
24675         dlls/d3d10/tests/Makefile"
24676 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24677         d3d10/tests"
24678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24679 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24680 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24681
24682 ALL_MAKEFILES="$ALL_MAKEFILES \\
24683         dlls/d3d10core/Makefile"
24684 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24685         d3d10core"
24686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24687 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24688 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24689
24690 ALL_MAKEFILES="$ALL_MAKEFILES \\
24691         dlls/d3d10core/tests/Makefile"
24692 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24693         d3d10core/tests"
24694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24695 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24696 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24697
24698 ALL_MAKEFILES="$ALL_MAKEFILES \\
24699         dlls/d3d8/Makefile"
24700 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24701         d3d8"
24702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24703 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24704 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24705
24706 ALL_MAKEFILES="$ALL_MAKEFILES \\
24707         dlls/d3d8/tests/Makefile"
24708 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24709         d3d8/tests"
24710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24711 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24712 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24713
24714 ALL_MAKEFILES="$ALL_MAKEFILES \\
24715         dlls/d3d9/Makefile"
24716 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24717         d3d9"
24718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24719 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24720 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24721
24722 ALL_MAKEFILES="$ALL_MAKEFILES \\
24723         dlls/d3d9/tests/Makefile"
24724 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24725         d3d9/tests"
24726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24727 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24728 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24729
24730 ALL_MAKEFILES="$ALL_MAKEFILES \\
24731         dlls/d3dim/Makefile"
24732 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24733         d3dim"
24734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24735 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24736 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24737
24738 ALL_MAKEFILES="$ALL_MAKEFILES \\
24739         dlls/d3drm/Makefile"
24740 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24741         d3drm"
24742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24743 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24744 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24745
24746 ALL_MAKEFILES="$ALL_MAKEFILES \\
24747         dlls/d3drm/tests/Makefile"
24748 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24749         d3drm/tests"
24750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24751 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24752 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24753
24754 ALL_MAKEFILES="$ALL_MAKEFILES \\
24755         dlls/d3dx8/Makefile"
24756 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24757         d3dx8"
24758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24759 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24760 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24761
24762 ALL_MAKEFILES="$ALL_MAKEFILES \\
24763         dlls/d3dx8/tests/Makefile"
24764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24765         d3dx8/tests"
24766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24767 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24768 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24769
24770 ALL_MAKEFILES="$ALL_MAKEFILES \\
24771         dlls/d3dx9_24/Makefile"
24772 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24773         d3dx9_24"
24774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24775 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24776 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24777
24778 ALL_MAKEFILES="$ALL_MAKEFILES \\
24779         dlls/d3dx9_25/Makefile"
24780 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24781         d3dx9_25"
24782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24783 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24784 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24785
24786 ALL_MAKEFILES="$ALL_MAKEFILES \\
24787         dlls/d3dx9_26/Makefile"
24788 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24789         d3dx9_26"
24790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24791 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24792 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24793
24794 ALL_MAKEFILES="$ALL_MAKEFILES \\
24795         dlls/d3dx9_27/Makefile"
24796 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24797         d3dx9_27"
24798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24799 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24800 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24801
24802 ALL_MAKEFILES="$ALL_MAKEFILES \\
24803         dlls/d3dx9_28/Makefile"
24804 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24805         d3dx9_28"
24806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24807 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24808 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24809
24810 ALL_MAKEFILES="$ALL_MAKEFILES \\
24811         dlls/d3dx9_29/Makefile"
24812 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24813         d3dx9_29"
24814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24815 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24816 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24817
24818 ALL_MAKEFILES="$ALL_MAKEFILES \\
24819         dlls/d3dx9_30/Makefile"
24820 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24821         d3dx9_30"
24822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24823 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24824 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24825
24826 ALL_MAKEFILES="$ALL_MAKEFILES \\
24827         dlls/d3dx9_31/Makefile"
24828 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24829         d3dx9_31"
24830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24831 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24832 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24833
24834 ALL_MAKEFILES="$ALL_MAKEFILES \\
24835         dlls/d3dx9_32/Makefile"
24836 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24837         d3dx9_32"
24838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24839 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24840 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24841
24842 ALL_MAKEFILES="$ALL_MAKEFILES \\
24843         dlls/d3dx9_33/Makefile"
24844 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24845         d3dx9_33"
24846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24847 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24848 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24849
24850 ALL_MAKEFILES="$ALL_MAKEFILES \\
24851         dlls/d3dx9_34/Makefile"
24852 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24853         d3dx9_34"
24854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24855 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24856 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24857
24858 ALL_MAKEFILES="$ALL_MAKEFILES \\
24859         dlls/d3dx9_35/Makefile"
24860 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24861         d3dx9_35"
24862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24863 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24864 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24865
24866 ALL_MAKEFILES="$ALL_MAKEFILES \\
24867         dlls/d3dx9_36/Makefile"
24868 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24869         d3dx9_36"
24870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24871 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24872 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24873
24874 ALL_MAKEFILES="$ALL_MAKEFILES \\
24875         dlls/d3dx9_36/tests/Makefile"
24876 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24877         d3dx9_36/tests"
24878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24879 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24880 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24881
24882 ALL_MAKEFILES="$ALL_MAKEFILES \\
24883         dlls/d3dx9_37/Makefile"
24884 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24885         d3dx9_37"
24886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24887 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24888 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24889
24890 ALL_MAKEFILES="$ALL_MAKEFILES \\
24891         dlls/d3dx9_38/Makefile"
24892 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24893         d3dx9_38"
24894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24895 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24896 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24897
24898 ALL_MAKEFILES="$ALL_MAKEFILES \\
24899         dlls/d3dx9_39/Makefile"
24900 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24901         d3dx9_39"
24902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24903 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24904 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24905
24906 ALL_MAKEFILES="$ALL_MAKEFILES \\
24907         dlls/d3dx9_40/Makefile"
24908 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24909         d3dx9_40"
24910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24911 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24912 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24913
24914 ALL_MAKEFILES="$ALL_MAKEFILES \\
24915         dlls/d3dxof/Makefile"
24916 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24917         d3dxof"
24918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24919 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24920 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24921
24922 ALL_MAKEFILES="$ALL_MAKEFILES \\
24923         dlls/d3dxof/tests/Makefile"
24924 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24925         d3dxof/tests"
24926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24927 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24928 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24929
24930 ALL_MAKEFILES="$ALL_MAKEFILES \\
24931         dlls/dbghelp/Makefile"
24932 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24933         dbghelp"
24934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24935 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24936 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24937
24938 ALL_MAKEFILES="$ALL_MAKEFILES \\
24939         dlls/dciman32/Makefile"
24940 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24941         dciman32"
24942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24943 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24944 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24945
24946 ALL_MAKEFILES="$ALL_MAKEFILES \\
24947         dlls/ddraw/Makefile"
24948 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24949         ddraw"
24950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24951 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24952 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24953
24954 ALL_MAKEFILES="$ALL_MAKEFILES \\
24955         dlls/ddraw/tests/Makefile"
24956 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24957         ddraw/tests"
24958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24959 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24960 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24961
24962 ALL_MAKEFILES="$ALL_MAKEFILES \\
24963         dlls/ddrawex/Makefile"
24964 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24965         ddrawex"
24966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24967 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24968 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24969
24970 ALL_MAKEFILES="$ALL_MAKEFILES \\
24971         dlls/ddrawex/tests/Makefile"
24972 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24973         ddrawex/tests"
24974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24975 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24976 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24977
24978 ALL_MAKEFILES="$ALL_MAKEFILES \\
24979         dlls/devenum/Makefile"
24980 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24981         devenum"
24982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24983 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24984 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24985
24986 ALL_MAKEFILES="$ALL_MAKEFILES \\
24987         dlls/dinput/Makefile"
24988 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24989         dinput"
24990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24991 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24992 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24993
24994 ALL_MAKEFILES="$ALL_MAKEFILES \\
24995         dlls/dinput/tests/Makefile"
24996 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24997         dinput/tests"
24998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24999 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25000 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25001
25002 ALL_MAKEFILES="$ALL_MAKEFILES \\
25003         dlls/dinput8/Makefile"
25004 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25005         dinput8"
25006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25007 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25008 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25009
25010 ALL_MAKEFILES="$ALL_MAKEFILES \\
25011         dlls/dmband/Makefile"
25012 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25013         dmband"
25014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25015 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25016 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25017
25018 ALL_MAKEFILES="$ALL_MAKEFILES \\
25019         dlls/dmcompos/Makefile"
25020 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25021         dmcompos"
25022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25023 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25024 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25025
25026 ALL_MAKEFILES="$ALL_MAKEFILES \\
25027         dlls/dmime/Makefile"
25028 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25029         dmime"
25030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25031 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25032 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25033
25034 ALL_MAKEFILES="$ALL_MAKEFILES \\
25035         dlls/dmloader/Makefile"
25036 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25037         dmloader"
25038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25039 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25040 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25041
25042 ALL_MAKEFILES="$ALL_MAKEFILES \\
25043         dlls/dmscript/Makefile"
25044 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25045         dmscript"
25046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25047 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25048 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25049
25050 ALL_MAKEFILES="$ALL_MAKEFILES \\
25051         dlls/dmstyle/Makefile"
25052 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25053         dmstyle"
25054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25055 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25056 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25057
25058 ALL_MAKEFILES="$ALL_MAKEFILES \\
25059         dlls/dmsynth/Makefile"
25060 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25061         dmsynth"
25062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25063 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25064 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25065
25066 ALL_MAKEFILES="$ALL_MAKEFILES \\
25067         dlls/dmusic/Makefile"
25068 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25069         dmusic"
25070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25071 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25072 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25073
25074 ALL_MAKEFILES="$ALL_MAKEFILES \\
25075         dlls/dmusic32/Makefile"
25076 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25077         dmusic32"
25078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25079 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25080 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25081
25082 ALL_MAKEFILES="$ALL_MAKEFILES \\
25083         dlls/dnsapi/Makefile"
25084 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25085         dnsapi"
25086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25087 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25088 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25089
25090 ALL_MAKEFILES="$ALL_MAKEFILES \\
25091         dlls/dnsapi/tests/Makefile"
25092 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25093         dnsapi/tests"
25094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25095 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25096 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25097
25098 ALL_MAKEFILES="$ALL_MAKEFILES \\
25099         dlls/dplay/Makefile"
25100 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25101         dplay"
25102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25103 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25104 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25105
25106 ALL_MAKEFILES="$ALL_MAKEFILES \\
25107         dlls/dplayx/Makefile"
25108 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25109         dplayx"
25110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25111 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25112 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25113
25114 ALL_MAKEFILES="$ALL_MAKEFILES \\
25115         dlls/dplayx/tests/Makefile"
25116 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25117         dplayx/tests"
25118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25119 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25120 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25121
25122 ALL_MAKEFILES="$ALL_MAKEFILES \\
25123         dlls/dpnaddr/Makefile"
25124 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25125         dpnaddr"
25126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25127 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25128 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25129
25130 ALL_MAKEFILES="$ALL_MAKEFILES \\
25131         dlls/dpnet/Makefile"
25132 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25133         dpnet"
25134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25135 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25136 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25137
25138 ALL_MAKEFILES="$ALL_MAKEFILES \\
25139         dlls/dpnhpast/Makefile"
25140 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25141         dpnhpast"
25142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25143 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25144 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25145
25146 ALL_MAKEFILES="$ALL_MAKEFILES \\
25147         dlls/dpnlobby/Makefile"
25148 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25149         dpnlobby"
25150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25151 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25152 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25153
25154 ALL_MAKEFILES="$ALL_MAKEFILES \\
25155         dlls/dpwsockx/Makefile"
25156 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25157         dpwsockx"
25158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25159 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25160 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25161
25162 ALL_MAKEFILES="$ALL_MAKEFILES \\
25163         dlls/dsound/Makefile"
25164 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25165         dsound"
25166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25167 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25168 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25169
25170 ALL_MAKEFILES="$ALL_MAKEFILES \\
25171         dlls/dsound/tests/Makefile"
25172 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25173         dsound/tests"
25174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25175 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25176 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25177
25178 ALL_MAKEFILES="$ALL_MAKEFILES \\
25179         dlls/dssenh/Makefile"
25180 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25181         dssenh"
25182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25183 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25184 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25185
25186 ALL_MAKEFILES="$ALL_MAKEFILES \\
25187         dlls/dswave/Makefile"
25188 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25189         dswave"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25192 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25193
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195         dlls/dwmapi/Makefile"
25196 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25197         dwmapi"
25198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25199 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25200 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25201
25202 ALL_MAKEFILES="$ALL_MAKEFILES \\
25203         dlls/dxdiagn/Makefile"
25204 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25205         dxdiagn"
25206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25207 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25208 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25209
25210 ALL_MAKEFILES="$ALL_MAKEFILES \\
25211         dlls/dxerr8/Makefile"
25212 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25213         dxerr8"
25214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25215 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25216 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25217
25218 ALL_MAKEFILES="$ALL_MAKEFILES \\
25219         dlls/dxerr9/Makefile"
25220 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25221         dxerr9"
25222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25223 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25224 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25225
25226 ALL_MAKEFILES="$ALL_MAKEFILES \\
25227         dlls/dxgi/Makefile"
25228 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25229         dxgi"
25230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25231 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25232 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25233
25234 ALL_MAKEFILES="$ALL_MAKEFILES \\
25235         dlls/dxgi/tests/Makefile"
25236 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25237         dxgi/tests"
25238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25239 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25240 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25241
25242 ALL_MAKEFILES="$ALL_MAKEFILES \\
25243         dlls/dxguid/Makefile"
25244 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25245         dxguid"
25246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25247 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25248 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25249
25250 ALL_MAKEFILES="$ALL_MAKEFILES \\
25251         dlls/faultrep/Makefile"
25252 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25253         faultrep"
25254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25255 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25256 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25257
25258 ALL_MAKEFILES="$ALL_MAKEFILES \\
25259         dlls/fusion/Makefile"
25260 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25261         fusion"
25262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25263 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25264 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25265
25266 ALL_MAKEFILES="$ALL_MAKEFILES \\
25267         dlls/fusion/tests/Makefile"
25268 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25269         fusion/tests"
25270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25271 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25272 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25273
25274 ALL_MAKEFILES="$ALL_MAKEFILES \\
25275         dlls/gdi32/Makefile"
25276 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25277         gdi32"
25278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25279 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25280 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25281
25282 ALL_MAKEFILES="$ALL_MAKEFILES \\
25283         dlls/gdi32/tests/Makefile"
25284 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25285         gdi32/tests"
25286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25287 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25288 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25289
25290 ALL_MAKEFILES="$ALL_MAKEFILES \\
25291         dlls/gdiplus/Makefile"
25292 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25293         gdiplus"
25294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25295 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25296 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25297
25298 ALL_MAKEFILES="$ALL_MAKEFILES \\
25299         dlls/gdiplus/tests/Makefile"
25300 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25301         gdiplus/tests"
25302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25303 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25304 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25305
25306 ALL_MAKEFILES="$ALL_MAKEFILES \\
25307         dlls/glu32/Makefile"
25308 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25309         glu32"
25310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25311 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25312 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25313
25314 ALL_MAKEFILES="$ALL_MAKEFILES \\
25315         dlls/gphoto2.ds/Makefile"
25316 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25317         gphoto2.ds"
25318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25319 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25320 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25321
25322 ALL_MAKEFILES="$ALL_MAKEFILES \\
25323         dlls/gpkcsp/Makefile"
25324 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25325         gpkcsp"
25326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25327 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25328 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25329
25330 ALL_MAKEFILES="$ALL_MAKEFILES \\
25331         dlls/hal/Makefile"
25332 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25333         hal"
25334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25335 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25336 ac_config_files="$ac_config_files dlls/hal/Makefile"
25337
25338 ALL_MAKEFILES="$ALL_MAKEFILES \\
25339         dlls/hhctrl.ocx/Makefile"
25340 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25341         hhctrl.ocx"
25342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25343 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25344 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25345
25346 ALL_MAKEFILES="$ALL_MAKEFILES \\
25347         dlls/hid/Makefile"
25348 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25349         hid"
25350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25351 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25352 ac_config_files="$ac_config_files dlls/hid/Makefile"
25353
25354 ALL_MAKEFILES="$ALL_MAKEFILES \\
25355         dlls/hlink/Makefile"
25356 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25357         hlink"
25358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25359 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25360 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25361
25362 ALL_MAKEFILES="$ALL_MAKEFILES \\
25363         dlls/hlink/tests/Makefile"
25364 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25365         hlink/tests"
25366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25367 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25368 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25369
25370 ALL_MAKEFILES="$ALL_MAKEFILES \\
25371         dlls/hnetcfg/Makefile"
25372 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25373         hnetcfg"
25374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25375 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25376 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25377
25378 ALL_MAKEFILES="$ALL_MAKEFILES \\
25379         dlls/httpapi/Makefile"
25380 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25381         httpapi"
25382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25383 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25384 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25385
25386 ALL_MAKEFILES="$ALL_MAKEFILES \\
25387         dlls/iccvid/Makefile"
25388 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25389         iccvid"
25390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25391 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25392 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25393
25394 ALL_MAKEFILES="$ALL_MAKEFILES \\
25395         dlls/icmp/Makefile"
25396 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25397         icmp"
25398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25399 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25400 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25401
25402 ALL_MAKEFILES="$ALL_MAKEFILES \\
25403         dlls/ifsmgr.vxd/Makefile"
25404 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25405         ifsmgr.vxd"
25406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25407 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25408 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25409
25410 ALL_MAKEFILES="$ALL_MAKEFILES \\
25411         dlls/imaadp32.acm/Makefile"
25412 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25413         imaadp32.acm"
25414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25415 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25416 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25417
25418 ALL_MAKEFILES="$ALL_MAKEFILES \\
25419         dlls/imagehlp/Makefile"
25420 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25421         imagehlp"
25422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25423 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25424 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25425
25426 ALL_MAKEFILES="$ALL_MAKEFILES \\
25427         dlls/imm32/Makefile"
25428 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25429         imm32"
25430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25431 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25432 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25433
25434 ALL_MAKEFILES="$ALL_MAKEFILES \\
25435         dlls/imm32/tests/Makefile"
25436 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25437         imm32/tests"
25438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25439 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25440 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25441
25442 ALL_MAKEFILES="$ALL_MAKEFILES \\
25443         dlls/inetcomm/Makefile"
25444 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25445         inetcomm"
25446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25447 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25448 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25449
25450 ALL_MAKEFILES="$ALL_MAKEFILES \\
25451         dlls/inetcomm/tests/Makefile"
25452 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25453         inetcomm/tests"
25454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25455 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25456 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25457
25458 ALL_MAKEFILES="$ALL_MAKEFILES \\
25459         dlls/inetmib1/Makefile"
25460 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25461         inetmib1"
25462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25463 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25464 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25465
25466 ALL_MAKEFILES="$ALL_MAKEFILES \\
25467         dlls/inetmib1/tests/Makefile"
25468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25469         inetmib1/tests"
25470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25471 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25472 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25473
25474 ALL_MAKEFILES="$ALL_MAKEFILES \\
25475         dlls/infosoft/Makefile"
25476 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25477         infosoft"
25478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25479 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25480 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25481
25482 ALL_MAKEFILES="$ALL_MAKEFILES \\
25483         dlls/infosoft/tests/Makefile"
25484 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25485         infosoft/tests"
25486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25487 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25488 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25489
25490 ALL_MAKEFILES="$ALL_MAKEFILES \\
25491         dlls/initpki/Makefile"
25492 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25493         initpki"
25494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25495 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25496 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25497
25498 ALL_MAKEFILES="$ALL_MAKEFILES \\
25499         dlls/inkobj/Makefile"
25500 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25501         inkobj"
25502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25503 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25504 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25505
25506 ALL_MAKEFILES="$ALL_MAKEFILES \\
25507         dlls/inseng/Makefile"
25508 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25509         inseng"
25510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25511 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25512 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25513
25514 ALL_MAKEFILES="$ALL_MAKEFILES \\
25515         dlls/iphlpapi/Makefile"
25516 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25517         iphlpapi"
25518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25519 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25520 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25521
25522 ALL_MAKEFILES="$ALL_MAKEFILES \\
25523         dlls/iphlpapi/tests/Makefile"
25524 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25525         iphlpapi/tests"
25526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25527 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25528 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25529
25530 ALL_MAKEFILES="$ALL_MAKEFILES \\
25531         dlls/itircl/Makefile"
25532 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25533         itircl"
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25536 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25537
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539         dlls/itss/Makefile"
25540 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25541         itss"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25544 ac_config_files="$ac_config_files dlls/itss/Makefile"
25545
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547         dlls/itss/tests/Makefile"
25548 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25549         itss/tests"
25550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25551 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25552 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25553
25554 ALL_MAKEFILES="$ALL_MAKEFILES \\
25555         dlls/jscript/Makefile"
25556 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25557         jscript"
25558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25559 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25560 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25561
25562 ALL_MAKEFILES="$ALL_MAKEFILES \\
25563         dlls/jscript/tests/Makefile"
25564 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25565         jscript/tests"
25566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25567 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25568 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25569
25570 ALL_MAKEFILES="$ALL_MAKEFILES \\
25571         dlls/kernel32/Makefile"
25572 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25573         kernel32"
25574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25575 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25576 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25577
25578 ALL_MAKEFILES="$ALL_MAKEFILES \\
25579         dlls/kernel32/tests/Makefile"
25580 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25581         kernel32/tests"
25582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25583 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25584 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25585
25586 ALL_MAKEFILES="$ALL_MAKEFILES \\
25587         dlls/loadperf/Makefile"
25588 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25589         loadperf"
25590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25591 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25592 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25593
25594 ALL_MAKEFILES="$ALL_MAKEFILES \\
25595         dlls/localspl/Makefile"
25596 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25597         localspl"
25598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25599 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25600 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25601
25602 ALL_MAKEFILES="$ALL_MAKEFILES \\
25603         dlls/localspl/tests/Makefile"
25604 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25605         localspl/tests"
25606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25607 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25608 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25609
25610 ALL_MAKEFILES="$ALL_MAKEFILES \\
25611         dlls/localui/Makefile"
25612 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25613         localui"
25614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25615 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25616 ac_config_files="$ac_config_files dlls/localui/Makefile"
25617
25618 ALL_MAKEFILES="$ALL_MAKEFILES \\
25619         dlls/localui/tests/Makefile"
25620 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25621         localui/tests"
25622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25623 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25624 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25625
25626 ALL_MAKEFILES="$ALL_MAKEFILES \\
25627         dlls/lz32/Makefile"
25628 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25629         lz32"
25630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25631 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25632 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25633
25634 ALL_MAKEFILES="$ALL_MAKEFILES \\
25635         dlls/lz32/tests/Makefile"
25636 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25637         lz32/tests"
25638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25639 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25640 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25641
25642 ALL_MAKEFILES="$ALL_MAKEFILES \\
25643         dlls/mapi32/Makefile"
25644 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25645         mapi32"
25646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25647 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25648 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25649
25650 ALL_MAKEFILES="$ALL_MAKEFILES \\
25651         dlls/mapi32/tests/Makefile"
25652 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25653         mapi32/tests"
25654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25655 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25656 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25657
25658 ALL_MAKEFILES="$ALL_MAKEFILES \\
25659         dlls/mciavi32/Makefile"
25660 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25661         mciavi32"
25662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25663 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25664 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25665
25666 ALL_MAKEFILES="$ALL_MAKEFILES \\
25667         dlls/mcicda/Makefile"
25668 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25669         mcicda"
25670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25671 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25672 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25673
25674 ALL_MAKEFILES="$ALL_MAKEFILES \\
25675         dlls/mciseq/Makefile"
25676 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25677         mciseq"
25678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25679 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25680 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25681
25682 ALL_MAKEFILES="$ALL_MAKEFILES \\
25683         dlls/mciwave/Makefile"
25684 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25685         mciwave"
25686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25687 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25688 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25689
25690 ALL_MAKEFILES="$ALL_MAKEFILES \\
25691         dlls/midimap/Makefile"
25692 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25693         midimap"
25694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25695 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25696 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25697
25698 ALL_MAKEFILES="$ALL_MAKEFILES \\
25699         dlls/mlang/Makefile"
25700 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25701         mlang"
25702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25703 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25704 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25705
25706 ALL_MAKEFILES="$ALL_MAKEFILES \\
25707         dlls/mlang/tests/Makefile"
25708 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25709         mlang/tests"
25710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25711 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25712 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25713
25714 ALL_MAKEFILES="$ALL_MAKEFILES \\
25715         dlls/mmdevldr.vxd/Makefile"
25716 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25717         mmdevldr.vxd"
25718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25719 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25720 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25721
25722 ALL_MAKEFILES="$ALL_MAKEFILES \\
25723         dlls/monodebg.vxd/Makefile"
25724 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25725         monodebg.vxd"
25726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25727 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25728 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25729
25730 ALL_MAKEFILES="$ALL_MAKEFILES \\
25731         dlls/mountmgr.sys/Makefile"
25732 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25733         mountmgr.sys"
25734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25735 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25736 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25737
25738 ALL_MAKEFILES="$ALL_MAKEFILES \\
25739         dlls/mpr/Makefile"
25740 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25741         mpr"
25742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25743 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25744 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25745
25746 ALL_MAKEFILES="$ALL_MAKEFILES \\
25747         dlls/mprapi/Makefile"
25748 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25749         mprapi"
25750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25751 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25752 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25753
25754 ALL_MAKEFILES="$ALL_MAKEFILES \\
25755         dlls/msacm32.drv/Makefile"
25756 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25757         msacm32.drv"
25758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25759 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25760 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25761
25762 ALL_MAKEFILES="$ALL_MAKEFILES \\
25763         dlls/msacm32/Makefile"
25764 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25765         msacm32"
25766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25767 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25768 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25769
25770 ALL_MAKEFILES="$ALL_MAKEFILES \\
25771         dlls/msacm32/tests/Makefile"
25772 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25773         msacm32/tests"
25774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25775 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25776 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25777
25778 ALL_MAKEFILES="$ALL_MAKEFILES \\
25779         dlls/msadp32.acm/Makefile"
25780 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25781         msadp32.acm"
25782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25783 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25784 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25785
25786 ALL_MAKEFILES="$ALL_MAKEFILES \\
25787         dlls/mscat32/Makefile"
25788 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25789         mscat32"
25790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25791 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25792 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25793
25794 ALL_MAKEFILES="$ALL_MAKEFILES \\
25795         dlls/mscms/Makefile"
25796 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25797         mscms"
25798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25799 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25800 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25801
25802 ALL_MAKEFILES="$ALL_MAKEFILES \\
25803         dlls/mscms/tests/Makefile"
25804 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25805         mscms/tests"
25806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25807 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25808 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25809
25810 ALL_MAKEFILES="$ALL_MAKEFILES \\
25811         dlls/mscoree/Makefile"
25812 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25813         mscoree"
25814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25815 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25816 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25817
25818 ALL_MAKEFILES="$ALL_MAKEFILES \\
25819         dlls/msctf/Makefile"
25820 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25821         msctf"
25822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25823 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25824 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25825
25826 ALL_MAKEFILES="$ALL_MAKEFILES \\
25827         dlls/msctf/tests/Makefile"
25828 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25829         msctf/tests"
25830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25831 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25832 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25833
25834 ALL_MAKEFILES="$ALL_MAKEFILES \\
25835         dlls/msdmo/Makefile"
25836 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25837         msdmo"
25838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25839 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25840 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25841
25842 ALL_MAKEFILES="$ALL_MAKEFILES \\
25843         dlls/msftedit/Makefile"
25844 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25845         msftedit"
25846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25847 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25848 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25849
25850 ALL_MAKEFILES="$ALL_MAKEFILES \\
25851         dlls/msg711.acm/Makefile"
25852 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25853         msg711.acm"
25854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25855 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25856 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25857
25858 ALL_MAKEFILES="$ALL_MAKEFILES \\
25859         dlls/mshtml.tlb/Makefile"
25860 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25861         mshtml.tlb"
25862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25863 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25864 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25865
25866 ALL_MAKEFILES="$ALL_MAKEFILES \\
25867         dlls/mshtml/Makefile"
25868 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25869         mshtml"
25870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25871 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25872 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25873
25874 ALL_MAKEFILES="$ALL_MAKEFILES \\
25875         dlls/mshtml/tests/Makefile"
25876 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25877         mshtml/tests"
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25880 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25881
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883         dlls/msi/Makefile"
25884 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25885         msi"
25886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25887 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25888 ac_config_files="$ac_config_files dlls/msi/Makefile"
25889
25890 ALL_MAKEFILES="$ALL_MAKEFILES \\
25891         dlls/msi/tests/Makefile"
25892 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25893         msi/tests"
25894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25895 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25896 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25897
25898 ALL_MAKEFILES="$ALL_MAKEFILES \\
25899         dlls/msimg32/Makefile"
25900 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25901         msimg32"
25902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25903 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25904 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25905
25906 ALL_MAKEFILES="$ALL_MAKEFILES \\
25907         dlls/msimtf/Makefile"
25908 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25909         msimtf"
25910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25911 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25912 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25913
25914 ALL_MAKEFILES="$ALL_MAKEFILES \\
25915         dlls/msisip/Makefile"
25916 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25917         msisip"
25918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25919 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25920 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25921
25922 ALL_MAKEFILES="$ALL_MAKEFILES \\
25923         dlls/msisys.ocx/Makefile"
25924 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25925         msisys.ocx"
25926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25927 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25928 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25929
25930 ALL_MAKEFILES="$ALL_MAKEFILES \\
25931         dlls/msnet32/Makefile"
25932 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25933         msnet32"
25934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25935 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25936 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25937
25938 ALL_MAKEFILES="$ALL_MAKEFILES \\
25939         dlls/msrle32/Makefile"
25940 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25941         msrle32"
25942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25943 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25944 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25945
25946 ALL_MAKEFILES="$ALL_MAKEFILES \\
25947         dlls/mssign32/Makefile"
25948 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25949         mssign32"
25950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25951 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25952 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25953
25954 ALL_MAKEFILES="$ALL_MAKEFILES \\
25955         dlls/mssip32/Makefile"
25956 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25957         mssip32"
25958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25959 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25960 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25961
25962 ALL_MAKEFILES="$ALL_MAKEFILES \\
25963         dlls/mstask/Makefile"
25964 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25965         mstask"
25966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25967 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25968 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25969
25970 ALL_MAKEFILES="$ALL_MAKEFILES \\
25971         dlls/mstask/tests/Makefile"
25972 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25973         mstask/tests"
25974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25975 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25976 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25977
25978 ALL_MAKEFILES="$ALL_MAKEFILES \\
25979         dlls/msvcirt/Makefile"
25980 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25981         msvcirt"
25982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25983 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25984 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25985
25986 ALL_MAKEFILES="$ALL_MAKEFILES \\
25987         dlls/msvcr71/Makefile"
25988 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25989         msvcr71"
25990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25991 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25992 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25993
25994 ALL_MAKEFILES="$ALL_MAKEFILES \\
25995         dlls/msvcrt/Makefile"
25996 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25997         msvcrt"
25998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25999 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26000 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26001
26002 ALL_MAKEFILES="$ALL_MAKEFILES \\
26003         dlls/msvcrt/tests/Makefile"
26004 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26005         msvcrt/tests"
26006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26007 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26008 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26009
26010 ALL_MAKEFILES="$ALL_MAKEFILES \\
26011         dlls/msvcrt20/Makefile"
26012 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26013         msvcrt20"
26014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26015 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26016 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26017
26018 ALL_MAKEFILES="$ALL_MAKEFILES \\
26019         dlls/msvcrt40/Makefile"
26020 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26021         msvcrt40"
26022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26023 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26024 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26025
26026 ALL_MAKEFILES="$ALL_MAKEFILES \\
26027         dlls/msvcrtd/Makefile"
26028 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26029         msvcrtd"
26030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26031 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26032 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26033
26034 ALL_MAKEFILES="$ALL_MAKEFILES \\
26035         dlls/msvcrtd/tests/Makefile"
26036 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26037         msvcrtd/tests"
26038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26039 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26040 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26041
26042 ALL_MAKEFILES="$ALL_MAKEFILES \\
26043         dlls/msvfw32/Makefile"
26044 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26045         msvfw32"
26046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26047 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26048 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26049
26050 ALL_MAKEFILES="$ALL_MAKEFILES \\
26051         dlls/msvfw32/tests/Makefile"
26052 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26053         msvfw32/tests"
26054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26055 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26056 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26057
26058 ALL_MAKEFILES="$ALL_MAKEFILES \\
26059         dlls/msvidc32/Makefile"
26060 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26061         msvidc32"
26062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26063 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26064 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26065
26066 ALL_MAKEFILES="$ALL_MAKEFILES \\
26067         dlls/mswsock/Makefile"
26068 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26069         mswsock"
26070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26071 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26072 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26073
26074 ALL_MAKEFILES="$ALL_MAKEFILES \\
26075         dlls/msxml3/Makefile"
26076 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26077         msxml3"
26078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26079 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26080 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26081
26082 ALL_MAKEFILES="$ALL_MAKEFILES \\
26083         dlls/msxml3/tests/Makefile"
26084 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26085         msxml3/tests"
26086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26087 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26088 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26089
26090 ALL_MAKEFILES="$ALL_MAKEFILES \\
26091         dlls/nddeapi/Makefile"
26092 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26093         nddeapi"
26094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26095 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26096 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26097
26098 ALL_MAKEFILES="$ALL_MAKEFILES \\
26099         dlls/netapi32/Makefile"
26100 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26101         netapi32"
26102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26103 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26104 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26105
26106 ALL_MAKEFILES="$ALL_MAKEFILES \\
26107         dlls/netapi32/tests/Makefile"
26108 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26109         netapi32/tests"
26110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26111 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26112 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26113
26114 ALL_MAKEFILES="$ALL_MAKEFILES \\
26115         dlls/newdev/Makefile"
26116 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26117         newdev"
26118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26119 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26120 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26121
26122 ALL_MAKEFILES="$ALL_MAKEFILES \\
26123         dlls/ntdll/Makefile"
26124 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26125         ntdll"
26126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26127 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26128 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26129
26130 ALL_MAKEFILES="$ALL_MAKEFILES \\
26131         dlls/ntdll/tests/Makefile"
26132 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26133         ntdll/tests"
26134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26135 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26136 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26137
26138 ALL_MAKEFILES="$ALL_MAKEFILES \\
26139         dlls/ntdsapi/Makefile"
26140 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26141         ntdsapi"
26142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26143 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26144 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26145
26146 ALL_MAKEFILES="$ALL_MAKEFILES \\
26147         dlls/ntdsapi/tests/Makefile"
26148 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26149         ntdsapi/tests"
26150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26151 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26152 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26153
26154 ALL_MAKEFILES="$ALL_MAKEFILES \\
26155         dlls/ntoskrnl.exe/Makefile"
26156 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26157         ntoskrnl.exe"
26158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26159 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26160 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26161
26162 ALL_MAKEFILES="$ALL_MAKEFILES \\
26163         dlls/ntprint/Makefile"
26164 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26165         ntprint"
26166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26167 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26168 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26169
26170 ALL_MAKEFILES="$ALL_MAKEFILES \\
26171         dlls/ntprint/tests/Makefile"
26172 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26173         ntprint/tests"
26174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26175 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26176 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26177
26178 ALL_MAKEFILES="$ALL_MAKEFILES \\
26179         dlls/objsel/Makefile"
26180 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26181         objsel"
26182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26183 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26184 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26185
26186 ALL_MAKEFILES="$ALL_MAKEFILES \\
26187         dlls/odbc32/Makefile"
26188 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26189         odbc32"
26190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26191 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26192 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26193
26194 ALL_MAKEFILES="$ALL_MAKEFILES \\
26195         dlls/odbccp32/Makefile"
26196 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26197         odbccp32"
26198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26199 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26200 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26201
26202 ALL_MAKEFILES="$ALL_MAKEFILES \\
26203         dlls/odbccp32/tests/Makefile"
26204 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26205         odbccp32/tests"
26206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26207 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26208 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26209
26210 ALL_MAKEFILES="$ALL_MAKEFILES \\
26211         dlls/ole32/Makefile"
26212 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26213         ole32"
26214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26215 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26216 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26217
26218 ALL_MAKEFILES="$ALL_MAKEFILES \\
26219         dlls/ole32/tests/Makefile"
26220 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26221         ole32/tests"
26222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26223 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26224 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26225
26226 ALL_MAKEFILES="$ALL_MAKEFILES \\
26227         dlls/oleacc/Makefile"
26228 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26229         oleacc"
26230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26231 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26232 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26233
26234 ALL_MAKEFILES="$ALL_MAKEFILES \\
26235         dlls/oleacc/tests/Makefile"
26236 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26237         oleacc/tests"
26238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26239 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26240 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26241
26242 ALL_MAKEFILES="$ALL_MAKEFILES \\
26243         dlls/oleaut32/Makefile"
26244 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26245         oleaut32"
26246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26247 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26248 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26249
26250 ALL_MAKEFILES="$ALL_MAKEFILES \\
26251         dlls/oleaut32/tests/Makefile"
26252 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26253         oleaut32/tests"
26254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26255 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26256 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26257
26258 ALL_MAKEFILES="$ALL_MAKEFILES \\
26259         dlls/olecli32/Makefile"
26260 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26261         olecli32"
26262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26263 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26264 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26265
26266 ALL_MAKEFILES="$ALL_MAKEFILES \\
26267         dlls/oledlg/Makefile"
26268 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26269         oledlg"
26270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26271 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26272 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26273
26274 ALL_MAKEFILES="$ALL_MAKEFILES \\
26275         dlls/olepro32/Makefile"
26276 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26277         olepro32"
26278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26279 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26280 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26281
26282 ALL_MAKEFILES="$ALL_MAKEFILES \\
26283         dlls/olesvr32/Makefile"
26284 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26285         olesvr32"
26286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26287 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26288 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26289
26290 ALL_MAKEFILES="$ALL_MAKEFILES \\
26291         dlls/olethk32/Makefile"
26292 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26293         olethk32"
26294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26295 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26296 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26297
26298 ALL_MAKEFILES="$ALL_MAKEFILES \\
26299         dlls/opengl32/Makefile"
26300 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26301         opengl32"
26302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26303 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26304 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26305
26306 ALL_MAKEFILES="$ALL_MAKEFILES \\
26307         dlls/opengl32/tests/Makefile"
26308 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26309         opengl32/tests"
26310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26311 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26312 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26313
26314 ALL_MAKEFILES="$ALL_MAKEFILES \\
26315         dlls/pdh/Makefile"
26316 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26317         pdh"
26318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26319 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26320 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26321
26322 ALL_MAKEFILES="$ALL_MAKEFILES \\
26323         dlls/pdh/tests/Makefile"
26324 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26325         pdh/tests"
26326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26327 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26328 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26329
26330 ALL_MAKEFILES="$ALL_MAKEFILES \\
26331         dlls/pidgen/Makefile"
26332 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26333         pidgen"
26334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26335 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26336 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26337
26338 ALL_MAKEFILES="$ALL_MAKEFILES \\
26339         dlls/powrprof/Makefile"
26340 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26341         powrprof"
26342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26343 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26344 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26345
26346 ALL_MAKEFILES="$ALL_MAKEFILES \\
26347         dlls/printui/Makefile"
26348 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26349         printui"
26350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26351 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26352 ac_config_files="$ac_config_files dlls/printui/Makefile"
26353
26354 ALL_MAKEFILES="$ALL_MAKEFILES \\
26355         dlls/propsys/Makefile"
26356 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26357         propsys"
26358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26359 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26360 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26361
26362 ALL_MAKEFILES="$ALL_MAKEFILES \\
26363         dlls/psapi/Makefile"
26364 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26365         psapi"
26366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26367 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26368 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26369
26370 ALL_MAKEFILES="$ALL_MAKEFILES \\
26371         dlls/psapi/tests/Makefile"
26372 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26373         psapi/tests"
26374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26375 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26376 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26377
26378 ALL_MAKEFILES="$ALL_MAKEFILES \\
26379         dlls/pstorec/Makefile"
26380 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26381         pstorec"
26382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26383 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26384 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26385
26386 ALL_MAKEFILES="$ALL_MAKEFILES \\
26387         dlls/qcap/Makefile"
26388 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26389         qcap"
26390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26391 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26392 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26393
26394 ALL_MAKEFILES="$ALL_MAKEFILES \\
26395         dlls/qedit/Makefile"
26396 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26397         qedit"
26398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26399 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26400 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26401
26402 ALL_MAKEFILES="$ALL_MAKEFILES \\
26403         dlls/qedit/tests/Makefile"
26404 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26405         qedit/tests"
26406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26407 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26408 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26409
26410 ALL_MAKEFILES="$ALL_MAKEFILES \\
26411         dlls/qmgr/Makefile"
26412 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26413         qmgr"
26414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26415 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26416 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26417
26418 ALL_MAKEFILES="$ALL_MAKEFILES \\
26419         dlls/qmgr/tests/Makefile"
26420 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26421         qmgr/tests"
26422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26423 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26424 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26425
26426 ALL_MAKEFILES="$ALL_MAKEFILES \\
26427         dlls/qmgrprxy/Makefile"
26428 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26429         qmgrprxy"
26430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26431 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26432 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26433
26434 ALL_MAKEFILES="$ALL_MAKEFILES \\
26435         dlls/quartz/Makefile"
26436 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26437         quartz"
26438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26439 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26440 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26441
26442 ALL_MAKEFILES="$ALL_MAKEFILES \\
26443         dlls/quartz/tests/Makefile"
26444 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26445         quartz/tests"
26446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26447 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26448 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26449
26450 ALL_MAKEFILES="$ALL_MAKEFILES \\
26451         dlls/query/Makefile"
26452 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26453         query"
26454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26455 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26456 ac_config_files="$ac_config_files dlls/query/Makefile"
26457
26458 ALL_MAKEFILES="$ALL_MAKEFILES \\
26459         dlls/rasapi32/Makefile"
26460 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26461         rasapi32"
26462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26463 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26464 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26465
26466 ALL_MAKEFILES="$ALL_MAKEFILES \\
26467         dlls/rasapi32/tests/Makefile"
26468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26469         rasapi32/tests"
26470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26471 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26472 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26473
26474 ALL_MAKEFILES="$ALL_MAKEFILES \\
26475         dlls/rasdlg/Makefile"
26476 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26477         rasdlg"
26478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26479 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26480 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26481
26482 ALL_MAKEFILES="$ALL_MAKEFILES \\
26483         dlls/resutils/Makefile"
26484 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26485         resutils"
26486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26487 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26488 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26489
26490 ALL_MAKEFILES="$ALL_MAKEFILES \\
26491         dlls/riched20/Makefile"
26492 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26493         riched20"
26494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26495 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26496 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26497
26498 ALL_MAKEFILES="$ALL_MAKEFILES \\
26499         dlls/riched20/tests/Makefile"
26500 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26501         riched20/tests"
26502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26503 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26504 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26505
26506 ALL_MAKEFILES="$ALL_MAKEFILES \\
26507         dlls/riched32/Makefile"
26508 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26509         riched32"
26510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26511 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26512 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26513
26514 ALL_MAKEFILES="$ALL_MAKEFILES \\
26515         dlls/riched32/tests/Makefile"
26516 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26517         riched32/tests"
26518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26519 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26520 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26521
26522 ALL_MAKEFILES="$ALL_MAKEFILES \\
26523         dlls/rpcrt4/Makefile"
26524 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26525         rpcrt4"
26526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26527 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26528 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26529
26530 ALL_MAKEFILES="$ALL_MAKEFILES \\
26531         dlls/rpcrt4/tests/Makefile"
26532 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26533         rpcrt4/tests"
26534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26535 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26536 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26537
26538 ALL_MAKEFILES="$ALL_MAKEFILES \\
26539         dlls/rsabase/Makefile"
26540 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26541         rsabase"
26542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26543 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26544 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26545
26546 ALL_MAKEFILES="$ALL_MAKEFILES \\
26547         dlls/rsaenh/Makefile"
26548 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26549         rsaenh"
26550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26551 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26552 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26553
26554 ALL_MAKEFILES="$ALL_MAKEFILES \\
26555         dlls/rsaenh/tests/Makefile"
26556 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26557         rsaenh/tests"
26558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26559 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26560 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26561
26562 ALL_MAKEFILES="$ALL_MAKEFILES \\
26563         dlls/sane.ds/Makefile"
26564 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26565         sane.ds"
26566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26567 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26568 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26569
26570 ALL_MAKEFILES="$ALL_MAKEFILES \\
26571         dlls/sccbase/Makefile"
26572 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26573         sccbase"
26574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26575 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26576 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26577
26578 ALL_MAKEFILES="$ALL_MAKEFILES \\
26579         dlls/schannel/Makefile"
26580 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26581         schannel"
26582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26583 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26584 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26585
26586 ALL_MAKEFILES="$ALL_MAKEFILES \\
26587         dlls/schannel/tests/Makefile"
26588 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26589         schannel/tests"
26590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26591 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26592 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26593
26594 ALL_MAKEFILES="$ALL_MAKEFILES \\
26595         dlls/secur32/Makefile"
26596 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26597         secur32"
26598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26599 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26600 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26601
26602 ALL_MAKEFILES="$ALL_MAKEFILES \\
26603         dlls/secur32/tests/Makefile"
26604 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26605         secur32/tests"
26606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26607 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26608 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26609
26610 ALL_MAKEFILES="$ALL_MAKEFILES \\
26611         dlls/security/Makefile"
26612 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26613         security"
26614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26615 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26616 ac_config_files="$ac_config_files dlls/security/Makefile"
26617
26618 ALL_MAKEFILES="$ALL_MAKEFILES \\
26619         dlls/sensapi/Makefile"
26620 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26621         sensapi"
26622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26623 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26624 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26625
26626 ALL_MAKEFILES="$ALL_MAKEFILES \\
26627         dlls/serialui/Makefile"
26628 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26629         serialui"
26630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26631 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26632 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26633
26634 ALL_MAKEFILES="$ALL_MAKEFILES \\
26635         dlls/serialui/tests/Makefile"
26636 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26637         serialui/tests"
26638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26639 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26640 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26641
26642 ALL_MAKEFILES="$ALL_MAKEFILES \\
26643         dlls/setupapi/Makefile"
26644 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26645         setupapi"
26646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26647 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26648 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26649
26650 ALL_MAKEFILES="$ALL_MAKEFILES \\
26651         dlls/setupapi/tests/Makefile"
26652 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26653         setupapi/tests"
26654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26655 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26656 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26657
26658 ALL_MAKEFILES="$ALL_MAKEFILES \\
26659         dlls/sfc/Makefile"
26660 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26661         sfc"
26662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26663 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26664 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26665
26666 ALL_MAKEFILES="$ALL_MAKEFILES \\
26667         dlls/sfc_os/Makefile"
26668 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26669         sfc_os"
26670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26671 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26672 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26673
26674 ALL_MAKEFILES="$ALL_MAKEFILES \\
26675         dlls/shdoclc/Makefile"
26676 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26677         shdoclc"
26678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26679 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26680 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26681
26682 ALL_MAKEFILES="$ALL_MAKEFILES \\
26683         dlls/shdocvw/Makefile"
26684 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26685         shdocvw"
26686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26687 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26688 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26689
26690 ALL_MAKEFILES="$ALL_MAKEFILES \\
26691         dlls/shdocvw/tests/Makefile"
26692 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26693         shdocvw/tests"
26694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26695 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26696 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26697
26698 ALL_MAKEFILES="$ALL_MAKEFILES \\
26699         dlls/shell32/Makefile"
26700 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26701         shell32"
26702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26703 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26704 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26705
26706 ALL_MAKEFILES="$ALL_MAKEFILES \\
26707         dlls/shell32/tests/Makefile"
26708 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26709         shell32/tests"
26710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26711 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26712 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26713
26714 ALL_MAKEFILES="$ALL_MAKEFILES \\
26715         dlls/shfolder/Makefile"
26716 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26717         shfolder"
26718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26719 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26720 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26721
26722 ALL_MAKEFILES="$ALL_MAKEFILES \\
26723         dlls/shlwapi/Makefile"
26724 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26725         shlwapi"
26726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26727 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26728 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26729
26730 ALL_MAKEFILES="$ALL_MAKEFILES \\
26731         dlls/shlwapi/tests/Makefile"
26732 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26733         shlwapi/tests"
26734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26735 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26736 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26737
26738 ALL_MAKEFILES="$ALL_MAKEFILES \\
26739         dlls/slbcsp/Makefile"
26740 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26741         slbcsp"
26742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26743 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26744 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26745
26746 ALL_MAKEFILES="$ALL_MAKEFILES \\
26747         dlls/slc/Makefile"
26748 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26749         slc"
26750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26751 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26752 ac_config_files="$ac_config_files dlls/slc/Makefile"
26753
26754 ALL_MAKEFILES="$ALL_MAKEFILES \\
26755         dlls/snmpapi/Makefile"
26756 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26757         snmpapi"
26758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26759 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26760 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26761
26762 ALL_MAKEFILES="$ALL_MAKEFILES \\
26763         dlls/snmpapi/tests/Makefile"
26764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26765         snmpapi/tests"
26766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26767 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26768 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26769
26770 ALL_MAKEFILES="$ALL_MAKEFILES \\
26771         dlls/softpub/Makefile"
26772 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26773         softpub"
26774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26775 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26776 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26777
26778 ALL_MAKEFILES="$ALL_MAKEFILES \\
26779         dlls/spoolss/Makefile"
26780 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26781         spoolss"
26782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26783 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26784 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26785
26786 ALL_MAKEFILES="$ALL_MAKEFILES \\
26787         dlls/spoolss/tests/Makefile"
26788 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26789         spoolss/tests"
26790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26791 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26792 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26793
26794 ALL_MAKEFILES="$ALL_MAKEFILES \\
26795         dlls/stdole2.tlb/Makefile"
26796 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26797         stdole2.tlb"
26798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26799 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26800 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26801
26802 ALL_MAKEFILES="$ALL_MAKEFILES \\
26803         dlls/stdole32.tlb/Makefile"
26804 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26805         stdole32.tlb"
26806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26807 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26808 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26809
26810 ALL_MAKEFILES="$ALL_MAKEFILES \\
26811         dlls/sti/Makefile"
26812 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26813         sti"
26814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26815 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26816 ac_config_files="$ac_config_files dlls/sti/Makefile"
26817
26818 ALL_MAKEFILES="$ALL_MAKEFILES \\
26819         dlls/strmiids/Makefile"
26820 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26821         strmiids"
26822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26823 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26824 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26825
26826 ALL_MAKEFILES="$ALL_MAKEFILES \\
26827         dlls/svrapi/Makefile"
26828 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26829         svrapi"
26830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26831 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26832 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26833
26834 ALL_MAKEFILES="$ALL_MAKEFILES \\
26835         dlls/sxs/Makefile"
26836 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26837         sxs"
26838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26839 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26840 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26841
26842 ALL_MAKEFILES="$ALL_MAKEFILES \\
26843         dlls/tapi32/Makefile"
26844 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26845         tapi32"
26846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26847 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26848 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26849
26850 ALL_MAKEFILES="$ALL_MAKEFILES \\
26851         dlls/traffic/Makefile"
26852 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26853         traffic"
26854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26855 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26856 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26857
26858 ALL_MAKEFILES="$ALL_MAKEFILES \\
26859         dlls/twain_32/Makefile"
26860 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26861         twain_32"
26862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26863 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26864 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26865
26866 ALL_MAKEFILES="$ALL_MAKEFILES \\
26867         dlls/twain_32/tests/Makefile"
26868 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26869         twain_32/tests"
26870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26871 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26872 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26873
26874 ALL_MAKEFILES="$ALL_MAKEFILES \\
26875         dlls/unicows/Makefile"
26876 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26877         unicows"
26878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26879 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26880 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26881
26882 ALL_MAKEFILES="$ALL_MAKEFILES \\
26883         dlls/updspapi/Makefile"
26884 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26885         updspapi"
26886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26887 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26888 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26889
26890 ALL_MAKEFILES="$ALL_MAKEFILES \\
26891         dlls/url/Makefile"
26892 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26893         url"
26894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26895 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26896 ac_config_files="$ac_config_files dlls/url/Makefile"
26897
26898 ALL_MAKEFILES="$ALL_MAKEFILES \\
26899         dlls/urlmon/Makefile"
26900 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26901         urlmon"
26902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26903 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26904 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26905
26906 ALL_MAKEFILES="$ALL_MAKEFILES \\
26907         dlls/urlmon/tests/Makefile"
26908 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26909         urlmon/tests"
26910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26911 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26912 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26913
26914 ALL_MAKEFILES="$ALL_MAKEFILES \\
26915         dlls/user32/Makefile"
26916 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26917         user32"
26918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26919 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26920 ac_config_files="$ac_config_files dlls/user32/Makefile"
26921
26922 ALL_MAKEFILES="$ALL_MAKEFILES \\
26923         dlls/user32/tests/Makefile"
26924 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26925         user32/tests"
26926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26927 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26928 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26929
26930 ALL_MAKEFILES="$ALL_MAKEFILES \\
26931         dlls/userenv/Makefile"
26932 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26933         userenv"
26934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26935 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26936 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26937
26938 ALL_MAKEFILES="$ALL_MAKEFILES \\
26939         dlls/userenv/tests/Makefile"
26940 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26941         userenv/tests"
26942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26943 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26944 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26945
26946 ALL_MAKEFILES="$ALL_MAKEFILES \\
26947         dlls/usp10/Makefile"
26948 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26949         usp10"
26950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26951 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26952 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26953
26954 ALL_MAKEFILES="$ALL_MAKEFILES \\
26955         dlls/usp10/tests/Makefile"
26956 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26957         usp10/tests"
26958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26959 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26960 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26961
26962 ALL_MAKEFILES="$ALL_MAKEFILES \\
26963         dlls/uuid/Makefile"
26964 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26965         uuid"
26966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26967 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26968 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26969
26970 ALL_MAKEFILES="$ALL_MAKEFILES \\
26971         dlls/uxtheme/Makefile"
26972 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26973         uxtheme"
26974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26975 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26976 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26977
26978 ALL_MAKEFILES="$ALL_MAKEFILES \\
26979         dlls/uxtheme/tests/Makefile"
26980 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26981         uxtheme/tests"
26982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26983 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26984 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26985
26986 ALL_MAKEFILES="$ALL_MAKEFILES \\
26987         dlls/vdhcp.vxd/Makefile"
26988 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26989         vdhcp.vxd"
26990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26991 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26992 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26993
26994 ALL_MAKEFILES="$ALL_MAKEFILES \\
26995         dlls/vdmdbg/Makefile"
26996 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26997         vdmdbg"
26998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26999 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27000 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27001
27002 ALL_MAKEFILES="$ALL_MAKEFILES \\
27003         dlls/version/Makefile"
27004 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27005         version"
27006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27007 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27008 ac_config_files="$ac_config_files dlls/version/Makefile"
27009
27010 ALL_MAKEFILES="$ALL_MAKEFILES \\
27011         dlls/version/tests/Makefile"
27012 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27013         version/tests"
27014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27015 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27016 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27017
27018 ALL_MAKEFILES="$ALL_MAKEFILES \\
27019         dlls/vmm.vxd/Makefile"
27020 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27021         vmm.vxd"
27022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27023 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27024 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27025
27026 ALL_MAKEFILES="$ALL_MAKEFILES \\
27027         dlls/vnbt.vxd/Makefile"
27028 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27029         vnbt.vxd"
27030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27031 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27032 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27033
27034 ALL_MAKEFILES="$ALL_MAKEFILES \\
27035         dlls/vnetbios.vxd/Makefile"
27036 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27037         vnetbios.vxd"
27038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27039 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27040 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27041
27042 ALL_MAKEFILES="$ALL_MAKEFILES \\
27043         dlls/vtdapi.vxd/Makefile"
27044 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27045         vtdapi.vxd"
27046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27047 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27048 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27049
27050 ALL_MAKEFILES="$ALL_MAKEFILES \\
27051         dlls/vwin32.vxd/Makefile"
27052 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27053         vwin32.vxd"
27054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27055 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27056 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27057
27058 ALL_MAKEFILES="$ALL_MAKEFILES \\
27059         dlls/w32skrnl/Makefile"
27060 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27061         w32skrnl"
27062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27063 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27064 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27065
27066 ALL_MAKEFILES="$ALL_MAKEFILES \\
27067         dlls/winealsa.drv/Makefile"
27068 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27069         winealsa.drv"
27070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27071 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27072 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27073
27074 ALL_MAKEFILES="$ALL_MAKEFILES \\
27075         dlls/wineaudioio.drv/Makefile"
27076 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27077         wineaudioio.drv"
27078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27079 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27080 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27081
27082 ALL_MAKEFILES="$ALL_MAKEFILES \\
27083         dlls/winecoreaudio.drv/Makefile"
27084 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27085         winecoreaudio.drv"
27086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27087 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27088 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27089
27090 ALL_MAKEFILES="$ALL_MAKEFILES \\
27091         dlls/winecrt0/Makefile"
27092 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27093         winecrt0"
27094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27095 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27096 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27097
27098 ALL_MAKEFILES="$ALL_MAKEFILES \\
27099         dlls/wined3d/Makefile"
27100 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27101         wined3d"
27102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27103 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27104 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27105
27106 ALL_MAKEFILES="$ALL_MAKEFILES \\
27107         dlls/winedos/Makefile"
27108 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27109         winedos"
27110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27111 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27112 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27113
27114 ALL_MAKEFILES="$ALL_MAKEFILES \\
27115         dlls/wineesd.drv/Makefile"
27116 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27117         wineesd.drv"
27118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27119 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27120 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27121
27122 ALL_MAKEFILES="$ALL_MAKEFILES \\
27123         dlls/winejack.drv/Makefile"
27124 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27125         winejack.drv"
27126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27127 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27128 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27129
27130 ALL_MAKEFILES="$ALL_MAKEFILES \\
27131         dlls/winejoystick.drv/Makefile"
27132 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27133         winejoystick.drv"
27134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27135 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27136 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27137
27138 ALL_MAKEFILES="$ALL_MAKEFILES \\
27139         dlls/winemp3.acm/Makefile"
27140 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27141         winemp3.acm"
27142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27143 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27144 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27145
27146 ALL_MAKEFILES="$ALL_MAKEFILES \\
27147         dlls/winenas.drv/Makefile"
27148 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27149         winenas.drv"
27150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27151 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27152 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27153
27154 ALL_MAKEFILES="$ALL_MAKEFILES \\
27155         dlls/wineoss.drv/Makefile"
27156 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27157         wineoss.drv"
27158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27159 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27160 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27161
27162 ALL_MAKEFILES="$ALL_MAKEFILES \\
27163         dlls/wineps.drv/Makefile"
27164 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27165         wineps.drv"
27166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27167 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27168 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27169
27170 ALL_MAKEFILES="$ALL_MAKEFILES \\
27171         dlls/winequartz.drv/Makefile"
27172 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27173         winequartz.drv"
27174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27175 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27176 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27177
27178 ALL_MAKEFILES="$ALL_MAKEFILES \\
27179         dlls/winex11.drv/Makefile"
27180 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27181         winex11.drv"
27182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27183 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27184 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27185
27186 ALL_MAKEFILES="$ALL_MAKEFILES \\
27187         dlls/wing32/Makefile"
27188 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27189         wing32"
27190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27191 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27192 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27193
27194 ALL_MAKEFILES="$ALL_MAKEFILES \\
27195         dlls/winhttp/Makefile"
27196 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27197         winhttp"
27198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27199 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27200 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27201
27202 ALL_MAKEFILES="$ALL_MAKEFILES \\
27203         dlls/winhttp/tests/Makefile"
27204 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27205         winhttp/tests"
27206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27207 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27208 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27209
27210 ALL_MAKEFILES="$ALL_MAKEFILES \\
27211         dlls/wininet/Makefile"
27212 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27213         wininet"
27214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27215 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27216 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27217
27218 ALL_MAKEFILES="$ALL_MAKEFILES \\
27219         dlls/wininet/tests/Makefile"
27220 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27221         wininet/tests"
27222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27223 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27224 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27225
27226 ALL_MAKEFILES="$ALL_MAKEFILES \\
27227         dlls/winmm/Makefile"
27228 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27229         winmm"
27230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27231 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27232 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27233
27234 ALL_MAKEFILES="$ALL_MAKEFILES \\
27235         dlls/winmm/tests/Makefile"
27236 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27237         winmm/tests"
27238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27239 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27240 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27241
27242 ALL_MAKEFILES="$ALL_MAKEFILES \\
27243         dlls/winnls32/Makefile"
27244 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27245         winnls32"
27246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27247 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27248 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27249
27250 ALL_MAKEFILES="$ALL_MAKEFILES \\
27251         dlls/winscard/Makefile"
27252 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27253         winscard"
27254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27255 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27256 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27257
27258 ALL_MAKEFILES="$ALL_MAKEFILES \\
27259         dlls/winspool.drv/Makefile"
27260 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27261         winspool.drv"
27262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27263 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27264 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27265
27266 ALL_MAKEFILES="$ALL_MAKEFILES \\
27267         dlls/winspool.drv/tests/Makefile"
27268 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27269         winspool.drv/tests"
27270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27271 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27272 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27273
27274 ALL_MAKEFILES="$ALL_MAKEFILES \\
27275         dlls/wintab32/Makefile"
27276 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27277         wintab32"
27278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27279 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27280 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27281
27282 ALL_MAKEFILES="$ALL_MAKEFILES \\
27283         dlls/wintrust/Makefile"
27284 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27285         wintrust"
27286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27287 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27288 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27289
27290 ALL_MAKEFILES="$ALL_MAKEFILES \\
27291         dlls/wintrust/tests/Makefile"
27292 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27293         wintrust/tests"
27294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27295 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27296 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27297
27298 ALL_MAKEFILES="$ALL_MAKEFILES \\
27299         dlls/wldap32/Makefile"
27300 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27301         wldap32"
27302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27303 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27304 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27305
27306 ALL_MAKEFILES="$ALL_MAKEFILES \\
27307         dlls/wldap32/tests/Makefile"
27308 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27309         wldap32/tests"
27310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27311 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27312 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27313
27314 ALL_MAKEFILES="$ALL_MAKEFILES \\
27315         dlls/wmi/Makefile"
27316 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27317         wmi"
27318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27319 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27320 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27321
27322 ALL_MAKEFILES="$ALL_MAKEFILES \\
27323         dlls/wnaspi32/Makefile"
27324 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27325         wnaspi32"
27326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27327 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27328 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27329
27330 ALL_MAKEFILES="$ALL_MAKEFILES \\
27331         dlls/wow32/Makefile"
27332 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27333         wow32"
27334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27335 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27336 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27337
27338 ALL_MAKEFILES="$ALL_MAKEFILES \\
27339         dlls/ws2_32/Makefile"
27340 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27341         ws2_32"
27342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27343 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27344 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27345
27346 ALL_MAKEFILES="$ALL_MAKEFILES \\
27347         dlls/ws2_32/tests/Makefile"
27348 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27349         ws2_32/tests"
27350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27351 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27352 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27353
27354 ALL_MAKEFILES="$ALL_MAKEFILES \\
27355         dlls/wsock32/Makefile"
27356 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27357         wsock32"
27358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27359 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27360 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27361
27362 ALL_MAKEFILES="$ALL_MAKEFILES \\
27363         dlls/wtsapi32/Makefile"
27364 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27365         wtsapi32"
27366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27367 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27368 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27369
27370 ALL_MAKEFILES="$ALL_MAKEFILES \\
27371         dlls/wuapi/Makefile"
27372 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27373         wuapi"
27374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27375 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27376 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27377
27378 ALL_MAKEFILES="$ALL_MAKEFILES \\
27379         dlls/xinput1_1/Makefile"
27380 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27381         xinput1_1"
27382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27383 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27384 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27385
27386 ALL_MAKEFILES="$ALL_MAKEFILES \\
27387         dlls/xinput1_2/Makefile"
27388 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27389         xinput1_2"
27390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27391 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27392 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27393
27394 ALL_MAKEFILES="$ALL_MAKEFILES \\
27395         dlls/xinput1_3/Makefile"
27396 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27397         xinput1_3"
27398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27399 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27400 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27401
27402 ALL_MAKEFILES="$ALL_MAKEFILES \\
27403         dlls/xinput1_3/tests/Makefile"
27404 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27405         xinput1_3/tests"
27406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27407 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27408 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27409
27410 ALL_MAKEFILES="$ALL_MAKEFILES \\
27411         dlls/xinput9_1_0/Makefile"
27412 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27413         xinput9_1_0"
27414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27415 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27416 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27417
27418 ALL_MAKEFILES="$ALL_MAKEFILES \\
27419         documentation/Makefile"
27420 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27421         documentation"
27422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27423 documentation/Makefile: documentation/Makefile.in Make.rules"
27424 ac_config_files="$ac_config_files documentation/Makefile"
27425
27426 ALL_MAKEFILES="$ALL_MAKEFILES \\
27427         fonts/Makefile"
27428 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27429         fonts"
27430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27431 fonts/Makefile: fonts/Makefile.in Make.rules"
27432 ac_config_files="$ac_config_files fonts/Makefile"
27433
27434 ALL_MAKEFILES="$ALL_MAKEFILES \\
27435         include/Makefile"
27436 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27437         include"
27438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27439 include/Makefile: include/Makefile.in Make.rules"
27440 ac_config_files="$ac_config_files include/Makefile"
27441
27442 ALL_MAKEFILES="$ALL_MAKEFILES \\
27443         libs/Makefile"
27444 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27445         libs"
27446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27447 libs/Makefile: libs/Makefile.in Make.rules"
27448 ac_config_files="$ac_config_files libs/Makefile"
27449
27450 ALL_MAKEFILES="$ALL_MAKEFILES \\
27451         libs/port/Makefile"
27452
27453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27454 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27455 ac_config_files="$ac_config_files libs/port/Makefile"
27456
27457 ALL_MAKEFILES="$ALL_MAKEFILES \\
27458         libs/wine/Makefile"
27459
27460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27461 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27462 ac_config_files="$ac_config_files libs/wine/Makefile"
27463
27464 ALL_MAKEFILES="$ALL_MAKEFILES \\
27465         libs/wpp/Makefile"
27466
27467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27468 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27469 ac_config_files="$ac_config_files libs/wpp/Makefile"
27470
27471 ALL_MAKEFILES="$ALL_MAKEFILES \\
27472         loader/Makefile"
27473 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27474         loader"
27475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27476 loader/Makefile: loader/Makefile.in Make.rules"
27477 ac_config_files="$ac_config_files loader/Makefile"
27478
27479 ALL_MAKEFILES="$ALL_MAKEFILES \\
27480         programs/Makefile"
27481 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27482         programs"
27483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27484 programs/Makefile: programs/Makefile.in Make.rules"
27485 ac_config_files="$ac_config_files programs/Makefile"
27486
27487 ALL_MAKEFILES="$ALL_MAKEFILES \\
27488         programs/cacls/Makefile"
27489 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27490         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27491         cacls"
27492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27493 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27494 ac_config_files="$ac_config_files programs/cacls/Makefile"
27495
27496 ALL_MAKEFILES="$ALL_MAKEFILES \\
27497         programs/clock/Makefile"
27498 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27499         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27500         clock"
27501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27502 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27503 ac_config_files="$ac_config_files programs/clock/Makefile"
27504
27505 ALL_MAKEFILES="$ALL_MAKEFILES \\
27506         programs/cmd/Makefile"
27507 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27508         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27509         cmd"
27510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27511 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27512 ac_config_files="$ac_config_files programs/cmd/Makefile"
27513
27514 ALL_MAKEFILES="$ALL_MAKEFILES \\
27515         programs/cmdlgtst/Makefile"
27516 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27517         cmdlgtst"
27518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27519 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27520 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27521
27522 ALL_MAKEFILES="$ALL_MAKEFILES \\
27523         programs/control/Makefile"
27524 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27525         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27526         control"
27527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27528 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27529 ac_config_files="$ac_config_files programs/control/Makefile"
27530
27531 ALL_MAKEFILES="$ALL_MAKEFILES \\
27532         programs/eject/Makefile"
27533 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27534         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27535         eject"
27536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27537 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27538 ac_config_files="$ac_config_files programs/eject/Makefile"
27539
27540 ALL_MAKEFILES="$ALL_MAKEFILES \\
27541         programs/expand/Makefile"
27542 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27543         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27544         expand"
27545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27546 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27547 ac_config_files="$ac_config_files programs/expand/Makefile"
27548
27549 ALL_MAKEFILES="$ALL_MAKEFILES \\
27550         programs/explorer/Makefile"
27551 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27552         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27553         explorer"
27554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27555 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27556 ac_config_files="$ac_config_files programs/explorer/Makefile"
27557
27558 ALL_MAKEFILES="$ALL_MAKEFILES \\
27559         programs/hh/Makefile"
27560 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27561         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27562         hh"
27563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27564 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27565 ac_config_files="$ac_config_files programs/hh/Makefile"
27566
27567 ALL_MAKEFILES="$ALL_MAKEFILES \\
27568         programs/icinfo/Makefile"
27569 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27570         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27571         icinfo"
27572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27573 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27574 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27575
27576 ALL_MAKEFILES="$ALL_MAKEFILES \\
27577         programs/iexplore/Makefile"
27578 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27579         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27580         iexplore"
27581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27582 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27583 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27584
27585 ALL_MAKEFILES="$ALL_MAKEFILES \\
27586         programs/lodctr/Makefile"
27587 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27588         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27589         lodctr"
27590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27591 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27592 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27593
27594 ALL_MAKEFILES="$ALL_MAKEFILES \\
27595         programs/msiexec/Makefile"
27596 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27597         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27598         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27599         msiexec"
27600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27601 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27602 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27603
27604 ALL_MAKEFILES="$ALL_MAKEFILES \\
27605         programs/net/Makefile"
27606 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27607         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27608         net"
27609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27610 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27611 ac_config_files="$ac_config_files programs/net/Makefile"
27612
27613 ALL_MAKEFILES="$ALL_MAKEFILES \\
27614         programs/notepad/Makefile"
27615 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27616         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27617         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27618         notepad"
27619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27620 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27621 ac_config_files="$ac_config_files programs/notepad/Makefile"
27622
27623 ALL_MAKEFILES="$ALL_MAKEFILES \\
27624         programs/oleview/Makefile"
27625 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27626         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27627         oleview"
27628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27629 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27630 ac_config_files="$ac_config_files programs/oleview/Makefile"
27631
27632 ALL_MAKEFILES="$ALL_MAKEFILES \\
27633         programs/progman/Makefile"
27634 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27635         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27636         progman"
27637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27638 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27639 ac_config_files="$ac_config_files programs/progman/Makefile"
27640
27641 ALL_MAKEFILES="$ALL_MAKEFILES \\
27642         programs/reg/Makefile"
27643 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27644         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27645         reg"
27646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27647 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27648 ac_config_files="$ac_config_files programs/reg/Makefile"
27649
27650 ALL_MAKEFILES="$ALL_MAKEFILES \\
27651         programs/regedit/Makefile"
27652 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27653         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27654         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27655         regedit"
27656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27657 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27658 ac_config_files="$ac_config_files programs/regedit/Makefile"
27659
27660 ALL_MAKEFILES="$ALL_MAKEFILES \\
27661         programs/regsvr32/Makefile"
27662 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27663         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27664         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27665         regsvr32"
27666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27667 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27668 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27669
27670 ALL_MAKEFILES="$ALL_MAKEFILES \\
27671         programs/rpcss/Makefile"
27672 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27673         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27674         rpcss"
27675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27676 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27677 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27678
27679 ALL_MAKEFILES="$ALL_MAKEFILES \\
27680         programs/rundll32/Makefile"
27681 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27682         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27683         rundll32"
27684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27685 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27686 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27687
27688 ALL_MAKEFILES="$ALL_MAKEFILES \\
27689         programs/secedit/Makefile"
27690 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27691         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27692         secedit"
27693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27694 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27695 ac_config_files="$ac_config_files programs/secedit/Makefile"
27696
27697 ALL_MAKEFILES="$ALL_MAKEFILES \\
27698         programs/services/Makefile"
27699 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27700         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27701         services"
27702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27703 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27704 ac_config_files="$ac_config_files programs/services/Makefile"
27705
27706 ALL_MAKEFILES="$ALL_MAKEFILES \\
27707         programs/spoolsv/Makefile"
27708 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27709         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27710         spoolsv"
27711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27712 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27713 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27714
27715 ALL_MAKEFILES="$ALL_MAKEFILES \\
27716         programs/start/Makefile"
27717 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27718         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27719         start"
27720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27721 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27722 ac_config_files="$ac_config_files programs/start/Makefile"
27723
27724 ALL_MAKEFILES="$ALL_MAKEFILES \\
27725         programs/svchost/Makefile"
27726 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27727         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27728         svchost"
27729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27730 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27731 ac_config_files="$ac_config_files programs/svchost/Makefile"
27732
27733 ALL_MAKEFILES="$ALL_MAKEFILES \\
27734         programs/taskmgr/Makefile"
27735 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27736         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27737         taskmgr"
27738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27739 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27740 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27741
27742 ALL_MAKEFILES="$ALL_MAKEFILES \\
27743         programs/uninstaller/Makefile"
27744 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27745         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27746         uninstaller"
27747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27748 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27749 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27750
27751 ALL_MAKEFILES="$ALL_MAKEFILES \\
27752         programs/unlodctr/Makefile"
27753 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27754         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27755         unlodctr"
27756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27757 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27758 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27759
27760 ALL_MAKEFILES="$ALL_MAKEFILES \\
27761         programs/view/Makefile"
27762 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27763         view"
27764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27765 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27766 ac_config_files="$ac_config_files programs/view/Makefile"
27767
27768 ALL_MAKEFILES="$ALL_MAKEFILES \\
27769         programs/wineboot/Makefile"
27770 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27771         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27772         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27773         wineboot"
27774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27775 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27776 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27777
27778 ALL_MAKEFILES="$ALL_MAKEFILES \\
27779         programs/winebrowser/Makefile"
27780 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27781         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27782         winebrowser"
27783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27784 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27785 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27786
27787 ALL_MAKEFILES="$ALL_MAKEFILES \\
27788         programs/winecfg/Makefile"
27789 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27790         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27791         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27792         winecfg"
27793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27794 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27795 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27796
27797 ALL_MAKEFILES="$ALL_MAKEFILES \\
27798         programs/wineconsole/Makefile"
27799 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27800         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27801         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27802         wineconsole"
27803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27804 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27805 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27806
27807 ALL_MAKEFILES="$ALL_MAKEFILES \\
27808         programs/winedbg/Makefile"
27809 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27810         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27811         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27812         winedbg"
27813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27814 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27815 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27816
27817 ALL_MAKEFILES="$ALL_MAKEFILES \\
27818         programs/winedevice/Makefile"
27819 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27820         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27821         winedevice"
27822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27823 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27824 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27825
27826 ALL_MAKEFILES="$ALL_MAKEFILES \\
27827         programs/winefile/Makefile"
27828 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27829         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27830         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27831         winefile"
27832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27833 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27834 ac_config_files="$ac_config_files programs/winefile/Makefile"
27835
27836 ALL_MAKEFILES="$ALL_MAKEFILES \\
27837         programs/winemenubuilder/Makefile"
27838 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27839         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27840         winemenubuilder"
27841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27842 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27843 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27844
27845 ALL_MAKEFILES="$ALL_MAKEFILES \\
27846         programs/winemine/Makefile"
27847 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27848         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27849         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27850         winemine"
27851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27852 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27853 ac_config_files="$ac_config_files programs/winemine/Makefile"
27854
27855 ALL_MAKEFILES="$ALL_MAKEFILES \\
27856         programs/winepath/Makefile"
27857 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27858         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27859         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27860         winepath"
27861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27862 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27863 ac_config_files="$ac_config_files programs/winepath/Makefile"
27864
27865 ALL_MAKEFILES="$ALL_MAKEFILES \\
27866         programs/winetest/Makefile"
27867 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27868         winetest"
27869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27870 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27871 ac_config_files="$ac_config_files programs/winetest/Makefile"
27872
27873 ALL_MAKEFILES="$ALL_MAKEFILES \\
27874         programs/winevdm/Makefile"
27875 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27876         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27877         winevdm"
27878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27879 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27880 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27881
27882 ALL_MAKEFILES="$ALL_MAKEFILES \\
27883         programs/winhlp32/Makefile"
27884 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27885         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27886         winhlp32"
27887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27888 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27889 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27890
27891 ALL_MAKEFILES="$ALL_MAKEFILES \\
27892         programs/winver/Makefile"
27893 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27894         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27895         winver"
27896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27897 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27898 ac_config_files="$ac_config_files programs/winver/Makefile"
27899
27900 ALL_MAKEFILES="$ALL_MAKEFILES \\
27901         programs/wordpad/Makefile"
27902 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27903         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27904         wordpad"
27905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27906 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27907 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27908
27909 ALL_MAKEFILES="$ALL_MAKEFILES \\
27910         programs/write/Makefile"
27911 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27912         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27913         write"
27914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27915 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27916 ac_config_files="$ac_config_files programs/write/Makefile"
27917
27918 ALL_MAKEFILES="$ALL_MAKEFILES \\
27919         programs/xcopy/Makefile"
27920 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27921         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27922         xcopy"
27923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27924 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27925 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27926
27927 ALL_MAKEFILES="$ALL_MAKEFILES \\
27928         server/Makefile"
27929 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27930         server"
27931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27932 server/Makefile: server/Makefile.in Make.rules"
27933 ac_config_files="$ac_config_files server/Makefile"
27934
27935 ALL_MAKEFILES="$ALL_MAKEFILES \\
27936         tools/Makefile"
27937 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27938         tools"
27939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27940 tools/Makefile: tools/Makefile.in Make.rules"
27941 ac_config_files="$ac_config_files tools/Makefile"
27942
27943 ALL_MAKEFILES="$ALL_MAKEFILES \\
27944         tools/widl/Makefile"
27945
27946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27947 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27948 ac_config_files="$ac_config_files tools/widl/Makefile"
27949
27950 ALL_MAKEFILES="$ALL_MAKEFILES \\
27951         tools/winebuild/Makefile"
27952
27953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27954 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27955 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27956
27957 ALL_MAKEFILES="$ALL_MAKEFILES \\
27958         tools/winedump/Makefile"
27959
27960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27961 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27962 ac_config_files="$ac_config_files tools/winedump/Makefile"
27963
27964 ALL_MAKEFILES="$ALL_MAKEFILES \\
27965         tools/winegcc/Makefile"
27966
27967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27968 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27969 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27970
27971 ALL_MAKEFILES="$ALL_MAKEFILES \\
27972         tools/wmc/Makefile"
27973
27974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27975 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27976 ac_config_files="$ac_config_files tools/wmc/Makefile"
27977
27978 ALL_MAKEFILES="$ALL_MAKEFILES \\
27979         tools/wrc/Makefile"
27980
27981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27982 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27983 ac_config_files="$ac_config_files tools/wrc/Makefile"
27984
27985
27986
27987 ALL_WINETEST_DEPENDS="# Test binaries"
27988
27989 for dir in $ALL_TEST_DIRS
27990 do
27991     if test "$dir" != "\\"
27992     then
27993         testname=`expr $dir : '\(.*\)/tests'`_test.exe
27994         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27995 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27996         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27997     fi
27998 done
27999
28000 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28001
28002 cat >confcache <<\_ACEOF
28003 # This file is a shell script that caches the results of configure
28004 # tests run on this system so they can be shared between configure
28005 # scripts and configure runs, see configure's option --config-cache.
28006 # It is not useful on other systems.  If it contains results you don't
28007 # want to keep, you may remove or edit it.
28008 #
28009 # config.status only pays attention to the cache file if you give it
28010 # the --recheck option to rerun configure.
28011 #
28012 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28013 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28014 # following values.
28015
28016 _ACEOF
28017
28018 # The following way of writing the cache mishandles newlines in values,
28019 # but we know of no workaround that is simple, portable, and efficient.
28020 # So, we kill variables containing newlines.
28021 # Ultrix sh set writes to stderr and can't be redirected directly,
28022 # and sets the high bit in the cache file unless we assign to the vars.
28023 (
28024   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28025     eval ac_val=\$$ac_var
28026     case $ac_val in #(
28027     *${as_nl}*)
28028       case $ac_var in #(
28029       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28030 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28031       esac
28032       case $ac_var in #(
28033       _ | IFS | as_nl) ;; #(
28034       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28035       *) $as_unset $ac_var ;;
28036       esac ;;
28037     esac
28038   done
28039
28040   (set) 2>&1 |
28041     case $as_nl`(ac_space=' '; set) 2>&1` in #(
28042     *${as_nl}ac_space=\ *)
28043       # `set' does not quote correctly, so add quotes (double-quote
28044       # substitution turns \\\\ into \\, and sed turns \\ into \).
28045       sed -n \
28046         "s/'/'\\\\''/g;
28047           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28048       ;; #(
28049     *)
28050       # `set' quotes correctly as required by POSIX, so do not add quotes.
28051       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28052       ;;
28053     esac |
28054     sort
28055 ) |
28056   sed '
28057      /^ac_cv_env_/b end
28058      t clear
28059      :clear
28060      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28061      t end
28062      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28063      :end' >>confcache
28064 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28065   if test -w "$cache_file"; then
28066     test "x$cache_file" != "x/dev/null" &&
28067       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28068 $as_echo "$as_me: updating cache $cache_file" >&6;}
28069     cat confcache >$cache_file
28070   else
28071     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28072 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28073   fi
28074 fi
28075 rm -f confcache
28076
28077 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28078 # Let make expand exec_prefix.
28079 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28080
28081 DEFS=-DHAVE_CONFIG_H
28082
28083 ac_libobjs=
28084 ac_ltlibobjs=
28085 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28086   # 1. Remove the extension, and $U if already installed.
28087   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28088   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28089   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
28090   #    will be set to the directory where LIBOBJS objects are built.
28091   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28092   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28093 done
28094 LIBOBJS=$ac_libobjs
28095
28096 LTLIBOBJS=$ac_ltlibobjs
28097
28098
28099
28100 : ${CONFIG_STATUS=./config.status}
28101 ac_write_fail=0
28102 ac_clean_files_save=$ac_clean_files
28103 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28104 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28105 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28106 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28107 #! $SHELL
28108 # Generated by $as_me.
28109 # Run this file to recreate the current configuration.
28110 # Compiler output produced by configure, useful for debugging
28111 # configure, is in config.log if it exists.
28112
28113 debug=false
28114 ac_cs_recheck=false
28115 ac_cs_silent=false
28116 SHELL=\${CONFIG_SHELL-$SHELL}
28117 _ACEOF
28118
28119 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28120 ## --------------------- ##
28121 ## M4sh Initialization.  ##
28122 ## --------------------- ##
28123
28124 # Be more Bourne compatible
28125 DUALCASE=1; export DUALCASE # for MKS sh
28126 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28127   emulate sh
28128   NULLCMD=:
28129   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28130   # is contrary to our usage.  Disable this feature.
28131   alias -g '${1+"$@"}'='"$@"'
28132   setopt NO_GLOB_SUBST
28133 else
28134   case `(set -o) 2>/dev/null` in
28135   *posix*) set -o posix ;;
28136 esac
28137
28138 fi
28139
28140
28141
28142
28143 # PATH needs CR
28144 # Avoid depending upon Character Ranges.
28145 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28146 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28147 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28148 as_cr_digits='0123456789'
28149 as_cr_alnum=$as_cr_Letters$as_cr_digits
28150
28151 as_nl='
28152 '
28153 export as_nl
28154 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28155 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28156 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28157 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28158 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28159   as_echo='printf %s\n'
28160   as_echo_n='printf %s'
28161 else
28162   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28163     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28164     as_echo_n='/usr/ucb/echo -n'
28165   else
28166     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28167     as_echo_n_body='eval
28168       arg=$1;
28169       case $arg in
28170       *"$as_nl"*)
28171         expr "X$arg" : "X\\(.*\\)$as_nl";
28172         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28173       esac;
28174       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28175     '
28176     export as_echo_n_body
28177     as_echo_n='sh -c $as_echo_n_body as_echo'
28178   fi
28179   export as_echo_body
28180   as_echo='sh -c $as_echo_body as_echo'
28181 fi
28182
28183 # The user is always right.
28184 if test "${PATH_SEPARATOR+set}" != set; then
28185   PATH_SEPARATOR=:
28186   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28187     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28188       PATH_SEPARATOR=';'
28189   }
28190 fi
28191
28192 # Support unset when possible.
28193 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28194   as_unset=unset
28195 else
28196   as_unset=false
28197 fi
28198
28199
28200 # IFS
28201 # We need space, tab and new line, in precisely that order.  Quoting is
28202 # there to prevent editors from complaining about space-tab.
28203 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28204 # splitting by setting IFS to empty value.)
28205 IFS=" ""        $as_nl"
28206
28207 # Find who we are.  Look in the path if we contain no directory separator.
28208 case $0 in
28209   *[\\/]* ) as_myself=$0 ;;
28210   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28211 for as_dir in $PATH
28212 do
28213   IFS=$as_save_IFS
28214   test -z "$as_dir" && as_dir=.
28215   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28216 done
28217 IFS=$as_save_IFS
28218
28219      ;;
28220 esac
28221 # We did not find ourselves, most probably we were run as `sh COMMAND'
28222 # in which case we are not to be found in the path.
28223 if test "x$as_myself" = x; then
28224   as_myself=$0
28225 fi
28226 if test ! -f "$as_myself"; then
28227   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28228   { (exit 1); exit 1; }
28229 fi
28230
28231 # Work around bugs in pre-3.0 UWIN ksh.
28232 for as_var in ENV MAIL MAILPATH
28233 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28234 done
28235 PS1='$ '
28236 PS2='> '
28237 PS4='+ '
28238
28239 # NLS nuisances.
28240 LC_ALL=C
28241 export LC_ALL
28242 LANGUAGE=C
28243 export LANGUAGE
28244
28245 # Required to use basename.
28246 if expr a : '\(a\)' >/dev/null 2>&1 &&
28247    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28248   as_expr=expr
28249 else
28250   as_expr=false
28251 fi
28252
28253 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28254   as_basename=basename
28255 else
28256   as_basename=false
28257 fi
28258
28259
28260 # Name of the executable.
28261 as_me=`$as_basename -- "$0" ||
28262 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28263          X"$0" : 'X\(//\)$' \| \
28264          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28265 $as_echo X/"$0" |
28266     sed '/^.*\/\([^/][^/]*\)\/*$/{
28267             s//\1/
28268             q
28269           }
28270           /^X\/\(\/\/\)$/{
28271             s//\1/
28272             q
28273           }
28274           /^X\/\(\/\).*/{
28275             s//\1/
28276             q
28277           }
28278           s/.*/./; q'`
28279
28280 # CDPATH.
28281 $as_unset CDPATH
28282
28283
28284
28285   as_lineno_1=$LINENO
28286   as_lineno_2=$LINENO
28287   test "x$as_lineno_1" != "x$as_lineno_2" &&
28288   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28289
28290   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28291   # uniformly replaced by the line number.  The first 'sed' inserts a
28292   # line-number line after each line using $LINENO; the second 'sed'
28293   # does the real work.  The second script uses 'N' to pair each
28294   # line-number line with the line containing $LINENO, and appends
28295   # trailing '-' during substitution so that $LINENO is not a special
28296   # case at line end.
28297   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28298   # scripts with optimization help from Paolo Bonzini.  Blame Lee
28299   # E. McMahon (1931-1989) for sed's syntax.  :-)
28300   sed -n '
28301     p
28302     /[$]LINENO/=
28303   ' <$as_myself |
28304     sed '
28305       s/[$]LINENO.*/&-/
28306       t lineno
28307       b
28308       :lineno
28309       N
28310       :loop
28311       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28312       t loop
28313       s/-\n.*//
28314     ' >$as_me.lineno &&
28315   chmod +x "$as_me.lineno" ||
28316     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28317    { (exit 1); exit 1; }; }
28318
28319   # Don't try to exec as it changes $[0], causing all sort of problems
28320   # (the dirname of $[0] is not the place where we might find the
28321   # original and so on.  Autoconf is especially sensitive to this).
28322   . "./$as_me.lineno"
28323   # Exit status is that of the last command.
28324   exit
28325 }
28326
28327
28328 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28329   as_dirname=dirname
28330 else
28331   as_dirname=false
28332 fi
28333
28334 ECHO_C= ECHO_N= ECHO_T=
28335 case `echo -n x` in
28336 -n*)
28337   case `echo 'x\c'` in
28338   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
28339   *)   ECHO_C='\c';;
28340   esac;;
28341 *)
28342   ECHO_N='-n';;
28343 esac
28344 if expr a : '\(a\)' >/dev/null 2>&1 &&
28345    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28346   as_expr=expr
28347 else
28348   as_expr=false
28349 fi
28350
28351 rm -f conf$$ conf$$.exe conf$$.file
28352 if test -d conf$$.dir; then
28353   rm -f conf$$.dir/conf$$.file
28354 else
28355   rm -f conf$$.dir
28356   mkdir conf$$.dir 2>/dev/null
28357 fi
28358 if (echo >conf$$.file) 2>/dev/null; then
28359   if ln -s conf$$.file conf$$ 2>/dev/null; then
28360     as_ln_s='ln -s'
28361     # ... but there are two gotchas:
28362     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28363     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28364     # In both cases, we have to default to `cp -p'.
28365     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28366       as_ln_s='cp -p'
28367   elif ln conf$$.file conf$$ 2>/dev/null; then
28368     as_ln_s=ln
28369   else
28370     as_ln_s='cp -p'
28371   fi
28372 else
28373   as_ln_s='cp -p'
28374 fi
28375 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28376 rmdir conf$$.dir 2>/dev/null
28377
28378 if mkdir -p . 2>/dev/null; then
28379   as_mkdir_p=:
28380 else
28381   test -d ./-p && rmdir ./-p
28382   as_mkdir_p=false
28383 fi
28384
28385 if test -x / >/dev/null 2>&1; then
28386   as_test_x='test -x'
28387 else
28388   if ls -dL / >/dev/null 2>&1; then
28389     as_ls_L_option=L
28390   else
28391     as_ls_L_option=
28392   fi
28393   as_test_x='
28394     eval sh -c '\''
28395       if test -d "$1"; then
28396         test -d "$1/.";
28397       else
28398         case $1 in
28399         -*)set "./$1";;
28400         esac;
28401         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28402         ???[sx]*):;;*)false;;esac;fi
28403     '\'' sh
28404   '
28405 fi
28406 as_executable_p=$as_test_x
28407
28408 # Sed expression to map a string onto a valid CPP name.
28409 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28410
28411 # Sed expression to map a string onto a valid variable name.
28412 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28413
28414
28415 exec 6>&1
28416
28417 # Save the log message, to keep $[0] and so on meaningful, and to
28418 # report actual input values of CONFIG_FILES etc. instead of their
28419 # values after options handling.
28420 ac_log="
28421 This file was extended by Wine $as_me 1.1.15, which was
28422 generated by GNU Autoconf 2.63.  Invocation command line was
28423
28424   CONFIG_FILES    = $CONFIG_FILES
28425   CONFIG_HEADERS  = $CONFIG_HEADERS
28426   CONFIG_LINKS    = $CONFIG_LINKS
28427   CONFIG_COMMANDS = $CONFIG_COMMANDS
28428   $ $0 $@
28429
28430 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28431 "
28432
28433 _ACEOF
28434
28435 case $ac_config_files in *"
28436 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28437 esac
28438
28439 case $ac_config_headers in *"
28440 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28441 esac
28442
28443
28444 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28445 # Files that config.status was made for.
28446 config_files="$ac_config_files"
28447 config_headers="$ac_config_headers"
28448 config_commands="$ac_config_commands"
28449
28450 _ACEOF
28451
28452 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28453 ac_cs_usage="\
28454 \`$as_me' instantiates files from templates according to the
28455 current configuration.
28456
28457 Usage: $0 [OPTION]... [FILE]...
28458
28459   -h, --help       print this help, then exit
28460   -V, --version    print version number and configuration settings, then exit
28461   -q, --quiet, --silent
28462                    do not print progress messages
28463   -d, --debug      don't remove temporary files
28464       --recheck    update $as_me by reconfiguring in the same conditions
28465       --file=FILE[:TEMPLATE]
28466                    instantiate the configuration file FILE
28467       --header=FILE[:TEMPLATE]
28468                    instantiate the configuration header FILE
28469
28470 Configuration files:
28471 $config_files
28472
28473 Configuration headers:
28474 $config_headers
28475
28476 Configuration commands:
28477 $config_commands
28478
28479 Report bugs to <bug-autoconf@gnu.org>."
28480
28481 _ACEOF
28482 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28483 ac_cs_version="\\
28484 Wine config.status 1.1.15
28485 configured by $0, generated by GNU Autoconf 2.63,
28486   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28487
28488 Copyright (C) 2008 Free Software Foundation, Inc.
28489 This config.status script is free software; the Free Software Foundation
28490 gives unlimited permission to copy, distribute and modify it."
28491
28492 ac_pwd='$ac_pwd'
28493 srcdir='$srcdir'
28494 INSTALL='$INSTALL'
28495 test -n "\$AWK" || AWK=awk
28496 _ACEOF
28497
28498 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28499 # The default lists apply if the user does not specify any file.
28500 ac_need_defaults=:
28501 while test $# != 0
28502 do
28503   case $1 in
28504   --*=*)
28505     ac_option=`expr "X$1" : 'X\([^=]*\)='`
28506     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28507     ac_shift=:
28508     ;;
28509   *)
28510     ac_option=$1
28511     ac_optarg=$2
28512     ac_shift=shift
28513     ;;
28514   esac
28515
28516   case $ac_option in
28517   # Handling of the options.
28518   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28519     ac_cs_recheck=: ;;
28520   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28521     $as_echo "$ac_cs_version"; exit ;;
28522   --debug | --debu | --deb | --de | --d | -d )
28523     debug=: ;;
28524   --file | --fil | --fi | --f )
28525     $ac_shift
28526     case $ac_optarg in
28527     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28528     esac
28529     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28530     ac_need_defaults=false;;
28531   --header | --heade | --head | --hea )
28532     $ac_shift
28533     case $ac_optarg in
28534     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28535     esac
28536     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28537     ac_need_defaults=false;;
28538   --he | --h)
28539     # Conflict between --help and --header
28540     { $as_echo "$as_me: error: ambiguous option: $1
28541 Try \`$0 --help' for more information." >&2
28542    { (exit 1); exit 1; }; };;
28543   --help | --hel | -h )
28544     $as_echo "$ac_cs_usage"; exit ;;
28545   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28546   | -silent | --silent | --silen | --sile | --sil | --si | --s)
28547     ac_cs_silent=: ;;
28548
28549   # This is an error.
28550   -*) { $as_echo "$as_me: error: unrecognized option: $1
28551 Try \`$0 --help' for more information." >&2
28552    { (exit 1); exit 1; }; } ;;
28553
28554   *) ac_config_targets="$ac_config_targets $1"
28555      ac_need_defaults=false ;;
28556
28557   esac
28558   shift
28559 done
28560
28561 ac_configure_extra_args=
28562
28563 if $ac_cs_silent; then
28564   exec 6>/dev/null
28565   ac_configure_extra_args="$ac_configure_extra_args --silent"
28566 fi
28567
28568 _ACEOF
28569 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28570 if \$ac_cs_recheck; then
28571   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28572   shift
28573   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28574   CONFIG_SHELL='$SHELL'
28575   export CONFIG_SHELL
28576   exec "\$@"
28577 fi
28578
28579 _ACEOF
28580 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28581 exec 5>>config.log
28582 {
28583   echo
28584   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28585 ## Running $as_me. ##
28586 _ASBOX
28587   $as_echo "$ac_log"
28588 } >&5
28589
28590 _ACEOF
28591 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28592 _ACEOF
28593
28594 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28595
28596 # Handling of arguments.
28597 for ac_config_target in $ac_config_targets
28598 do
28599   case $ac_config_target in
28600     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28601     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28602     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28603     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28604     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28605     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28606     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28607     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28608     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28609     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28610     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28611     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28612     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28613     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28614     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28615     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28616     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28617     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28618     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28619     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28620     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28621     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28622     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28623     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28624     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28625     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28626     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28627     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28628     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28629     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28630     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28631     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28632     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28633     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28634     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28635     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28636     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28637     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28638     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28639     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28640     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28641     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28642     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28643     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28644     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28645     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28646     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28647     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28648     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28649     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28650     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28651     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28652     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28653     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28654     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28655     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28656     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28657     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28658     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28659     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28660     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28661     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28662     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28663     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28664     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28665     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28666     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28667     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28668     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28669     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28670     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28671     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28672     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28673     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28674     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28675     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28676     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28677     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28678     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28679     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28680     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28681     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28682     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28683     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28684     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28685     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28686     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28687     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28688     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28689     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28690     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28691     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28692     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28693     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28694     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28695     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28696     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28697     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28698     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28699     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28700     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28701     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28702     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28703     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28704     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28705     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28706     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28707     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28708     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28709     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28710     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28711     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28712     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28713     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28714     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28715     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28716     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28717     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28718     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28719     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28720     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28721     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28722     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28723     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28724     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28725     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28726     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28727     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28728     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28729     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28730     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28731     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28732     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28733     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28734     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28735     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28736     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28737     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28738     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28739     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28740     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28741     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28742     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28743     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28744     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28745     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28746     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28747     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28748     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28749     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28750     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28751     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28752     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28753     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28754     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28755     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28756     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28757     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28758     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28759     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28760     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28761     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28762     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28763     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28764     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28765     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28766     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28767     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28768     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28769     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28770     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28771     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28772     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28773     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28774     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28775     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28776     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28777     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28778     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28779     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28780     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28781     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28782     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28783     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28784     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28785     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28786     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28787     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28788     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28789     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28790     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28791     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28792     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28793     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28794     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28795     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28796     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28797     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28798     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28799     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28800     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28801     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28802     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28803     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28804     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28805     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28806     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28807     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28808     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28809     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28810     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28811     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28812     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28813     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28814     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28815     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28816     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28817     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28818     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28819     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28820     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28821     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28822     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28823     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28824     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28825     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28826     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28827     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28828     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28829     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28830     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28831     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28832     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28833     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28834     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28835     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28836     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28837     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28838     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28839     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28840     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28841     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28842     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28843     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28844     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28845     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28846     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28847     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28848     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28849     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28850     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28851     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28852     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28853     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28854     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28855     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28856     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28857     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28858     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28859     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28860     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28861     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28862     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28863     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28864     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28865     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28866     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28867     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28868     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28869     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28870     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28871     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28872     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28873     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28874     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28875     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28876     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28877     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28878     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28879     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28880     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28881     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28882     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28883     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28884     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28885     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28886     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28887     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28888     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28889     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28890     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28891     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28892     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28893     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28894     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28895     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28896     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28897     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28898     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28899     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28900     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28901     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28902     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28903     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28904     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28905     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28906     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28907     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28908     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28909     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28910     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28911     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28912     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28913     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28914     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28915     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28916     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28917     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28918     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28919     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28920     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28921     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28922     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28923     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28924     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28925     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28926     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28927     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28928     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28929     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28930     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28931     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28932     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28933     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28934     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28935     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28936     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28937     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28938     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28939     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28940     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28941     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28942     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28943     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28944     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28945     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28946     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28947     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28948     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28949     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28950     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28951     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28952     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28953     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28954     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28955     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28956     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28957     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28958     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28959     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28960     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28961     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28962     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28963     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28964     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28965     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28966     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28967     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28968     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28969     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28970     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28971     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28972     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28973     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28974     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28975     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28976     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28977     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28978     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28979     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28980     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28981     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28982     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28983     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28984     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28985     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28986     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28987     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28988     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28989     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28990     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28991     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28992     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28993     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28994     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28995     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28996     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28997     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28998     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28999     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29000     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29001     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29002     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29003     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29004     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29005     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29006     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29007     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29008     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29009     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29010     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29011     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29012     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29013     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29014     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29015     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29016     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29017     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29018     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29019     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29020     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29021     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29022     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29023     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29024     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29025     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29026     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29027     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29028     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29029     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29030     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29031     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29032     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29033     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29034     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29035     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29036     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29037     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29038     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29039     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29040     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29041     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29042     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29043     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29044     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29045     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29046     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29047     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29048     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29049     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29050     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29051     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29052     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29053     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29054     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29055     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29056     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29057     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29058     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29059     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29060     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29061     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29062     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29063     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29064     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29065     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29066     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29067
29068   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29069 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29070    { (exit 1); exit 1; }; };;
29071   esac
29072 done
29073
29074
29075 # If the user did not use the arguments to specify the items to instantiate,
29076 # then the envvar interface is used.  Set only those that are not.
29077 # We use the long form for the default assignment because of an extremely
29078 # bizarre bug on SunOS 4.1.3.
29079 if $ac_need_defaults; then
29080   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29081   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29082   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29083 fi
29084
29085 # Have a temporary directory for convenience.  Make it in the build tree
29086 # simply because there is no reason against having it here, and in addition,
29087 # creating and moving files from /tmp can sometimes cause problems.
29088 # Hook for its removal unless debugging.
29089 # Note that there is a small window in which the directory will not be cleaned:
29090 # after its creation but before its name has been assigned to `$tmp'.
29091 $debug ||
29092 {
29093   tmp=
29094   trap 'exit_status=$?
29095   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29096 ' 0
29097   trap '{ (exit 1); exit 1; }' 1 2 13 15
29098 }
29099 # Create a (secure) tmp directory for tmp files.
29100
29101 {
29102   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29103   test -n "$tmp" && test -d "$tmp"
29104 }  ||
29105 {
29106   tmp=./conf$$-$RANDOM
29107   (umask 077 && mkdir "$tmp")
29108 } ||
29109 {
29110    $as_echo "$as_me: cannot create a temporary directory in ." >&2
29111    { (exit 1); exit 1; }
29112 }
29113
29114 # Set up the scripts for CONFIG_FILES section.
29115 # No need to generate them if there are no CONFIG_FILES.
29116 # This happens for instance with `./config.status config.h'.
29117 if test -n "$CONFIG_FILES"; then
29118
29119 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29120   ac_cs_awk_getline=:
29121   ac_cs_awk_pipe_init=
29122   ac_cs_awk_read_file='
29123       while ((getline aline < (F[key])) > 0)
29124         print(aline)
29125       close(F[key])'
29126   ac_cs_awk_pipe_fini=
29127 else
29128   ac_cs_awk_getline=false
29129   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29130   ac_cs_awk_read_file='
29131       print "|#_!!_#|"
29132       print "cat " F[key] " &&"
29133       '$ac_cs_awk_pipe_init
29134   # The final `:' finishes the AND list.
29135   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29136 fi
29137 ac_cr='\r'
29138 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29139 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29140   ac_cs_awk_cr='\\r'
29141 else
29142   ac_cs_awk_cr=$ac_cr
29143 fi
29144
29145 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29146 _ACEOF
29147
29148 # Create commands to substitute file output variables.
29149 {
29150   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29151   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29152   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29153   echo "_ACAWK" &&
29154   echo "_ACEOF"
29155 } >conf$$files.sh &&
29156 . ./conf$$files.sh ||
29157   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29158 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29159    { (exit 1); exit 1; }; }
29160 rm -f conf$$files.sh
29161
29162 {
29163   echo "cat >conf$$subs.awk <<_ACEOF" &&
29164   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29165   echo "_ACEOF"
29166 } >conf$$subs.sh ||
29167   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29168 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29169    { (exit 1); exit 1; }; }
29170 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29171 ac_delim='%!_!# '
29172 for ac_last_try in false false false false false :; do
29173   . ./conf$$subs.sh ||
29174     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29175 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29176    { (exit 1); exit 1; }; }
29177
29178   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29179   if test $ac_delim_n = $ac_delim_num; then
29180     break
29181   elif $ac_last_try; then
29182     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29183 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29184    { (exit 1); exit 1; }; }
29185   else
29186     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29187   fi
29188 done
29189 rm -f conf$$subs.sh
29190
29191 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29192 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29193 _ACEOF
29194 sed -n '
29195 h
29196 s/^/S["/; s/!.*/"]=/
29197 p
29198 g
29199 s/^[^!]*!//
29200 :repl
29201 t repl
29202 s/'"$ac_delim"'$//
29203 t delim
29204 :nl
29205 h
29206 s/\(.\{148\}\).*/\1/
29207 t more1
29208 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29209 p
29210 n
29211 b repl
29212 :more1
29213 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29214 p
29215 g
29216 s/.\{148\}//
29217 t nl
29218 :delim
29219 h
29220 s/\(.\{148\}\).*/\1/
29221 t more2
29222 s/["\\]/\\&/g; s/^/"/; s/$/"/
29223 p
29224 b
29225 :more2
29226 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29227 p
29228 g
29229 s/.\{148\}//
29230 t delim
29231 ' <conf$$subs.awk | sed '
29232 /^[^""]/{
29233   N
29234   s/\n//
29235 }
29236 ' >>$CONFIG_STATUS || ac_write_fail=1
29237 rm -f conf$$subs.awk
29238 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29239 _ACAWK
29240 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29241   for (key in S) S_is_set[key] = 1
29242   FS = "\a"
29243   \$ac_cs_awk_pipe_init
29244 }
29245 {
29246   line = $ 0
29247   nfields = split(line, field, "@")
29248   substed = 0
29249   len = length(field[1])
29250   for (i = 2; i < nfields; i++) {
29251     key = field[i]
29252     keylen = length(key)
29253     if (S_is_set[key]) {
29254       value = S[key]
29255       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29256       len += length(value) + length(field[++i])
29257       substed = 1
29258     } else
29259       len += 1 + keylen
29260   }
29261   if (nfields == 3 && !substed) {
29262     key = field[2]
29263     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
29264       \$ac_cs_awk_read_file
29265       next
29266     }
29267   }
29268   print line
29269 }
29270 \$ac_cs_awk_pipe_fini
29271 _ACAWK
29272 _ACEOF
29273 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29274 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29275   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29276 else
29277   cat
29278 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29279   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29280 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29281    { (exit 1); exit 1; }; }
29282 _ACEOF
29283
29284 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29285 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29286 # trailing colons and then remove the whole line if VPATH becomes empty
29287 # (actually we leave an empty line to preserve line numbers).
29288 if test "x$srcdir" = x.; then
29289   ac_vpsub='/^[  ]*VPATH[        ]*=/{
29290 s/:*\$(srcdir):*/:/
29291 s/:*\${srcdir}:*/:/
29292 s/:*@srcdir@:*/:/
29293 s/^\([^=]*=[     ]*\):*/\1/
29294 s/:*$//
29295 s/^[^=]*=[       ]*$//
29296 }'
29297 fi
29298
29299 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29300 fi # test -n "$CONFIG_FILES"
29301
29302 # Set up the scripts for CONFIG_HEADERS section.
29303 # No need to generate them if there are no CONFIG_HEADERS.
29304 # This happens for instance with `./config.status Makefile'.
29305 if test -n "$CONFIG_HEADERS"; then
29306 cat >"$tmp/defines.awk" <<\_ACAWK ||
29307 BEGIN {
29308 _ACEOF
29309
29310 # Transform confdefs.h into an awk script `defines.awk', embedded as
29311 # here-document in config.status, that substitutes the proper values into
29312 # config.h.in to produce config.h.
29313
29314 # Create a delimiter string that does not exist in confdefs.h, to ease
29315 # handling of long lines.
29316 ac_delim='%!_!# '
29317 for ac_last_try in false false :; do
29318   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29319   if test -z "$ac_t"; then
29320     break
29321   elif $ac_last_try; then
29322     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29323 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29324    { (exit 1); exit 1; }; }
29325   else
29326     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29327   fi
29328 done
29329
29330 # For the awk script, D is an array of macro values keyed by name,
29331 # likewise P contains macro parameters if any.  Preserve backslash
29332 # newline sequences.
29333
29334 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29335 sed -n '
29336 s/.\{148\}/&'"$ac_delim"'/g
29337 t rset
29338 :rset
29339 s/^[     ]*#[    ]*define[       ][      ]*/ /
29340 t def
29341 d
29342 :def
29343 s/\\$//
29344 t bsnl
29345 s/["\\]/\\&/g
29346 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29347 D["\1"]=" \3"/p
29348 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
29349 d
29350 :bsnl
29351 s/["\\]/\\&/g
29352 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29353 D["\1"]=" \3\\\\\\n"\\/p
29354 t cont
29355 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29356 t cont
29357 d
29358 :cont
29359 n
29360 s/.\{148\}/&'"$ac_delim"'/g
29361 t clear
29362 :clear
29363 s/\\$//
29364 t bsnlc
29365 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29366 d
29367 :bsnlc
29368 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29369 b cont
29370 ' <confdefs.h | sed '
29371 s/'"$ac_delim"'/"\\\
29372 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29373
29374 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29375   for (key in D) D_is_set[key] = 1
29376   FS = "\a"
29377 }
29378 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29379   line = \$ 0
29380   split(line, arg, " ")
29381   if (arg[1] == "#") {
29382     defundef = arg[2]
29383     mac1 = arg[3]
29384   } else {
29385     defundef = substr(arg[1], 2)
29386     mac1 = arg[2]
29387   }
29388   split(mac1, mac2, "(") #)
29389   macro = mac2[1]
29390   prefix = substr(line, 1, index(line, defundef) - 1)
29391   if (D_is_set[macro]) {
29392     # Preserve the white space surrounding the "#".
29393     print prefix "define", macro P[macro] D[macro]
29394     next
29395   } else {
29396     # Replace #undef with comments.  This is necessary, for example,
29397     # in the case of _POSIX_SOURCE, which is predefined and required
29398     # on some systems where configure will not decide to define it.
29399     if (defundef == "undef") {
29400       print "/*", prefix defundef, macro, "*/"
29401       next
29402     }
29403   }
29404 }
29405 { print }
29406 _ACAWK
29407 _ACEOF
29408 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29409   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29410 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29411    { (exit 1); exit 1; }; }
29412 fi # test -n "$CONFIG_HEADERS"
29413
29414
29415 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
29416 shift
29417 for ac_tag
29418 do
29419   case $ac_tag in
29420   :[FHLC]) ac_mode=$ac_tag; continue;;
29421   esac
29422   case $ac_mode$ac_tag in
29423   :[FHL]*:*);;
29424   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29425 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29426    { (exit 1); exit 1; }; };;
29427   :[FH]-) ac_tag=-:-;;
29428   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29429   esac
29430   ac_save_IFS=$IFS
29431   IFS=:
29432   set x $ac_tag
29433   IFS=$ac_save_IFS
29434   shift
29435   ac_file=$1
29436   shift
29437
29438   case $ac_mode in
29439   :L) ac_source=$1;;
29440   :[FH])
29441     ac_file_inputs=
29442     for ac_f
29443     do
29444       case $ac_f in
29445       -) ac_f="$tmp/stdin";;
29446       *) # Look for the file first in the build tree, then in the source tree
29447          # (if the path is not absolute).  The absolute path cannot be DOS-style,
29448          # because $ac_f cannot contain `:'.
29449          test -f "$ac_f" ||
29450            case $ac_f in
29451            [\\/$]*) false;;
29452            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29453            esac ||
29454            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29455 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29456    { (exit 1); exit 1; }; };;
29457       esac
29458       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29459       ac_file_inputs="$ac_file_inputs '$ac_f'"
29460     done
29461
29462     # Let's still pretend it is `configure' which instantiates (i.e., don't
29463     # use $as_me), people would be surprised to read:
29464     #    /* config.h.  Generated by config.status.  */
29465     configure_input='Generated from '`
29466           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29467         `' by configure.'
29468     if test x"$ac_file" != x-; then
29469       configure_input="$ac_file.  $configure_input"
29470       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29471 $as_echo "$as_me: creating $ac_file" >&6;}
29472     fi
29473     # Neutralize special characters interpreted by sed in replacement strings.
29474     case $configure_input in #(
29475     *\&* | *\|* | *\\* )
29476        ac_sed_conf_input=`$as_echo "$configure_input" |
29477        sed 's/[\\\\&|]/\\\\&/g'`;; #(
29478     *) ac_sed_conf_input=$configure_input;;
29479     esac
29480
29481     case $ac_tag in
29482     *:-:* | *:-) cat >"$tmp/stdin" \
29483       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29484 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29485    { (exit 1); exit 1; }; } ;;
29486     esac
29487     ;;
29488   esac
29489
29490   ac_dir=`$as_dirname -- "$ac_file" ||
29491 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29492          X"$ac_file" : 'X\(//\)[^/]' \| \
29493          X"$ac_file" : 'X\(//\)$' \| \
29494          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29495 $as_echo X"$ac_file" |
29496     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29497             s//\1/
29498             q
29499           }
29500           /^X\(\/\/\)[^/].*/{
29501             s//\1/
29502             q
29503           }
29504           /^X\(\/\/\)$/{
29505             s//\1/
29506             q
29507           }
29508           /^X\(\/\).*/{
29509             s//\1/
29510             q
29511           }
29512           s/.*/./; q'`
29513   { as_dir="$ac_dir"
29514   case $as_dir in #(
29515   -*) as_dir=./$as_dir;;
29516   esac
29517   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29518     as_dirs=
29519     while :; do
29520       case $as_dir in #(
29521       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29522       *) as_qdir=$as_dir;;
29523       esac
29524       as_dirs="'$as_qdir' $as_dirs"
29525       as_dir=`$as_dirname -- "$as_dir" ||
29526 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29527          X"$as_dir" : 'X\(//\)[^/]' \| \
29528          X"$as_dir" : 'X\(//\)$' \| \
29529          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29530 $as_echo X"$as_dir" |
29531     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29532             s//\1/
29533             q
29534           }
29535           /^X\(\/\/\)[^/].*/{
29536             s//\1/
29537             q
29538           }
29539           /^X\(\/\/\)$/{
29540             s//\1/
29541             q
29542           }
29543           /^X\(\/\).*/{
29544             s//\1/
29545             q
29546           }
29547           s/.*/./; q'`
29548       test -d "$as_dir" && break
29549     done
29550     test -z "$as_dirs" || eval "mkdir $as_dirs"
29551   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29552 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29553    { (exit 1); exit 1; }; }; }
29554   ac_builddir=.
29555
29556 case "$ac_dir" in
29557 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29558 *)
29559   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29560   # A ".." for each directory in $ac_dir_suffix.
29561   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29562   case $ac_top_builddir_sub in
29563   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29564   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29565   esac ;;
29566 esac
29567 ac_abs_top_builddir=$ac_pwd
29568 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29569 # for backward compatibility:
29570 ac_top_builddir=$ac_top_build_prefix
29571
29572 case $srcdir in
29573   .)  # We are building in place.
29574     ac_srcdir=.
29575     ac_top_srcdir=$ac_top_builddir_sub
29576     ac_abs_top_srcdir=$ac_pwd ;;
29577   [\\/]* | ?:[\\/]* )  # Absolute name.
29578     ac_srcdir=$srcdir$ac_dir_suffix;
29579     ac_top_srcdir=$srcdir
29580     ac_abs_top_srcdir=$srcdir ;;
29581   *) # Relative name.
29582     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29583     ac_top_srcdir=$ac_top_build_prefix$srcdir
29584     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29585 esac
29586 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29587
29588
29589   case $ac_mode in
29590   :F)
29591   #
29592   # CONFIG_FILE
29593   #
29594
29595   case $INSTALL in
29596   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29597   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29598   esac
29599 _ACEOF
29600
29601 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29602 # If the template does not know about datarootdir, expand it.
29603 # FIXME: This hack should be removed a few years after 2.60.
29604 ac_datarootdir_hack=; ac_datarootdir_seen=
29605
29606 ac_sed_dataroot='
29607 /datarootdir/ {
29608   p
29609   q
29610 }
29611 /@datadir@/p
29612 /@docdir@/p
29613 /@infodir@/p
29614 /@localedir@/p
29615 /@mandir@/p
29616 '
29617 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29618 *datarootdir*) ac_datarootdir_seen=yes;;
29619 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29620   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29621 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29622 _ACEOF
29623 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29624   ac_datarootdir_hack='
29625   s&@datadir@&$datadir&g
29626   s&@docdir@&$docdir&g
29627   s&@infodir@&$infodir&g
29628   s&@localedir@&$localedir&g
29629   s&@mandir@&$mandir&g
29630     s&\\\${datarootdir}&$datarootdir&g' ;;
29631 esac
29632 _ACEOF
29633
29634 # Neutralize VPATH when `$srcdir' = `.'.
29635 # Shell code in configure.ac might set extrasub.
29636 # FIXME: do we really want to maintain this feature?
29637 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29638 ac_sed_extra="$ac_vpsub
29639 $extrasub
29640 _ACEOF
29641 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29642 :t
29643 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29644 s|@configure_input@|$ac_sed_conf_input|;t t
29645 s&@top_builddir@&$ac_top_builddir_sub&;t t
29646 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29647 s&@srcdir@&$ac_srcdir&;t t
29648 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29649 s&@top_srcdir@&$ac_top_srcdir&;t t
29650 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29651 s&@builddir@&$ac_builddir&;t t
29652 s&@abs_builddir@&$ac_abs_builddir&;t t
29653 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29654 s&@INSTALL@&$ac_INSTALL&;t t
29655 $ac_datarootdir_hack
29656 "
29657 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29658 if $ac_cs_awk_getline; then
29659   $AWK -f "$tmp/subs.awk"
29660 else
29661   $AWK -f "$tmp/subs.awk" | $SHELL
29662 fi >$tmp/out \
29663   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29664 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29665    { (exit 1); exit 1; }; }
29666
29667 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29668   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29669   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29670   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29671 which seems to be undefined.  Please make sure it is defined." >&5
29672 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29673 which seems to be undefined.  Please make sure it is defined." >&2;}
29674
29675   rm -f "$tmp/stdin"
29676   case $ac_file in
29677   -) cat "$tmp/out" && rm -f "$tmp/out";;
29678   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29679   esac \
29680   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29681 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29682    { (exit 1); exit 1; }; }
29683  ;;
29684   :H)
29685   #
29686   # CONFIG_HEADER
29687   #
29688   if test x"$ac_file" != x-; then
29689     {
29690       $as_echo "/* $configure_input  */" \
29691       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29692     } >"$tmp/config.h" \
29693       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29694 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29695    { (exit 1); exit 1; }; }
29696     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29697       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29698 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29699     else
29700       rm -f "$ac_file"
29701       mv "$tmp/config.h" "$ac_file" \
29702         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29703 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29704    { (exit 1); exit 1; }; }
29705     fi
29706   else
29707     $as_echo "/* $configure_input  */" \
29708       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29709       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29710 $as_echo "$as_me: error: could not create -" >&2;}
29711    { (exit 1); exit 1; }; }
29712   fi
29713  ;;
29714
29715   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29716 $as_echo "$as_me: executing $ac_file commands" >&6;}
29717  ;;
29718   esac
29719
29720
29721   case $ac_file$ac_mode in
29722     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29723     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29724 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29725     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29726 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29727     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29728 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29729     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29730 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29731     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29732 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29733     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29734 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29735
29736   esac
29737 done # for ac_tag
29738
29739
29740 { (exit 0); exit 0; }
29741 _ACEOF
29742 chmod +x $CONFIG_STATUS
29743 ac_clean_files=$ac_clean_files_save
29744
29745 test $ac_write_fail = 0 ||
29746   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29747 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29748    { (exit 1); exit 1; }; }
29749
29750
29751 # configure is writing to config.log, and then calls config.status.
29752 # config.status does its own redirection, appending to config.log.
29753 # Unfortunately, on DOS this fails, as config.log is still kept open
29754 # by configure, so config.status won't be able to write to it; its
29755 # output is simply discarded.  So we exec the FD to /dev/null,
29756 # effectively closing config.log, so it can be properly (re)opened and
29757 # appended to by config.status.  When coming back to configure, we
29758 # need to make the FD available again.
29759 if test "$no_create" != yes; then
29760   ac_cs_success=:
29761   ac_config_status_args=
29762   test "$silent" = yes &&
29763     ac_config_status_args="$ac_config_status_args --quiet"
29764   exec 5>/dev/null
29765   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29766   exec 5>>config.log
29767   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29768   # would make configure fail if this is the last instruction.
29769   $ac_cs_success || { (exit 1); exit 1; }
29770 fi
29771 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29772   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29773 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29774 fi
29775
29776
29777 if test "$no_create" = "yes"
29778 then
29779   exit 0
29780 fi
29781
29782 ac_save_IFS="$IFS"
29783 if test "x$wine_notices != "x; then
29784     echo >&6
29785     IFS="|"
29786     for msg in $wine_notices; do
29787         IFS="$ac_save_IFS"
29788         if test -n "$msg"; then
29789             { $as_echo "$as_me:$LINENO: $msg" >&5
29790 $as_echo "$as_me: $msg" >&6;}
29791         fi
29792     done
29793 fi
29794 IFS="|"
29795 for msg in $wine_warnings; do
29796     IFS="$ac_save_IFS"
29797     if test -n "$msg"; then
29798         echo >&2
29799         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29800 $as_echo "$as_me: WARNING: $msg" >&2;}
29801     fi
29802 done
29803 IFS="$ac_save_IFS"
29804
29805 echo "
29806 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
29807 " >&6
29808