taskmgr: Cast to LPARAM the 4th argument passed to SendMessage.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.16.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization.  ##
13 ## --------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18   emulate sh
19   NULLCMD=:
20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in
26   *posix*) set -o posix ;;
27 esac
28
29 fi
30
31
32
33
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42 as_nl='
43 '
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85   as_unset=unset
86 else
87   as_unset=false
88 fi
89
90
91 # IFS
92 # We need space, tab and new line, in precisely that order.  Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" ""        $as_nl"
97
98 # Find who we are.  Look in the path if we contain no directory separator.
99 case $0 in
100   *[\\/]* ) as_myself=$0 ;;
101   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
103 do
104   IFS=$as_save_IFS
105   test -z "$as_dir" && as_dir=.
106   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
109
110      ;;
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115   as_myself=$0
116 fi
117 if test ! -f "$as_myself"; then
118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119   { (exit 1); exit 1; }
120 fi
121
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
129
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
135
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138    test "X`expr 00001 : '.*\(...\)'`" = X001; then
139   as_expr=expr
140 else
141   as_expr=false
142 fi
143
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145   as_basename=basename
146 else
147   as_basename=false
148 fi
149
150
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154          X"$0" : 'X\(//\)$' \| \
155          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157     sed '/^.*\/\([^/][^/]*\)\/*$/{
158             s//\1/
159             q
160           }
161           /^X\/\(\/\/\)$/{
162             s//\1/
163             q
164           }
165           /^X\/\(\/\).*/{
166             s//\1/
167             q
168           }
169           s/.*/./; q'`
170
171 # CDPATH.
172 $as_unset CDPATH
173
174
175 if test "x$CONFIG_SHELL" = x; then
176   if (eval ":") 2>/dev/null; then
177   as_have_required=yes
178 else
179   as_have_required=no
180 fi
181
182   if test $as_have_required = yes &&     (eval ":
183 (as_func_return () {
184   (exit \$1)
185 }
186 as_func_success () {
187   as_func_return 0
188 }
189 as_func_failure () {
190   as_func_return 1
191 }
192 as_func_ret_success () {
193   return 0
194 }
195 as_func_ret_failure () {
196   return 1
197 }
198
199 exitcode=0
200 if as_func_success; then
201   :
202 else
203   exitcode=1
204   echo as_func_success failed.
205 fi
206
207 if as_func_failure; then
208   exitcode=1
209   echo as_func_failure succeeded.
210 fi
211
212 if as_func_ret_success; then
213   :
214 else
215   exitcode=1
216   echo as_func_ret_success failed.
217 fi
218
219 if as_func_ret_failure; then
220   exitcode=1
221   echo as_func_ret_failure succeeded.
222 fi
223
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
225   :
226 else
227   exitcode=1
228   echo positional parameters were not saved.
229 fi
230
231 test \$exitcode = 0) || { (exit 1); exit 1; }
232
233 (
234   as_lineno_1=\$LINENO
235   as_lineno_2=\$LINENO
236   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
239   :
240 else
241   as_candidate_shells=
242     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
244 do
245   IFS=$as_save_IFS
246   test -z "$as_dir" && as_dir=.
247   case $as_dir in
248          /*)
249            for as_base in sh bash ksh sh5; do
250              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251            done;;
252        esac
253 done
254 IFS=$as_save_IFS
255
256
257       for as_shell in $as_candidate_shells $SHELL; do
258          # Try only shells that exist, to save several forks.
259          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260                 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262   emulate sh
263   NULLCMD=:
264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265   # is contrary to our usage.  Disable this feature.
266   alias -g '${1+"$@"}'='"$@"'
267   setopt NO_GLOB_SUBST
268 else
269   case `(set -o) 2>/dev/null` in
270   *posix*) set -o posix ;;
271 esac
272
273 fi
274
275
276 :
277 _ASEOF
278 }; then
279   CONFIG_SHELL=$as_shell
280                as_have_required=yes
281                if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283   emulate sh
284   NULLCMD=:
285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286   # is contrary to our usage.  Disable this feature.
287   alias -g '${1+"$@"}'='"$@"'
288   setopt NO_GLOB_SUBST
289 else
290   case `(set -o) 2>/dev/null` in
291   *posix*) set -o posix ;;
292 esac
293
294 fi
295
296
297 :
298 (as_func_return () {
299   (exit $1)
300 }
301 as_func_success () {
302   as_func_return 0
303 }
304 as_func_failure () {
305   as_func_return 1
306 }
307 as_func_ret_success () {
308   return 0
309 }
310 as_func_ret_failure () {
311   return 1
312 }
313
314 exitcode=0
315 if as_func_success; then
316   :
317 else
318   exitcode=1
319   echo as_func_success failed.
320 fi
321
322 if as_func_failure; then
323   exitcode=1
324   echo as_func_failure succeeded.
325 fi
326
327 if as_func_ret_success; then
328   :
329 else
330   exitcode=1
331   echo as_func_ret_success failed.
332 fi
333
334 if as_func_ret_failure; then
335   exitcode=1
336   echo as_func_ret_failure succeeded.
337 fi
338
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
340   :
341 else
342   exitcode=1
343   echo positional parameters were not saved.
344 fi
345
346 test $exitcode = 0) || { (exit 1); exit 1; }
347
348 (
349   as_lineno_1=$LINENO
350   as_lineno_2=$LINENO
351   test "x$as_lineno_1" != "x$as_lineno_2" &&
352   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
353
354 _ASEOF
355 }; then
356   break
357 fi
358
359 fi
360
361       done
362
363       if test "x$CONFIG_SHELL" != x; then
364   for as_var in BASH_ENV ENV
365         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366         done
367         export CONFIG_SHELL
368         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
369 fi
370
371
372     if test $as_have_required = no; then
373   echo This script requires a shell more modern than all the
374       echo shells that I found on your system.  Please install a
375       echo modern shell, or manually run the script under such a
376       echo shell if you do have one.
377       { (exit 1); exit 1; }
378 fi
379
380
381 fi
382
383 fi
384
385
386
387 (eval "as_func_return () {
388   (exit \$1)
389 }
390 as_func_success () {
391   as_func_return 0
392 }
393 as_func_failure () {
394   as_func_return 1
395 }
396 as_func_ret_success () {
397   return 0
398 }
399 as_func_ret_failure () {
400   return 1
401 }
402
403 exitcode=0
404 if as_func_success; then
405   :
406 else
407   exitcode=1
408   echo as_func_success failed.
409 fi
410
411 if as_func_failure; then
412   exitcode=1
413   echo as_func_failure succeeded.
414 fi
415
416 if as_func_ret_success; then
417   :
418 else
419   exitcode=1
420   echo as_func_ret_success failed.
421 fi
422
423 if as_func_ret_failure; then
424   exitcode=1
425   echo as_func_ret_failure succeeded.
426 fi
427
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
429   :
430 else
431   exitcode=1
432   echo positional parameters were not saved.
433 fi
434
435 test \$exitcode = 0") || {
436   echo No shell found that supports shell functions.
437   echo Please tell bug-autoconf@gnu.org about your system,
438   echo including any error possibly output before this message.
439   echo This can help us improve future autoconf versions.
440   echo Configuration will now proceed without shell functions.
441 }
442
443
444
445   as_lineno_1=$LINENO
446   as_lineno_2=$LINENO
447   test "x$as_lineno_1" != "x$as_lineno_2" &&
448   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
449
450   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451   # uniformly replaced by the line number.  The first 'sed' inserts a
452   # line-number line after each line using $LINENO; the second 'sed'
453   # does the real work.  The second script uses 'N' to pair each
454   # line-number line with the line containing $LINENO, and appends
455   # trailing '-' during substitution so that $LINENO is not a special
456   # case at line end.
457   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458   # scripts with optimization help from Paolo Bonzini.  Blame Lee
459   # E. McMahon (1931-1989) for sed's syntax.  :-)
460   sed -n '
461     p
462     /[$]LINENO/=
463   ' <$as_myself |
464     sed '
465       s/[$]LINENO.*/&-/
466       t lineno
467       b
468       :lineno
469       N
470       :loop
471       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472       t loop
473       s/-\n.*//
474     ' >$as_me.lineno &&
475   chmod +x "$as_me.lineno" ||
476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477    { (exit 1); exit 1; }; }
478
479   # Don't try to exec as it changes $[0], causing all sort of problems
480   # (the dirname of $[0] is not the place where we might find the
481   # original and so on.  Autoconf is especially sensitive to this).
482   . "./$as_me.lineno"
483   # Exit status is that of the last command.
484   exit
485 }
486
487
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489   as_dirname=dirname
490 else
491   as_dirname=false
492 fi
493
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497   case `echo 'x\c'` in
498   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
499   *)   ECHO_C='\c';;
500   esac;;
501 *)
502   ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505    test "X`expr 00001 : '.*\(...\)'`" = X001; then
506   as_expr=expr
507 else
508   as_expr=false
509 fi
510
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513   rm -f conf$$.dir/conf$$.file
514 else
515   rm -f conf$$.dir
516   mkdir conf$$.dir 2>/dev/null
517 fi
518 if (echo >conf$$.file) 2>/dev/null; then
519   if ln -s conf$$.file conf$$ 2>/dev/null; then
520     as_ln_s='ln -s'
521     # ... but there are two gotchas:
522     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524     # In both cases, we have to default to `cp -p'.
525     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526       as_ln_s='cp -p'
527   elif ln conf$$.file conf$$ 2>/dev/null; then
528     as_ln_s=ln
529   else
530     as_ln_s='cp -p'
531   fi
532 else
533   as_ln_s='cp -p'
534 fi
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
537
538 if mkdir -p . 2>/dev/null; then
539   as_mkdir_p=:
540 else
541   test -d ./-p && rmdir ./-p
542   as_mkdir_p=false
543 fi
544
545 if test -x / >/dev/null 2>&1; then
546   as_test_x='test -x'
547 else
548   if ls -dL / >/dev/null 2>&1; then
549     as_ls_L_option=L
550   else
551     as_ls_L_option=
552   fi
553   as_test_x='
554     eval sh -c '\''
555       if test -d "$1"; then
556         test -d "$1/.";
557       else
558         case $1 in
559         -*)set "./$1";;
560         esac;
561         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562         ???[sx]*):;;*)false;;esac;fi
563     '\'' sh
564   '
565 fi
566 as_executable_p=$as_test_x
567
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
570
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
573
574
575
576 exec 7<&0 </dev/null 6>&1
577
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
582
583 #
584 # Initializations.
585 #
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
595
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.16'
600 PACKAGE_STRING='Wine 1.1.16'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
602
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 #  include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 #  include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
639
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 X_EXTRA_LIBS
689 X_LIBS
690 X_PRE_LIBS
691 X_CFLAGS
692 XMKMF
693 LIBPTHREAD
694 CROSSTEST
695 CROSSWINDRES
696 CROSSCC
697 CARBONLIB
698 COREAUDIO
699 DISKARBITRATIONLIB
700 LDEXECFLAGS
701 IOKITLIB
702 COREFOUNDATIONLIB
703 SECURITYLIB
704 MINGWAR
705 DLLWRAP
706 DLLTOOL
707 LDD
708 LDRPATH_LOCAL
709 LDRPATH_INSTALL
710 IMPLIBEXT
711 LIBEXT
712 LDDLLFLAGS
713 LDSHARED
714 DLLFLAGS
715 DLLEXT
716 CPP
717 OPENGL_LIBS
718 XLIB
719 PRELINK
720 ICOTOOL
721 RSVG
722 PKG_CONFIG
723 FONTFORGE
724 LINTFLAGS
725 LINT
726 INSTALL_DATA
727 INSTALL_SCRIPT
728 INSTALL_PROGRAM
729 LDCONFIG
730 EGREP
731 GREP
732 LN
733 LN_S
734 WINDRES
735 STRIP
736 RANLIB
737 ARFLAGS
738 ac_ct_AR
739 AR
740 ac_ct_NM
741 NM
742 ac_ct_LD
743 LD
744 ac_ct_AS
745 AS
746 BISON
747 FLEX
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
755 CXX
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
762 CC
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_pthread
844 with_sane
845 with_xcomposite
846 with_xcursor
847 with_xinerama
848 with_xinput
849 with_xml
850 with_xrandr
851 with_xrender
852 with_xshape
853 with_xshm
854 with_xslt
855 with_xxf86vm
856 with_wine_tools
857 with_x
858 '
859       ac_precious_vars='build_alias
860 host_alias
861 target_alias
862 CC
863 CFLAGS
864 LDFLAGS
865 LIBS
866 CPPFLAGS
867 CXX
868 CXXFLAGS
869 CCC
870 CPP
871 XMKMF'
872
873
874 # Initialize some variables set by options.
875 ac_init_help=
876 ac_init_version=false
877 ac_unrecognized_opts=
878 ac_unrecognized_sep=
879 # The variables have the same names as the options, with
880 # dashes changed to underlines.
881 cache_file=/dev/null
882 exec_prefix=NONE
883 no_create=
884 no_recursion=
885 prefix=NONE
886 program_prefix=NONE
887 program_suffix=NONE
888 program_transform_name=s,x,x,
889 silent=
890 site=
891 srcdir=
892 verbose=
893 x_includes=NONE
894 x_libraries=NONE
895
896 # Installation directory options.
897 # These are left unexpanded so users can "make install exec_prefix=/foo"
898 # and all the variables that are supposed to be based on exec_prefix
899 # by default will actually change.
900 # Use braces instead of parens because sh, perl, etc. also accept them.
901 # (The list follows the same order as the GNU Coding Standards.)
902 bindir='${exec_prefix}/bin'
903 sbindir='${exec_prefix}/sbin'
904 libexecdir='${exec_prefix}/libexec'
905 datarootdir='${prefix}/share'
906 datadir='${datarootdir}'
907 sysconfdir='${prefix}/etc'
908 sharedstatedir='${prefix}/com'
909 localstatedir='${prefix}/var'
910 includedir='${prefix}/include'
911 oldincludedir='/usr/include'
912 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
913 infodir='${datarootdir}/info'
914 htmldir='${docdir}'
915 dvidir='${docdir}'
916 pdfdir='${docdir}'
917 psdir='${docdir}'
918 libdir='${exec_prefix}/lib'
919 localedir='${datarootdir}/locale'
920 mandir='${datarootdir}/man'
921
922 ac_prev=
923 ac_dashdash=
924 for ac_option
925 do
926   # If the previous option needs an argument, assign it.
927   if test -n "$ac_prev"; then
928     eval $ac_prev=\$ac_option
929     ac_prev=
930     continue
931   fi
932
933   case $ac_option in
934   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
935   *)    ac_optarg=yes ;;
936   esac
937
938   # Accept the important Cygnus configure options, so we can diagnose typos.
939
940   case $ac_dashdash$ac_option in
941   --)
942     ac_dashdash=yes ;;
943
944   -bindir | --bindir | --bindi | --bind | --bin | --bi)
945     ac_prev=bindir ;;
946   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
947     bindir=$ac_optarg ;;
948
949   -build | --build | --buil | --bui | --bu)
950     ac_prev=build_alias ;;
951   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
952     build_alias=$ac_optarg ;;
953
954   -cache-file | --cache-file | --cache-fil | --cache-fi \
955   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
956     ac_prev=cache_file ;;
957   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
958   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
959     cache_file=$ac_optarg ;;
960
961   --config-cache | -C)
962     cache_file=config.cache ;;
963
964   -datadir | --datadir | --datadi | --datad)
965     ac_prev=datadir ;;
966   -datadir=* | --datadir=* | --datadi=* | --datad=*)
967     datadir=$ac_optarg ;;
968
969   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
970   | --dataroo | --dataro | --datar)
971     ac_prev=datarootdir ;;
972   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
973   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
974     datarootdir=$ac_optarg ;;
975
976   -disable-* | --disable-*)
977     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
978     # Reject names that are not valid shell variable names.
979     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
981    { (exit 1); exit 1; }; }
982     ac_useropt_orig=$ac_useropt
983     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
984     case $ac_user_opts in
985       *"
986 "enable_$ac_useropt"
987 "*) ;;
988       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
989          ac_unrecognized_sep=', ';;
990     esac
991     eval enable_$ac_useropt=no ;;
992
993   -docdir | --docdir | --docdi | --doc | --do)
994     ac_prev=docdir ;;
995   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
996     docdir=$ac_optarg ;;
997
998   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
999     ac_prev=dvidir ;;
1000   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1001     dvidir=$ac_optarg ;;
1002
1003   -enable-* | --enable-*)
1004     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1005     # Reject names that are not valid shell variable names.
1006     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1008    { (exit 1); exit 1; }; }
1009     ac_useropt_orig=$ac_useropt
1010     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011     case $ac_user_opts in
1012       *"
1013 "enable_$ac_useropt"
1014 "*) ;;
1015       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1016          ac_unrecognized_sep=', ';;
1017     esac
1018     eval enable_$ac_useropt=\$ac_optarg ;;
1019
1020   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1021   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1022   | --exec | --exe | --ex)
1023     ac_prev=exec_prefix ;;
1024   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1025   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1026   | --exec=* | --exe=* | --ex=*)
1027     exec_prefix=$ac_optarg ;;
1028
1029   -gas | --gas | --ga | --g)
1030     # Obsolete; use --with-gas.
1031     with_gas=yes ;;
1032
1033   -help | --help | --hel | --he | -h)
1034     ac_init_help=long ;;
1035   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1036     ac_init_help=recursive ;;
1037   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1038     ac_init_help=short ;;
1039
1040   -host | --host | --hos | --ho)
1041     ac_prev=host_alias ;;
1042   -host=* | --host=* | --hos=* | --ho=*)
1043     host_alias=$ac_optarg ;;
1044
1045   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1046     ac_prev=htmldir ;;
1047   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1048   | --ht=*)
1049     htmldir=$ac_optarg ;;
1050
1051   -includedir | --includedir | --includedi | --included | --include \
1052   | --includ | --inclu | --incl | --inc)
1053     ac_prev=includedir ;;
1054   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1055   | --includ=* | --inclu=* | --incl=* | --inc=*)
1056     includedir=$ac_optarg ;;
1057
1058   -infodir | --infodir | --infodi | --infod | --info | --inf)
1059     ac_prev=infodir ;;
1060   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1061     infodir=$ac_optarg ;;
1062
1063   -libdir | --libdir | --libdi | --libd)
1064     ac_prev=libdir ;;
1065   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1066     libdir=$ac_optarg ;;
1067
1068   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1069   | --libexe | --libex | --libe)
1070     ac_prev=libexecdir ;;
1071   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1072   | --libexe=* | --libex=* | --libe=*)
1073     libexecdir=$ac_optarg ;;
1074
1075   -localedir | --localedir | --localedi | --localed | --locale)
1076     ac_prev=localedir ;;
1077   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1078     localedir=$ac_optarg ;;
1079
1080   -localstatedir | --localstatedir | --localstatedi | --localstated \
1081   | --localstate | --localstat | --localsta | --localst | --locals)
1082     ac_prev=localstatedir ;;
1083   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1084   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1085     localstatedir=$ac_optarg ;;
1086
1087   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1088     ac_prev=mandir ;;
1089   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1090     mandir=$ac_optarg ;;
1091
1092   -nfp | --nfp | --nf)
1093     # Obsolete; use --without-fp.
1094     with_fp=no ;;
1095
1096   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1097   | --no-cr | --no-c | -n)
1098     no_create=yes ;;
1099
1100   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1101   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1102     no_recursion=yes ;;
1103
1104   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1105   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1106   | --oldin | --oldi | --old | --ol | --o)
1107     ac_prev=oldincludedir ;;
1108   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1109   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1110   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1111     oldincludedir=$ac_optarg ;;
1112
1113   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1114     ac_prev=prefix ;;
1115   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1116     prefix=$ac_optarg ;;
1117
1118   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1119   | --program-pre | --program-pr | --program-p)
1120     ac_prev=program_prefix ;;
1121   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1122   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1123     program_prefix=$ac_optarg ;;
1124
1125   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1126   | --program-suf | --program-su | --program-s)
1127     ac_prev=program_suffix ;;
1128   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1129   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1130     program_suffix=$ac_optarg ;;
1131
1132   -program-transform-name | --program-transform-name \
1133   | --program-transform-nam | --program-transform-na \
1134   | --program-transform-n | --program-transform- \
1135   | --program-transform | --program-transfor \
1136   | --program-transfo | --program-transf \
1137   | --program-trans | --program-tran \
1138   | --progr-tra | --program-tr | --program-t)
1139     ac_prev=program_transform_name ;;
1140   -program-transform-name=* | --program-transform-name=* \
1141   | --program-transform-nam=* | --program-transform-na=* \
1142   | --program-transform-n=* | --program-transform-=* \
1143   | --program-transform=* | --program-transfor=* \
1144   | --program-transfo=* | --program-transf=* \
1145   | --program-trans=* | --program-tran=* \
1146   | --progr-tra=* | --program-tr=* | --program-t=*)
1147     program_transform_name=$ac_optarg ;;
1148
1149   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1150     ac_prev=pdfdir ;;
1151   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1152     pdfdir=$ac_optarg ;;
1153
1154   -psdir | --psdir | --psdi | --psd | --ps)
1155     ac_prev=psdir ;;
1156   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1157     psdir=$ac_optarg ;;
1158
1159   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1160   | -silent | --silent | --silen | --sile | --sil)
1161     silent=yes ;;
1162
1163   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1164     ac_prev=sbindir ;;
1165   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1166   | --sbi=* | --sb=*)
1167     sbindir=$ac_optarg ;;
1168
1169   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1170   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1171   | --sharedst | --shareds | --shared | --share | --shar \
1172   | --sha | --sh)
1173     ac_prev=sharedstatedir ;;
1174   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1175   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1176   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1177   | --sha=* | --sh=*)
1178     sharedstatedir=$ac_optarg ;;
1179
1180   -site | --site | --sit)
1181     ac_prev=site ;;
1182   -site=* | --site=* | --sit=*)
1183     site=$ac_optarg ;;
1184
1185   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1186     ac_prev=srcdir ;;
1187   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1188     srcdir=$ac_optarg ;;
1189
1190   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1191   | --syscon | --sysco | --sysc | --sys | --sy)
1192     ac_prev=sysconfdir ;;
1193   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1194   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1195     sysconfdir=$ac_optarg ;;
1196
1197   -target | --target | --targe | --targ | --tar | --ta | --t)
1198     ac_prev=target_alias ;;
1199   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1200     target_alias=$ac_optarg ;;
1201
1202   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1203     verbose=yes ;;
1204
1205   -version | --version | --versio | --versi | --vers | -V)
1206     ac_init_version=: ;;
1207
1208   -with-* | --with-*)
1209     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1210     # Reject names that are not valid shell variable names.
1211     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1212       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1213    { (exit 1); exit 1; }; }
1214     ac_useropt_orig=$ac_useropt
1215     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216     case $ac_user_opts in
1217       *"
1218 "with_$ac_useropt"
1219 "*) ;;
1220       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1221          ac_unrecognized_sep=', ';;
1222     esac
1223     eval with_$ac_useropt=\$ac_optarg ;;
1224
1225   -without-* | --without-*)
1226     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1227     # Reject names that are not valid shell variable names.
1228     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1229       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1230    { (exit 1); exit 1; }; }
1231     ac_useropt_orig=$ac_useropt
1232     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1233     case $ac_user_opts in
1234       *"
1235 "with_$ac_useropt"
1236 "*) ;;
1237       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1238          ac_unrecognized_sep=', ';;
1239     esac
1240     eval with_$ac_useropt=no ;;
1241
1242   --x)
1243     # Obsolete; use --with-x.
1244     with_x=yes ;;
1245
1246   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1247   | --x-incl | --x-inc | --x-in | --x-i)
1248     ac_prev=x_includes ;;
1249   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1250   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1251     x_includes=$ac_optarg ;;
1252
1253   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1254   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1255     ac_prev=x_libraries ;;
1256   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1257   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1258     x_libraries=$ac_optarg ;;
1259
1260   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1261 Try \`$0 --help' for more information." >&2
1262    { (exit 1); exit 1; }; }
1263     ;;
1264
1265   *=*)
1266     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1267     # Reject names that are not valid shell variable names.
1268     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1269       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1270    { (exit 1); exit 1; }; }
1271     eval $ac_envvar=\$ac_optarg
1272     export $ac_envvar ;;
1273
1274   *)
1275     # FIXME: should be removed in autoconf 3.0.
1276     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1277     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1278       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1279     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1280     ;;
1281
1282   esac
1283 done
1284
1285 if test -n "$ac_prev"; then
1286   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1287   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1288    { (exit 1); exit 1; }; }
1289 fi
1290
1291 if test -n "$ac_unrecognized_opts"; then
1292   case $enable_option_checking in
1293     no) ;;
1294     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1295    { (exit 1); exit 1; }; } ;;
1296     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1297   esac
1298 fi
1299
1300 # Check all directory arguments for consistency.
1301 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1302                 datadir sysconfdir sharedstatedir localstatedir includedir \
1303                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1304                 libdir localedir mandir
1305 do
1306   eval ac_val=\$$ac_var
1307   # Remove trailing slashes.
1308   case $ac_val in
1309     */ )
1310       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1311       eval $ac_var=\$ac_val;;
1312   esac
1313   # Be sure to have absolute directory names.
1314   case $ac_val in
1315     [\\/$]* | ?:[\\/]* )  continue;;
1316     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1317   esac
1318   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1319    { (exit 1); exit 1; }; }
1320 done
1321
1322 # There might be people who depend on the old broken behavior: `$host'
1323 # used to hold the argument of --host etc.
1324 # FIXME: To remove some day.
1325 build=$build_alias
1326 host=$host_alias
1327 target=$target_alias
1328
1329 # FIXME: To remove some day.
1330 if test "x$host_alias" != x; then
1331   if test "x$build_alias" = x; then
1332     cross_compiling=maybe
1333     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1334     If a cross compiler is detected then cross compile mode will be used." >&2
1335   elif test "x$build_alias" != "x$host_alias"; then
1336     cross_compiling=yes
1337   fi
1338 fi
1339
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1342
1343 test "$silent" = yes && exec 6>/dev/null
1344
1345
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1350    { (exit 1); exit 1; }; }
1351 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1352   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1353    { (exit 1); exit 1; }; }
1354
1355
1356 # Find the source files, if location was not specified.
1357 if test -z "$srcdir"; then
1358   ac_srcdir_defaulted=yes
1359   # Try the directory containing this script, then the parent directory.
1360   ac_confdir=`$as_dirname -- "$as_myself" ||
1361 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1362          X"$as_myself" : 'X\(//\)[^/]' \| \
1363          X"$as_myself" : 'X\(//\)$' \| \
1364          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1365 $as_echo X"$as_myself" |
1366     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1367             s//\1/
1368             q
1369           }
1370           /^X\(\/\/\)[^/].*/{
1371             s//\1/
1372             q
1373           }
1374           /^X\(\/\/\)$/{
1375             s//\1/
1376             q
1377           }
1378           /^X\(\/\).*/{
1379             s//\1/
1380             q
1381           }
1382           s/.*/./; q'`
1383   srcdir=$ac_confdir
1384   if test ! -r "$srcdir/$ac_unique_file"; then
1385     srcdir=..
1386   fi
1387 else
1388   ac_srcdir_defaulted=no
1389 fi
1390 if test ! -r "$srcdir/$ac_unique_file"; then
1391   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1392   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1393    { (exit 1); exit 1; }; }
1394 fi
1395 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1396 ac_abs_confdir=`(
1397         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1398    { (exit 1); exit 1; }; }
1399         pwd)`
1400 # When building in place, set srcdir=.
1401 if test "$ac_abs_confdir" = "$ac_pwd"; then
1402   srcdir=.
1403 fi
1404 # Remove unnecessary trailing slashes from srcdir.
1405 # Double slashes in file names in object file debugging info
1406 # mess up M-x gdb in Emacs.
1407 case $srcdir in
1408 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409 esac
1410 for ac_var in $ac_precious_vars; do
1411   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1412   eval ac_env_${ac_var}_value=\$${ac_var}
1413   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1414   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1415 done
1416
1417 #
1418 # Report the --help message.
1419 #
1420 if test "$ac_init_help" = "long"; then
1421   # Omit some internal or obsolete options to make the list less imposing.
1422   # This message is too long to be a string in the A/UX 3.1 sh.
1423   cat <<_ACEOF
1424 \`configure' configures Wine 1.1.16 to adapt to many kinds of systems.
1425
1426 Usage: $0 [OPTION]... [VAR=VALUE]...
1427
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1429 VAR=VALUE.  See below for descriptions of some of the useful variables.
1430
1431 Defaults for the options are specified in brackets.
1432
1433 Configuration:
1434   -h, --help              display this help and exit
1435       --help=short        display options specific to this package
1436       --help=recursive    display the short help of all the included packages
1437   -V, --version           display version information and exit
1438   -q, --quiet, --silent   do not print \`checking...' messages
1439       --cache-file=FILE   cache test results in FILE [disabled]
1440   -C, --config-cache      alias for \`--cache-file=config.cache'
1441   -n, --no-create         do not create output files
1442       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1443
1444 Installation directories:
1445   --prefix=PREFIX         install architecture-independent files in PREFIX
1446                           [$ac_default_prefix]
1447   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1448                           [PREFIX]
1449
1450 By default, \`make install' will install all the files in
1451 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1452 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1453 for instance \`--prefix=\$HOME'.
1454
1455 For better control, use the options below.
1456
1457 Fine tuning of the installation directories:
1458   --bindir=DIR            user executables [EPREFIX/bin]
1459   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1460   --libexecdir=DIR        program executables [EPREFIX/libexec]
1461   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1462   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1463   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1464   --libdir=DIR            object code libraries [EPREFIX/lib]
1465   --includedir=DIR        C header files [PREFIX/include]
1466   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1467   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1468   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1469   --infodir=DIR           info documentation [DATAROOTDIR/info]
1470   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1471   --mandir=DIR            man documentation [DATAROOTDIR/man]
1472   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1473   --htmldir=DIR           html documentation [DOCDIR]
1474   --dvidir=DIR            dvi documentation [DOCDIR]
1475   --pdfdir=DIR            pdf documentation [DOCDIR]
1476   --psdir=DIR             ps documentation [DOCDIR]
1477 _ACEOF
1478
1479   cat <<\_ACEOF
1480
1481 X features:
1482   --x-includes=DIR    X include files are in DIR
1483   --x-libraries=DIR   X library files are in DIR
1484
1485 System types:
1486   --build=BUILD     configure for building on BUILD [guessed]
1487   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1488 _ACEOF
1489 fi
1490
1491 if test -n "$ac_init_help"; then
1492   case $ac_init_help in
1493      short | recursive ) echo "Configuration of Wine 1.1.16:";;
1494    esac
1495   cat <<\_ACEOF
1496
1497 Optional Features:
1498   --disable-option-checking  ignore unrecognized --enable/--with options
1499   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1500   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1501   --disable-win16         do not include Win16 support
1502   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1503                           binaries)
1504   --disable-tests         do not build the regression tests
1505   --enable-maintainer-mode
1506                           enable maintainer-specific build rules
1507
1508 Optional Packages:
1509   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1510   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1511   --without-alsa          do not use the Alsa sound support
1512   --without-audioio       do not use the AudioIO sound support
1513   --without-capi          do not use CAPI (ISDN support)
1514   --without-cms           do not use CMS (color management support)
1515   --without-coreaudio     do not use the CoreAudio sound support
1516   --without-cups          do not use CUPS
1517   --without-curses        do not use (n)curses
1518   --without-esd           do not use the EsounD sound support
1519   --without-fontconfig    do not use fontconfig
1520   --without-freetype      do not use the FreeType library
1521   --without-gphoto        do not use gphoto (Digital Camera support)
1522   --without-glu           do not use the GLU library
1523   --without-gnutls        do not use GnuTLS (schannel support)
1524   --without-hal           do not use HAL (dynamic device support)
1525   --without-jack          do not use the Jack sound support
1526   --without-jpeg          do not use JPEG
1527   --without-ldap          do not use LDAP
1528   --without-nas           do not use the NAS sound support
1529   --without-opengl        do not use OpenGL
1530   --without-openssl       do not use OpenSSL
1531   --without-oss           do not use the OSS sound support
1532   --without-png           do not use PNG
1533   --without-pthread       do not use the pthread library
1534   --without-sane          do not use SANE (scanner support)
1535   --without-xcomposite    do not use the Xcomposite extension
1536   --without-xcursor       do not use the Xcursor extension
1537   --without-xinerama      do not use Xinerama (multi-monitor support)
1538   --without-xinput        do not use the Xinput extension
1539   --without-xml           do not use XML
1540   --without-xrandr        do not use Xrandr (resolution changes)
1541   --without-xrender       do not use the Xrender extension
1542   --without-xshape        do not use the Xshape extension
1543   --without-xshm          do not use XShm (shared memory extension)
1544   --without-xslt          do not use XSLT
1545   --without-xxf86vm       do not use XFree video mode extension
1546   --with-wine-tools=DIR   use Wine tools from directory DIR
1547   --with-x                use the X Window System
1548
1549 Some influential environment variables:
1550   CC          C compiler command
1551   CFLAGS      C compiler flags
1552   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1553               nonstandard directory <lib dir>
1554   LIBS        libraries to pass to the linker, e.g. -l<library>
1555   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1556               you have headers in a nonstandard directory <include dir>
1557   CXX         C++ compiler command
1558   CXXFLAGS    C++ compiler flags
1559   CPP         C preprocessor
1560   XMKMF       Path to xmkmf, Makefile generator for X Window System
1561
1562 Use these variables to override the choices made by `configure' or to help
1563 it to find libraries and programs with nonstandard names/locations.
1564
1565 Report bugs to <wine-devel@winehq.org>.
1566 _ACEOF
1567 ac_status=$?
1568 fi
1569
1570 if test "$ac_init_help" = "recursive"; then
1571   # If there are subdirs, report their specific --help.
1572   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1573     test -d "$ac_dir" ||
1574       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575       continue
1576     ac_builddir=.
1577
1578 case "$ac_dir" in
1579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1580 *)
1581   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582   # A ".." for each directory in $ac_dir_suffix.
1583   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584   case $ac_top_builddir_sub in
1585   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587   esac ;;
1588 esac
1589 ac_abs_top_builddir=$ac_pwd
1590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir=$ac_top_build_prefix
1593
1594 case $srcdir in
1595   .)  # We are building in place.
1596     ac_srcdir=.
1597     ac_top_srcdir=$ac_top_builddir_sub
1598     ac_abs_top_srcdir=$ac_pwd ;;
1599   [\\/]* | ?:[\\/]* )  # Absolute name.
1600     ac_srcdir=$srcdir$ac_dir_suffix;
1601     ac_top_srcdir=$srcdir
1602     ac_abs_top_srcdir=$srcdir ;;
1603   *) # Relative name.
1604     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605     ac_top_srcdir=$ac_top_build_prefix$srcdir
1606     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1607 esac
1608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1609
1610     cd "$ac_dir" || { ac_status=$?; continue; }
1611     # Check for guested configure.
1612     if test -f "$ac_srcdir/configure.gnu"; then
1613       echo &&
1614       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615     elif test -f "$ac_srcdir/configure"; then
1616       echo &&
1617       $SHELL "$ac_srcdir/configure" --help=recursive
1618     else
1619       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620     fi || ac_status=$?
1621     cd "$ac_pwd" || { ac_status=$?; break; }
1622   done
1623 fi
1624
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1627   cat <<\_ACEOF
1628 Wine configure 1.1.16
1629 generated by GNU Autoconf 2.63
1630
1631 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1632 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1633 This configure script is free software; the Free Software Foundation
1634 gives unlimited permission to copy, distribute and modify it.
1635 _ACEOF
1636   exit
1637 fi
1638 cat >config.log <<_ACEOF
1639 This file contains any messages produced by compilers while
1640 running configure, to aid debugging if configure makes a mistake.
1641
1642 It was created by Wine $as_me 1.1.16, which was
1643 generated by GNU Autoconf 2.63.  Invocation command line was
1644
1645   $ $0 $@
1646
1647 _ACEOF
1648 exec 5>>config.log
1649 {
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1654
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1660
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1663
1664 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1665 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1668 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1669 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1670 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1671
1672 _ASUNAME
1673
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1676 do
1677   IFS=$as_save_IFS
1678   test -z "$as_dir" && as_dir=.
1679   $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1682
1683 } >&5
1684
1685 cat >&5 <<_ACEOF
1686
1687
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1691
1692 _ACEOF
1693
1694
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1705 do
1706   for ac_arg
1707   do
1708     case $ac_arg in
1709     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711     | -silent | --silent | --silen | --sile | --sil)
1712       continue ;;
1713     *\'*)
1714       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715     esac
1716     case $ac_pass in
1717     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1718     2)
1719       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720       if test $ac_must_keep_next = true; then
1721         ac_must_keep_next=false # Got value, back to normal.
1722       else
1723         case $ac_arg in
1724           *=* | --config-cache | -C | -disable-* | --disable-* \
1725           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727           | -with-* | --with-* | -without-* | --without-* | --x)
1728             case "$ac_configure_args0 " in
1729               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730             esac
1731             ;;
1732           -* ) ac_must_keep_next=true ;;
1733         esac
1734       fi
1735       ac_configure_args="$ac_configure_args '$ac_arg'"
1736       ;;
1737     esac
1738   done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1742
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log.  We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749   # Save into config.log some information that might help in debugging.
1750   {
1751     echo
1752
1753     cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758     echo
1759     # The following way of writing the cache mishandles newlines in values,
1760 (
1761   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762     eval ac_val=\$$ac_var
1763     case $ac_val in #(
1764     *${as_nl}*)
1765       case $ac_var in #(
1766       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768       esac
1769       case $ac_var in #(
1770       _ | IFS | as_nl) ;; #(
1771       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772       *) $as_unset $ac_var ;;
1773       esac ;;
1774     esac
1775   done
1776   (set) 2>&1 |
1777     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778     *${as_nl}ac_space=\ *)
1779       sed -n \
1780         "s/'\''/'\''\\\\'\'''\''/g;
1781           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782       ;; #(
1783     *)
1784       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1785       ;;
1786     esac |
1787     sort
1788 )
1789     echo
1790
1791     cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796     echo
1797     for ac_var in $ac_subst_vars
1798     do
1799       eval ac_val=\$$ac_var
1800       case $ac_val in
1801       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802       esac
1803       $as_echo "$ac_var='\''$ac_val'\''"
1804     done | sort
1805     echo
1806
1807     if test -n "$ac_subst_files"; then
1808       cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813       echo
1814       for ac_var in $ac_subst_files
1815       do
1816         eval ac_val=\$$ac_var
1817         case $ac_val in
1818         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819         esac
1820         $as_echo "$ac_var='\''$ac_val'\''"
1821       done | sort
1822       echo
1823     fi
1824
1825     if test -s confdefs.h; then
1826       cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831       echo
1832       cat confdefs.h
1833       echo
1834     fi
1835     test "$ac_signal" != 0 &&
1836       $as_echo "$as_me: caught signal $ac_signal"
1837     $as_echo "$as_me: exit $exit_status"
1838   } >&5
1839   rm -f core *.core core.conftest.* &&
1840     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841     exit $exit_status
1842 ' 0
1843 for ac_signal in 1 2 13 15; do
1844   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1847
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1850
1851 # Predefined preprocessor variables.
1852
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1856
1857
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1861
1862
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1866
1867
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1871
1872
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1876
1877
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883   ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885   ac_site_file1=$prefix/share/config.site
1886   ac_site_file2=$prefix/etc/config.site
1887 else
1888   ac_site_file1=$ac_default_prefix/share/config.site
1889   ac_site_file2=$ac_default_prefix/etc/config.site
1890 fi
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1892 do
1893   test "x$ac_site_file" = xNONE && continue
1894   if test -r "$ac_site_file"; then
1895     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897     sed 's/^/| /' "$ac_site_file" >&5
1898     . "$ac_site_file"
1899   fi
1900 done
1901
1902 if test -r "$cache_file"; then
1903   # Some versions of bash will fail to source /dev/null (special
1904   # files actually), so we avoid doing that.
1905   if test -f "$cache_file"; then
1906     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908     case $cache_file in
1909       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910       *)                      . "./$cache_file";;
1911     esac
1912   fi
1913 else
1914   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916   >$cache_file
1917 fi
1918
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924   eval ac_new_set=\$ac_env_${ac_var}_set
1925   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926   eval ac_new_val=\$ac_env_${ac_var}_value
1927   case $ac_old_set,$ac_new_set in
1928     set,)
1929       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931       ac_cache_corrupted=: ;;
1932     ,set)
1933       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935       ac_cache_corrupted=: ;;
1936     ,);;
1937     *)
1938       if test "x$ac_old_val" != "x$ac_new_val"; then
1939         # differences in whitespace do not lead to failure.
1940         ac_old_val_w=`echo x $ac_old_val`
1941         ac_new_val_w=`echo x $ac_new_val`
1942         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945           ac_cache_corrupted=:
1946         else
1947           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949           eval $ac_var=\$ac_old_val
1950         fi
1951         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1952 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1953         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1955       fi;;
1956   esac
1957   # Pass precious variables to config.status.
1958   if test "$ac_new_set" = set; then
1959     case $ac_new_val in
1960     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961     *) ac_arg=$ac_var=$ac_new_val ;;
1962     esac
1963     case " $ac_configure_args " in
1964       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1965       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966     esac
1967   fi
1968 done
1969 if $ac_cache_corrupted; then
1970   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976    { (exit 1); exit 1; }; }
1977 fi
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2008
2009
2010
2011 ac_config_headers="$ac_config_headers include/config.h"
2012
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015   if test -f "$ac_dir/install-sh"; then
2016     ac_aux_dir=$ac_dir
2017     ac_install_sh="$ac_aux_dir/install-sh -c"
2018     break
2019   elif test -f "$ac_dir/install.sh"; then
2020     ac_aux_dir=$ac_dir
2021     ac_install_sh="$ac_aux_dir/install.sh -c"
2022     break
2023   elif test -f "$ac_dir/shtool"; then
2024     ac_aux_dir=$ac_dir
2025     ac_install_sh="$ac_aux_dir/shtool install -c"
2026     break
2027   fi
2028 done
2029 if test -z "$ac_aux_dir"; then
2030   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032    { (exit 1); exit 1; }; }
2033 fi
2034
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2042
2043
2044
2045
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048   enableval=$enable_win16;
2049 fi
2050
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053   enableval=$enable_win64;
2054 fi
2055
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058   enableval=$enable_tests;
2059 fi
2060
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063   enableval=$enable_maintainer_mode;
2064 else
2065   MAINTAINER_MODE=\#
2066
2067 fi
2068
2069
2070
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2074 fi
2075
2076
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2080 fi
2081
2082
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2086 fi
2087
2088
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2092 fi
2093
2094
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2098 fi
2099
2100
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103   withval=$with_cups;
2104 fi
2105
2106
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2110 fi
2111
2112
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115   withval=$with_esd;
2116 fi
2117
2118
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2122 fi
2123
2124
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127   withval=$with_freetype;
2128 fi
2129
2130
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133   withval=$with_gphoto;
2134 fi
2135
2136
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2140 fi
2141
2142
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145   withval=$with_gnutls;
2146 fi
2147
2148
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151   withval=$with_hal;
2152 fi
2153
2154
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2158 fi
2159
2160
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2164 fi
2165
2166
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2170 fi
2171
2172
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2176 fi
2177
2178
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181   withval=$with_opengl;
2182 fi
2183
2184
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2188 fi
2189
2190
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2194 fi
2195
2196
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2200 fi
2201
2202
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2206 fi
2207
2208
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211   withval=$with_sane;
2212 fi
2213
2214
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2218 fi
2219
2220
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2224 fi
2225
2226
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2230 fi
2231
2232
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2236 fi
2237
2238
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241   withval=$with_xml;
2242 fi
2243
2244
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2248 fi
2249
2250
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2254 fi
2255
2256
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2260 fi
2261
2262
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2266 fi
2267
2268
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271   withval=$with_xslt;
2272 fi
2273
2274
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2278 fi
2279
2280
2281
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284   withval=$with_wine_tools;
2285 fi
2286
2287
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292    { (exit 1); exit 1; }; }
2293
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297   $as_echo_n "(cached) " >&6
2298 else
2299   ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305    { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309    { (exit 1); exit 1; }; }
2310
2311 fi
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318    { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2332
2333
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337   $as_echo_n "(cached) " >&6
2338 else
2339   if test "x$host_alias" = x; then
2340   ac_cv_host=$ac_cv_build
2341 else
2342   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345    { (exit 1); exit 1; }; }
2346 fi
2347
2348 fi
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355    { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2369
2370
2371
2372 case "$srcdir" in
2373  .) ;;
2374  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375       { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379    { (exit 1); exit 1; }; }
2380     fi ;;
2381 esac
2382
2383
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389   $as_echo_n "(cached) " >&6
2390 else
2391   cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394         @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398   *@@@%%%=?*=@@@%%%*)
2399     eval ac_cv_prog_make_${ac_make}_set=yes;;
2400   *)
2401     eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2404 fi
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406   { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408   SET_MAKE=
2409 else
2410   { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412   SET_MAKE="MAKE=${MAKE-make}"
2413 fi
2414
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426   $as_echo_n "(cached) " >&6
2427 else
2428   if test -n "$CC"; then
2429   ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2433 do
2434   IFS=$as_save_IFS
2435   test -z "$as_dir" && as_dir=.
2436   for ac_exec_ext in '' $ac_executable_extensions; do
2437   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440     break 2
2441   fi
2442 done
2443 done
2444 IFS=$as_save_IFS
2445
2446 fi
2447 fi
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453   { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2455 fi
2456
2457
2458 fi
2459 if test -z "$ac_cv_prog_CC"; then
2460   ac_ct_CC=$CC
2461   # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466   $as_echo_n "(cached) " >&6
2467 else
2468   if test -n "$ac_ct_CC"; then
2469   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2473 do
2474   IFS=$as_save_IFS
2475   test -z "$as_dir" && as_dir=.
2476   for ac_exec_ext in '' $ac_executable_extensions; do
2477   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478     ac_cv_prog_ac_ct_CC="gcc"
2479     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480     break 2
2481   fi
2482 done
2483 done
2484 IFS=$as_save_IFS
2485
2486 fi
2487 fi
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493   { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2495 fi
2496
2497   if test "x$ac_ct_CC" = x; then
2498     CC=""
2499   else
2500     case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506     CC=$ac_ct_CC
2507   fi
2508 else
2509   CC="$ac_cv_prog_CC"
2510 fi
2511
2512 if test -z "$CC"; then
2513           if test -n "$ac_tool_prefix"; then
2514     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519   $as_echo_n "(cached) " >&6
2520 else
2521   if test -n "$CC"; then
2522   ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2526 do
2527   IFS=$as_save_IFS
2528   test -z "$as_dir" && as_dir=.
2529   for ac_exec_ext in '' $ac_executable_extensions; do
2530   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531     ac_cv_prog_CC="${ac_tool_prefix}cc"
2532     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533     break 2
2534   fi
2535 done
2536 done
2537 IFS=$as_save_IFS
2538
2539 fi
2540 fi
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546   { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2548 fi
2549
2550
2551   fi
2552 fi
2553 if test -z "$CC"; then
2554   # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559   $as_echo_n "(cached) " >&6
2560 else
2561   if test -n "$CC"; then
2562   ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564   ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2567 do
2568   IFS=$as_save_IFS
2569   test -z "$as_dir" && as_dir=.
2570   for ac_exec_ext in '' $ac_executable_extensions; do
2571   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573        ac_prog_rejected=yes
2574        continue
2575      fi
2576     ac_cv_prog_CC="cc"
2577     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578     break 2
2579   fi
2580 done
2581 done
2582 IFS=$as_save_IFS
2583
2584 if test $ac_prog_rejected = yes; then
2585   # We found a bogon in the path, so make sure we never use it.
2586   set dummy $ac_cv_prog_CC
2587   shift
2588   if test $# != 0; then
2589     # We chose a different compiler from the bogus one.
2590     # However, it has the same basename, so the bogon will be chosen
2591     # first if we set CC to just the basename; use the full file name.
2592     shift
2593     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2594   fi
2595 fi
2596 fi
2597 fi
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603   { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2605 fi
2606
2607
2608 fi
2609 if test -z "$CC"; then
2610   if test -n "$ac_tool_prefix"; then
2611   for ac_prog in cl.exe
2612   do
2613     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618   $as_echo_n "(cached) " >&6
2619 else
2620   if test -n "$CC"; then
2621   ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2625 do
2626   IFS=$as_save_IFS
2627   test -z "$as_dir" && as_dir=.
2628   for ac_exec_ext in '' $ac_executable_extensions; do
2629   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632     break 2
2633   fi
2634 done
2635 done
2636 IFS=$as_save_IFS
2637
2638 fi
2639 fi
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645   { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2647 fi
2648
2649
2650     test -n "$CC" && break
2651   done
2652 fi
2653 if test -z "$CC"; then
2654   ac_ct_CC=$CC
2655   for ac_prog in cl.exe
2656 do
2657   # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662   $as_echo_n "(cached) " >&6
2663 else
2664   if test -n "$ac_ct_CC"; then
2665   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2669 do
2670   IFS=$as_save_IFS
2671   test -z "$as_dir" && as_dir=.
2672   for ac_exec_ext in '' $ac_executable_extensions; do
2673   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674     ac_cv_prog_ac_ct_CC="$ac_prog"
2675     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676     break 2
2677   fi
2678 done
2679 done
2680 IFS=$as_save_IFS
2681
2682 fi
2683 fi
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689   { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2691 fi
2692
2693
2694   test -n "$ac_ct_CC" && break
2695 done
2696
2697   if test "x$ac_ct_CC" = x; then
2698     CC=""
2699   else
2700     case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706     CC=$ac_ct_CC
2707   fi
2708 fi
2709
2710 fi
2711
2712
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719    { (exit 1); exit 1; }; }; }
2720
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728   *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732   (eval "$ac_compiler --version >&5") 2>&5
2733   ac_status=$?
2734   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735   (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739   *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743   (eval "$ac_compiler -v >&5") 2>&5
2744   ac_status=$?
2745   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746   (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750   *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754   (eval "$ac_compiler -V >&5") 2>&5
2755   ac_status=$?
2756   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757   (exit $ac_status); }
2758
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h.  */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h.  */
2765
2766 int
2767 main ()
2768 {
2769
2770   ;
2771   return 0;
2772 }
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2782
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2785
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2788 do
2789   case $ac_file in
2790     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792   esac
2793 done
2794 rm -f $ac_rmfiles
2795
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799   *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803   (eval "$ac_link_default") 2>&5
2804   ac_status=$?
2805   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806   (exit $ac_status); }; then
2807   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2813 do
2814   test -f "$ac_file" || continue
2815   case $ac_file in
2816     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2817         ;;
2818     [ab].out )
2819         # We found the default executable, but exeext='' is most
2820         # certainly right.
2821         break;;
2822     *.* )
2823         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824         then :; else
2825            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2826         fi
2827         # We set ac_cv_exeext here because the later test for it is not
2828         # safe: cross compilers may not add the suffix if given an `-o'
2829         # argument, so we may need to know it at that point already.
2830         # Even if this section looks crufty: it has the advantage of
2831         # actually working.
2832         break;;
2833     * )
2834         break;;
2835   esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2838
2839 else
2840   ac_file=''
2841 fi
2842
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846   $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2848
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855    { (exit 77); exit 77; }; }; }
2856 fi
2857
2858 ac_exeext=$ac_cv_exeext
2859
2860 # Check that the compiler produces executables we can run.  If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867   if { ac_try='./$ac_file'
2868   { (case "(($ac_try" in
2869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870   *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874   (eval "$ac_try") 2>&5
2875   ac_status=$?
2876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877   (exit $ac_status); }; }; then
2878     cross_compiling=no
2879   else
2880     if test "$cross_compiling" = maybe; then
2881         cross_compiling=yes
2882     else
2883         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891    { (exit 1); exit 1; }; }; }
2892     fi
2893   fi
2894 fi
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2897
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run.  If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2906
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912   *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916   (eval "$ac_link") 2>&5
2917   ac_status=$?
2918   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919   (exit $ac_status); }; then
2920   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925   test -f "$ac_file" || continue
2926   case $ac_file in
2927     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929           break;;
2930     * ) break;;
2931   esac
2932 done
2933 else
2934   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940    { (exit 1); exit 1; }; }; }
2941 fi
2942
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2946
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953   $as_echo_n "(cached) " >&6
2954 else
2955   cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h.  */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h.  */
2961
2962 int
2963 main ()
2964 {
2965
2966   ;
2967   return 0;
2968 }
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974   *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978   (eval "$ac_compile") 2>&5
2979   ac_status=$?
2980   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981   (exit $ac_status); }; then
2982   for ac_file in conftest.o conftest.obj conftest.*; do
2983   test -f "$ac_file" || continue;
2984   case $ac_file in
2985     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987        break;;
2988   esac
2989 done
2990 else
2991   $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2993
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000    { (exit 1); exit 1; }; }; }
3001 fi
3002
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3004 fi
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012   $as_echo_n "(cached) " >&6
3013 else
3014   cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h.  */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h.  */
3020
3021 int
3022 main ()
3023 {
3024 #ifndef __GNUC__
3025        choke me
3026 #endif
3027
3028   ;
3029   return 0;
3030 }
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036   *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040   (eval "$ac_compile") 2>conftest.er1
3041   ac_status=$?
3042   grep -v '^ *+' conftest.er1 >conftest.err
3043   rm -f conftest.er1
3044   cat conftest.err >&5
3045   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046   (exit $ac_status); } && {
3047          test -z "$ac_c_werror_flag" ||
3048          test ! -s conftest.err
3049        } && test -s conftest.$ac_objext; then
3050   ac_compiler_gnu=yes
3051 else
3052   $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3054
3055         ac_compiler_gnu=no
3056 fi
3057
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3060
3061 fi
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065   GCC=yes
3066 else
3067   GCC=
3068 fi
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074   $as_echo_n "(cached) " >&6
3075 else
3076   ac_save_c_werror_flag=$ac_c_werror_flag
3077    ac_c_werror_flag=yes
3078    ac_cv_prog_cc_g=no
3079    CFLAGS="-g"
3080    cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h.  */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h.  */
3086
3087 int
3088 main ()
3089 {
3090
3091   ;
3092   return 0;
3093 }
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099   *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103   (eval "$ac_compile") 2>conftest.er1
3104   ac_status=$?
3105   grep -v '^ *+' conftest.er1 >conftest.err
3106   rm -f conftest.er1
3107   cat conftest.err >&5
3108   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109   (exit $ac_status); } && {
3110          test -z "$ac_c_werror_flag" ||
3111          test ! -s conftest.err
3112        } && test -s conftest.$ac_objext; then
3113   ac_cv_prog_cc_g=yes
3114 else
3115   $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3117
3118         CFLAGS=""
3119       cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h.  */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h.  */
3125
3126 int
3127 main ()
3128 {
3129
3130   ;
3131   return 0;
3132 }
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138   *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142   (eval "$ac_compile") 2>conftest.er1
3143   ac_status=$?
3144   grep -v '^ *+' conftest.er1 >conftest.err
3145   rm -f conftest.er1
3146   cat conftest.err >&5
3147   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148   (exit $ac_status); } && {
3149          test -z "$ac_c_werror_flag" ||
3150          test ! -s conftest.err
3151        } && test -s conftest.$ac_objext; then
3152   :
3153 else
3154   $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3156
3157         ac_c_werror_flag=$ac_save_c_werror_flag
3158          CFLAGS="-g"
3159          cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h.  */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h.  */
3165
3166 int
3167 main ()
3168 {
3169
3170   ;
3171   return 0;
3172 }
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178   *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182   (eval "$ac_compile") 2>conftest.er1
3183   ac_status=$?
3184   grep -v '^ *+' conftest.er1 >conftest.err
3185   rm -f conftest.er1
3186   cat conftest.err >&5
3187   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188   (exit $ac_status); } && {
3189          test -z "$ac_c_werror_flag" ||
3190          test ! -s conftest.err
3191        } && test -s conftest.$ac_objext; then
3192   ac_cv_prog_cc_g=yes
3193 else
3194   $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3196
3197
3198 fi
3199
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3201 fi
3202
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3204 fi
3205
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207    ac_c_werror_flag=$ac_save_c_werror_flag
3208 fi
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212   CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214   if test "$GCC" = yes; then
3215     CFLAGS="-g -O2"
3216   else
3217     CFLAGS="-g"
3218   fi
3219 else
3220   if test "$GCC" = yes; then
3221     CFLAGS="-O2"
3222   else
3223     CFLAGS=
3224   fi
3225 fi
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229   $as_echo_n "(cached) " >&6
3230 else
3231   ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h.  */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h.  */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247      char **p;
3248      int i;
3249 {
3250   return p[i];
3251 }
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3253 {
3254   char *s;
3255   va_list v;
3256   va_start (v,p);
3257   s = g (p, va_arg (v,int));
3258   va_end (v);
3259   return s;
3260 }
3261
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3263    function prototypes and stuff, but not '\xHH' hex character constants.
3264    These don't provoke an error unfortunately, instead are silently treated
3265    as 'x'.  The following induces an error, until -std is added to get
3266    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3267    array size at least.  It's necessary to write '\x00'==0 to get something
3268    that's true only with -std.  */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3270
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272    inside strings and character constants.  */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3275
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3282 int
3283 main ()
3284 {
3285 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3286   ;
3287   return 0;
3288 }
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3292 do
3293   CC="$ac_save_CC $ac_arg"
3294   rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298   *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302   (eval "$ac_compile") 2>conftest.er1
3303   ac_status=$?
3304   grep -v '^ *+' conftest.er1 >conftest.err
3305   rm -f conftest.er1
3306   cat conftest.err >&5
3307   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308   (exit $ac_status); } && {
3309          test -z "$ac_c_werror_flag" ||
3310          test ! -s conftest.err
3311        } && test -s conftest.$ac_objext; then
3312   ac_cv_prog_cc_c89=$ac_arg
3313 else
3314   $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3316
3317
3318 fi
3319
3320 rm -f core conftest.err conftest.$ac_objext
3321   test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3325
3326 fi
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3329   x)
3330     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332   xno)
3333     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3335   *)
3336     CC="$CC $ac_cv_prog_cc_c89"
3337     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3340
3341
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3347
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354   if test -n "$CCC"; then
3355     CXX=$CCC
3356   else
3357     if test -n "$ac_tool_prefix"; then
3358   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3359   do
3360     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365   $as_echo_n "(cached) " >&6
3366 else
3367   if test -n "$CXX"; then
3368   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3372 do
3373   IFS=$as_save_IFS
3374   test -z "$as_dir" && as_dir=.
3375   for ac_exec_ext in '' $ac_executable_extensions; do
3376   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379     break 2
3380   fi
3381 done
3382 done
3383 IFS=$as_save_IFS
3384
3385 fi
3386 fi
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392   { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3394 fi
3395
3396
3397     test -n "$CXX" && break
3398   done
3399 fi
3400 if test -z "$CXX"; then
3401   ac_ct_CXX=$CXX
3402   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3403 do
3404   # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409   $as_echo_n "(cached) " >&6
3410 else
3411   if test -n "$ac_ct_CXX"; then
3412   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3416 do
3417   IFS=$as_save_IFS
3418   test -z "$as_dir" && as_dir=.
3419   for ac_exec_ext in '' $ac_executable_extensions; do
3420   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421     ac_cv_prog_ac_ct_CXX="$ac_prog"
3422     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423     break 2
3424   fi
3425 done
3426 done
3427 IFS=$as_save_IFS
3428
3429 fi
3430 fi
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436   { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3438 fi
3439
3440
3441   test -n "$ac_ct_CXX" && break
3442 done
3443
3444   if test "x$ac_ct_CXX" = x; then
3445     CXX="g++"
3446   else
3447     case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453     CXX=$ac_ct_CXX
3454   fi
3455 fi
3456
3457   fi
3458 fi
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466   *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470   (eval "$ac_compiler --version >&5") 2>&5
3471   ac_status=$?
3472   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473   (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477   *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481   (eval "$ac_compiler -v >&5") 2>&5
3482   ac_status=$?
3483   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484   (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488   *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492   (eval "$ac_compiler -V >&5") 2>&5
3493   ac_status=$?
3494   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495   (exit $ac_status); }
3496
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500   $as_echo_n "(cached) " >&6
3501 else
3502   cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h.  */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h.  */
3508
3509 int
3510 main ()
3511 {
3512 #ifndef __GNUC__
3513        choke me
3514 #endif
3515
3516   ;
3517   return 0;
3518 }
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524   *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528   (eval "$ac_compile") 2>conftest.er1
3529   ac_status=$?
3530   grep -v '^ *+' conftest.er1 >conftest.err
3531   rm -f conftest.er1
3532   cat conftest.err >&5
3533   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534   (exit $ac_status); } && {
3535          test -z "$ac_cxx_werror_flag" ||
3536          test ! -s conftest.err
3537        } && test -s conftest.$ac_objext; then
3538   ac_compiler_gnu=yes
3539 else
3540   $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3542
3543         ac_compiler_gnu=no
3544 fi
3545
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3548
3549 fi
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553   GXX=yes
3554 else
3555   GXX=
3556 fi
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562   $as_echo_n "(cached) " >&6
3563 else
3564   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565    ac_cxx_werror_flag=yes
3566    ac_cv_prog_cxx_g=no
3567    CXXFLAGS="-g"
3568    cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h.  */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h.  */
3574
3575 int
3576 main ()
3577 {
3578
3579   ;
3580   return 0;
3581 }
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587   *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591   (eval "$ac_compile") 2>conftest.er1
3592   ac_status=$?
3593   grep -v '^ *+' conftest.er1 >conftest.err
3594   rm -f conftest.er1
3595   cat conftest.err >&5
3596   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597   (exit $ac_status); } && {
3598          test -z "$ac_cxx_werror_flag" ||
3599          test ! -s conftest.err
3600        } && test -s conftest.$ac_objext; then
3601   ac_cv_prog_cxx_g=yes
3602 else
3603   $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3605
3606         CXXFLAGS=""
3607       cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h.  */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h.  */
3613
3614 int
3615 main ()
3616 {
3617
3618   ;
3619   return 0;
3620 }
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626   *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630   (eval "$ac_compile") 2>conftest.er1
3631   ac_status=$?
3632   grep -v '^ *+' conftest.er1 >conftest.err
3633   rm -f conftest.er1
3634   cat conftest.err >&5
3635   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636   (exit $ac_status); } && {
3637          test -z "$ac_cxx_werror_flag" ||
3638          test ! -s conftest.err
3639        } && test -s conftest.$ac_objext; then
3640   :
3641 else
3642   $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3644
3645         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646          CXXFLAGS="-g"
3647          cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h.  */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h.  */
3653
3654 int
3655 main ()
3656 {
3657
3658   ;
3659   return 0;
3660 }
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666   *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670   (eval "$ac_compile") 2>conftest.er1
3671   ac_status=$?
3672   grep -v '^ *+' conftest.er1 >conftest.err
3673   rm -f conftest.er1
3674   cat conftest.err >&5
3675   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676   (exit $ac_status); } && {
3677          test -z "$ac_cxx_werror_flag" ||
3678          test ! -s conftest.err
3679        } && test -s conftest.$ac_objext; then
3680   ac_cv_prog_cxx_g=yes
3681 else
3682   $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3684
3685
3686 fi
3687
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3689 fi
3690
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3692 fi
3693
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3696 fi
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700   CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702   if test "$GXX" = yes; then
3703     CXXFLAGS="-g -O2"
3704   else
3705     CXXFLAGS="-g"
3706   fi
3707 else
3708   if test "$GXX" = yes; then
3709     CXXFLAGS="-O2"
3710   else
3711     CXXFLAGS=
3712   fi
3713 fi
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3719
3720 if test -n "$ac_tool_prefix"; then
3721   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726   $as_echo_n "(cached) " >&6
3727 else
3728   if test -n "$CPPBIN"; then
3729   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3733 do
3734   IFS=$as_save_IFS
3735   test -z "$as_dir" && as_dir=.
3736   for ac_exec_ext in '' $ac_executable_extensions; do
3737   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740     break 2
3741   fi
3742 done
3743 done
3744 IFS=$as_save_IFS
3745
3746 fi
3747 fi
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750   { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753   { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3755 fi
3756
3757
3758 fi
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760   ac_ct_CPPBIN=$CPPBIN
3761   # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766   $as_echo_n "(cached) " >&6
3767 else
3768   if test -n "$ac_ct_CPPBIN"; then
3769   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3773 do
3774   IFS=$as_save_IFS
3775   test -z "$as_dir" && as_dir=.
3776   for ac_exec_ext in '' $ac_executable_extensions; do
3777   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778     ac_cv_prog_ac_ct_CPPBIN="cpp"
3779     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780     break 2
3781   fi
3782 done
3783 done
3784 IFS=$as_save_IFS
3785
3786 fi
3787 fi
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790   { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793   { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3795 fi
3796
3797   if test "x$ac_ct_CPPBIN" = x; then
3798     CPPBIN="cpp"
3799   else
3800     case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806     CPPBIN=$ac_ct_CPPBIN
3807   fi
3808 else
3809   CPPBIN="$ac_cv_prog_CPPBIN"
3810 fi
3811
3812
3813 case $host in
3814   x86_64*)
3815     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3816     then
3817       CC="$CC -m32"
3818       CXX="$CXX -m32"
3819       { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3820 $as_echo_n "checking whether $CC works... " >&6; }
3821
3822 cat >conftest.$ac_ext <<_ACEOF
3823 /* confdefs.h.  */
3824 _ACEOF
3825 cat confdefs.h >>conftest.$ac_ext
3826 cat >>conftest.$ac_ext <<_ACEOF
3827 /* end confdefs.h.  */
3828
3829 int
3830 main ()
3831 {
3832
3833   ;
3834   return 0;
3835 }
3836 _ACEOF
3837 rm -f conftest.$ac_objext conftest$ac_exeext
3838 if { (ac_try="$ac_link"
3839 case "(($ac_try" in
3840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841   *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3844 $as_echo "$ac_try_echo") >&5
3845   (eval "$ac_link") 2>conftest.er1
3846   ac_status=$?
3847   grep -v '^ *+' conftest.er1 >conftest.err
3848   rm -f conftest.er1
3849   cat conftest.err >&5
3850   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851   (exit $ac_status); } && {
3852          test -z "$ac_c_werror_flag" ||
3853          test ! -s conftest.err
3854        } && test -s conftest$ac_exeext && {
3855          test "$cross_compiling" = yes ||
3856          $as_test_x conftest$ac_exeext
3857        }; then
3858   { $as_echo "$as_me:$LINENO: result: yes" >&5
3859 $as_echo "yes" >&6; }
3860 else
3861   $as_echo "$as_me: failed program was:" >&5
3862 sed 's/^/| /' conftest.$ac_ext >&5
3863
3864         { $as_echo "$as_me:$LINENO: result: no" >&5
3865 $as_echo "no" >&6; }
3866                       { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3867 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3868    { (exit 1); exit 1; }; }
3869 fi
3870
3871 rm -rf conftest.dSYM
3872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3873       conftest$ac_exeext conftest.$ac_ext
3874       LD="${LD:-ld} -m elf_i386"
3875       AS="${AS:-as} --32"
3876       host_cpu="i386"
3877       notice_platform="32-bit "
3878       TARGETFLAGS="-m32"
3879
3880       enable_win16=${enable_win16:-yes}
3881     else
3882       TARGETFLAGS="-m64"
3883
3884     fi
3885     ;;
3886   *-mingw32*)
3887     enable_win16=${enable_win16:-no}
3888     ;;
3889   i[3456789]86*)
3890     enable_win16=${enable_win16:-yes}
3891     ;;
3892 esac
3893
3894 enable_win16=${enable_win16:-no}
3895
3896 WIN16_FILES="\$(WIN16_FILES)"
3897
3898 WIN16_INSTALL="\$(WIN16_INSTALL)"
3899
3900 if test "x$enable_win16" != "xyes"
3901 then
3902     WIN16_FILES=""
3903     WIN16_INSTALL=""
3904     enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3905     enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3906     enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3907     enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3908     enable_vmm_vxd=${enable_vmm_vxd:-no}
3909     enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3910     enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3911     enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3912     enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3913     enable_w32skrnl=${enable_w32skrnl:-no}
3914     enable_winedos=${enable_winedos:-no}
3915     enable_winevdm=${enable_winevdm:-no}
3916     enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3917     enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3918 fi
3919
3920 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3921 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3922 if test "${wine_cv_toolsdir+set}" = set; then
3923   $as_echo_n "(cached) " >&6
3924 else
3925   if test -z "$with_wine_tools"; then
3926      if test "$cross_compiling" = "yes"; then
3927        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3928 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3929    { (exit 1); exit 1; }; }
3930      else
3931        wine_cv_toolsdir="\$(TOPOBJDIR)"
3932      fi
3933    elif test -d "$with_wine_tools/tools/winebuild"; then
3934      case $with_wine_tools in
3935        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3936        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3937      esac
3938    else
3939      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3940 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3941    { (exit 1); exit 1; }; }
3942    fi
3943 fi
3944 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3945 $as_echo "$wine_cv_toolsdir" >&6; }
3946 TOOLSDIR=$wine_cv_toolsdir
3947
3948 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3949 then
3950     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3951
3952 fi
3953
3954 for ac_prog in flex
3955 do
3956   # Extract the first word of "$ac_prog", so it can be a program name with args.
3957 set dummy $ac_prog; ac_word=$2
3958 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3959 $as_echo_n "checking for $ac_word... " >&6; }
3960 if test "${ac_cv_prog_FLEX+set}" = set; then
3961   $as_echo_n "(cached) " >&6
3962 else
3963   if test -n "$FLEX"; then
3964   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3965 else
3966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3967 for as_dir in $PATH
3968 do
3969   IFS=$as_save_IFS
3970   test -z "$as_dir" && as_dir=.
3971   for ac_exec_ext in '' $ac_executable_extensions; do
3972   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3973     ac_cv_prog_FLEX="$ac_prog"
3974     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3975     break 2
3976   fi
3977 done
3978 done
3979 IFS=$as_save_IFS
3980
3981 fi
3982 fi
3983 FLEX=$ac_cv_prog_FLEX
3984 if test -n "$FLEX"; then
3985   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3986 $as_echo "$FLEX" >&6; }
3987 else
3988   { $as_echo "$as_me:$LINENO: result: no" >&5
3989 $as_echo "no" >&6; }
3990 fi
3991
3992
3993   test -n "$FLEX" && break
3994 done
3995 test -n "$FLEX" || FLEX="none"
3996
3997 if test "$FLEX" = "none"
3998 then
3999   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4000 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4001    { (exit 1); exit 1; }; }
4002 fi
4003
4004 for ac_prog in bison
4005 do
4006   # Extract the first word of "$ac_prog", so it can be a program name with args.
4007 set dummy $ac_prog; ac_word=$2
4008 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4009 $as_echo_n "checking for $ac_word... " >&6; }
4010 if test "${ac_cv_prog_BISON+set}" = set; then
4011   $as_echo_n "(cached) " >&6
4012 else
4013   if test -n "$BISON"; then
4014   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4015 else
4016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4017 for as_dir in $PATH
4018 do
4019   IFS=$as_save_IFS
4020   test -z "$as_dir" && as_dir=.
4021   for ac_exec_ext in '' $ac_executable_extensions; do
4022   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4023     ac_cv_prog_BISON="$ac_prog"
4024     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4025     break 2
4026   fi
4027 done
4028 done
4029 IFS=$as_save_IFS
4030
4031 fi
4032 fi
4033 BISON=$ac_cv_prog_BISON
4034 if test -n "$BISON"; then
4035   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4036 $as_echo "$BISON" >&6; }
4037 else
4038   { $as_echo "$as_me:$LINENO: result: no" >&5
4039 $as_echo "no" >&6; }
4040 fi
4041
4042
4043   test -n "$BISON" && break
4044 done
4045 test -n "$BISON" || BISON="none"
4046
4047 if test "$BISON" = "none"
4048 then
4049   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4050 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4051    { (exit 1); exit 1; }; }
4052 fi
4053
4054 if test -n "$ac_tool_prefix"; then
4055   for ac_prog in gas as
4056   do
4057     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4058 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4059 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4060 $as_echo_n "checking for $ac_word... " >&6; }
4061 if test "${ac_cv_prog_AS+set}" = set; then
4062   $as_echo_n "(cached) " >&6
4063 else
4064   if test -n "$AS"; then
4065   ac_cv_prog_AS="$AS" # Let the user override the test.
4066 else
4067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4068 for as_dir in $PATH
4069 do
4070   IFS=$as_save_IFS
4071   test -z "$as_dir" && as_dir=.
4072   for ac_exec_ext in '' $ac_executable_extensions; do
4073   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4074     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4075     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4076     break 2
4077   fi
4078 done
4079 done
4080 IFS=$as_save_IFS
4081
4082 fi
4083 fi
4084 AS=$ac_cv_prog_AS
4085 if test -n "$AS"; then
4086   { $as_echo "$as_me:$LINENO: result: $AS" >&5
4087 $as_echo "$AS" >&6; }
4088 else
4089   { $as_echo "$as_me:$LINENO: result: no" >&5
4090 $as_echo "no" >&6; }
4091 fi
4092
4093
4094     test -n "$AS" && break
4095   done
4096 fi
4097 if test -z "$AS"; then
4098   ac_ct_AS=$AS
4099   for ac_prog in gas as
4100 do
4101   # Extract the first word of "$ac_prog", so it can be a program name with args.
4102 set dummy $ac_prog; ac_word=$2
4103 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4104 $as_echo_n "checking for $ac_word... " >&6; }
4105 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4106   $as_echo_n "(cached) " >&6
4107 else
4108   if test -n "$ac_ct_AS"; then
4109   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4110 else
4111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4112 for as_dir in $PATH
4113 do
4114   IFS=$as_save_IFS
4115   test -z "$as_dir" && as_dir=.
4116   for ac_exec_ext in '' $ac_executable_extensions; do
4117   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4118     ac_cv_prog_ac_ct_AS="$ac_prog"
4119     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4120     break 2
4121   fi
4122 done
4123 done
4124 IFS=$as_save_IFS
4125
4126 fi
4127 fi
4128 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4129 if test -n "$ac_ct_AS"; then
4130   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4131 $as_echo "$ac_ct_AS" >&6; }
4132 else
4133   { $as_echo "$as_me:$LINENO: result: no" >&5
4134 $as_echo "no" >&6; }
4135 fi
4136
4137
4138   test -n "$ac_ct_AS" && break
4139 done
4140
4141   if test "x$ac_ct_AS" = x; then
4142     AS="as"
4143   else
4144     case $cross_compiling:$ac_tool_warned in
4145 yes:)
4146 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4147 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4148 ac_tool_warned=yes ;;
4149 esac
4150     AS=$ac_ct_AS
4151   fi
4152 fi
4153
4154 if test -n "$ac_tool_prefix"; then
4155   for ac_prog in ld gld
4156   do
4157     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4158 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4159 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4160 $as_echo_n "checking for $ac_word... " >&6; }
4161 if test "${ac_cv_prog_LD+set}" = set; then
4162   $as_echo_n "(cached) " >&6
4163 else
4164   if test -n "$LD"; then
4165   ac_cv_prog_LD="$LD" # Let the user override the test.
4166 else
4167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4168 for as_dir in $PATH
4169 do
4170   IFS=$as_save_IFS
4171   test -z "$as_dir" && as_dir=.
4172   for ac_exec_ext in '' $ac_executable_extensions; do
4173   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4174     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4175     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4176     break 2
4177   fi
4178 done
4179 done
4180 IFS=$as_save_IFS
4181
4182 fi
4183 fi
4184 LD=$ac_cv_prog_LD
4185 if test -n "$LD"; then
4186   { $as_echo "$as_me:$LINENO: result: $LD" >&5
4187 $as_echo "$LD" >&6; }
4188 else
4189   { $as_echo "$as_me:$LINENO: result: no" >&5
4190 $as_echo "no" >&6; }
4191 fi
4192
4193
4194     test -n "$LD" && break
4195   done
4196 fi
4197 if test -z "$LD"; then
4198   ac_ct_LD=$LD
4199   for ac_prog in ld gld
4200 do
4201   # Extract the first word of "$ac_prog", so it can be a program name with args.
4202 set dummy $ac_prog; ac_word=$2
4203 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4204 $as_echo_n "checking for $ac_word... " >&6; }
4205 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4206   $as_echo_n "(cached) " >&6
4207 else
4208   if test -n "$ac_ct_LD"; then
4209   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4210 else
4211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4212 for as_dir in $PATH
4213 do
4214   IFS=$as_save_IFS
4215   test -z "$as_dir" && as_dir=.
4216   for ac_exec_ext in '' $ac_executable_extensions; do
4217   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4218     ac_cv_prog_ac_ct_LD="$ac_prog"
4219     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4220     break 2
4221   fi
4222 done
4223 done
4224 IFS=$as_save_IFS
4225
4226 fi
4227 fi
4228 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4229 if test -n "$ac_ct_LD"; then
4230   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4231 $as_echo "$ac_ct_LD" >&6; }
4232 else
4233   { $as_echo "$as_me:$LINENO: result: no" >&5
4234 $as_echo "no" >&6; }
4235 fi
4236
4237
4238   test -n "$ac_ct_LD" && break
4239 done
4240
4241   if test "x$ac_ct_LD" = x; then
4242     LD="ld"
4243   else
4244     case $cross_compiling:$ac_tool_warned in
4245 yes:)
4246 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4247 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4248 ac_tool_warned=yes ;;
4249 esac
4250     LD=$ac_ct_LD
4251   fi
4252 fi
4253
4254 if test -n "$ac_tool_prefix"; then
4255   for ac_prog in nm gnm
4256   do
4257     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4258 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4259 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4260 $as_echo_n "checking for $ac_word... " >&6; }
4261 if test "${ac_cv_prog_NM+set}" = set; then
4262   $as_echo_n "(cached) " >&6
4263 else
4264   if test -n "$NM"; then
4265   ac_cv_prog_NM="$NM" # Let the user override the test.
4266 else
4267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4268 for as_dir in $PATH
4269 do
4270   IFS=$as_save_IFS
4271   test -z "$as_dir" && as_dir=.
4272   for ac_exec_ext in '' $ac_executable_extensions; do
4273   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4274     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4275     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4276     break 2
4277   fi
4278 done
4279 done
4280 IFS=$as_save_IFS
4281
4282 fi
4283 fi
4284 NM=$ac_cv_prog_NM
4285 if test -n "$NM"; then
4286   { $as_echo "$as_me:$LINENO: result: $NM" >&5
4287 $as_echo "$NM" >&6; }
4288 else
4289   { $as_echo "$as_me:$LINENO: result: no" >&5
4290 $as_echo "no" >&6; }
4291 fi
4292
4293
4294     test -n "$NM" && break
4295   done
4296 fi
4297 if test -z "$NM"; then
4298   ac_ct_NM=$NM
4299   for ac_prog in nm gnm
4300 do
4301   # Extract the first word of "$ac_prog", so it can be a program name with args.
4302 set dummy $ac_prog; ac_word=$2
4303 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4304 $as_echo_n "checking for $ac_word... " >&6; }
4305 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4306   $as_echo_n "(cached) " >&6
4307 else
4308   if test -n "$ac_ct_NM"; then
4309   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4310 else
4311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4312 for as_dir in $PATH
4313 do
4314   IFS=$as_save_IFS
4315   test -z "$as_dir" && as_dir=.
4316   for ac_exec_ext in '' $ac_executable_extensions; do
4317   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4318     ac_cv_prog_ac_ct_NM="$ac_prog"
4319     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4320     break 2
4321   fi
4322 done
4323 done
4324 IFS=$as_save_IFS
4325
4326 fi
4327 fi
4328 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4329 if test -n "$ac_ct_NM"; then
4330   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4331 $as_echo "$ac_ct_NM" >&6; }
4332 else
4333   { $as_echo "$as_me:$LINENO: result: no" >&5
4334 $as_echo "no" >&6; }
4335 fi
4336
4337
4338   test -n "$ac_ct_NM" && break
4339 done
4340
4341   if test "x$ac_ct_NM" = x; then
4342     NM="nm"
4343   else
4344     case $cross_compiling:$ac_tool_warned in
4345 yes:)
4346 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4347 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4348 ac_tool_warned=yes ;;
4349 esac
4350     NM=$ac_ct_NM
4351   fi
4352 fi
4353
4354 if test -n "$ac_tool_prefix"; then
4355   for ac_prog in ar gar
4356   do
4357     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4358 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4359 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4360 $as_echo_n "checking for $ac_word... " >&6; }
4361 if test "${ac_cv_prog_AR+set}" = set; then
4362   $as_echo_n "(cached) " >&6
4363 else
4364   if test -n "$AR"; then
4365   ac_cv_prog_AR="$AR" # Let the user override the test.
4366 else
4367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4368 for as_dir in $PATH
4369 do
4370   IFS=$as_save_IFS
4371   test -z "$as_dir" && as_dir=.
4372   for ac_exec_ext in '' $ac_executable_extensions; do
4373   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4374     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4375     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4376     break 2
4377   fi
4378 done
4379 done
4380 IFS=$as_save_IFS
4381
4382 fi
4383 fi
4384 AR=$ac_cv_prog_AR
4385 if test -n "$AR"; then
4386   { $as_echo "$as_me:$LINENO: result: $AR" >&5
4387 $as_echo "$AR" >&6; }
4388 else
4389   { $as_echo "$as_me:$LINENO: result: no" >&5
4390 $as_echo "no" >&6; }
4391 fi
4392
4393
4394     test -n "$AR" && break
4395   done
4396 fi
4397 if test -z "$AR"; then
4398   ac_ct_AR=$AR
4399   for ac_prog in ar gar
4400 do
4401   # Extract the first word of "$ac_prog", so it can be a program name with args.
4402 set dummy $ac_prog; ac_word=$2
4403 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4404 $as_echo_n "checking for $ac_word... " >&6; }
4405 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4406   $as_echo_n "(cached) " >&6
4407 else
4408   if test -n "$ac_ct_AR"; then
4409   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4410 else
4411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4412 for as_dir in $PATH
4413 do
4414   IFS=$as_save_IFS
4415   test -z "$as_dir" && as_dir=.
4416   for ac_exec_ext in '' $ac_executable_extensions; do
4417   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4418     ac_cv_prog_ac_ct_AR="$ac_prog"
4419     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4420     break 2
4421   fi
4422 done
4423 done
4424 IFS=$as_save_IFS
4425
4426 fi
4427 fi
4428 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4429 if test -n "$ac_ct_AR"; then
4430   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4431 $as_echo "$ac_ct_AR" >&6; }
4432 else
4433   { $as_echo "$as_me:$LINENO: result: no" >&5
4434 $as_echo "no" >&6; }
4435 fi
4436
4437
4438   test -n "$ac_ct_AR" && break
4439 done
4440
4441   if test "x$ac_ct_AR" = x; then
4442     AR="ar"
4443   else
4444     case $cross_compiling:$ac_tool_warned in
4445 yes:)
4446 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4447 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4448 ac_tool_warned=yes ;;
4449 esac
4450     AR=$ac_ct_AR
4451   fi
4452 fi
4453
4454 ARFLAGS=rc
4455
4456 if test -n "$ac_tool_prefix"; then
4457   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4458 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4459 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4460 $as_echo_n "checking for $ac_word... " >&6; }
4461 if test "${ac_cv_prog_RANLIB+set}" = set; then
4462   $as_echo_n "(cached) " >&6
4463 else
4464   if test -n "$RANLIB"; then
4465   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4466 else
4467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4468 for as_dir in $PATH
4469 do
4470   IFS=$as_save_IFS
4471   test -z "$as_dir" && as_dir=.
4472   for ac_exec_ext in '' $ac_executable_extensions; do
4473   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4474     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4475     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4476     break 2
4477   fi
4478 done
4479 done
4480 IFS=$as_save_IFS
4481
4482 fi
4483 fi
4484 RANLIB=$ac_cv_prog_RANLIB
4485 if test -n "$RANLIB"; then
4486   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4487 $as_echo "$RANLIB" >&6; }
4488 else
4489   { $as_echo "$as_me:$LINENO: result: no" >&5
4490 $as_echo "no" >&6; }
4491 fi
4492
4493
4494 fi
4495 if test -z "$ac_cv_prog_RANLIB"; then
4496   ac_ct_RANLIB=$RANLIB
4497   # Extract the first word of "ranlib", so it can be a program name with args.
4498 set dummy ranlib; ac_word=$2
4499 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4500 $as_echo_n "checking for $ac_word... " >&6; }
4501 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4502   $as_echo_n "(cached) " >&6
4503 else
4504   if test -n "$ac_ct_RANLIB"; then
4505   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4506 else
4507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4508 for as_dir in $PATH
4509 do
4510   IFS=$as_save_IFS
4511   test -z "$as_dir" && as_dir=.
4512   for ac_exec_ext in '' $ac_executable_extensions; do
4513   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4514     ac_cv_prog_ac_ct_RANLIB="ranlib"
4515     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4516     break 2
4517   fi
4518 done
4519 done
4520 IFS=$as_save_IFS
4521
4522 fi
4523 fi
4524 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4525 if test -n "$ac_ct_RANLIB"; then
4526   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4527 $as_echo "$ac_ct_RANLIB" >&6; }
4528 else
4529   { $as_echo "$as_me:$LINENO: result: no" >&5
4530 $as_echo "no" >&6; }
4531 fi
4532
4533   if test "x$ac_ct_RANLIB" = x; then
4534     RANLIB=":"
4535   else
4536     case $cross_compiling:$ac_tool_warned in
4537 yes:)
4538 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4539 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4540 ac_tool_warned=yes ;;
4541 esac
4542     RANLIB=$ac_ct_RANLIB
4543   fi
4544 else
4545   RANLIB="$ac_cv_prog_RANLIB"
4546 fi
4547
4548 if test -n "$ac_tool_prefix"; then
4549   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4550 set dummy ${ac_tool_prefix}strip; ac_word=$2
4551 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4552 $as_echo_n "checking for $ac_word... " >&6; }
4553 if test "${ac_cv_prog_STRIP+set}" = set; then
4554   $as_echo_n "(cached) " >&6
4555 else
4556   if test -n "$STRIP"; then
4557   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4558 else
4559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4560 for as_dir in $PATH
4561 do
4562   IFS=$as_save_IFS
4563   test -z "$as_dir" && as_dir=.
4564   for ac_exec_ext in '' $ac_executable_extensions; do
4565   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4566     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4567     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4568     break 2
4569   fi
4570 done
4571 done
4572 IFS=$as_save_IFS
4573
4574 fi
4575 fi
4576 STRIP=$ac_cv_prog_STRIP
4577 if test -n "$STRIP"; then
4578   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4579 $as_echo "$STRIP" >&6; }
4580 else
4581   { $as_echo "$as_me:$LINENO: result: no" >&5
4582 $as_echo "no" >&6; }
4583 fi
4584
4585
4586 fi
4587 if test -z "$ac_cv_prog_STRIP"; then
4588   ac_ct_STRIP=$STRIP
4589   # Extract the first word of "strip", so it can be a program name with args.
4590 set dummy strip; ac_word=$2
4591 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4592 $as_echo_n "checking for $ac_word... " >&6; }
4593 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4594   $as_echo_n "(cached) " >&6
4595 else
4596   if test -n "$ac_ct_STRIP"; then
4597   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4598 else
4599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4600 for as_dir in $PATH
4601 do
4602   IFS=$as_save_IFS
4603   test -z "$as_dir" && as_dir=.
4604   for ac_exec_ext in '' $ac_executable_extensions; do
4605   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4606     ac_cv_prog_ac_ct_STRIP="strip"
4607     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4608     break 2
4609   fi
4610 done
4611 done
4612 IFS=$as_save_IFS
4613
4614 fi
4615 fi
4616 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4617 if test -n "$ac_ct_STRIP"; then
4618   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4619 $as_echo "$ac_ct_STRIP" >&6; }
4620 else
4621   { $as_echo "$as_me:$LINENO: result: no" >&5
4622 $as_echo "no" >&6; }
4623 fi
4624
4625   if test "x$ac_ct_STRIP" = x; then
4626     STRIP="strip"
4627   else
4628     case $cross_compiling:$ac_tool_warned in
4629 yes:)
4630 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4631 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4632 ac_tool_warned=yes ;;
4633 esac
4634     STRIP=$ac_ct_STRIP
4635   fi
4636 else
4637   STRIP="$ac_cv_prog_STRIP"
4638 fi
4639
4640 if test -n "$ac_tool_prefix"; then
4641   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4642 set dummy ${ac_tool_prefix}windres; ac_word=$2
4643 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4644 $as_echo_n "checking for $ac_word... " >&6; }
4645 if test "${ac_cv_prog_WINDRES+set}" = set; then
4646   $as_echo_n "(cached) " >&6
4647 else
4648   if test -n "$WINDRES"; then
4649   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4650 else
4651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4652 for as_dir in $PATH
4653 do
4654   IFS=$as_save_IFS
4655   test -z "$as_dir" && as_dir=.
4656   for ac_exec_ext in '' $ac_executable_extensions; do
4657   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4658     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4659     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4660     break 2
4661   fi
4662 done
4663 done
4664 IFS=$as_save_IFS
4665
4666 fi
4667 fi
4668 WINDRES=$ac_cv_prog_WINDRES
4669 if test -n "$WINDRES"; then
4670   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4671 $as_echo "$WINDRES" >&6; }
4672 else
4673   { $as_echo "$as_me:$LINENO: result: no" >&5
4674 $as_echo "no" >&6; }
4675 fi
4676
4677
4678 fi
4679 if test -z "$ac_cv_prog_WINDRES"; then
4680   ac_ct_WINDRES=$WINDRES
4681   # Extract the first word of "windres", so it can be a program name with args.
4682 set dummy windres; ac_word=$2
4683 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4684 $as_echo_n "checking for $ac_word... " >&6; }
4685 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4686   $as_echo_n "(cached) " >&6
4687 else
4688   if test -n "$ac_ct_WINDRES"; then
4689   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4690 else
4691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4692 for as_dir in $PATH
4693 do
4694   IFS=$as_save_IFS
4695   test -z "$as_dir" && as_dir=.
4696   for ac_exec_ext in '' $ac_executable_extensions; do
4697   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4698     ac_cv_prog_ac_ct_WINDRES="windres"
4699     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4700     break 2
4701   fi
4702 done
4703 done
4704 IFS=$as_save_IFS
4705
4706 fi
4707 fi
4708 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4709 if test -n "$ac_ct_WINDRES"; then
4710   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4711 $as_echo "$ac_ct_WINDRES" >&6; }
4712 else
4713   { $as_echo "$as_me:$LINENO: result: no" >&5
4714 $as_echo "no" >&6; }
4715 fi
4716
4717   if test "x$ac_ct_WINDRES" = x; then
4718     WINDRES="false"
4719   else
4720     case $cross_compiling:$ac_tool_warned in
4721 yes:)
4722 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4723 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4724 ac_tool_warned=yes ;;
4725 esac
4726     WINDRES=$ac_ct_WINDRES
4727   fi
4728 else
4729   WINDRES="$ac_cv_prog_WINDRES"
4730 fi
4731
4732 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4733 $as_echo_n "checking whether ln -s works... " >&6; }
4734 LN_S=$as_ln_s
4735 if test "$LN_S" = "ln -s"; then
4736   { $as_echo "$as_me:$LINENO: result: yes" >&5
4737 $as_echo "yes" >&6; }
4738 else
4739   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4740 $as_echo "no, using $LN_S" >&6; }
4741 fi
4742
4743 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4744 $as_echo_n "checking whether ln works... " >&6; }
4745 rm -f conf$$ conf$$.file
4746 echo >conf$$.file
4747 if ln conf$$.file conf$$ 2>/dev/null; then
4748   LN=ln
4749
4750   { $as_echo "$as_me:$LINENO: result: yes" >&5
4751 $as_echo "yes" >&6; }
4752 else
4753   LN="cp -p"
4754
4755   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4756 $as_echo "no, using $LN" >&6; }
4757 fi
4758 rm -f conf$$ conf$$.file
4759 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4760 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4761 if test "${ac_cv_path_GREP+set}" = set; then
4762   $as_echo_n "(cached) " >&6
4763 else
4764   if test -z "$GREP"; then
4765   ac_path_GREP_found=false
4766   # Loop through the user's path and test for each of PROGNAME-LIST
4767   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4768 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4769 do
4770   IFS=$as_save_IFS
4771   test -z "$as_dir" && as_dir=.
4772   for ac_prog in grep ggrep; do
4773     for ac_exec_ext in '' $ac_executable_extensions; do
4774       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4775       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4776 # Check for GNU ac_path_GREP and select it if it is found.
4777   # Check for GNU $ac_path_GREP
4778 case `"$ac_path_GREP" --version 2>&1` in
4779 *GNU*)
4780   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4781 *)
4782   ac_count=0
4783   $as_echo_n 0123456789 >"conftest.in"
4784   while :
4785   do
4786     cat "conftest.in" "conftest.in" >"conftest.tmp"
4787     mv "conftest.tmp" "conftest.in"
4788     cp "conftest.in" "conftest.nl"
4789     $as_echo 'GREP' >> "conftest.nl"
4790     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4791     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4792     ac_count=`expr $ac_count + 1`
4793     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4794       # Best one so far, save it but keep looking for a better one
4795       ac_cv_path_GREP="$ac_path_GREP"
4796       ac_path_GREP_max=$ac_count
4797     fi
4798     # 10*(2^10) chars as input seems more than enough
4799     test $ac_count -gt 10 && break
4800   done
4801   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4802 esac
4803
4804       $ac_path_GREP_found && break 3
4805     done
4806   done
4807 done
4808 IFS=$as_save_IFS
4809   if test -z "$ac_cv_path_GREP"; then
4810     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4811 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4812    { (exit 1); exit 1; }; }
4813   fi
4814 else
4815   ac_cv_path_GREP=$GREP
4816 fi
4817
4818 fi
4819 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4820 $as_echo "$ac_cv_path_GREP" >&6; }
4821  GREP="$ac_cv_path_GREP"
4822
4823
4824 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4825 $as_echo_n "checking for egrep... " >&6; }
4826 if test "${ac_cv_path_EGREP+set}" = set; then
4827   $as_echo_n "(cached) " >&6
4828 else
4829   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4830    then ac_cv_path_EGREP="$GREP -E"
4831    else
4832      if test -z "$EGREP"; then
4833   ac_path_EGREP_found=false
4834   # Loop through the user's path and test for each of PROGNAME-LIST
4835   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4836 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4837 do
4838   IFS=$as_save_IFS
4839   test -z "$as_dir" && as_dir=.
4840   for ac_prog in egrep; do
4841     for ac_exec_ext in '' $ac_executable_extensions; do
4842       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4843       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4844 # Check for GNU ac_path_EGREP and select it if it is found.
4845   # Check for GNU $ac_path_EGREP
4846 case `"$ac_path_EGREP" --version 2>&1` in
4847 *GNU*)
4848   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4849 *)
4850   ac_count=0
4851   $as_echo_n 0123456789 >"conftest.in"
4852   while :
4853   do
4854     cat "conftest.in" "conftest.in" >"conftest.tmp"
4855     mv "conftest.tmp" "conftest.in"
4856     cp "conftest.in" "conftest.nl"
4857     $as_echo 'EGREP' >> "conftest.nl"
4858     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4859     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4860     ac_count=`expr $ac_count + 1`
4861     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4862       # Best one so far, save it but keep looking for a better one
4863       ac_cv_path_EGREP="$ac_path_EGREP"
4864       ac_path_EGREP_max=$ac_count
4865     fi
4866     # 10*(2^10) chars as input seems more than enough
4867     test $ac_count -gt 10 && break
4868   done
4869   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4870 esac
4871
4872       $ac_path_EGREP_found && break 3
4873     done
4874   done
4875 done
4876 IFS=$as_save_IFS
4877   if test -z "$ac_cv_path_EGREP"; then
4878     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4879 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4880    { (exit 1); exit 1; }; }
4881   fi
4882 else
4883   ac_cv_path_EGREP=$EGREP
4884 fi
4885
4886    fi
4887 fi
4888 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4889 $as_echo "$ac_cv_path_EGREP" >&6; }
4890  EGREP="$ac_cv_path_EGREP"
4891
4892
4893 # Extract the first word of "ldconfig", so it can be a program name with args.
4894 set dummy ldconfig; ac_word=$2
4895 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4896 $as_echo_n "checking for $ac_word... " >&6; }
4897 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4898   $as_echo_n "(cached) " >&6
4899 else
4900   case $LDCONFIG in
4901   [\\/]* | ?:[\\/]*)
4902   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4903   ;;
4904   *)
4905   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4906 for as_dir in /sbin /usr/sbin $PATH
4907 do
4908   IFS=$as_save_IFS
4909   test -z "$as_dir" && as_dir=.
4910   for ac_exec_ext in '' $ac_executable_extensions; do
4911   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4912     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4913     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4914     break 2
4915   fi
4916 done
4917 done
4918 IFS=$as_save_IFS
4919
4920   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4921   ;;
4922 esac
4923 fi
4924 LDCONFIG=$ac_cv_path_LDCONFIG
4925 if test -n "$LDCONFIG"; then
4926   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4927 $as_echo "$LDCONFIG" >&6; }
4928 else
4929   { $as_echo "$as_me:$LINENO: result: no" >&5
4930 $as_echo "no" >&6; }
4931 fi
4932
4933
4934 # Find a good install program.  We prefer a C program (faster),
4935 # so one script is as good as another.  But avoid the broken or
4936 # incompatible versions:
4937 # SysV /etc/install, /usr/sbin/install
4938 # SunOS /usr/etc/install
4939 # IRIX /sbin/install
4940 # AIX /bin/install
4941 # AmigaOS /C/install, which installs bootblocks on floppy discs
4942 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4943 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4944 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4945 # OS/2's system install, which has a completely different semantic
4946 # ./install, which can be erroneously created by make from ./install.sh.
4947 # Reject install programs that cannot install multiple files.
4948 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4949 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4950 if test -z "$INSTALL"; then
4951 if test "${ac_cv_path_install+set}" = set; then
4952   $as_echo_n "(cached) " >&6
4953 else
4954   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4955 for as_dir in $PATH
4956 do
4957   IFS=$as_save_IFS
4958   test -z "$as_dir" && as_dir=.
4959   # Account for people who put trailing slashes in PATH elements.
4960 case $as_dir/ in
4961   ./ | .// | /cC/* | \
4962   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4963   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4964   /usr/ucb/* ) ;;
4965   *)
4966     # OSF1 and SCO ODT 3.0 have their own names for install.
4967     # Don't use installbsd from OSF since it installs stuff as root
4968     # by default.
4969     for ac_prog in ginstall scoinst install; do
4970       for ac_exec_ext in '' $ac_executable_extensions; do
4971         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4972           if test $ac_prog = install &&
4973             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4974             # AIX install.  It has an incompatible calling convention.
4975             :
4976           elif test $ac_prog = install &&
4977             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4978             # program-specific install script used by HP pwplus--don't use.
4979             :
4980           else
4981             rm -rf conftest.one conftest.two conftest.dir
4982             echo one > conftest.one
4983             echo two > conftest.two
4984             mkdir conftest.dir
4985             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4986               test -s conftest.one && test -s conftest.two &&
4987               test -s conftest.dir/conftest.one &&
4988               test -s conftest.dir/conftest.two
4989             then
4990               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4991               break 3
4992             fi
4993           fi
4994         fi
4995       done
4996     done
4997     ;;
4998 esac
4999
5000 done
5001 IFS=$as_save_IFS
5002
5003 rm -rf conftest.one conftest.two conftest.dir
5004
5005 fi
5006   if test "${ac_cv_path_install+set}" = set; then
5007     INSTALL=$ac_cv_path_install
5008   else
5009     # As a last resort, use the slow shell script.  Don't cache a
5010     # value for INSTALL within a source directory, because that will
5011     # break other packages using the cache if that directory is
5012     # removed, or if the value is a relative name.
5013     INSTALL=$ac_install_sh
5014   fi
5015 fi
5016 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5017 $as_echo "$INSTALL" >&6; }
5018
5019 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5020 # It thinks the first close brace ends the variable substitution.
5021 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5022
5023 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5024
5025 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5026
5027 case "$INSTALL" in
5028   [\\/$]* | ?:[\\/]* ) ;;
5029   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5030 esac
5031
5032 for ac_prog in lclint lint
5033 do
5034   # Extract the first word of "$ac_prog", so it can be a program name with args.
5035 set dummy $ac_prog; ac_word=$2
5036 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5037 $as_echo_n "checking for $ac_word... " >&6; }
5038 if test "${ac_cv_prog_LINT+set}" = set; then
5039   $as_echo_n "(cached) " >&6
5040 else
5041   if test -n "$LINT"; then
5042   ac_cv_prog_LINT="$LINT" # Let the user override the test.
5043 else
5044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5045 for as_dir in $PATH
5046 do
5047   IFS=$as_save_IFS
5048   test -z "$as_dir" && as_dir=.
5049   for ac_exec_ext in '' $ac_executable_extensions; do
5050   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5051     ac_cv_prog_LINT="$ac_prog"
5052     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5053     break 2
5054   fi
5055 done
5056 done
5057 IFS=$as_save_IFS
5058
5059 fi
5060 fi
5061 LINT=$ac_cv_prog_LINT
5062 if test -n "$LINT"; then
5063   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5064 $as_echo "$LINT" >&6; }
5065 else
5066   { $as_echo "$as_me:$LINENO: result: no" >&5
5067 $as_echo "no" >&6; }
5068 fi
5069
5070
5071   test -n "$LINT" && break
5072 done
5073
5074 if test "$LINT" = "lint"
5075 then
5076   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5077   fi
5078
5079
5080
5081 for ac_prog in fontforge
5082 do
5083   # Extract the first word of "$ac_prog", so it can be a program name with args.
5084 set dummy $ac_prog; ac_word=$2
5085 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5086 $as_echo_n "checking for $ac_word... " >&6; }
5087 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5088   $as_echo_n "(cached) " >&6
5089 else
5090   if test -n "$FONTFORGE"; then
5091   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5092 else
5093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5094 for as_dir in $PATH
5095 do
5096   IFS=$as_save_IFS
5097   test -z "$as_dir" && as_dir=.
5098   for ac_exec_ext in '' $ac_executable_extensions; do
5099   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5100     ac_cv_prog_FONTFORGE="$ac_prog"
5101     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5102     break 2
5103   fi
5104 done
5105 done
5106 IFS=$as_save_IFS
5107
5108 fi
5109 fi
5110 FONTFORGE=$ac_cv_prog_FONTFORGE
5111 if test -n "$FONTFORGE"; then
5112   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5113 $as_echo "$FONTFORGE" >&6; }
5114 else
5115   { $as_echo "$as_me:$LINENO: result: no" >&5
5116 $as_echo "no" >&6; }
5117 fi
5118
5119
5120   test -n "$FONTFORGE" && break
5121 done
5122 test -n "$FONTFORGE" || FONTFORGE="false"
5123
5124 for ac_prog in pkg-config
5125 do
5126   # Extract the first word of "$ac_prog", so it can be a program name with args.
5127 set dummy $ac_prog; ac_word=$2
5128 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5129 $as_echo_n "checking for $ac_word... " >&6; }
5130 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5131   $as_echo_n "(cached) " >&6
5132 else
5133   if test -n "$PKG_CONFIG"; then
5134   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5135 else
5136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5137 for as_dir in $PATH
5138 do
5139   IFS=$as_save_IFS
5140   test -z "$as_dir" && as_dir=.
5141   for ac_exec_ext in '' $ac_executable_extensions; do
5142   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5143     ac_cv_prog_PKG_CONFIG="$ac_prog"
5144     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5145     break 2
5146   fi
5147 done
5148 done
5149 IFS=$as_save_IFS
5150
5151 fi
5152 fi
5153 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5154 if test -n "$PKG_CONFIG"; then
5155   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5156 $as_echo "$PKG_CONFIG" >&6; }
5157 else
5158   { $as_echo "$as_me:$LINENO: result: no" >&5
5159 $as_echo "no" >&6; }
5160 fi
5161
5162
5163   test -n "$PKG_CONFIG" && break
5164 done
5165 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5166
5167 for ac_prog in rsvg
5168 do
5169   # Extract the first word of "$ac_prog", so it can be a program name with args.
5170 set dummy $ac_prog; ac_word=$2
5171 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5172 $as_echo_n "checking for $ac_word... " >&6; }
5173 if test "${ac_cv_prog_RSVG+set}" = set; then
5174   $as_echo_n "(cached) " >&6
5175 else
5176   if test -n "$RSVG"; then
5177   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5178 else
5179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5180 for as_dir in $PATH
5181 do
5182   IFS=$as_save_IFS
5183   test -z "$as_dir" && as_dir=.
5184   for ac_exec_ext in '' $ac_executable_extensions; do
5185   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5186     ac_cv_prog_RSVG="$ac_prog"
5187     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5188     break 2
5189   fi
5190 done
5191 done
5192 IFS=$as_save_IFS
5193
5194 fi
5195 fi
5196 RSVG=$ac_cv_prog_RSVG
5197 if test -n "$RSVG"; then
5198   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5199 $as_echo "$RSVG" >&6; }
5200 else
5201   { $as_echo "$as_me:$LINENO: result: no" >&5
5202 $as_echo "no" >&6; }
5203 fi
5204
5205
5206   test -n "$RSVG" && break
5207 done
5208 test -n "$RSVG" || RSVG="false"
5209
5210 for ac_prog in icotool
5211 do
5212   # Extract the first word of "$ac_prog", so it can be a program name with args.
5213 set dummy $ac_prog; ac_word=$2
5214 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5215 $as_echo_n "checking for $ac_word... " >&6; }
5216 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5217   $as_echo_n "(cached) " >&6
5218 else
5219   if test -n "$ICOTOOL"; then
5220   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5221 else
5222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5223 for as_dir in $PATH
5224 do
5225   IFS=$as_save_IFS
5226   test -z "$as_dir" && as_dir=.
5227   for ac_exec_ext in '' $ac_executable_extensions; do
5228   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5229     ac_cv_prog_ICOTOOL="$ac_prog"
5230     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5231     break 2
5232   fi
5233 done
5234 done
5235 IFS=$as_save_IFS
5236
5237 fi
5238 fi
5239 ICOTOOL=$ac_cv_prog_ICOTOOL
5240 if test -n "$ICOTOOL"; then
5241   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5242 $as_echo "$ICOTOOL" >&6; }
5243 else
5244   { $as_echo "$as_me:$LINENO: result: no" >&5
5245 $as_echo "no" >&6; }
5246 fi
5247
5248
5249   test -n "$ICOTOOL" && break
5250 done
5251 test -n "$ICOTOOL" || ICOTOOL="false"
5252
5253
5254 if test "${enable_maintainer_mode+set}" = set
5255 then
5256   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5257   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5258   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5259 fi
5260
5261 case $host_cpu in
5262   *i[3456789]86*)
5263     # Extract the first word of "prelink", so it can be a program name with args.
5264 set dummy prelink; ac_word=$2
5265 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5266 $as_echo_n "checking for $ac_word... " >&6; }
5267 if test "${ac_cv_path_PRELINK+set}" = set; then
5268   $as_echo_n "(cached) " >&6
5269 else
5270   case $PRELINK in
5271   [\\/]* | ?:[\\/]*)
5272   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5273   ;;
5274   *)
5275   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5276 for as_dir in /sbin /usr/sbin $PATH
5277 do
5278   IFS=$as_save_IFS
5279   test -z "$as_dir" && as_dir=.
5280   for ac_exec_ext in '' $ac_executable_extensions; do
5281   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5282     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5283     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5284     break 2
5285   fi
5286 done
5287 done
5288 IFS=$as_save_IFS
5289
5290   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5291   ;;
5292 esac
5293 fi
5294 PRELINK=$ac_cv_path_PRELINK
5295 if test -n "$PRELINK"; then
5296   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5297 $as_echo "$PRELINK" >&6; }
5298 else
5299   { $as_echo "$as_me:$LINENO: result: no" >&5
5300 $as_echo "no" >&6; }
5301 fi
5302
5303
5304     ;;
5305 esac
5306
5307
5308
5309 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5310 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5311 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5312   $as_echo_n "(cached) " >&6
5313 else
5314   ac_check_lib_save_LIBS=$LIBS
5315 LIBS="-li386  $LIBS"
5316 cat >conftest.$ac_ext <<_ACEOF
5317 /* confdefs.h.  */
5318 _ACEOF
5319 cat confdefs.h >>conftest.$ac_ext
5320 cat >>conftest.$ac_ext <<_ACEOF
5321 /* end confdefs.h.  */
5322
5323 /* Override any GCC internal prototype to avoid an error.
5324    Use char because int might match the return type of a GCC
5325    builtin and then its argument prototype would still apply.  */
5326 #ifdef __cplusplus
5327 extern "C"
5328 #endif
5329 char i386_set_ldt ();
5330 int
5331 main ()
5332 {
5333 return i386_set_ldt ();
5334   ;
5335   return 0;
5336 }
5337 _ACEOF
5338 rm -f conftest.$ac_objext conftest$ac_exeext
5339 if { (ac_try="$ac_link"
5340 case "(($ac_try" in
5341   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5342   *) ac_try_echo=$ac_try;;
5343 esac
5344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5345 $as_echo "$ac_try_echo") >&5
5346   (eval "$ac_link") 2>conftest.er1
5347   ac_status=$?
5348   grep -v '^ *+' conftest.er1 >conftest.err
5349   rm -f conftest.er1
5350   cat conftest.err >&5
5351   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5352   (exit $ac_status); } && {
5353          test -z "$ac_c_werror_flag" ||
5354          test ! -s conftest.err
5355        } && test -s conftest$ac_exeext && {
5356          test "$cross_compiling" = yes ||
5357          $as_test_x conftest$ac_exeext
5358        }; then
5359   ac_cv_lib_i386_i386_set_ldt=yes
5360 else
5361   $as_echo "$as_me: failed program was:" >&5
5362 sed 's/^/| /' conftest.$ac_ext >&5
5363
5364         ac_cv_lib_i386_i386_set_ldt=no
5365 fi
5366
5367 rm -rf conftest.dSYM
5368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5369       conftest$ac_exeext conftest.$ac_ext
5370 LIBS=$ac_check_lib_save_LIBS
5371 fi
5372 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5373 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5374 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5375   cat >>confdefs.h <<_ACEOF
5376 #define HAVE_LIBI386 1
5377 _ACEOF
5378
5379   LIBS="-li386 $LIBS"
5380
5381 fi
5382
5383
5384 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5385 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5386 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5387   $as_echo_n "(cached) " >&6
5388 else
5389   ac_check_lib_save_LIBS=$LIBS
5390 LIBS="-lossaudio  $LIBS"
5391 cat >conftest.$ac_ext <<_ACEOF
5392 /* confdefs.h.  */
5393 _ACEOF
5394 cat confdefs.h >>conftest.$ac_ext
5395 cat >>conftest.$ac_ext <<_ACEOF
5396 /* end confdefs.h.  */
5397
5398 /* Override any GCC internal prototype to avoid an error.
5399    Use char because int might match the return type of a GCC
5400    builtin and then its argument prototype would still apply.  */
5401 #ifdef __cplusplus
5402 extern "C"
5403 #endif
5404 char _oss_ioctl ();
5405 int
5406 main ()
5407 {
5408 return _oss_ioctl ();
5409   ;
5410   return 0;
5411 }
5412 _ACEOF
5413 rm -f conftest.$ac_objext conftest$ac_exeext
5414 if { (ac_try="$ac_link"
5415 case "(($ac_try" in
5416   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5417   *) ac_try_echo=$ac_try;;
5418 esac
5419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5420 $as_echo "$ac_try_echo") >&5
5421   (eval "$ac_link") 2>conftest.er1
5422   ac_status=$?
5423   grep -v '^ *+' conftest.er1 >conftest.err
5424   rm -f conftest.er1
5425   cat conftest.err >&5
5426   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5427   (exit $ac_status); } && {
5428          test -z "$ac_c_werror_flag" ||
5429          test ! -s conftest.err
5430        } && test -s conftest$ac_exeext && {
5431          test "$cross_compiling" = yes ||
5432          $as_test_x conftest$ac_exeext
5433        }; then
5434   ac_cv_lib_ossaudio__oss_ioctl=yes
5435 else
5436   $as_echo "$as_me: failed program was:" >&5
5437 sed 's/^/| /' conftest.$ac_ext >&5
5438
5439         ac_cv_lib_ossaudio__oss_ioctl=no
5440 fi
5441
5442 rm -rf conftest.dSYM
5443 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5444       conftest$ac_exeext conftest.$ac_ext
5445 LIBS=$ac_check_lib_save_LIBS
5446 fi
5447 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5448 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5449 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5450   cat >>confdefs.h <<_ACEOF
5451 #define HAVE_LIBOSSAUDIO 1
5452 _ACEOF
5453
5454   LIBS="-lossaudio $LIBS"
5455
5456 fi
5457
5458
5459 XLIB=""
5460
5461 OPENGL_LIBS=""
5462
5463
5464
5465 ac_ext=c
5466 ac_cpp='$CPP $CPPFLAGS'
5467 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5468 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5469 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5470 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5471 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5472 # On Suns, sometimes $CPP names a directory.
5473 if test -n "$CPP" && test -d "$CPP"; then
5474   CPP=
5475 fi
5476 if test -z "$CPP"; then
5477   if test "${ac_cv_prog_CPP+set}" = set; then
5478   $as_echo_n "(cached) " >&6
5479 else
5480       # Double quotes because CPP needs to be expanded
5481     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5482     do
5483       ac_preproc_ok=false
5484 for ac_c_preproc_warn_flag in '' yes
5485 do
5486   # Use a header file that comes with gcc, so configuring glibc
5487   # with a fresh cross-compiler works.
5488   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5489   # <limits.h> exists even on freestanding compilers.
5490   # On the NeXT, cc -E runs the code through the compiler's parser,
5491   # not just through cpp. "Syntax error" is here to catch this case.
5492   cat >conftest.$ac_ext <<_ACEOF
5493 /* confdefs.h.  */
5494 _ACEOF
5495 cat confdefs.h >>conftest.$ac_ext
5496 cat >>conftest.$ac_ext <<_ACEOF
5497 /* end confdefs.h.  */
5498 #ifdef __STDC__
5499 # include <limits.h>
5500 #else
5501 # include <assert.h>
5502 #endif
5503                      Syntax error
5504 _ACEOF
5505 if { (ac_try="$ac_cpp conftest.$ac_ext"
5506 case "(($ac_try" in
5507   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5508   *) ac_try_echo=$ac_try;;
5509 esac
5510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5511 $as_echo "$ac_try_echo") >&5
5512   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5513   ac_status=$?
5514   grep -v '^ *+' conftest.er1 >conftest.err
5515   rm -f conftest.er1
5516   cat conftest.err >&5
5517   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5518   (exit $ac_status); } >/dev/null && {
5519          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5520          test ! -s conftest.err
5521        }; then
5522   :
5523 else
5524   $as_echo "$as_me: failed program was:" >&5
5525 sed 's/^/| /' conftest.$ac_ext >&5
5526
5527   # Broken: fails on valid input.
5528 continue
5529 fi
5530
5531 rm -f conftest.err conftest.$ac_ext
5532
5533   # OK, works on sane cases.  Now check whether nonexistent headers
5534   # can be detected and how.
5535   cat >conftest.$ac_ext <<_ACEOF
5536 /* confdefs.h.  */
5537 _ACEOF
5538 cat confdefs.h >>conftest.$ac_ext
5539 cat >>conftest.$ac_ext <<_ACEOF
5540 /* end confdefs.h.  */
5541 #include <ac_nonexistent.h>
5542 _ACEOF
5543 if { (ac_try="$ac_cpp conftest.$ac_ext"
5544 case "(($ac_try" in
5545   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5546   *) ac_try_echo=$ac_try;;
5547 esac
5548 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5549 $as_echo "$ac_try_echo") >&5
5550   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5551   ac_status=$?
5552   grep -v '^ *+' conftest.er1 >conftest.err
5553   rm -f conftest.er1
5554   cat conftest.err >&5
5555   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5556   (exit $ac_status); } >/dev/null && {
5557          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5558          test ! -s conftest.err
5559        }; then
5560   # Broken: success on invalid input.
5561 continue
5562 else
5563   $as_echo "$as_me: failed program was:" >&5
5564 sed 's/^/| /' conftest.$ac_ext >&5
5565
5566   # Passes both tests.
5567 ac_preproc_ok=:
5568 break
5569 fi
5570
5571 rm -f conftest.err conftest.$ac_ext
5572
5573 done
5574 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5575 rm -f conftest.err conftest.$ac_ext
5576 if $ac_preproc_ok; then
5577   break
5578 fi
5579
5580     done
5581     ac_cv_prog_CPP=$CPP
5582
5583 fi
5584   CPP=$ac_cv_prog_CPP
5585 else
5586   ac_cv_prog_CPP=$CPP
5587 fi
5588 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5589 $as_echo "$CPP" >&6; }
5590 ac_preproc_ok=false
5591 for ac_c_preproc_warn_flag in '' yes
5592 do
5593   # Use a header file that comes with gcc, so configuring glibc
5594   # with a fresh cross-compiler works.
5595   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5596   # <limits.h> exists even on freestanding compilers.
5597   # On the NeXT, cc -E runs the code through the compiler's parser,
5598   # not just through cpp. "Syntax error" is here to catch this case.
5599   cat >conftest.$ac_ext <<_ACEOF
5600 /* confdefs.h.  */
5601 _ACEOF
5602 cat confdefs.h >>conftest.$ac_ext
5603 cat >>conftest.$ac_ext <<_ACEOF
5604 /* end confdefs.h.  */
5605 #ifdef __STDC__
5606 # include <limits.h>
5607 #else
5608 # include <assert.h>
5609 #endif
5610                      Syntax error
5611 _ACEOF
5612 if { (ac_try="$ac_cpp conftest.$ac_ext"
5613 case "(($ac_try" in
5614   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5615   *) ac_try_echo=$ac_try;;
5616 esac
5617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5618 $as_echo "$ac_try_echo") >&5
5619   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5620   ac_status=$?
5621   grep -v '^ *+' conftest.er1 >conftest.err
5622   rm -f conftest.er1
5623   cat conftest.err >&5
5624   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5625   (exit $ac_status); } >/dev/null && {
5626          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5627          test ! -s conftest.err
5628        }; then
5629   :
5630 else
5631   $as_echo "$as_me: failed program was:" >&5
5632 sed 's/^/| /' conftest.$ac_ext >&5
5633
5634   # Broken: fails on valid input.
5635 continue
5636 fi
5637
5638 rm -f conftest.err conftest.$ac_ext
5639
5640   # OK, works on sane cases.  Now check whether nonexistent headers
5641   # can be detected and how.
5642   cat >conftest.$ac_ext <<_ACEOF
5643 /* confdefs.h.  */
5644 _ACEOF
5645 cat confdefs.h >>conftest.$ac_ext
5646 cat >>conftest.$ac_ext <<_ACEOF
5647 /* end confdefs.h.  */
5648 #include <ac_nonexistent.h>
5649 _ACEOF
5650 if { (ac_try="$ac_cpp conftest.$ac_ext"
5651 case "(($ac_try" in
5652   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5653   *) ac_try_echo=$ac_try;;
5654 esac
5655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5656 $as_echo "$ac_try_echo") >&5
5657   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5658   ac_status=$?
5659   grep -v '^ *+' conftest.er1 >conftest.err
5660   rm -f conftest.er1
5661   cat conftest.err >&5
5662   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5663   (exit $ac_status); } >/dev/null && {
5664          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5665          test ! -s conftest.err
5666        }; then
5667   # Broken: success on invalid input.
5668 continue
5669 else
5670   $as_echo "$as_me: failed program was:" >&5
5671 sed 's/^/| /' conftest.$ac_ext >&5
5672
5673   # Passes both tests.
5674 ac_preproc_ok=:
5675 break
5676 fi
5677
5678 rm -f conftest.err conftest.$ac_ext
5679
5680 done
5681 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5682 rm -f conftest.err conftest.$ac_ext
5683 if $ac_preproc_ok; then
5684   :
5685 else
5686   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5687 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5688 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5689 See \`config.log' for more details." >&5
5690 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5691 See \`config.log' for more details." >&2;}
5692    { (exit 1); exit 1; }; }; }
5693 fi
5694
5695 ac_ext=c
5696 ac_cpp='$CPP $CPPFLAGS'
5697 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5698 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5699 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5700
5701
5702 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5703 $as_echo_n "checking for ANSI C header files... " >&6; }
5704 if test "${ac_cv_header_stdc+set}" = set; then
5705   $as_echo_n "(cached) " >&6
5706 else
5707   cat >conftest.$ac_ext <<_ACEOF
5708 /* confdefs.h.  */
5709 _ACEOF
5710 cat confdefs.h >>conftest.$ac_ext
5711 cat >>conftest.$ac_ext <<_ACEOF
5712 /* end confdefs.h.  */
5713 #include <stdlib.h>
5714 #include <stdarg.h>
5715 #include <string.h>
5716 #include <float.h>
5717
5718 int
5719 main ()
5720 {
5721
5722   ;
5723   return 0;
5724 }
5725 _ACEOF
5726 rm -f conftest.$ac_objext
5727 if { (ac_try="$ac_compile"
5728 case "(($ac_try" in
5729   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5730   *) ac_try_echo=$ac_try;;
5731 esac
5732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5733 $as_echo "$ac_try_echo") >&5
5734   (eval "$ac_compile") 2>conftest.er1
5735   ac_status=$?
5736   grep -v '^ *+' conftest.er1 >conftest.err
5737   rm -f conftest.er1
5738   cat conftest.err >&5
5739   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5740   (exit $ac_status); } && {
5741          test -z "$ac_c_werror_flag" ||
5742          test ! -s conftest.err
5743        } && test -s conftest.$ac_objext; then
5744   ac_cv_header_stdc=yes
5745 else
5746   $as_echo "$as_me: failed program was:" >&5
5747 sed 's/^/| /' conftest.$ac_ext >&5
5748
5749         ac_cv_header_stdc=no
5750 fi
5751
5752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5753
5754 if test $ac_cv_header_stdc = yes; then
5755   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5756   cat >conftest.$ac_ext <<_ACEOF
5757 /* confdefs.h.  */
5758 _ACEOF
5759 cat confdefs.h >>conftest.$ac_ext
5760 cat >>conftest.$ac_ext <<_ACEOF
5761 /* end confdefs.h.  */
5762 #include <string.h>
5763
5764 _ACEOF
5765 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5766   $EGREP "memchr" >/dev/null 2>&1; then
5767   :
5768 else
5769   ac_cv_header_stdc=no
5770 fi
5771 rm -f conftest*
5772
5773 fi
5774
5775 if test $ac_cv_header_stdc = yes; then
5776   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5777   cat >conftest.$ac_ext <<_ACEOF
5778 /* confdefs.h.  */
5779 _ACEOF
5780 cat confdefs.h >>conftest.$ac_ext
5781 cat >>conftest.$ac_ext <<_ACEOF
5782 /* end confdefs.h.  */
5783 #include <stdlib.h>
5784
5785 _ACEOF
5786 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5787   $EGREP "free" >/dev/null 2>&1; then
5788   :
5789 else
5790   ac_cv_header_stdc=no
5791 fi
5792 rm -f conftest*
5793
5794 fi
5795
5796 if test $ac_cv_header_stdc = yes; then
5797   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5798   if test "$cross_compiling" = yes; then
5799   :
5800 else
5801   cat >conftest.$ac_ext <<_ACEOF
5802 /* confdefs.h.  */
5803 _ACEOF
5804 cat confdefs.h >>conftest.$ac_ext
5805 cat >>conftest.$ac_ext <<_ACEOF
5806 /* end confdefs.h.  */
5807 #include <ctype.h>
5808 #include <stdlib.h>
5809 #if ((' ' & 0x0FF) == 0x020)
5810 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5811 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5812 #else
5813 # define ISLOWER(c) \
5814                    (('a' <= (c) && (c) <= 'i') \
5815                      || ('j' <= (c) && (c) <= 'r') \
5816                      || ('s' <= (c) && (c) <= 'z'))
5817 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5818 #endif
5819
5820 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5821 int
5822 main ()
5823 {
5824   int i;
5825   for (i = 0; i < 256; i++)
5826     if (XOR (islower (i), ISLOWER (i))
5827         || toupper (i) != TOUPPER (i))
5828       return 2;
5829   return 0;
5830 }
5831 _ACEOF
5832 rm -f conftest$ac_exeext
5833 if { (ac_try="$ac_link"
5834 case "(($ac_try" in
5835   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5836   *) ac_try_echo=$ac_try;;
5837 esac
5838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5839 $as_echo "$ac_try_echo") >&5
5840   (eval "$ac_link") 2>&5
5841   ac_status=$?
5842   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5843   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5844   { (case "(($ac_try" in
5845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5846   *) ac_try_echo=$ac_try;;
5847 esac
5848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5849 $as_echo "$ac_try_echo") >&5
5850   (eval "$ac_try") 2>&5
5851   ac_status=$?
5852   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5853   (exit $ac_status); }; }; then
5854   :
5855 else
5856   $as_echo "$as_me: program exited with status $ac_status" >&5
5857 $as_echo "$as_me: failed program was:" >&5
5858 sed 's/^/| /' conftest.$ac_ext >&5
5859
5860 ( exit $ac_status )
5861 ac_cv_header_stdc=no
5862 fi
5863 rm -rf conftest.dSYM
5864 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5865 fi
5866
5867
5868 fi
5869 fi
5870 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5871 $as_echo "$ac_cv_header_stdc" >&6; }
5872 if test $ac_cv_header_stdc = yes; then
5873
5874 cat >>confdefs.h <<\_ACEOF
5875 #define STDC_HEADERS 1
5876 _ACEOF
5877
5878 fi
5879
5880 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5891                   inttypes.h stdint.h unistd.h
5892 do
5893 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5894 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5895 $as_echo_n "checking for $ac_header... " >&6; }
5896 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5897   $as_echo_n "(cached) " >&6
5898 else
5899   cat >conftest.$ac_ext <<_ACEOF
5900 /* confdefs.h.  */
5901 _ACEOF
5902 cat confdefs.h >>conftest.$ac_ext
5903 cat >>conftest.$ac_ext <<_ACEOF
5904 /* end confdefs.h.  */
5905 $ac_includes_default
5906
5907 #include <$ac_header>
5908 _ACEOF
5909 rm -f conftest.$ac_objext
5910 if { (ac_try="$ac_compile"
5911 case "(($ac_try" in
5912   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5913   *) ac_try_echo=$ac_try;;
5914 esac
5915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5916 $as_echo "$ac_try_echo") >&5
5917   (eval "$ac_compile") 2>conftest.er1
5918   ac_status=$?
5919   grep -v '^ *+' conftest.er1 >conftest.err
5920   rm -f conftest.er1
5921   cat conftest.err >&5
5922   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5923   (exit $ac_status); } && {
5924          test -z "$ac_c_werror_flag" ||
5925          test ! -s conftest.err
5926        } && test -s conftest.$ac_objext; then
5927   eval "$as_ac_Header=yes"
5928 else
5929   $as_echo "$as_me: failed program was:" >&5
5930 sed 's/^/| /' conftest.$ac_ext >&5
5931
5932         eval "$as_ac_Header=no"
5933 fi
5934
5935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5936 fi
5937 ac_res=`eval 'as_val=${'$as_ac_Header'}
5938                  $as_echo "$as_val"'`
5939                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5940 $as_echo "$ac_res" >&6; }
5941 as_val=`eval 'as_val=${'$as_ac_Header'}
5942                  $as_echo "$as_val"'`
5943    if test "x$as_val" = x""yes; then
5944   cat >>confdefs.h <<_ACEOF
5945 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5946 _ACEOF
5947
5948 fi
5949
5950 done
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069 for ac_header in \
6070         AudioUnit/AudioUnit.h \
6071         Carbon/Carbon.h \
6072         CoreAudio/CoreAudio.h \
6073         DiskArbitration/DiskArbitration.h \
6074         IOKit/IOKitLib.h \
6075         alias.h \
6076         alsa/asoundlib.h \
6077         arpa/inet.h \
6078         arpa/nameser.h \
6079         asm/types.h \
6080         capi20.h \
6081         curses.h \
6082         direct.h \
6083         dirent.h \
6084         dlfcn.h \
6085         elf.h \
6086         float.h \
6087         fontconfig/fontconfig.h \
6088         getopt.h \
6089         grp.h \
6090         ieeefp.h \
6091         io.h \
6092         jack/jack.h \
6093         jpeglib.h \
6094         lber.h \
6095         lcms.h \
6096         lcms/lcms.h \
6097         ldap.h \
6098         libaudioio.h \
6099         link.h \
6100         linux/cdrom.h \
6101         linux/compiler.h \
6102         linux/hdreg.h \
6103         linux/input.h \
6104         linux/ioctl.h \
6105         linux/joystick.h \
6106         linux/major.h \
6107         linux/param.h \
6108         linux/serial.h \
6109         linux/types.h \
6110         linux/ucdrom.h \
6111         mach/mach.h \
6112         mach/machine.h \
6113         machine/cpu.h \
6114         machine/limits.h \
6115         machine/soundcard.h \
6116         mntent.h \
6117         ncurses.h \
6118         netdb.h \
6119         netinet/in.h \
6120         netinet/in_systm.h \
6121         netinet/tcp.h \
6122         netinet/tcp_fsm.h \
6123         openssl/err.h \
6124         openssl/ssl.h \
6125         png.h \
6126         poll.h \
6127         process.h \
6128         pthread.h \
6129         pwd.h \
6130         regex.h \
6131         sched.h \
6132         scsi/scsi.h \
6133         scsi/scsi_ioctl.h \
6134         scsi/sg.h \
6135         soundcard.h \
6136         stdint.h \
6137         strings.h \
6138         sys/asoundlib.h \
6139         sys/cdio.h \
6140         sys/elf32.h \
6141         sys/epoll.h \
6142         sys/errno.h \
6143         sys/event.h \
6144         sys/exec_elf.h \
6145         sys/filio.h \
6146         sys/ioctl.h \
6147         sys/ipc.h \
6148         sys/limits.h \
6149         sys/link.h \
6150         sys/lwp.h \
6151         sys/mman.h \
6152         sys/modem.h \
6153         sys/msg.h \
6154         sys/mtio.h \
6155         sys/param.h \
6156         sys/poll.h \
6157         sys/prctl.h \
6158         sys/protosw.h \
6159         sys/ptrace.h \
6160         sys/reg.h \
6161         sys/resource.h \
6162         sys/scsiio.h \
6163         sys/shm.h \
6164         sys/signal.h \
6165         sys/socket.h \
6166         sys/socketvar.h \
6167         sys/sockio.h \
6168         sys/soundcard.h \
6169         sys/statvfs.h \
6170         sys/strtio.h \
6171         sys/syscall.h \
6172         sys/time.h \
6173         sys/timeout.h \
6174         sys/times.h \
6175         sys/uio.h \
6176         sys/un.h \
6177         sys/utsname.h \
6178         sys/vm86.h \
6179         sys/wait.h \
6180         syscall.h \
6181         termios.h \
6182         unistd.h \
6183         utime.h \
6184         valgrind/memcheck.h \
6185         valgrind/valgrind.h
6186
6187 do
6188 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6189 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6190   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6191 $as_echo_n "checking for $ac_header... " >&6; }
6192 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6193   $as_echo_n "(cached) " >&6
6194 fi
6195 ac_res=`eval 'as_val=${'$as_ac_Header'}
6196                  $as_echo "$as_val"'`
6197                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6198 $as_echo "$ac_res" >&6; }
6199 else
6200   # Is the header compilable?
6201 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6202 $as_echo_n "checking $ac_header usability... " >&6; }
6203 cat >conftest.$ac_ext <<_ACEOF
6204 /* confdefs.h.  */
6205 _ACEOF
6206 cat confdefs.h >>conftest.$ac_ext
6207 cat >>conftest.$ac_ext <<_ACEOF
6208 /* end confdefs.h.  */
6209 $ac_includes_default
6210 #include <$ac_header>
6211 _ACEOF
6212 rm -f conftest.$ac_objext
6213 if { (ac_try="$ac_compile"
6214 case "(($ac_try" in
6215   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6216   *) ac_try_echo=$ac_try;;
6217 esac
6218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6219 $as_echo "$ac_try_echo") >&5
6220   (eval "$ac_compile") 2>conftest.er1
6221   ac_status=$?
6222   grep -v '^ *+' conftest.er1 >conftest.err
6223   rm -f conftest.er1
6224   cat conftest.err >&5
6225   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6226   (exit $ac_status); } && {
6227          test -z "$ac_c_werror_flag" ||
6228          test ! -s conftest.err
6229        } && test -s conftest.$ac_objext; then
6230   ac_header_compiler=yes
6231 else
6232   $as_echo "$as_me: failed program was:" >&5
6233 sed 's/^/| /' conftest.$ac_ext >&5
6234
6235         ac_header_compiler=no
6236 fi
6237
6238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6239 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6240 $as_echo "$ac_header_compiler" >&6; }
6241
6242 # Is the header present?
6243 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6244 $as_echo_n "checking $ac_header presence... " >&6; }
6245 cat >conftest.$ac_ext <<_ACEOF
6246 /* confdefs.h.  */
6247 _ACEOF
6248 cat confdefs.h >>conftest.$ac_ext
6249 cat >>conftest.$ac_ext <<_ACEOF
6250 /* end confdefs.h.  */
6251 #include <$ac_header>
6252 _ACEOF
6253 if { (ac_try="$ac_cpp conftest.$ac_ext"
6254 case "(($ac_try" in
6255   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6256   *) ac_try_echo=$ac_try;;
6257 esac
6258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6259 $as_echo "$ac_try_echo") >&5
6260   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6261   ac_status=$?
6262   grep -v '^ *+' conftest.er1 >conftest.err
6263   rm -f conftest.er1
6264   cat conftest.err >&5
6265   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6266   (exit $ac_status); } >/dev/null && {
6267          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6268          test ! -s conftest.err
6269        }; then
6270   ac_header_preproc=yes
6271 else
6272   $as_echo "$as_me: failed program was:" >&5
6273 sed 's/^/| /' conftest.$ac_ext >&5
6274
6275   ac_header_preproc=no
6276 fi
6277
6278 rm -f conftest.err conftest.$ac_ext
6279 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6280 $as_echo "$ac_header_preproc" >&6; }
6281
6282 # So?  What about this header?
6283 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6284   yes:no: )
6285     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6286 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6287     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6288 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6289     ac_header_preproc=yes
6290     ;;
6291   no:yes:* )
6292     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6293 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6294     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6295 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6296     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6297 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6298     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6299 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6300     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6301 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6302     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6303 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6304     ( cat <<\_ASBOX
6305 ## ------------------------------------ ##
6306 ## Report this to wine-devel@winehq.org ##
6307 ## ------------------------------------ ##
6308 _ASBOX
6309      ) | sed "s/^/$as_me: WARNING:     /" >&2
6310     ;;
6311 esac
6312 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6313 $as_echo_n "checking for $ac_header... " >&6; }
6314 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6315   $as_echo_n "(cached) " >&6
6316 else
6317   eval "$as_ac_Header=\$ac_header_preproc"
6318 fi
6319 ac_res=`eval 'as_val=${'$as_ac_Header'}
6320                  $as_echo "$as_val"'`
6321                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6322 $as_echo "$ac_res" >&6; }
6323
6324 fi
6325 as_val=`eval 'as_val=${'$as_ac_Header'}
6326                  $as_echo "$as_val"'`
6327    if test "x$as_val" = x""yes; then
6328   cat >>confdefs.h <<_ACEOF
6329 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6330 _ACEOF
6331
6332 fi
6333
6334 done
6335
6336 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6337 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6338 if test "${ac_cv_header_stat_broken+set}" = set; then
6339   $as_echo_n "(cached) " >&6
6340 else
6341   cat >conftest.$ac_ext <<_ACEOF
6342 /* confdefs.h.  */
6343 _ACEOF
6344 cat confdefs.h >>conftest.$ac_ext
6345 cat >>conftest.$ac_ext <<_ACEOF
6346 /* end confdefs.h.  */
6347 #include <sys/types.h>
6348 #include <sys/stat.h>
6349
6350 #if defined S_ISBLK && defined S_IFDIR
6351 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6352 #endif
6353
6354 #if defined S_ISBLK && defined S_IFCHR
6355 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6356 #endif
6357
6358 #if defined S_ISLNK && defined S_IFREG
6359 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6360 #endif
6361
6362 #if defined S_ISSOCK && defined S_IFREG
6363 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6364 #endif
6365
6366 _ACEOF
6367 rm -f conftest.$ac_objext
6368 if { (ac_try="$ac_compile"
6369 case "(($ac_try" in
6370   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6371   *) ac_try_echo=$ac_try;;
6372 esac
6373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6374 $as_echo "$ac_try_echo") >&5
6375   (eval "$ac_compile") 2>conftest.er1
6376   ac_status=$?
6377   grep -v '^ *+' conftest.er1 >conftest.err
6378   rm -f conftest.er1
6379   cat conftest.err >&5
6380   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6381   (exit $ac_status); } && {
6382          test -z "$ac_c_werror_flag" ||
6383          test ! -s conftest.err
6384        } && test -s conftest.$ac_objext; then
6385   ac_cv_header_stat_broken=no
6386 else
6387   $as_echo "$as_me: failed program was:" >&5
6388 sed 's/^/| /' conftest.$ac_ext >&5
6389
6390         ac_cv_header_stat_broken=yes
6391 fi
6392
6393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6394 fi
6395 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6396 $as_echo "$ac_cv_header_stat_broken" >&6; }
6397 if test $ac_cv_header_stat_broken = yes; then
6398
6399 cat >>confdefs.h <<\_ACEOF
6400 #define STAT_MACROS_BROKEN 1
6401 _ACEOF
6402
6403 fi
6404
6405
6406
6407
6408
6409
6410
6411
6412 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6413 do
6414 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6415 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6416 $as_echo_n "checking for $ac_header... " >&6; }
6417 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6418   $as_echo_n "(cached) " >&6
6419 else
6420   cat >conftest.$ac_ext <<_ACEOF
6421 /* confdefs.h.  */
6422 _ACEOF
6423 cat confdefs.h >>conftest.$ac_ext
6424 cat >>conftest.$ac_ext <<_ACEOF
6425 /* end confdefs.h.  */
6426 #include <sys/types.h>
6427      #ifdef HAVE_SYS_PARAM_H
6428      # include <sys/param.h>
6429      #endif
6430
6431 #include <$ac_header>
6432 _ACEOF
6433 rm -f conftest.$ac_objext
6434 if { (ac_try="$ac_compile"
6435 case "(($ac_try" in
6436   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6437   *) ac_try_echo=$ac_try;;
6438 esac
6439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6440 $as_echo "$ac_try_echo") >&5
6441   (eval "$ac_compile") 2>conftest.er1
6442   ac_status=$?
6443   grep -v '^ *+' conftest.er1 >conftest.err
6444   rm -f conftest.er1
6445   cat conftest.err >&5
6446   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6447   (exit $ac_status); } && {
6448          test -z "$ac_c_werror_flag" ||
6449          test ! -s conftest.err
6450        } && test -s conftest.$ac_objext; then
6451   eval "$as_ac_Header=yes"
6452 else
6453   $as_echo "$as_me: failed program was:" >&5
6454 sed 's/^/| /' conftest.$ac_ext >&5
6455
6456         eval "$as_ac_Header=no"
6457 fi
6458
6459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6460 fi
6461 ac_res=`eval 'as_val=${'$as_ac_Header'}
6462                  $as_echo "$as_val"'`
6463                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6464 $as_echo "$ac_res" >&6; }
6465 as_val=`eval 'as_val=${'$as_ac_Header'}
6466                  $as_echo "$as_val"'`
6467    if test "x$as_val" = x""yes; then
6468   cat >>confdefs.h <<_ACEOF
6469 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6470 _ACEOF
6471
6472 fi
6473
6474 done
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490 for ac_header in \
6491         netinet/ip.h \
6492         net/if.h \
6493         net/if_arp.h \
6494         net/if_dl.h \
6495         net/if_types.h \
6496         net/route.h \
6497         netinet/if_ether.h \
6498         netinet/if_inarp.h \
6499         netinet/in_pcb.h \
6500         netinet/ip_icmp.h \
6501         netinet/ip_var.h \
6502         netinet/udp.h \
6503         netipx/ipx.h \
6504
6505 do
6506 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6507 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6508 $as_echo_n "checking for $ac_header... " >&6; }
6509 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6510   $as_echo_n "(cached) " >&6
6511 else
6512   cat >conftest.$ac_ext <<_ACEOF
6513 /* confdefs.h.  */
6514 _ACEOF
6515 cat confdefs.h >>conftest.$ac_ext
6516 cat >>conftest.$ac_ext <<_ACEOF
6517 /* end confdefs.h.  */
6518 #include <sys/types.h>
6519      #ifdef HAVE_SYS_SOCKET_H
6520      # include <sys/socket.h>
6521      #endif
6522      #ifdef HAVE_SYS_SOCKETVAR_H
6523      # include <sys/socketvar.h>
6524      #endif
6525      #ifdef HAVE_NET_ROUTE_H
6526      # include <net/route.h>
6527      #endif
6528      #ifdef HAVE_NETINET_IN_H
6529      # include <netinet/in.h>
6530      #endif
6531      #ifdef HAVE_NETINET_IN_SYSTM_H
6532      # include <netinet/in_systm.h>
6533      #endif
6534      #ifdef HAVE_NET_IF_H
6535      # include <net/if.h>
6536      #endif
6537      #ifdef HAVE_NETINET_IP_H
6538      # include <netinet/ip.h>
6539      #endif
6540
6541 #include <$ac_header>
6542 _ACEOF
6543 rm -f conftest.$ac_objext
6544 if { (ac_try="$ac_compile"
6545 case "(($ac_try" in
6546   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6547   *) ac_try_echo=$ac_try;;
6548 esac
6549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6550 $as_echo "$ac_try_echo") >&5
6551   (eval "$ac_compile") 2>conftest.er1
6552   ac_status=$?
6553   grep -v '^ *+' conftest.er1 >conftest.err
6554   rm -f conftest.er1
6555   cat conftest.err >&5
6556   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6557   (exit $ac_status); } && {
6558          test -z "$ac_c_werror_flag" ||
6559          test ! -s conftest.err
6560        } && test -s conftest.$ac_objext; then
6561   eval "$as_ac_Header=yes"
6562 else
6563   $as_echo "$as_me: failed program was:" >&5
6564 sed 's/^/| /' conftest.$ac_ext >&5
6565
6566         eval "$as_ac_Header=no"
6567 fi
6568
6569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6570 fi
6571 ac_res=`eval 'as_val=${'$as_ac_Header'}
6572                  $as_echo "$as_val"'`
6573                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6574 $as_echo "$ac_res" >&6; }
6575 as_val=`eval 'as_val=${'$as_ac_Header'}
6576                  $as_echo "$as_val"'`
6577    if test "x$as_val" = x""yes; then
6578   cat >>confdefs.h <<_ACEOF
6579 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6580 _ACEOF
6581
6582 fi
6583
6584 done
6585
6586
6587
6588
6589
6590
6591 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6592 do
6593 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6594 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6595 $as_echo_n "checking for $ac_header... " >&6; }
6596 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6597   $as_echo_n "(cached) " >&6
6598 else
6599   cat >conftest.$ac_ext <<_ACEOF
6600 /* confdefs.h.  */
6601 _ACEOF
6602 cat confdefs.h >>conftest.$ac_ext
6603 cat >>conftest.$ac_ext <<_ACEOF
6604 /* end confdefs.h.  */
6605 #include <sys/types.h>
6606      #ifdef HAVE_ALIAS_H
6607      # include <alias.h>
6608      #endif
6609      #ifdef HAVE_SYS_SOCKET_H
6610      # include <sys/socket.h>
6611      #endif
6612      #ifdef HAVE_SYS_SOCKETVAR_H
6613      # include <sys/socketvar.h>
6614      #endif
6615      #ifdef HAVE_SYS_TIMEOUT_H
6616      # include <sys/timeout.h>
6617      #endif
6618      #ifdef HAVE_NETINET_IN_H
6619      # include <netinet/in.h>
6620      #endif
6621      #ifdef HAVE_NETINET_IN_SYSTM_H
6622      # include <netinet/in_systm.h>
6623      #endif
6624      #ifdef HAVE_NETINET_IP_H
6625      # include <netinet/ip.h>
6626      #endif
6627      #ifdef HAVE_NETINET_IP_VAR_H
6628      # include <netinet/ip_var.h>
6629      #endif
6630      #ifdef HAVE_NETINET_IP_ICMP_H
6631      # include <netinet/ip_icmp.h>
6632      #endif
6633      #ifdef HAVE_NETINET_UDP_H
6634      # include <netinet/udp.h>
6635      #endif
6636      #ifdef HAVE_NETINET_TCP_H
6637      # include <netinet/tcp.h>
6638      #endif
6639      #ifdef HAVE_NETINET_TCP_TIMER_H
6640      #include <netinet/tcp_timer.h>
6641      #endif
6642
6643 #include <$ac_header>
6644 _ACEOF
6645 rm -f conftest.$ac_objext
6646 if { (ac_try="$ac_compile"
6647 case "(($ac_try" in
6648   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6649   *) ac_try_echo=$ac_try;;
6650 esac
6651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6652 $as_echo "$ac_try_echo") >&5
6653   (eval "$ac_compile") 2>conftest.er1
6654   ac_status=$?
6655   grep -v '^ *+' conftest.er1 >conftest.err
6656   rm -f conftest.er1
6657   cat conftest.err >&5
6658   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6659   (exit $ac_status); } && {
6660          test -z "$ac_c_werror_flag" ||
6661          test ! -s conftest.err
6662        } && test -s conftest.$ac_objext; then
6663   eval "$as_ac_Header=yes"
6664 else
6665   $as_echo "$as_me: failed program was:" >&5
6666 sed 's/^/| /' conftest.$ac_ext >&5
6667
6668         eval "$as_ac_Header=no"
6669 fi
6670
6671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6672 fi
6673 ac_res=`eval 'as_val=${'$as_ac_Header'}
6674                  $as_echo "$as_val"'`
6675                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6676 $as_echo "$ac_res" >&6; }
6677 as_val=`eval 'as_val=${'$as_ac_Header'}
6678                  $as_echo "$as_val"'`
6679    if test "x$as_val" = x""yes; then
6680   cat >>confdefs.h <<_ACEOF
6681 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6682 _ACEOF
6683
6684 fi
6685
6686 done
6687
6688
6689
6690 for ac_header in linux/ipx.h
6691 do
6692 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6693 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6694 $as_echo_n "checking for $ac_header... " >&6; }
6695 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6696   $as_echo_n "(cached) " >&6
6697 else
6698   cat >conftest.$ac_ext <<_ACEOF
6699 /* confdefs.h.  */
6700 _ACEOF
6701 cat confdefs.h >>conftest.$ac_ext
6702 cat >>conftest.$ac_ext <<_ACEOF
6703 /* end confdefs.h.  */
6704 #include <sys/types.h>
6705      #ifdef HAVE_ASM_TYPES_H
6706      # include <asm/types.h>
6707      #endif
6708      #ifdef HAVE_SYS_SOCKET_H
6709      # include <sys/socket.h>
6710      #endif
6711      #ifdef HAVE_LINUX_TYPES_H
6712      # include <linux/types.h>
6713      #endif
6714
6715 #include <$ac_header>
6716 _ACEOF
6717 rm -f conftest.$ac_objext
6718 if { (ac_try="$ac_compile"
6719 case "(($ac_try" in
6720   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6721   *) ac_try_echo=$ac_try;;
6722 esac
6723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6724 $as_echo "$ac_try_echo") >&5
6725   (eval "$ac_compile") 2>conftest.er1
6726   ac_status=$?
6727   grep -v '^ *+' conftest.er1 >conftest.err
6728   rm -f conftest.er1
6729   cat conftest.err >&5
6730   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6731   (exit $ac_status); } && {
6732          test -z "$ac_c_werror_flag" ||
6733          test ! -s conftest.err
6734        } && test -s conftest.$ac_objext; then
6735   eval "$as_ac_Header=yes"
6736 else
6737   $as_echo "$as_me: failed program was:" >&5
6738 sed 's/^/| /' conftest.$ac_ext >&5
6739
6740         eval "$as_ac_Header=no"
6741 fi
6742
6743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6744 fi
6745 ac_res=`eval 'as_val=${'$as_ac_Header'}
6746                  $as_echo "$as_val"'`
6747                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6748 $as_echo "$ac_res" >&6; }
6749 as_val=`eval 'as_val=${'$as_ac_Header'}
6750                  $as_echo "$as_val"'`
6751    if test "x$as_val" = x""yes; then
6752   cat >>confdefs.h <<_ACEOF
6753 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6754 _ACEOF
6755
6756 fi
6757
6758 done
6759
6760
6761
6762 for ac_header in resolv.h
6763 do
6764 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6765 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6766 $as_echo_n "checking for $ac_header... " >&6; }
6767 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6768   $as_echo_n "(cached) " >&6
6769 else
6770   cat >conftest.$ac_ext <<_ACEOF
6771 /* confdefs.h.  */
6772 _ACEOF
6773 cat confdefs.h >>conftest.$ac_ext
6774 cat >>conftest.$ac_ext <<_ACEOF
6775 /* end confdefs.h.  */
6776 #include <sys/types.h>
6777      #ifdef HAVE_SYS_SOCKET_H
6778      # include <sys/socket.h>
6779      #endif
6780      #ifdef HAVE_NETINET_IN_H
6781      # include <netinet/in.h>
6782      #endif
6783      #ifdef HAVE_ARPA_NAMESER_H
6784      # include <arpa/nameser.h>
6785      #endif
6786
6787 #include <$ac_header>
6788 _ACEOF
6789 rm -f conftest.$ac_objext
6790 if { (ac_try="$ac_compile"
6791 case "(($ac_try" in
6792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6793   *) ac_try_echo=$ac_try;;
6794 esac
6795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6796 $as_echo "$ac_try_echo") >&5
6797   (eval "$ac_compile") 2>conftest.er1
6798   ac_status=$?
6799   grep -v '^ *+' conftest.er1 >conftest.err
6800   rm -f conftest.er1
6801   cat conftest.err >&5
6802   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6803   (exit $ac_status); } && {
6804          test -z "$ac_c_werror_flag" ||
6805          test ! -s conftest.err
6806        } && test -s conftest.$ac_objext; then
6807   eval "$as_ac_Header=yes"
6808 else
6809   $as_echo "$as_me: failed program was:" >&5
6810 sed 's/^/| /' conftest.$ac_ext >&5
6811
6812         eval "$as_ac_Header=no"
6813 fi
6814
6815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6816 fi
6817 ac_res=`eval 'as_val=${'$as_ac_Header'}
6818                  $as_echo "$as_val"'`
6819                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6820 $as_echo "$ac_res" >&6; }
6821 as_val=`eval 'as_val=${'$as_ac_Header'}
6822                  $as_echo "$as_val"'`
6823    if test "x$as_val" = x""yes; then
6824   cat >>confdefs.h <<_ACEOF
6825 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6826 _ACEOF
6827
6828 fi
6829
6830 done
6831
6832
6833
6834 for ac_header in ucontext.h
6835 do
6836 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6837 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6838 $as_echo_n "checking for $ac_header... " >&6; }
6839 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6840   $as_echo_n "(cached) " >&6
6841 else
6842   cat >conftest.$ac_ext <<_ACEOF
6843 /* confdefs.h.  */
6844 _ACEOF
6845 cat confdefs.h >>conftest.$ac_ext
6846 cat >>conftest.$ac_ext <<_ACEOF
6847 /* end confdefs.h.  */
6848 #include <signal.h>
6849
6850 #include <$ac_header>
6851 _ACEOF
6852 rm -f conftest.$ac_objext
6853 if { (ac_try="$ac_compile"
6854 case "(($ac_try" in
6855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6856   *) ac_try_echo=$ac_try;;
6857 esac
6858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6859 $as_echo "$ac_try_echo") >&5
6860   (eval "$ac_compile") 2>conftest.er1
6861   ac_status=$?
6862   grep -v '^ *+' conftest.er1 >conftest.err
6863   rm -f conftest.er1
6864   cat conftest.err >&5
6865   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6866   (exit $ac_status); } && {
6867          test -z "$ac_c_werror_flag" ||
6868          test ! -s conftest.err
6869        } && test -s conftest.$ac_objext; then
6870   eval "$as_ac_Header=yes"
6871 else
6872   $as_echo "$as_me: failed program was:" >&5
6873 sed 's/^/| /' conftest.$ac_ext >&5
6874
6875         eval "$as_ac_Header=no"
6876 fi
6877
6878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6879 fi
6880 ac_res=`eval 'as_val=${'$as_ac_Header'}
6881                  $as_echo "$as_val"'`
6882                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6883 $as_echo "$ac_res" >&6; }
6884 as_val=`eval 'as_val=${'$as_ac_Header'}
6885                  $as_echo "$as_val"'`
6886    if test "x$as_val" = x""yes; then
6887   cat >>confdefs.h <<_ACEOF
6888 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6889 _ACEOF
6890
6891 fi
6892
6893 done
6894
6895
6896
6897 for ac_header in sys/thr.h
6898 do
6899 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6900 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6901 $as_echo_n "checking for $ac_header... " >&6; }
6902 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6903   $as_echo_n "(cached) " >&6
6904 else
6905   cat >conftest.$ac_ext <<_ACEOF
6906 /* confdefs.h.  */
6907 _ACEOF
6908 cat confdefs.h >>conftest.$ac_ext
6909 cat >>conftest.$ac_ext <<_ACEOF
6910 /* end confdefs.h.  */
6911 #include <sys/types.h>
6912 #ifdef HAVE_UCONTEXT_H
6913 #include <ucontext.h>
6914 #endif
6915
6916 #include <$ac_header>
6917 _ACEOF
6918 rm -f conftest.$ac_objext
6919 if { (ac_try="$ac_compile"
6920 case "(($ac_try" in
6921   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6922   *) ac_try_echo=$ac_try;;
6923 esac
6924 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6925 $as_echo "$ac_try_echo") >&5
6926   (eval "$ac_compile") 2>conftest.er1
6927   ac_status=$?
6928   grep -v '^ *+' conftest.er1 >conftest.err
6929   rm -f conftest.er1
6930   cat conftest.err >&5
6931   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6932   (exit $ac_status); } && {
6933          test -z "$ac_c_werror_flag" ||
6934          test ! -s conftest.err
6935        } && test -s conftest.$ac_objext; then
6936   eval "$as_ac_Header=yes"
6937 else
6938   $as_echo "$as_me: failed program was:" >&5
6939 sed 's/^/| /' conftest.$ac_ext >&5
6940
6941         eval "$as_ac_Header=no"
6942 fi
6943
6944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6945 fi
6946 ac_res=`eval 'as_val=${'$as_ac_Header'}
6947                  $as_echo "$as_val"'`
6948                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6949 $as_echo "$ac_res" >&6; }
6950 as_val=`eval 'as_val=${'$as_ac_Header'}
6951                  $as_echo "$as_val"'`
6952    if test "x$as_val" = x""yes; then
6953   cat >>confdefs.h <<_ACEOF
6954 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6955 _ACEOF
6956
6957 fi
6958
6959 done
6960
6961
6962
6963 for ac_header in pthread_np.h
6964 do
6965 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6966 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6967 $as_echo_n "checking for $ac_header... " >&6; }
6968 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6969   $as_echo_n "(cached) " >&6
6970 else
6971   cat >conftest.$ac_ext <<_ACEOF
6972 /* confdefs.h.  */
6973 _ACEOF
6974 cat confdefs.h >>conftest.$ac_ext
6975 cat >>conftest.$ac_ext <<_ACEOF
6976 /* end confdefs.h.  */
6977 #ifdef HAVE_PTHREAD_H
6978 #include <pthread.h>
6979 #endif
6980
6981 #include <$ac_header>
6982 _ACEOF
6983 rm -f conftest.$ac_objext
6984 if { (ac_try="$ac_compile"
6985 case "(($ac_try" in
6986   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6987   *) ac_try_echo=$ac_try;;
6988 esac
6989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6990 $as_echo "$ac_try_echo") >&5
6991   (eval "$ac_compile") 2>conftest.er1
6992   ac_status=$?
6993   grep -v '^ *+' conftest.er1 >conftest.err
6994   rm -f conftest.er1
6995   cat conftest.err >&5
6996   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6997   (exit $ac_status); } && {
6998          test -z "$ac_c_werror_flag" ||
6999          test ! -s conftest.err
7000        } && test -s conftest.$ac_objext; then
7001   eval "$as_ac_Header=yes"
7002 else
7003   $as_echo "$as_me: failed program was:" >&5
7004 sed 's/^/| /' conftest.$ac_ext >&5
7005
7006         eval "$as_ac_Header=no"
7007 fi
7008
7009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7010 fi
7011 ac_res=`eval 'as_val=${'$as_ac_Header'}
7012                  $as_echo "$as_val"'`
7013                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7014 $as_echo "$ac_res" >&6; }
7015 as_val=`eval 'as_val=${'$as_ac_Header'}
7016                  $as_echo "$as_val"'`
7017    if test "x$as_val" = x""yes; then
7018   cat >>confdefs.h <<_ACEOF
7019 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7020 _ACEOF
7021
7022 fi
7023
7024 done
7025
7026
7027
7028 for ac_header in linux/videodev.h
7029 do
7030 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7031 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7032 $as_echo_n "checking for $ac_header... " >&6; }
7033 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7034   $as_echo_n "(cached) " >&6
7035 else
7036   cat >conftest.$ac_ext <<_ACEOF
7037 /* confdefs.h.  */
7038 _ACEOF
7039 cat confdefs.h >>conftest.$ac_ext
7040 cat >>conftest.$ac_ext <<_ACEOF
7041 /* end confdefs.h.  */
7042 #ifdef HAVE_SYS_TIME_H
7043 #include <sys/time.h>
7044 #endif
7045 #include <sys/types.h>
7046 #ifdef HAVE_ASM_TYPES_H
7047 #include <asm/types.h>
7048 #endif
7049
7050 #include <$ac_header>
7051 _ACEOF
7052 rm -f conftest.$ac_objext
7053 if { (ac_try="$ac_compile"
7054 case "(($ac_try" in
7055   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7056   *) ac_try_echo=$ac_try;;
7057 esac
7058 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7059 $as_echo "$ac_try_echo") >&5
7060   (eval "$ac_compile") 2>conftest.er1
7061   ac_status=$?
7062   grep -v '^ *+' conftest.er1 >conftest.err
7063   rm -f conftest.er1
7064   cat conftest.err >&5
7065   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7066   (exit $ac_status); } && {
7067          test -z "$ac_c_werror_flag" ||
7068          test ! -s conftest.err
7069        } && test -s conftest.$ac_objext; then
7070   eval "$as_ac_Header=yes"
7071 else
7072   $as_echo "$as_me: failed program was:" >&5
7073 sed 's/^/| /' conftest.$ac_ext >&5
7074
7075         eval "$as_ac_Header=no"
7076 fi
7077
7078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7079 fi
7080 ac_res=`eval 'as_val=${'$as_ac_Header'}
7081                  $as_echo "$as_val"'`
7082                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7083 $as_echo "$ac_res" >&6; }
7084 as_val=`eval 'as_val=${'$as_ac_Header'}
7085                  $as_echo "$as_val"'`
7086    if test "x$as_val" = x""yes; then
7087   cat >>confdefs.h <<_ACEOF
7088 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7089 _ACEOF
7090
7091 fi
7092
7093 done
7094
7095
7096
7097 for ac_header in linux/capi.h
7098 do
7099 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7100 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7101 $as_echo_n "checking for $ac_header... " >&6; }
7102 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7103   $as_echo_n "(cached) " >&6
7104 else
7105   cat >conftest.$ac_ext <<_ACEOF
7106 /* confdefs.h.  */
7107 _ACEOF
7108 cat confdefs.h >>conftest.$ac_ext
7109 cat >>conftest.$ac_ext <<_ACEOF
7110 /* end confdefs.h.  */
7111 #define __user
7112
7113 #include <$ac_header>
7114 _ACEOF
7115 rm -f conftest.$ac_objext
7116 if { (ac_try="$ac_compile"
7117 case "(($ac_try" in
7118   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7119   *) ac_try_echo=$ac_try;;
7120 esac
7121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7122 $as_echo "$ac_try_echo") >&5
7123   (eval "$ac_compile") 2>conftest.er1
7124   ac_status=$?
7125   grep -v '^ *+' conftest.er1 >conftest.err
7126   rm -f conftest.er1
7127   cat conftest.err >&5
7128   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7129   (exit $ac_status); } && {
7130          test -z "$ac_c_werror_flag" ||
7131          test ! -s conftest.err
7132        } && test -s conftest.$ac_objext; then
7133   eval "$as_ac_Header=yes"
7134 else
7135   $as_echo "$as_me: failed program was:" >&5
7136 sed 's/^/| /' conftest.$ac_ext >&5
7137
7138         eval "$as_ac_Header=no"
7139 fi
7140
7141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7142 fi
7143 ac_res=`eval 'as_val=${'$as_ac_Header'}
7144                  $as_echo "$as_val"'`
7145                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7146 $as_echo "$ac_res" >&6; }
7147 as_val=`eval 'as_val=${'$as_ac_Header'}
7148                  $as_echo "$as_val"'`
7149    if test "x$as_val" = x""yes; then
7150   cat >>confdefs.h <<_ACEOF
7151 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7152 _ACEOF
7153
7154 fi
7155
7156 done
7157
7158
7159
7160 DLLEXT=""
7161
7162 DLLFLAGS="-D_REENTRANT"
7163
7164 LDSHARED=""
7165
7166 LDDLLFLAGS=""
7167
7168 LIBEXT="so"
7169
7170 IMPLIBEXT="def"
7171
7172 LDRPATH_INSTALL=""
7173
7174 LDRPATH_LOCAL=""
7175
7176 # Extract the first word of "ldd", so it can be a program name with args.
7177 set dummy ldd; ac_word=$2
7178 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7179 $as_echo_n "checking for $ac_word... " >&6; }
7180 if test "${ac_cv_path_LDD+set}" = set; then
7181   $as_echo_n "(cached) " >&6
7182 else
7183   case $LDD in
7184   [\\/]* | ?:[\\/]*)
7185   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7186   ;;
7187   *)
7188   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7189 as_dummy="/sbin:/usr/sbin:$PATH"
7190 for as_dir in $as_dummy
7191 do
7192   IFS=$as_save_IFS
7193   test -z "$as_dir" && as_dir=.
7194   for ac_exec_ext in '' $ac_executable_extensions; do
7195   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7196     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7197     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7198     break 2
7199   fi
7200 done
7201 done
7202 IFS=$as_save_IFS
7203
7204   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7205   ;;
7206 esac
7207 fi
7208 LDD=$ac_cv_path_LDD
7209 if test -n "$LDD"; then
7210   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7211 $as_echo "$LDD" >&6; }
7212 else
7213   { $as_echo "$as_me:$LINENO: result: no" >&5
7214 $as_echo "no" >&6; }
7215 fi
7216
7217
7218
7219 case $host_os in
7220   cygwin*|mingw32*)
7221     if test -n "$ac_tool_prefix"; then
7222   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7223 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7224 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7225 $as_echo_n "checking for $ac_word... " >&6; }
7226 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7227   $as_echo_n "(cached) " >&6
7228 else
7229   if test -n "$DLLTOOL"; then
7230   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7231 else
7232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7233 for as_dir in $PATH
7234 do
7235   IFS=$as_save_IFS
7236   test -z "$as_dir" && as_dir=.
7237   for ac_exec_ext in '' $ac_executable_extensions; do
7238   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7239     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7240     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7241     break 2
7242   fi
7243 done
7244 done
7245 IFS=$as_save_IFS
7246
7247 fi
7248 fi
7249 DLLTOOL=$ac_cv_prog_DLLTOOL
7250 if test -n "$DLLTOOL"; then
7251   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7252 $as_echo "$DLLTOOL" >&6; }
7253 else
7254   { $as_echo "$as_me:$LINENO: result: no" >&5
7255 $as_echo "no" >&6; }
7256 fi
7257
7258
7259 fi
7260 if test -z "$ac_cv_prog_DLLTOOL"; then
7261   ac_ct_DLLTOOL=$DLLTOOL
7262   # Extract the first word of "dlltool", so it can be a program name with args.
7263 set dummy dlltool; ac_word=$2
7264 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7265 $as_echo_n "checking for $ac_word... " >&6; }
7266 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7267   $as_echo_n "(cached) " >&6
7268 else
7269   if test -n "$ac_ct_DLLTOOL"; then
7270   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7271 else
7272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7273 for as_dir in $PATH
7274 do
7275   IFS=$as_save_IFS
7276   test -z "$as_dir" && as_dir=.
7277   for ac_exec_ext in '' $ac_executable_extensions; do
7278   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7279     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7280     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7281     break 2
7282   fi
7283 done
7284 done
7285 IFS=$as_save_IFS
7286
7287 fi
7288 fi
7289 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7290 if test -n "$ac_ct_DLLTOOL"; then
7291   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7292 $as_echo "$ac_ct_DLLTOOL" >&6; }
7293 else
7294   { $as_echo "$as_me:$LINENO: result: no" >&5
7295 $as_echo "no" >&6; }
7296 fi
7297
7298   if test "x$ac_ct_DLLTOOL" = x; then
7299     DLLTOOL="false"
7300   else
7301     case $cross_compiling:$ac_tool_warned in
7302 yes:)
7303 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7304 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7305 ac_tool_warned=yes ;;
7306 esac
7307     DLLTOOL=$ac_ct_DLLTOOL
7308   fi
7309 else
7310   DLLTOOL="$ac_cv_prog_DLLTOOL"
7311 fi
7312
7313     if test -n "$ac_tool_prefix"; then
7314   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7315 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7316 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7317 $as_echo_n "checking for $ac_word... " >&6; }
7318 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7319   $as_echo_n "(cached) " >&6
7320 else
7321   if test -n "$DLLWRAP"; then
7322   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7323 else
7324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7325 for as_dir in $PATH
7326 do
7327   IFS=$as_save_IFS
7328   test -z "$as_dir" && as_dir=.
7329   for ac_exec_ext in '' $ac_executable_extensions; do
7330   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7331     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7332     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7333     break 2
7334   fi
7335 done
7336 done
7337 IFS=$as_save_IFS
7338
7339 fi
7340 fi
7341 DLLWRAP=$ac_cv_prog_DLLWRAP
7342 if test -n "$DLLWRAP"; then
7343   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7344 $as_echo "$DLLWRAP" >&6; }
7345 else
7346   { $as_echo "$as_me:$LINENO: result: no" >&5
7347 $as_echo "no" >&6; }
7348 fi
7349
7350
7351 fi
7352 if test -z "$ac_cv_prog_DLLWRAP"; then
7353   ac_ct_DLLWRAP=$DLLWRAP
7354   # Extract the first word of "dllwrap", so it can be a program name with args.
7355 set dummy dllwrap; ac_word=$2
7356 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7357 $as_echo_n "checking for $ac_word... " >&6; }
7358 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7359   $as_echo_n "(cached) " >&6
7360 else
7361   if test -n "$ac_ct_DLLWRAP"; then
7362   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7363 else
7364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7365 for as_dir in $PATH
7366 do
7367   IFS=$as_save_IFS
7368   test -z "$as_dir" && as_dir=.
7369   for ac_exec_ext in '' $ac_executable_extensions; do
7370   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7371     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7372     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7373     break 2
7374   fi
7375 done
7376 done
7377 IFS=$as_save_IFS
7378
7379 fi
7380 fi
7381 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7382 if test -n "$ac_ct_DLLWRAP"; then
7383   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7384 $as_echo "$ac_ct_DLLWRAP" >&6; }
7385 else
7386   { $as_echo "$as_me:$LINENO: result: no" >&5
7387 $as_echo "no" >&6; }
7388 fi
7389
7390   if test "x$ac_ct_DLLWRAP" = x; then
7391     DLLWRAP="false"
7392   else
7393     case $cross_compiling:$ac_tool_warned in
7394 yes:)
7395 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7396 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7397 ac_tool_warned=yes ;;
7398 esac
7399     DLLWRAP=$ac_ct_DLLWRAP
7400   fi
7401 else
7402   DLLWRAP="$ac_cv_prog_DLLWRAP"
7403 fi
7404
7405     if test -n "$ac_tool_prefix"; then
7406   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7407 set dummy ${ac_tool_prefix}ar; ac_word=$2
7408 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7409 $as_echo_n "checking for $ac_word... " >&6; }
7410 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7411   $as_echo_n "(cached) " >&6
7412 else
7413   if test -n "$MINGWAR"; then
7414   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7415 else
7416 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7417 for as_dir in $PATH
7418 do
7419   IFS=$as_save_IFS
7420   test -z "$as_dir" && as_dir=.
7421   for ac_exec_ext in '' $ac_executable_extensions; do
7422   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7423     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7424     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7425     break 2
7426   fi
7427 done
7428 done
7429 IFS=$as_save_IFS
7430
7431 fi
7432 fi
7433 MINGWAR=$ac_cv_prog_MINGWAR
7434 if test -n "$MINGWAR"; then
7435   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7436 $as_echo "$MINGWAR" >&6; }
7437 else
7438   { $as_echo "$as_me:$LINENO: result: no" >&5
7439 $as_echo "no" >&6; }
7440 fi
7441
7442
7443 fi
7444 if test -z "$ac_cv_prog_MINGWAR"; then
7445   ac_ct_MINGWAR=$MINGWAR
7446   # Extract the first word of "ar", so it can be a program name with args.
7447 set dummy ar; ac_word=$2
7448 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7449 $as_echo_n "checking for $ac_word... " >&6; }
7450 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7451   $as_echo_n "(cached) " >&6
7452 else
7453   if test -n "$ac_ct_MINGWAR"; then
7454   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7455 else
7456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7457 for as_dir in $PATH
7458 do
7459   IFS=$as_save_IFS
7460   test -z "$as_dir" && as_dir=.
7461   for ac_exec_ext in '' $ac_executable_extensions; do
7462   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7463     ac_cv_prog_ac_ct_MINGWAR="ar"
7464     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7465     break 2
7466   fi
7467 done
7468 done
7469 IFS=$as_save_IFS
7470
7471 fi
7472 fi
7473 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7474 if test -n "$ac_ct_MINGWAR"; then
7475   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7476 $as_echo "$ac_ct_MINGWAR" >&6; }
7477 else
7478   { $as_echo "$as_me:$LINENO: result: no" >&5
7479 $as_echo "no" >&6; }
7480 fi
7481
7482   if test "x$ac_ct_MINGWAR" = x; then
7483     MINGWAR="false"
7484   else
7485     case $cross_compiling:$ac_tool_warned in
7486 yes:)
7487 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7488 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7489 ac_tool_warned=yes ;;
7490 esac
7491     MINGWAR=$ac_ct_MINGWAR
7492   fi
7493 else
7494   MINGWAR="$ac_cv_prog_MINGWAR"
7495 fi
7496
7497     if test "$DLLWRAP" = "false"; then
7498       LIBEXT="a"
7499     else
7500             LIBEXT="dll"
7501     fi
7502     IMPLIBEXT="a"
7503         WIN16_FILES=""
7504     WIN16_INSTALL=""
7505         enable_iphlpapi=${enable_iphlpapi:-no}
7506     enable_kernel32=${enable_kernel32:-no}
7507     enable_msvcrt=${enable_msvcrt:-no}
7508     enable_ntdll=${enable_ntdll:-no}
7509     enable_ws2_32=${enable_ws2_32:-no}
7510     enable_loader=${enable_loader:-no}
7511     enable_server=${enable_server:-no}
7512         with_x=${with_x:-no}
7513     with_pthread=${with_pthread:-no}
7514     ;;
7515   darwin*|macosx*)
7516     DLLEXT=".so"
7517     LIBEXT="dylib"
7518     DLLFLAGS="$DLLFLAGS -fPIC"
7519     LDDLLFLAGS="-bundle -multiply_defined suppress"
7520     LIBWINE_LDFLAGS="-multiply_defined suppress"
7521     LDSHARED="\$(CC) -dynamiclib"
7522     STRIP="$STRIP -x"
7523     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7524         SECURITYLIB="-framework Security -framework CoreFoundation"
7525
7526     COREFOUNDATIONLIB="-framework CoreFoundation"
7527
7528     IOKITLIB="-framework IOKit -framework CoreFoundation"
7529
7530     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7531
7532     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7533     then
7534                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7535
7536     fi
7537     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7538     then
7539                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7540
7541     fi
7542     case $host_cpu in
7543       *powerpc*)
7544         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
7545     esac
7546         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7547     then
7548         CARBONLIB="-framework Carbon"
7549
7550         enable_winequartz_drv=${enable_winequartz_drv:-yes}
7551     fi
7552     ;;
7553   *)
7554     DLLFLAGS="$DLLFLAGS -fPIC"
7555     DLLEXT=".so"
7556     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7557 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7558 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7559   $as_echo_n "(cached) " >&6
7560 else
7561   ac_wine_try_cflags_saved=$CFLAGS
7562 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7563 cat >conftest.$ac_ext <<_ACEOF
7564 void myfunc() {}
7565 _ACEOF
7566 rm -f conftest.$ac_objext conftest$ac_exeext
7567 if { (ac_try="$ac_link"
7568 case "(($ac_try" in
7569   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7570   *) ac_try_echo=$ac_try;;
7571 esac
7572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7573 $as_echo "$ac_try_echo") >&5
7574   (eval "$ac_link") 2>conftest.er1
7575   ac_status=$?
7576   grep -v '^ *+' conftest.er1 >conftest.err
7577   rm -f conftest.er1
7578   cat conftest.err >&5
7579   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7580   (exit $ac_status); } && {
7581          test -z "$ac_c_werror_flag" ||
7582          test ! -s conftest.err
7583        } && test -s conftest$ac_exeext && {
7584          test "$cross_compiling" = yes ||
7585          $as_test_x conftest$ac_exeext
7586        }; then
7587   ac_cv_c_dll_gnuelf="yes"
7588 else
7589   $as_echo "$as_me: failed program was:" >&5
7590 sed 's/^/| /' conftest.$ac_ext >&5
7591
7592         ac_cv_c_dll_gnuelf="no"
7593 fi
7594
7595 rm -rf conftest.dSYM
7596 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7597       conftest$ac_exeext conftest.$ac_ext
7598 CFLAGS=$ac_wine_try_cflags_saved
7599 fi
7600 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7601 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7602     if test "$ac_cv_c_dll_gnuelf" = "yes"
7603     then
7604       LDSHARED="\$(CC) -shared"
7605       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7606       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7607 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7608 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7609   $as_echo_n "(cached) " >&6
7610 else
7611   ac_wine_try_cflags_saved=$CFLAGS
7612 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7613 cat >conftest.$ac_ext <<_ACEOF
7614 /* confdefs.h.  */
7615 _ACEOF
7616 cat confdefs.h >>conftest.$ac_ext
7617 cat >>conftest.$ac_ext <<_ACEOF
7618 /* end confdefs.h.  */
7619
7620 int
7621 main ()
7622 {
7623
7624   ;
7625   return 0;
7626 }
7627 _ACEOF
7628 rm -f conftest.$ac_objext conftest$ac_exeext
7629 if { (ac_try="$ac_link"
7630 case "(($ac_try" in
7631   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7632   *) ac_try_echo=$ac_try;;
7633 esac
7634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7635 $as_echo "$ac_try_echo") >&5
7636   (eval "$ac_link") 2>conftest.er1
7637   ac_status=$?
7638   grep -v '^ *+' conftest.er1 >conftest.err
7639   rm -f conftest.er1
7640   cat conftest.err >&5
7641   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7642   (exit $ac_status); } && {
7643          test -z "$ac_c_werror_flag" ||
7644          test ! -s conftest.err
7645        } && test -s conftest$ac_exeext && {
7646          test "$cross_compiling" = yes ||
7647          $as_test_x conftest$ac_exeext
7648        }; then
7649   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7650 else
7651   $as_echo "$as_me: failed program was:" >&5
7652 sed 's/^/| /' conftest.$ac_ext >&5
7653
7654         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7655 fi
7656
7657 rm -rf conftest.dSYM
7658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7659       conftest$ac_exeext conftest.$ac_ext
7660 CFLAGS=$ac_wine_try_cflags_saved
7661 fi
7662 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7663 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7664 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7665   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7666 else
7667   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7668 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7669 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7670   $as_echo_n "(cached) " >&6
7671 else
7672   ac_wine_try_cflags_saved=$CFLAGS
7673 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7674 cat >conftest.$ac_ext <<_ACEOF
7675 /* confdefs.h.  */
7676 _ACEOF
7677 cat confdefs.h >>conftest.$ac_ext
7678 cat >>conftest.$ac_ext <<_ACEOF
7679 /* end confdefs.h.  */
7680
7681 int
7682 main ()
7683 {
7684
7685   ;
7686   return 0;
7687 }
7688 _ACEOF
7689 rm -f conftest.$ac_objext conftest$ac_exeext
7690 if { (ac_try="$ac_link"
7691 case "(($ac_try" in
7692   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7693   *) ac_try_echo=$ac_try;;
7694 esac
7695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7696 $as_echo "$ac_try_echo") >&5
7697   (eval "$ac_link") 2>conftest.er1
7698   ac_status=$?
7699   grep -v '^ *+' conftest.er1 >conftest.err
7700   rm -f conftest.er1
7701   cat conftest.err >&5
7702   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7703   (exit $ac_status); } && {
7704          test -z "$ac_c_werror_flag" ||
7705          test ! -s conftest.err
7706        } && test -s conftest$ac_exeext && {
7707          test "$cross_compiling" = yes ||
7708          $as_test_x conftest$ac_exeext
7709        }; then
7710   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7711 else
7712   $as_echo "$as_me: failed program was:" >&5
7713 sed 's/^/| /' conftest.$ac_ext >&5
7714
7715         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7716 fi
7717
7718 rm -rf conftest.dSYM
7719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7720       conftest$ac_exeext conftest.$ac_ext
7721 CFLAGS=$ac_wine_try_cflags_saved
7722 fi
7723 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7724 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7725 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7726   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7727 fi
7728
7729 fi
7730
7731
7732       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7733 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7734 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7735   $as_echo_n "(cached) " >&6
7736 else
7737   ac_wine_try_cflags_saved=$CFLAGS
7738 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7739 cat >conftest.$ac_ext <<_ACEOF
7740 /* confdefs.h.  */
7741 _ACEOF
7742 cat confdefs.h >>conftest.$ac_ext
7743 cat >>conftest.$ac_ext <<_ACEOF
7744 /* end confdefs.h.  */
7745
7746 int
7747 main ()
7748 {
7749
7750   ;
7751   return 0;
7752 }
7753 _ACEOF
7754 rm -f conftest.$ac_objext conftest$ac_exeext
7755 if { (ac_try="$ac_link"
7756 case "(($ac_try" in
7757   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7758   *) ac_try_echo=$ac_try;;
7759 esac
7760 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7761 $as_echo "$ac_try_echo") >&5
7762   (eval "$ac_link") 2>conftest.er1
7763   ac_status=$?
7764   grep -v '^ *+' conftest.er1 >conftest.err
7765   rm -f conftest.er1
7766   cat conftest.err >&5
7767   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7768   (exit $ac_status); } && {
7769          test -z "$ac_c_werror_flag" ||
7770          test ! -s conftest.err
7771        } && test -s conftest$ac_exeext && {
7772          test "$cross_compiling" = yes ||
7773          $as_test_x conftest$ac_exeext
7774        }; then
7775   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7776 else
7777   $as_echo "$as_me: failed program was:" >&5
7778 sed 's/^/| /' conftest.$ac_ext >&5
7779
7780         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7781 fi
7782
7783 rm -rf conftest.dSYM
7784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7785       conftest$ac_exeext conftest.$ac_ext
7786 CFLAGS=$ac_wine_try_cflags_saved
7787 fi
7788 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7789 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7790 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7791   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7792 fi
7793
7794
7795       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7796 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7797 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7798   $as_echo_n "(cached) " >&6
7799 else
7800   ac_wine_try_cflags_saved=$CFLAGS
7801 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7802 cat >conftest.$ac_ext <<_ACEOF
7803 /* confdefs.h.  */
7804 _ACEOF
7805 cat confdefs.h >>conftest.$ac_ext
7806 cat >>conftest.$ac_ext <<_ACEOF
7807 /* end confdefs.h.  */
7808
7809 int
7810 main ()
7811 {
7812
7813   ;
7814   return 0;
7815 }
7816 _ACEOF
7817 rm -f conftest.$ac_objext conftest$ac_exeext
7818 if { (ac_try="$ac_link"
7819 case "(($ac_try" in
7820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7821   *) ac_try_echo=$ac_try;;
7822 esac
7823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7824 $as_echo "$ac_try_echo") >&5
7825   (eval "$ac_link") 2>conftest.er1
7826   ac_status=$?
7827   grep -v '^ *+' conftest.er1 >conftest.err
7828   rm -f conftest.er1
7829   cat conftest.err >&5
7830   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7831   (exit $ac_status); } && {
7832          test -z "$ac_c_werror_flag" ||
7833          test ! -s conftest.err
7834        } && test -s conftest$ac_exeext && {
7835          test "$cross_compiling" = yes ||
7836          $as_test_x conftest$ac_exeext
7837        }; then
7838   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7839 else
7840   $as_echo "$as_me: failed program was:" >&5
7841 sed 's/^/| /' conftest.$ac_ext >&5
7842
7843         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7844 fi
7845
7846 rm -rf conftest.dSYM
7847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7848       conftest$ac_exeext conftest.$ac_ext
7849 CFLAGS=$ac_wine_try_cflags_saved
7850 fi
7851 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7852 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7853 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7854   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7855 fi
7856
7857
7858       echo '{ global: *; };' >conftest.map
7859       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7860 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7861 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7862   $as_echo_n "(cached) " >&6
7863 else
7864   ac_wine_try_cflags_saved=$CFLAGS
7865 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7866 cat >conftest.$ac_ext <<_ACEOF
7867 /* confdefs.h.  */
7868 _ACEOF
7869 cat confdefs.h >>conftest.$ac_ext
7870 cat >>conftest.$ac_ext <<_ACEOF
7871 /* end confdefs.h.  */
7872
7873 int
7874 main ()
7875 {
7876
7877   ;
7878   return 0;
7879 }
7880 _ACEOF
7881 rm -f conftest.$ac_objext conftest$ac_exeext
7882 if { (ac_try="$ac_link"
7883 case "(($ac_try" in
7884   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7885   *) ac_try_echo=$ac_try;;
7886 esac
7887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7888 $as_echo "$ac_try_echo") >&5
7889   (eval "$ac_link") 2>conftest.er1
7890   ac_status=$?
7891   grep -v '^ *+' conftest.er1 >conftest.err
7892   rm -f conftest.er1
7893   cat conftest.err >&5
7894   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7895   (exit $ac_status); } && {
7896          test -z "$ac_c_werror_flag" ||
7897          test ! -s conftest.err
7898        } && test -s conftest$ac_exeext && {
7899          test "$cross_compiling" = yes ||
7900          $as_test_x conftest$ac_exeext
7901        }; then
7902   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7903 else
7904   $as_echo "$as_me: failed program was:" >&5
7905 sed 's/^/| /' conftest.$ac_ext >&5
7906
7907         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7908 fi
7909
7910 rm -rf conftest.dSYM
7911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7912       conftest$ac_exeext conftest.$ac_ext
7913 CFLAGS=$ac_wine_try_cflags_saved
7914 fi
7915 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7916 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7917 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7918   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7919 fi
7920
7921       rm -f conftest.map
7922
7923       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7924 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7925 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7926   $as_echo_n "(cached) " >&6
7927 else
7928   ac_wine_try_cflags_saved=$CFLAGS
7929 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7930 cat >conftest.$ac_ext <<_ACEOF
7931 /* confdefs.h.  */
7932 _ACEOF
7933 cat confdefs.h >>conftest.$ac_ext
7934 cat >>conftest.$ac_ext <<_ACEOF
7935 /* end confdefs.h.  */
7936
7937 int
7938 main ()
7939 {
7940
7941   ;
7942   return 0;
7943 }
7944 _ACEOF
7945 rm -f conftest.$ac_objext conftest$ac_exeext
7946 if { (ac_try="$ac_link"
7947 case "(($ac_try" in
7948   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7949   *) ac_try_echo=$ac_try;;
7950 esac
7951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7952 $as_echo "$ac_try_echo") >&5
7953   (eval "$ac_link") 2>conftest.er1
7954   ac_status=$?
7955   grep -v '^ *+' conftest.er1 >conftest.err
7956   rm -f conftest.er1
7957   cat conftest.err >&5
7958   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7959   (exit $ac_status); } && {
7960          test -z "$ac_c_werror_flag" ||
7961          test ! -s conftest.err
7962        } && test -s conftest$ac_exeext && {
7963          test "$cross_compiling" = yes ||
7964          $as_test_x conftest$ac_exeext
7965        }; then
7966   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7967 else
7968   $as_echo "$as_me: failed program was:" >&5
7969 sed 's/^/| /' conftest.$ac_ext >&5
7970
7971         ac_cv_cflags__fPIC__Wl___export_dynamic=no
7972 fi
7973
7974 rm -rf conftest.dSYM
7975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7976       conftest$ac_exeext conftest.$ac_ext
7977 CFLAGS=$ac_wine_try_cflags_saved
7978 fi
7979 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7980 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7981 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7982   LDEXECFLAGS="-Wl,--export-dynamic"
7983
7984 fi
7985
7986
7987       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7988 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7989 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7990 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7991   $as_echo_n "(cached) " >&6
7992 else
7993   ac_wine_try_cflags_saved=$CFLAGS
7994 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7995 cat >conftest.$ac_ext <<_ACEOF
7996 /* confdefs.h.  */
7997 _ACEOF
7998 cat confdefs.h >>conftest.$ac_ext
7999 cat >>conftest.$ac_ext <<_ACEOF
8000 /* end confdefs.h.  */
8001
8002 int
8003 main ()
8004 {
8005
8006   ;
8007   return 0;
8008 }
8009 _ACEOF
8010 rm -f conftest.$ac_objext conftest$ac_exeext
8011 if { (ac_try="$ac_link"
8012 case "(($ac_try" in
8013   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8014   *) ac_try_echo=$ac_try;;
8015 esac
8016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8017 $as_echo "$ac_try_echo") >&5
8018   (eval "$ac_link") 2>conftest.er1
8019   ac_status=$?
8020   grep -v '^ *+' conftest.er1 >conftest.err
8021   rm -f conftest.er1
8022   cat conftest.err >&5
8023   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8024   (exit $ac_status); } && {
8025          test -z "$ac_c_werror_flag" ||
8026          test ! -s conftest.err
8027        } && test -s conftest$ac_exeext && {
8028          test "$cross_compiling" = yes ||
8029          $as_test_x conftest$ac_exeext
8030        }; then
8031   eval "$as_ac_var=yes"
8032 else
8033   $as_echo "$as_me: failed program was:" >&5
8034 sed 's/^/| /' conftest.$ac_ext >&5
8035
8036         eval "$as_ac_var=no"
8037 fi
8038
8039 rm -rf conftest.dSYM
8040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8041       conftest$ac_exeext conftest.$ac_ext
8042 CFLAGS=$ac_wine_try_cflags_saved
8043 fi
8044 ac_res=`eval 'as_val=${'$as_ac_var'}
8045                  $as_echo "$as_val"'`
8046                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8047 $as_echo "$ac_res" >&6; }
8048 if test `eval 'as_val=${'$as_ac_var'}
8049                  $as_echo "$as_val"'` = yes; then
8050   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8051                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8052 else
8053   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8054 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8055 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8056 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8057   $as_echo_n "(cached) " >&6
8058 else
8059   ac_wine_try_cflags_saved=$CFLAGS
8060 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8061 cat >conftest.$ac_ext <<_ACEOF
8062 /* confdefs.h.  */
8063 _ACEOF
8064 cat confdefs.h >>conftest.$ac_ext
8065 cat >>conftest.$ac_ext <<_ACEOF
8066 /* end confdefs.h.  */
8067
8068 int
8069 main ()
8070 {
8071
8072   ;
8073   return 0;
8074 }
8075 _ACEOF
8076 rm -f conftest.$ac_objext conftest$ac_exeext
8077 if { (ac_try="$ac_link"
8078 case "(($ac_try" in
8079   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8080   *) ac_try_echo=$ac_try;;
8081 esac
8082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8083 $as_echo "$ac_try_echo") >&5
8084   (eval "$ac_link") 2>conftest.er1
8085   ac_status=$?
8086   grep -v '^ *+' conftest.er1 >conftest.err
8087   rm -f conftest.er1
8088   cat conftest.err >&5
8089   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8090   (exit $ac_status); } && {
8091          test -z "$ac_c_werror_flag" ||
8092          test ! -s conftest.err
8093        } && test -s conftest$ac_exeext && {
8094          test "$cross_compiling" = yes ||
8095          $as_test_x conftest$ac_exeext
8096        }; then
8097   eval "$as_ac_var=yes"
8098 else
8099   $as_echo "$as_me: failed program was:" >&5
8100 sed 's/^/| /' conftest.$ac_ext >&5
8101
8102         eval "$as_ac_var=no"
8103 fi
8104
8105 rm -rf conftest.dSYM
8106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8107       conftest$ac_exeext conftest.$ac_ext
8108 CFLAGS=$ac_wine_try_cflags_saved
8109 fi
8110 ac_res=`eval 'as_val=${'$as_ac_var'}
8111                  $as_echo "$as_val"'`
8112                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8113 $as_echo "$ac_res" >&6; }
8114 if test `eval 'as_val=${'$as_ac_var'}
8115                  $as_echo "$as_val"'` = yes; then
8116   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8117                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8118 fi
8119
8120 fi
8121
8122
8123       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8124 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8125 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8126   $as_echo_n "(cached) " >&6
8127 else
8128   ac_wine_try_cflags_saved=$CFLAGS
8129 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8130 cat >conftest.$ac_ext <<_ACEOF
8131 /* confdefs.h.  */
8132 _ACEOF
8133 cat confdefs.h >>conftest.$ac_ext
8134 cat >>conftest.$ac_ext <<_ACEOF
8135 /* end confdefs.h.  */
8136
8137 int
8138 main ()
8139 {
8140
8141   ;
8142   return 0;
8143 }
8144 _ACEOF
8145 rm -f conftest.$ac_objext conftest$ac_exeext
8146 if { (ac_try="$ac_link"
8147 case "(($ac_try" in
8148   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8149   *) ac_try_echo=$ac_try;;
8150 esac
8151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8152 $as_echo "$ac_try_echo") >&5
8153   (eval "$ac_link") 2>conftest.er1
8154   ac_status=$?
8155   grep -v '^ *+' conftest.er1 >conftest.err
8156   rm -f conftest.er1
8157   cat conftest.err >&5
8158   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8159   (exit $ac_status); } && {
8160          test -z "$ac_c_werror_flag" ||
8161          test ! -s conftest.err
8162        } && test -s conftest$ac_exeext && {
8163          test "$cross_compiling" = yes ||
8164          $as_test_x conftest$ac_exeext
8165        }; then
8166   ac_cv_cflags__Wl___enable_new_dtags=yes
8167 else
8168   $as_echo "$as_me: failed program was:" >&5
8169 sed 's/^/| /' conftest.$ac_ext >&5
8170
8171         ac_cv_cflags__Wl___enable_new_dtags=no
8172 fi
8173
8174 rm -rf conftest.dSYM
8175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8176       conftest$ac_exeext conftest.$ac_ext
8177 CFLAGS=$ac_wine_try_cflags_saved
8178 fi
8179 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8180 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8181 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8182   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8183 fi
8184
8185
8186       case $host_cpu in
8187         *i[3456789]86* | x86_64)
8188           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8189 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8190 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8191   $as_echo_n "(cached) " >&6
8192 else
8193   ac_wine_try_cflags_saved=$CFLAGS
8194 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8195 cat >conftest.$ac_ext <<_ACEOF
8196 /* confdefs.h.  */
8197 _ACEOF
8198 cat confdefs.h >>conftest.$ac_ext
8199 cat >>conftest.$ac_ext <<_ACEOF
8200 /* end confdefs.h.  */
8201
8202 int
8203 main ()
8204 {
8205
8206   ;
8207   return 0;
8208 }
8209 _ACEOF
8210 rm -f conftest.$ac_objext conftest$ac_exeext
8211 if { (ac_try="$ac_link"
8212 case "(($ac_try" in
8213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8214   *) ac_try_echo=$ac_try;;
8215 esac
8216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8217 $as_echo "$ac_try_echo") >&5
8218   (eval "$ac_link") 2>conftest.er1
8219   ac_status=$?
8220   grep -v '^ *+' conftest.er1 >conftest.err
8221   rm -f conftest.er1
8222   cat conftest.err >&5
8223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8224   (exit $ac_status); } && {
8225          test -z "$ac_c_werror_flag" ||
8226          test ! -s conftest.err
8227        } && test -s conftest$ac_exeext && {
8228          test "$cross_compiling" = yes ||
8229          $as_test_x conftest$ac_exeext
8230        }; then
8231   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8232 else
8233   $as_echo "$as_me: failed program was:" >&5
8234 sed 's/^/| /' conftest.$ac_ext >&5
8235
8236         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8237 fi
8238
8239 rm -rf conftest.dSYM
8240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8241       conftest$ac_exeext conftest.$ac_ext
8242 CFLAGS=$ac_wine_try_cflags_saved
8243 fi
8244 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8245 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8246 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8247   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8248 fi
8249
8250           ;;
8251       esac
8252
8253     else
8254       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8255 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8256 if test "${ac_cv_c_dll_unixware+set}" = set; then
8257   $as_echo_n "(cached) " >&6
8258 else
8259   ac_wine_try_cflags_saved=$CFLAGS
8260 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8261 cat >conftest.$ac_ext <<_ACEOF
8262 void myfunc() {}
8263 _ACEOF
8264 rm -f conftest.$ac_objext conftest$ac_exeext
8265 if { (ac_try="$ac_link"
8266 case "(($ac_try" in
8267   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8268   *) ac_try_echo=$ac_try;;
8269 esac
8270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8271 $as_echo "$ac_try_echo") >&5
8272   (eval "$ac_link") 2>conftest.er1
8273   ac_status=$?
8274   grep -v '^ *+' conftest.er1 >conftest.err
8275   rm -f conftest.er1
8276   cat conftest.err >&5
8277   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8278   (exit $ac_status); } && {
8279          test -z "$ac_c_werror_flag" ||
8280          test ! -s conftest.err
8281        } && test -s conftest$ac_exeext && {
8282          test "$cross_compiling" = yes ||
8283          $as_test_x conftest$ac_exeext
8284        }; then
8285   ac_cv_c_dll_unixware="yes"
8286 else
8287   $as_echo "$as_me: failed program was:" >&5
8288 sed 's/^/| /' conftest.$ac_ext >&5
8289
8290         ac_cv_c_dll_unixware="no"
8291 fi
8292
8293 rm -rf conftest.dSYM
8294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8295       conftest$ac_exeext conftest.$ac_ext
8296 CFLAGS=$ac_wine_try_cflags_saved
8297 fi
8298 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8299 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8300       if test "$ac_cv_c_dll_unixware" = "yes"
8301       then
8302         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8303         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8304
8305       else
8306         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8307 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8308 if test "${ac_cv_c_dll_hpux+set}" = set; then
8309   $as_echo_n "(cached) " >&6
8310 else
8311   ac_wine_try_cflags_saved=$CFLAGS
8312 CFLAGS="$CFLAGS -shared"
8313 cat >conftest.$ac_ext <<_ACEOF
8314 void myfunc() {}
8315 _ACEOF
8316 rm -f conftest.$ac_objext conftest$ac_exeext
8317 if { (ac_try="$ac_link"
8318 case "(($ac_try" in
8319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8320   *) ac_try_echo=$ac_try;;
8321 esac
8322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8323 $as_echo "$ac_try_echo") >&5
8324   (eval "$ac_link") 2>conftest.er1
8325   ac_status=$?
8326   grep -v '^ *+' conftest.er1 >conftest.err
8327   rm -f conftest.er1
8328   cat conftest.err >&5
8329   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8330   (exit $ac_status); } && {
8331          test -z "$ac_c_werror_flag" ||
8332          test ! -s conftest.err
8333        } && test -s conftest$ac_exeext && {
8334          test "$cross_compiling" = yes ||
8335          $as_test_x conftest$ac_exeext
8336        }; then
8337   ac_cv_c_dll_hpux="yes"
8338 else
8339   $as_echo "$as_me: failed program was:" >&5
8340 sed 's/^/| /' conftest.$ac_ext >&5
8341
8342         ac_cv_c_dll_hpux="no"
8343 fi
8344
8345 rm -rf conftest.dSYM
8346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8347       conftest$ac_exeext conftest.$ac_ext
8348 CFLAGS=$ac_wine_try_cflags_saved
8349 fi
8350 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8351 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8352         if test "$ac_cv_c_dll_hpux" = "yes"
8353         then
8354           LIBEXT="sl"
8355           DLLEXT=".sl"
8356           LDDLLFLAGS="-shared -fPIC"
8357           LDSHARED="\$(CC) -shared"
8358         fi
8359       fi
8360     fi
8361     ;;
8362 esac
8363
8364 enable_winequartz_drv=${enable_winequartz_drv:-no}
8365
8366 if test "$LIBEXT" = "a"; then
8367   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8368 It is currently not possible to build Wine without shared library
8369 (.so) support to allow transparent switch between .so and .dll files.
8370 If you are using Linux, you will need a newer binutils.
8371 " >&5
8372 $as_echo "$as_me: error: could not find a way to build shared libraries.
8373 It is currently not possible to build Wine without shared library
8374 (.so) support to allow transparent switch between .so and .dll files.
8375 If you are using Linux, you will need a newer binutils.
8376 " >&2;}
8377    { (exit 1); exit 1; }; }
8378 fi
8379
8380 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8381 then
8382     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
8383 do
8384   # Extract the first word of "$ac_prog", so it can be a program name with args.
8385 set dummy $ac_prog; ac_word=$2
8386 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8387 $as_echo_n "checking for $ac_word... " >&6; }
8388 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8389   $as_echo_n "(cached) " >&6
8390 else
8391   if test -n "$CROSSCC"; then
8392   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8393 else
8394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8395 for as_dir in $PATH
8396 do
8397   IFS=$as_save_IFS
8398   test -z "$as_dir" && as_dir=.
8399   for ac_exec_ext in '' $ac_executable_extensions; do
8400   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8401     ac_cv_prog_CROSSCC="$ac_prog"
8402     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8403     break 2
8404   fi
8405 done
8406 done
8407 IFS=$as_save_IFS
8408
8409 fi
8410 fi
8411 CROSSCC=$ac_cv_prog_CROSSCC
8412 if test -n "$CROSSCC"; then
8413   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8414 $as_echo "$CROSSCC" >&6; }
8415 else
8416   { $as_echo "$as_me:$LINENO: result: no" >&5
8417 $as_echo "no" >&6; }
8418 fi
8419
8420
8421   test -n "$CROSSCC" && break
8422 done
8423 test -n "$CROSSCC" || CROSSCC="false"
8424
8425     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
8426 do
8427   # Extract the first word of "$ac_prog", so it can be a program name with args.
8428 set dummy $ac_prog; ac_word=$2
8429 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8430 $as_echo_n "checking for $ac_word... " >&6; }
8431 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8432   $as_echo_n "(cached) " >&6
8433 else
8434   if test -n "$DLLTOOL"; then
8435   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8436 else
8437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8438 for as_dir in $PATH
8439 do
8440   IFS=$as_save_IFS
8441   test -z "$as_dir" && as_dir=.
8442   for ac_exec_ext in '' $ac_executable_extensions; do
8443   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8444     ac_cv_prog_DLLTOOL="$ac_prog"
8445     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8446     break 2
8447   fi
8448 done
8449 done
8450 IFS=$as_save_IFS
8451
8452 fi
8453 fi
8454 DLLTOOL=$ac_cv_prog_DLLTOOL
8455 if test -n "$DLLTOOL"; then
8456   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8457 $as_echo "$DLLTOOL" >&6; }
8458 else
8459   { $as_echo "$as_me:$LINENO: result: no" >&5
8460 $as_echo "no" >&6; }
8461 fi
8462
8463
8464   test -n "$DLLTOOL" && break
8465 done
8466 test -n "$DLLTOOL" || DLLTOOL="false"
8467
8468     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
8469 do
8470   # Extract the first word of "$ac_prog", so it can be a program name with args.
8471 set dummy $ac_prog; ac_word=$2
8472 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8473 $as_echo_n "checking for $ac_word... " >&6; }
8474 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8475   $as_echo_n "(cached) " >&6
8476 else
8477   if test -n "$CROSSWINDRES"; then
8478   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8479 else
8480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8481 for as_dir in $PATH
8482 do
8483   IFS=$as_save_IFS
8484   test -z "$as_dir" && as_dir=.
8485   for ac_exec_ext in '' $ac_executable_extensions; do
8486   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8487     ac_cv_prog_CROSSWINDRES="$ac_prog"
8488     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8489     break 2
8490   fi
8491 done
8492 done
8493 IFS=$as_save_IFS
8494
8495 fi
8496 fi
8497 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8498 if test -n "$CROSSWINDRES"; then
8499   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8500 $as_echo "$CROSSWINDRES" >&6; }
8501 else
8502   { $as_echo "$as_me:$LINENO: result: no" >&5
8503 $as_echo "no" >&6; }
8504 fi
8505
8506
8507   test -n "$CROSSWINDRES" && break
8508 done
8509 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8510
8511     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
8512 do
8513   # Extract the first word of "$ac_prog", so it can be a program name with args.
8514 set dummy $ac_prog; ac_word=$2
8515 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8516 $as_echo_n "checking for $ac_word... " >&6; }
8517 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8518   $as_echo_n "(cached) " >&6
8519 else
8520   if test -n "$MINGWAR"; then
8521   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8522 else
8523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8524 for as_dir in $PATH
8525 do
8526   IFS=$as_save_IFS
8527   test -z "$as_dir" && as_dir=.
8528   for ac_exec_ext in '' $ac_executable_extensions; do
8529   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8530     ac_cv_prog_MINGWAR="$ac_prog"
8531     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8532     break 2
8533   fi
8534 done
8535 done
8536 IFS=$as_save_IFS
8537
8538 fi
8539 fi
8540 MINGWAR=$ac_cv_prog_MINGWAR
8541 if test -n "$MINGWAR"; then
8542   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8543 $as_echo "$MINGWAR" >&6; }
8544 else
8545   { $as_echo "$as_me:$LINENO: result: no" >&5
8546 $as_echo "no" >&6; }
8547 fi
8548
8549
8550   test -n "$MINGWAR" && break
8551 done
8552 test -n "$MINGWAR" || MINGWAR="false"
8553
8554     if test "$CROSSCC" != "false"
8555     then
8556         CROSSTEST="\$(CROSSTEST)"
8557
8558     fi
8559 fi
8560
8561
8562 if test "$ac_cv_header_pthread_h" = "yes"
8563 then
8564     { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8565 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8566 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8567   $as_echo_n "(cached) " >&6
8568 else
8569   ac_check_lib_save_LIBS=$LIBS
8570 LIBS="-lpthread  $LIBS"
8571 cat >conftest.$ac_ext <<_ACEOF
8572 /* confdefs.h.  */
8573 _ACEOF
8574 cat confdefs.h >>conftest.$ac_ext
8575 cat >>conftest.$ac_ext <<_ACEOF
8576 /* end confdefs.h.  */
8577
8578 /* Override any GCC internal prototype to avoid an error.
8579    Use char because int might match the return type of a GCC
8580    builtin and then its argument prototype would still apply.  */
8581 #ifdef __cplusplus
8582 extern "C"
8583 #endif
8584 char pthread_create ();
8585 int
8586 main ()
8587 {
8588 return pthread_create ();
8589   ;
8590   return 0;
8591 }
8592 _ACEOF
8593 rm -f conftest.$ac_objext conftest$ac_exeext
8594 if { (ac_try="$ac_link"
8595 case "(($ac_try" in
8596   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8597   *) ac_try_echo=$ac_try;;
8598 esac
8599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8600 $as_echo "$ac_try_echo") >&5
8601   (eval "$ac_link") 2>conftest.er1
8602   ac_status=$?
8603   grep -v '^ *+' conftest.er1 >conftest.err
8604   rm -f conftest.er1
8605   cat conftest.err >&5
8606   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8607   (exit $ac_status); } && {
8608          test -z "$ac_c_werror_flag" ||
8609          test ! -s conftest.err
8610        } && test -s conftest$ac_exeext && {
8611          test "$cross_compiling" = yes ||
8612          $as_test_x conftest$ac_exeext
8613        }; then
8614   ac_cv_lib_pthread_pthread_create=yes
8615 else
8616   $as_echo "$as_me: failed program was:" >&5
8617 sed 's/^/| /' conftest.$ac_ext >&5
8618
8619         ac_cv_lib_pthread_pthread_create=no
8620 fi
8621
8622 rm -rf conftest.dSYM
8623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8624       conftest$ac_exeext conftest.$ac_ext
8625 LIBS=$ac_check_lib_save_LIBS
8626 fi
8627 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8628 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8629 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8630   LIBPTHREAD="-lpthread"
8631
8632 fi
8633
8634 fi
8635 if test "x$LIBPTHREAD" = "x"; then
8636   case "x$with_pthread" in
8637   xno) ;;
8638   *)   { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8639 Wine cannot support threads without libpthread.
8640 Use the --without-pthread option if you really want this." >&5
8641 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8642 Wine cannot support threads without libpthread.
8643 Use the --without-pthread option if you really want this." >&2;}
8644    { (exit 1); exit 1; }; } ;;
8645 esac
8646 fi
8647
8648
8649
8650 { $as_echo "$as_me:$LINENO: checking for X" >&5
8651 $as_echo_n "checking for X... " >&6; }
8652
8653
8654 # Check whether --with-x was given.
8655 if test "${with_x+set}" = set; then
8656   withval=$with_x;
8657 fi
8658
8659 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8660 if test "x$with_x" = xno; then
8661   # The user explicitly disabled X.
8662   have_x=disabled
8663 else
8664   case $x_includes,$x_libraries in #(
8665     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8666 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8667    { (exit 1); exit 1; }; };; #(
8668     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8669   $as_echo_n "(cached) " >&6
8670 else
8671   # One or both of the vars are not set, and there is no cached value.
8672 ac_x_includes=no ac_x_libraries=no
8673 rm -f -r conftest.dir
8674 if mkdir conftest.dir; then
8675   cd conftest.dir
8676   cat >Imakefile <<'_ACEOF'
8677 incroot:
8678         @echo incroot='${INCROOT}'
8679 usrlibdir:
8680         @echo usrlibdir='${USRLIBDIR}'
8681 libdir:
8682         @echo libdir='${LIBDIR}'
8683 _ACEOF
8684   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8685     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8686     for ac_var in incroot usrlibdir libdir; do
8687       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8688     done
8689     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8690     for ac_extension in a so sl dylib la dll; do
8691       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8692          test -f "$ac_im_libdir/libX11.$ac_extension"; then
8693         ac_im_usrlibdir=$ac_im_libdir; break
8694       fi
8695     done
8696     # Screen out bogus values from the imake configuration.  They are
8697     # bogus both because they are the default anyway, and because
8698     # using them would break gcc on systems where it needs fixed includes.
8699     case $ac_im_incroot in
8700         /usr/include) ac_x_includes= ;;
8701         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8702     esac
8703     case $ac_im_usrlibdir in
8704         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8705         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8706     esac
8707   fi
8708   cd ..
8709   rm -f -r conftest.dir
8710 fi
8711
8712 # Standard set of common directories for X headers.
8713 # Check X11 before X11Rn because it is often a symlink to the current release.
8714 ac_x_header_dirs='
8715 /usr/X11/include
8716 /usr/X11R6/include
8717 /usr/X11R5/include
8718 /usr/X11R4/include
8719
8720 /usr/include/X11
8721 /usr/include/X11R6
8722 /usr/include/X11R5
8723 /usr/include/X11R4
8724
8725 /usr/local/X11/include
8726 /usr/local/X11R6/include
8727 /usr/local/X11R5/include
8728 /usr/local/X11R4/include
8729
8730 /usr/local/include/X11
8731 /usr/local/include/X11R6
8732 /usr/local/include/X11R5
8733 /usr/local/include/X11R4
8734
8735 /usr/X386/include
8736 /usr/x386/include
8737 /usr/XFree86/include/X11
8738
8739 /usr/include
8740 /usr/local/include
8741 /usr/unsupported/include
8742 /usr/athena/include
8743 /usr/local/x11r5/include
8744 /usr/lpp/Xamples/include
8745
8746 /usr/openwin/include
8747 /usr/openwin/share/include'
8748
8749 if test "$ac_x_includes" = no; then
8750   # Guess where to find include files, by looking for Xlib.h.
8751   # First, try using that file with no special directory specified.
8752   cat >conftest.$ac_ext <<_ACEOF
8753 /* confdefs.h.  */
8754 _ACEOF
8755 cat confdefs.h >>conftest.$ac_ext
8756 cat >>conftest.$ac_ext <<_ACEOF
8757 /* end confdefs.h.  */
8758 #include <X11/Xlib.h>
8759 _ACEOF
8760 if { (ac_try="$ac_cpp conftest.$ac_ext"
8761 case "(($ac_try" in
8762   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8763   *) ac_try_echo=$ac_try;;
8764 esac
8765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8766 $as_echo "$ac_try_echo") >&5
8767   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8768   ac_status=$?
8769   grep -v '^ *+' conftest.er1 >conftest.err
8770   rm -f conftest.er1
8771   cat conftest.err >&5
8772   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8773   (exit $ac_status); } >/dev/null && {
8774          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8775          test ! -s conftest.err
8776        }; then
8777   # We can compile using X headers with no special include directory.
8778 ac_x_includes=
8779 else
8780   $as_echo "$as_me: failed program was:" >&5
8781 sed 's/^/| /' conftest.$ac_ext >&5
8782
8783   for ac_dir in $ac_x_header_dirs; do
8784   if test -r "$ac_dir/X11/Xlib.h"; then
8785     ac_x_includes=$ac_dir
8786     break
8787   fi
8788 done
8789 fi
8790
8791 rm -f conftest.err conftest.$ac_ext
8792 fi # $ac_x_includes = no
8793
8794 if test "$ac_x_libraries" = no; then
8795   # Check for the libraries.
8796   # See if we find them without any special options.
8797   # Don't add to $LIBS permanently.
8798   ac_save_LIBS=$LIBS
8799   LIBS="-lX11 $LIBS"
8800   cat >conftest.$ac_ext <<_ACEOF
8801 /* confdefs.h.  */
8802 _ACEOF
8803 cat confdefs.h >>conftest.$ac_ext
8804 cat >>conftest.$ac_ext <<_ACEOF
8805 /* end confdefs.h.  */
8806 #include <X11/Xlib.h>
8807 int
8808 main ()
8809 {
8810 XrmInitialize ()
8811   ;
8812   return 0;
8813 }
8814 _ACEOF
8815 rm -f conftest.$ac_objext conftest$ac_exeext
8816 if { (ac_try="$ac_link"
8817 case "(($ac_try" in
8818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8819   *) ac_try_echo=$ac_try;;
8820 esac
8821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8822 $as_echo "$ac_try_echo") >&5
8823   (eval "$ac_link") 2>conftest.er1
8824   ac_status=$?
8825   grep -v '^ *+' conftest.er1 >conftest.err
8826   rm -f conftest.er1
8827   cat conftest.err >&5
8828   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8829   (exit $ac_status); } && {
8830          test -z "$ac_c_werror_flag" ||
8831          test ! -s conftest.err
8832        } && test -s conftest$ac_exeext && {
8833          test "$cross_compiling" = yes ||
8834          $as_test_x conftest$ac_exeext
8835        }; then
8836   LIBS=$ac_save_LIBS
8837 # We can link X programs with no special library path.
8838 ac_x_libraries=
8839 else
8840   $as_echo "$as_me: failed program was:" >&5
8841 sed 's/^/| /' conftest.$ac_ext >&5
8842
8843         LIBS=$ac_save_LIBS
8844 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8845 do
8846   # Don't even attempt the hair of trying to link an X program!
8847   for ac_extension in a so sl dylib la dll; do
8848     if test -r "$ac_dir/libX11.$ac_extension"; then
8849       ac_x_libraries=$ac_dir
8850       break 2
8851     fi
8852   done
8853 done
8854 fi
8855
8856 rm -rf conftest.dSYM
8857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8858       conftest$ac_exeext conftest.$ac_ext
8859 fi # $ac_x_libraries = no
8860
8861 case $ac_x_includes,$ac_x_libraries in #(
8862   no,* | *,no | *\'*)
8863     # Didn't find X, or a directory has "'" in its name.
8864     ac_cv_have_x="have_x=no";; #(
8865   *)
8866     # Record where we found X for the cache.
8867     ac_cv_have_x="have_x=yes\
8868         ac_x_includes='$ac_x_includes'\
8869         ac_x_libraries='$ac_x_libraries'"
8870 esac
8871 fi
8872 ;; #(
8873     *) have_x=yes;;
8874   esac
8875   eval "$ac_cv_have_x"
8876 fi # $with_x != no
8877
8878 if test "$have_x" != yes; then
8879   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8880 $as_echo "$have_x" >&6; }
8881   no_x=yes
8882 else
8883   # If each of the values was on the command line, it overrides each guess.
8884   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8885   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8886   # Update the cache value to reflect the command line values.
8887   ac_cv_have_x="have_x=yes\
8888         ac_x_includes='$x_includes'\
8889         ac_x_libraries='$x_libraries'"
8890   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8891 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8892 fi
8893
8894 if test "$no_x" = yes; then
8895   # Not all programs may use this symbol, but it does not hurt to define it.
8896
8897 cat >>confdefs.h <<\_ACEOF
8898 #define X_DISPLAY_MISSING 1
8899 _ACEOF
8900
8901   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8902 else
8903   if test -n "$x_includes"; then
8904     X_CFLAGS="$X_CFLAGS -I$x_includes"
8905   fi
8906
8907   # It would also be nice to do this for all -L options, not just this one.
8908   if test -n "$x_libraries"; then
8909     X_LIBS="$X_LIBS -L$x_libraries"
8910     # For Solaris; some versions of Sun CC require a space after -R and
8911     # others require no space.  Words are not sufficient . . . .
8912     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8913 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8914     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8915     ac_xsave_c_werror_flag=$ac_c_werror_flag
8916     ac_c_werror_flag=yes
8917     cat >conftest.$ac_ext <<_ACEOF
8918 /* confdefs.h.  */
8919 _ACEOF
8920 cat confdefs.h >>conftest.$ac_ext
8921 cat >>conftest.$ac_ext <<_ACEOF
8922 /* end confdefs.h.  */
8923
8924 int
8925 main ()
8926 {
8927
8928   ;
8929   return 0;
8930 }
8931 _ACEOF
8932 rm -f conftest.$ac_objext conftest$ac_exeext
8933 if { (ac_try="$ac_link"
8934 case "(($ac_try" in
8935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8936   *) ac_try_echo=$ac_try;;
8937 esac
8938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8939 $as_echo "$ac_try_echo") >&5
8940   (eval "$ac_link") 2>conftest.er1
8941   ac_status=$?
8942   grep -v '^ *+' conftest.er1 >conftest.err
8943   rm -f conftest.er1
8944   cat conftest.err >&5
8945   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8946   (exit $ac_status); } && {
8947          test -z "$ac_c_werror_flag" ||
8948          test ! -s conftest.err
8949        } && test -s conftest$ac_exeext && {
8950          test "$cross_compiling" = yes ||
8951          $as_test_x conftest$ac_exeext
8952        }; then
8953   { $as_echo "$as_me:$LINENO: result: no" >&5
8954 $as_echo "no" >&6; }
8955        X_LIBS="$X_LIBS -R$x_libraries"
8956 else
8957   $as_echo "$as_me: failed program was:" >&5
8958 sed 's/^/| /' conftest.$ac_ext >&5
8959
8960         LIBS="$ac_xsave_LIBS -R $x_libraries"
8961        cat >conftest.$ac_ext <<_ACEOF
8962 /* confdefs.h.  */
8963 _ACEOF
8964 cat confdefs.h >>conftest.$ac_ext
8965 cat >>conftest.$ac_ext <<_ACEOF
8966 /* end confdefs.h.  */
8967
8968 int
8969 main ()
8970 {
8971
8972   ;
8973   return 0;
8974 }
8975 _ACEOF
8976 rm -f conftest.$ac_objext conftest$ac_exeext
8977 if { (ac_try="$ac_link"
8978 case "(($ac_try" in
8979   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8980   *) ac_try_echo=$ac_try;;
8981 esac
8982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8983 $as_echo "$ac_try_echo") >&5
8984   (eval "$ac_link") 2>conftest.er1
8985   ac_status=$?
8986   grep -v '^ *+' conftest.er1 >conftest.err
8987   rm -f conftest.er1
8988   cat conftest.err >&5
8989   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8990   (exit $ac_status); } && {
8991          test -z "$ac_c_werror_flag" ||
8992          test ! -s conftest.err
8993        } && test -s conftest$ac_exeext && {
8994          test "$cross_compiling" = yes ||
8995          $as_test_x conftest$ac_exeext
8996        }; then
8997   { $as_echo "$as_me:$LINENO: result: yes" >&5
8998 $as_echo "yes" >&6; }
8999           X_LIBS="$X_LIBS -R $x_libraries"
9000 else
9001   $as_echo "$as_me: failed program was:" >&5
9002 sed 's/^/| /' conftest.$ac_ext >&5
9003
9004         { $as_echo "$as_me:$LINENO: result: neither works" >&5
9005 $as_echo "neither works" >&6; }
9006 fi
9007
9008 rm -rf conftest.dSYM
9009 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9010       conftest$ac_exeext conftest.$ac_ext
9011 fi
9012
9013 rm -rf conftest.dSYM
9014 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9015       conftest$ac_exeext conftest.$ac_ext
9016     ac_c_werror_flag=$ac_xsave_c_werror_flag
9017     LIBS=$ac_xsave_LIBS
9018   fi
9019
9020   # Check for system-dependent libraries X programs must link with.
9021   # Do this before checking for the system-independent R6 libraries
9022   # (-lICE), since we may need -lsocket or whatever for X linking.
9023
9024   if test "$ISC" = yes; then
9025     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9026   else
9027     # Martyn Johnson says this is needed for Ultrix, if the X
9028     # libraries were built with DECnet support.  And Karl Berry says
9029     # the Alpha needs dnet_stub (dnet does not exist).
9030     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9031     cat >conftest.$ac_ext <<_ACEOF
9032 /* confdefs.h.  */
9033 _ACEOF
9034 cat confdefs.h >>conftest.$ac_ext
9035 cat >>conftest.$ac_ext <<_ACEOF
9036 /* end confdefs.h.  */
9037
9038 /* Override any GCC internal prototype to avoid an error.
9039    Use char because int might match the return type of a GCC
9040    builtin and then its argument prototype would still apply.  */
9041 #ifdef __cplusplus
9042 extern "C"
9043 #endif
9044 char XOpenDisplay ();
9045 int
9046 main ()
9047 {
9048 return XOpenDisplay ();
9049   ;
9050   return 0;
9051 }
9052 _ACEOF
9053 rm -f conftest.$ac_objext conftest$ac_exeext
9054 if { (ac_try="$ac_link"
9055 case "(($ac_try" in
9056   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9057   *) ac_try_echo=$ac_try;;
9058 esac
9059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9060 $as_echo "$ac_try_echo") >&5
9061   (eval "$ac_link") 2>conftest.er1
9062   ac_status=$?
9063   grep -v '^ *+' conftest.er1 >conftest.err
9064   rm -f conftest.er1
9065   cat conftest.err >&5
9066   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9067   (exit $ac_status); } && {
9068          test -z "$ac_c_werror_flag" ||
9069          test ! -s conftest.err
9070        } && test -s conftest$ac_exeext && {
9071          test "$cross_compiling" = yes ||
9072          $as_test_x conftest$ac_exeext
9073        }; then
9074   :
9075 else
9076   $as_echo "$as_me: failed program was:" >&5
9077 sed 's/^/| /' conftest.$ac_ext >&5
9078
9079         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9080 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9081 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9082   $as_echo_n "(cached) " >&6
9083 else
9084   ac_check_lib_save_LIBS=$LIBS
9085 LIBS="-ldnet  $LIBS"
9086 cat >conftest.$ac_ext <<_ACEOF
9087 /* confdefs.h.  */
9088 _ACEOF
9089 cat confdefs.h >>conftest.$ac_ext
9090 cat >>conftest.$ac_ext <<_ACEOF
9091 /* end confdefs.h.  */
9092
9093 /* Override any GCC internal prototype to avoid an error.
9094    Use char because int might match the return type of a GCC
9095    builtin and then its argument prototype would still apply.  */
9096 #ifdef __cplusplus
9097 extern "C"
9098 #endif
9099 char dnet_ntoa ();
9100 int
9101 main ()
9102 {
9103 return dnet_ntoa ();
9104   ;
9105   return 0;
9106 }
9107 _ACEOF
9108 rm -f conftest.$ac_objext conftest$ac_exeext
9109 if { (ac_try="$ac_link"
9110 case "(($ac_try" in
9111   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9112   *) ac_try_echo=$ac_try;;
9113 esac
9114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9115 $as_echo "$ac_try_echo") >&5
9116   (eval "$ac_link") 2>conftest.er1
9117   ac_status=$?
9118   grep -v '^ *+' conftest.er1 >conftest.err
9119   rm -f conftest.er1
9120   cat conftest.err >&5
9121   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9122   (exit $ac_status); } && {
9123          test -z "$ac_c_werror_flag" ||
9124          test ! -s conftest.err
9125        } && test -s conftest$ac_exeext && {
9126          test "$cross_compiling" = yes ||
9127          $as_test_x conftest$ac_exeext
9128        }; then
9129   ac_cv_lib_dnet_dnet_ntoa=yes
9130 else
9131   $as_echo "$as_me: failed program was:" >&5
9132 sed 's/^/| /' conftest.$ac_ext >&5
9133
9134         ac_cv_lib_dnet_dnet_ntoa=no
9135 fi
9136
9137 rm -rf conftest.dSYM
9138 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9139       conftest$ac_exeext conftest.$ac_ext
9140 LIBS=$ac_check_lib_save_LIBS
9141 fi
9142 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9143 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9144 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9145   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9146 fi
9147
9148     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9149       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9150 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9151 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9152   $as_echo_n "(cached) " >&6
9153 else
9154   ac_check_lib_save_LIBS=$LIBS
9155 LIBS="-ldnet_stub  $LIBS"
9156 cat >conftest.$ac_ext <<_ACEOF
9157 /* confdefs.h.  */
9158 _ACEOF
9159 cat confdefs.h >>conftest.$ac_ext
9160 cat >>conftest.$ac_ext <<_ACEOF
9161 /* end confdefs.h.  */
9162
9163 /* Override any GCC internal prototype to avoid an error.
9164    Use char because int might match the return type of a GCC
9165    builtin and then its argument prototype would still apply.  */
9166 #ifdef __cplusplus
9167 extern "C"
9168 #endif
9169 char dnet_ntoa ();
9170 int
9171 main ()
9172 {
9173 return dnet_ntoa ();
9174   ;
9175   return 0;
9176 }
9177 _ACEOF
9178 rm -f conftest.$ac_objext conftest$ac_exeext
9179 if { (ac_try="$ac_link"
9180 case "(($ac_try" in
9181   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9182   *) ac_try_echo=$ac_try;;
9183 esac
9184 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9185 $as_echo "$ac_try_echo") >&5
9186   (eval "$ac_link") 2>conftest.er1
9187   ac_status=$?
9188   grep -v '^ *+' conftest.er1 >conftest.err
9189   rm -f conftest.er1
9190   cat conftest.err >&5
9191   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9192   (exit $ac_status); } && {
9193          test -z "$ac_c_werror_flag" ||
9194          test ! -s conftest.err
9195        } && test -s conftest$ac_exeext && {
9196          test "$cross_compiling" = yes ||
9197          $as_test_x conftest$ac_exeext
9198        }; then
9199   ac_cv_lib_dnet_stub_dnet_ntoa=yes
9200 else
9201   $as_echo "$as_me: failed program was:" >&5
9202 sed 's/^/| /' conftest.$ac_ext >&5
9203
9204         ac_cv_lib_dnet_stub_dnet_ntoa=no
9205 fi
9206
9207 rm -rf conftest.dSYM
9208 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9209       conftest$ac_exeext conftest.$ac_ext
9210 LIBS=$ac_check_lib_save_LIBS
9211 fi
9212 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9213 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9214 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9215   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9216 fi
9217
9218     fi
9219 fi
9220
9221 rm -rf conftest.dSYM
9222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9223       conftest$ac_exeext conftest.$ac_ext
9224     LIBS="$ac_xsave_LIBS"
9225
9226     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9227     # to get the SysV transport functions.
9228     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9229     # needs -lnsl.
9230     # The nsl library prevents programs from opening the X display
9231     # on Irix 5.2, according to T.E. Dickey.
9232     # The functions gethostbyname, getservbyname, and inet_addr are
9233     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9234     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9235 $as_echo_n "checking for gethostbyname... " >&6; }
9236 if test "${ac_cv_func_gethostbyname+set}" = set; then
9237   $as_echo_n "(cached) " >&6
9238 else
9239   cat >conftest.$ac_ext <<_ACEOF
9240 /* confdefs.h.  */
9241 _ACEOF
9242 cat confdefs.h >>conftest.$ac_ext
9243 cat >>conftest.$ac_ext <<_ACEOF
9244 /* end confdefs.h.  */
9245 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9246    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9247 #define gethostbyname innocuous_gethostbyname
9248
9249 /* System header to define __stub macros and hopefully few prototypes,
9250     which can conflict with char gethostbyname (); below.
9251     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9252     <limits.h> exists even on freestanding compilers.  */
9253
9254 #ifdef __STDC__
9255 # include <limits.h>
9256 #else
9257 # include <assert.h>
9258 #endif
9259
9260 #undef gethostbyname
9261
9262 /* Override any GCC internal prototype to avoid an error.
9263    Use char because int might match the return type of a GCC
9264    builtin and then its argument prototype would still apply.  */
9265 #ifdef __cplusplus
9266 extern "C"
9267 #endif
9268 char gethostbyname ();
9269 /* The GNU C library defines this for functions which it implements
9270     to always fail with ENOSYS.  Some functions are actually named
9271     something starting with __ and the normal name is an alias.  */
9272 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9273 choke me
9274 #endif
9275
9276 int
9277 main ()
9278 {
9279 return gethostbyname ();
9280   ;
9281   return 0;
9282 }
9283 _ACEOF
9284 rm -f conftest.$ac_objext conftest$ac_exeext
9285 if { (ac_try="$ac_link"
9286 case "(($ac_try" in
9287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9288   *) ac_try_echo=$ac_try;;
9289 esac
9290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9291 $as_echo "$ac_try_echo") >&5
9292   (eval "$ac_link") 2>conftest.er1
9293   ac_status=$?
9294   grep -v '^ *+' conftest.er1 >conftest.err
9295   rm -f conftest.er1
9296   cat conftest.err >&5
9297   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9298   (exit $ac_status); } && {
9299          test -z "$ac_c_werror_flag" ||
9300          test ! -s conftest.err
9301        } && test -s conftest$ac_exeext && {
9302          test "$cross_compiling" = yes ||
9303          $as_test_x conftest$ac_exeext
9304        }; then
9305   ac_cv_func_gethostbyname=yes
9306 else
9307   $as_echo "$as_me: failed program was:" >&5
9308 sed 's/^/| /' conftest.$ac_ext >&5
9309
9310         ac_cv_func_gethostbyname=no
9311 fi
9312
9313 rm -rf conftest.dSYM
9314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9315       conftest$ac_exeext conftest.$ac_ext
9316 fi
9317 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9318 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9319
9320     if test $ac_cv_func_gethostbyname = no; then
9321       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9322 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9323 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9324   $as_echo_n "(cached) " >&6
9325 else
9326   ac_check_lib_save_LIBS=$LIBS
9327 LIBS="-lnsl  $LIBS"
9328 cat >conftest.$ac_ext <<_ACEOF
9329 /* confdefs.h.  */
9330 _ACEOF
9331 cat confdefs.h >>conftest.$ac_ext
9332 cat >>conftest.$ac_ext <<_ACEOF
9333 /* end confdefs.h.  */
9334
9335 /* Override any GCC internal prototype to avoid an error.
9336    Use char because int might match the return type of a GCC
9337    builtin and then its argument prototype would still apply.  */
9338 #ifdef __cplusplus
9339 extern "C"
9340 #endif
9341 char gethostbyname ();
9342 int
9343 main ()
9344 {
9345 return gethostbyname ();
9346   ;
9347   return 0;
9348 }
9349 _ACEOF
9350 rm -f conftest.$ac_objext conftest$ac_exeext
9351 if { (ac_try="$ac_link"
9352 case "(($ac_try" in
9353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9354   *) ac_try_echo=$ac_try;;
9355 esac
9356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9357 $as_echo "$ac_try_echo") >&5
9358   (eval "$ac_link") 2>conftest.er1
9359   ac_status=$?
9360   grep -v '^ *+' conftest.er1 >conftest.err
9361   rm -f conftest.er1
9362   cat conftest.err >&5
9363   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9364   (exit $ac_status); } && {
9365          test -z "$ac_c_werror_flag" ||
9366          test ! -s conftest.err
9367        } && test -s conftest$ac_exeext && {
9368          test "$cross_compiling" = yes ||
9369          $as_test_x conftest$ac_exeext
9370        }; then
9371   ac_cv_lib_nsl_gethostbyname=yes
9372 else
9373   $as_echo "$as_me: failed program was:" >&5
9374 sed 's/^/| /' conftest.$ac_ext >&5
9375
9376         ac_cv_lib_nsl_gethostbyname=no
9377 fi
9378
9379 rm -rf conftest.dSYM
9380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9381       conftest$ac_exeext conftest.$ac_ext
9382 LIBS=$ac_check_lib_save_LIBS
9383 fi
9384 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9385 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9386 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9387   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9388 fi
9389
9390       if test $ac_cv_lib_nsl_gethostbyname = no; then
9391         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9392 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9393 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9394   $as_echo_n "(cached) " >&6
9395 else
9396   ac_check_lib_save_LIBS=$LIBS
9397 LIBS="-lbsd  $LIBS"
9398 cat >conftest.$ac_ext <<_ACEOF
9399 /* confdefs.h.  */
9400 _ACEOF
9401 cat confdefs.h >>conftest.$ac_ext
9402 cat >>conftest.$ac_ext <<_ACEOF
9403 /* end confdefs.h.  */
9404
9405 /* Override any GCC internal prototype to avoid an error.
9406    Use char because int might match the return type of a GCC
9407    builtin and then its argument prototype would still apply.  */
9408 #ifdef __cplusplus
9409 extern "C"
9410 #endif
9411 char gethostbyname ();
9412 int
9413 main ()
9414 {
9415 return gethostbyname ();
9416   ;
9417   return 0;
9418 }
9419 _ACEOF
9420 rm -f conftest.$ac_objext conftest$ac_exeext
9421 if { (ac_try="$ac_link"
9422 case "(($ac_try" in
9423   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9424   *) ac_try_echo=$ac_try;;
9425 esac
9426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9427 $as_echo "$ac_try_echo") >&5
9428   (eval "$ac_link") 2>conftest.er1
9429   ac_status=$?
9430   grep -v '^ *+' conftest.er1 >conftest.err
9431   rm -f conftest.er1
9432   cat conftest.err >&5
9433   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9434   (exit $ac_status); } && {
9435          test -z "$ac_c_werror_flag" ||
9436          test ! -s conftest.err
9437        } && test -s conftest$ac_exeext && {
9438          test "$cross_compiling" = yes ||
9439          $as_test_x conftest$ac_exeext
9440        }; then
9441   ac_cv_lib_bsd_gethostbyname=yes
9442 else
9443   $as_echo "$as_me: failed program was:" >&5
9444 sed 's/^/| /' conftest.$ac_ext >&5
9445
9446         ac_cv_lib_bsd_gethostbyname=no
9447 fi
9448
9449 rm -rf conftest.dSYM
9450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9451       conftest$ac_exeext conftest.$ac_ext
9452 LIBS=$ac_check_lib_save_LIBS
9453 fi
9454 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9455 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9456 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9457   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9458 fi
9459
9460       fi
9461     fi
9462
9463     # lieder@skyler.mavd.honeywell.com says without -lsocket,
9464     # socket/setsockopt and other routines are undefined under SCO ODT
9465     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
9466     # on later versions), says Simon Leinen: it contains gethostby*
9467     # variants that don't use the name server (or something).  -lsocket
9468     # must be given before -lnsl if both are needed.  We assume that
9469     # if connect needs -lnsl, so does gethostbyname.
9470     { $as_echo "$as_me:$LINENO: checking for connect" >&5
9471 $as_echo_n "checking for connect... " >&6; }
9472 if test "${ac_cv_func_connect+set}" = set; then
9473   $as_echo_n "(cached) " >&6
9474 else
9475   cat >conftest.$ac_ext <<_ACEOF
9476 /* confdefs.h.  */
9477 _ACEOF
9478 cat confdefs.h >>conftest.$ac_ext
9479 cat >>conftest.$ac_ext <<_ACEOF
9480 /* end confdefs.h.  */
9481 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9482    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9483 #define connect innocuous_connect
9484
9485 /* System header to define __stub macros and hopefully few prototypes,
9486     which can conflict with char connect (); below.
9487     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9488     <limits.h> exists even on freestanding compilers.  */
9489
9490 #ifdef __STDC__
9491 # include <limits.h>
9492 #else
9493 # include <assert.h>
9494 #endif
9495
9496 #undef connect
9497
9498 /* Override any GCC internal prototype to avoid an error.
9499    Use char because int might match the return type of a GCC
9500    builtin and then its argument prototype would still apply.  */
9501 #ifdef __cplusplus
9502 extern "C"
9503 #endif
9504 char connect ();
9505 /* The GNU C library defines this for functions which it implements
9506     to always fail with ENOSYS.  Some functions are actually named
9507     something starting with __ and the normal name is an alias.  */
9508 #if defined __stub_connect || defined __stub___connect
9509 choke me
9510 #endif
9511
9512 int
9513 main ()
9514 {
9515 return connect ();
9516   ;
9517   return 0;
9518 }
9519 _ACEOF
9520 rm -f conftest.$ac_objext conftest$ac_exeext
9521 if { (ac_try="$ac_link"
9522 case "(($ac_try" in
9523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9524   *) ac_try_echo=$ac_try;;
9525 esac
9526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9527 $as_echo "$ac_try_echo") >&5
9528   (eval "$ac_link") 2>conftest.er1
9529   ac_status=$?
9530   grep -v '^ *+' conftest.er1 >conftest.err
9531   rm -f conftest.er1
9532   cat conftest.err >&5
9533   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9534   (exit $ac_status); } && {
9535          test -z "$ac_c_werror_flag" ||
9536          test ! -s conftest.err
9537        } && test -s conftest$ac_exeext && {
9538          test "$cross_compiling" = yes ||
9539          $as_test_x conftest$ac_exeext
9540        }; then
9541   ac_cv_func_connect=yes
9542 else
9543   $as_echo "$as_me: failed program was:" >&5
9544 sed 's/^/| /' conftest.$ac_ext >&5
9545
9546         ac_cv_func_connect=no
9547 fi
9548
9549 rm -rf conftest.dSYM
9550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9551       conftest$ac_exeext conftest.$ac_ext
9552 fi
9553 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9554 $as_echo "$ac_cv_func_connect" >&6; }
9555
9556     if test $ac_cv_func_connect = no; then
9557       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9558 $as_echo_n "checking for connect in -lsocket... " >&6; }
9559 if test "${ac_cv_lib_socket_connect+set}" = set; then
9560   $as_echo_n "(cached) " >&6
9561 else
9562   ac_check_lib_save_LIBS=$LIBS
9563 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9564 cat >conftest.$ac_ext <<_ACEOF
9565 /* confdefs.h.  */
9566 _ACEOF
9567 cat confdefs.h >>conftest.$ac_ext
9568 cat >>conftest.$ac_ext <<_ACEOF
9569 /* end confdefs.h.  */
9570
9571 /* Override any GCC internal prototype to avoid an error.
9572    Use char because int might match the return type of a GCC
9573    builtin and then its argument prototype would still apply.  */
9574 #ifdef __cplusplus
9575 extern "C"
9576 #endif
9577 char connect ();
9578 int
9579 main ()
9580 {
9581 return connect ();
9582   ;
9583   return 0;
9584 }
9585 _ACEOF
9586 rm -f conftest.$ac_objext conftest$ac_exeext
9587 if { (ac_try="$ac_link"
9588 case "(($ac_try" in
9589   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9590   *) ac_try_echo=$ac_try;;
9591 esac
9592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9593 $as_echo "$ac_try_echo") >&5
9594   (eval "$ac_link") 2>conftest.er1
9595   ac_status=$?
9596   grep -v '^ *+' conftest.er1 >conftest.err
9597   rm -f conftest.er1
9598   cat conftest.err >&5
9599   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9600   (exit $ac_status); } && {
9601          test -z "$ac_c_werror_flag" ||
9602          test ! -s conftest.err
9603        } && test -s conftest$ac_exeext && {
9604          test "$cross_compiling" = yes ||
9605          $as_test_x conftest$ac_exeext
9606        }; then
9607   ac_cv_lib_socket_connect=yes
9608 else
9609   $as_echo "$as_me: failed program was:" >&5
9610 sed 's/^/| /' conftest.$ac_ext >&5
9611
9612         ac_cv_lib_socket_connect=no
9613 fi
9614
9615 rm -rf conftest.dSYM
9616 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9617       conftest$ac_exeext conftest.$ac_ext
9618 LIBS=$ac_check_lib_save_LIBS
9619 fi
9620 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9621 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9622 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9623   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9624 fi
9625
9626     fi
9627
9628     # Guillermo Gomez says -lposix is necessary on A/UX.
9629     { $as_echo "$as_me:$LINENO: checking for remove" >&5
9630 $as_echo_n "checking for remove... " >&6; }
9631 if test "${ac_cv_func_remove+set}" = set; then
9632   $as_echo_n "(cached) " >&6
9633 else
9634   cat >conftest.$ac_ext <<_ACEOF
9635 /* confdefs.h.  */
9636 _ACEOF
9637 cat confdefs.h >>conftest.$ac_ext
9638 cat >>conftest.$ac_ext <<_ACEOF
9639 /* end confdefs.h.  */
9640 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9641    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9642 #define remove innocuous_remove
9643
9644 /* System header to define __stub macros and hopefully few prototypes,
9645     which can conflict with char remove (); below.
9646     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9647     <limits.h> exists even on freestanding compilers.  */
9648
9649 #ifdef __STDC__
9650 # include <limits.h>
9651 #else
9652 # include <assert.h>
9653 #endif
9654
9655 #undef remove
9656
9657 /* Override any GCC internal prototype to avoid an error.
9658    Use char because int might match the return type of a GCC
9659    builtin and then its argument prototype would still apply.  */
9660 #ifdef __cplusplus
9661 extern "C"
9662 #endif
9663 char remove ();
9664 /* The GNU C library defines this for functions which it implements
9665     to always fail with ENOSYS.  Some functions are actually named
9666     something starting with __ and the normal name is an alias.  */
9667 #if defined __stub_remove || defined __stub___remove
9668 choke me
9669 #endif
9670
9671 int
9672 main ()
9673 {
9674 return remove ();
9675   ;
9676   return 0;
9677 }
9678 _ACEOF
9679 rm -f conftest.$ac_objext conftest$ac_exeext
9680 if { (ac_try="$ac_link"
9681 case "(($ac_try" in
9682   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9683   *) ac_try_echo=$ac_try;;
9684 esac
9685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9686 $as_echo "$ac_try_echo") >&5
9687   (eval "$ac_link") 2>conftest.er1
9688   ac_status=$?
9689   grep -v '^ *+' conftest.er1 >conftest.err
9690   rm -f conftest.er1
9691   cat conftest.err >&5
9692   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9693   (exit $ac_status); } && {
9694          test -z "$ac_c_werror_flag" ||
9695          test ! -s conftest.err
9696        } && test -s conftest$ac_exeext && {
9697          test "$cross_compiling" = yes ||
9698          $as_test_x conftest$ac_exeext
9699        }; then
9700   ac_cv_func_remove=yes
9701 else
9702   $as_echo "$as_me: failed program was:" >&5
9703 sed 's/^/| /' conftest.$ac_ext >&5
9704
9705         ac_cv_func_remove=no
9706 fi
9707
9708 rm -rf conftest.dSYM
9709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9710       conftest$ac_exeext conftest.$ac_ext
9711 fi
9712 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9713 $as_echo "$ac_cv_func_remove" >&6; }
9714
9715     if test $ac_cv_func_remove = no; then
9716       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9717 $as_echo_n "checking for remove in -lposix... " >&6; }
9718 if test "${ac_cv_lib_posix_remove+set}" = set; then
9719   $as_echo_n "(cached) " >&6
9720 else
9721   ac_check_lib_save_LIBS=$LIBS
9722 LIBS="-lposix  $LIBS"
9723 cat >conftest.$ac_ext <<_ACEOF
9724 /* confdefs.h.  */
9725 _ACEOF
9726 cat confdefs.h >>conftest.$ac_ext
9727 cat >>conftest.$ac_ext <<_ACEOF
9728 /* end confdefs.h.  */
9729
9730 /* Override any GCC internal prototype to avoid an error.
9731    Use char because int might match the return type of a GCC
9732    builtin and then its argument prototype would still apply.  */
9733 #ifdef __cplusplus
9734 extern "C"
9735 #endif
9736 char remove ();
9737 int
9738 main ()
9739 {
9740 return remove ();
9741   ;
9742   return 0;
9743 }
9744 _ACEOF
9745 rm -f conftest.$ac_objext conftest$ac_exeext
9746 if { (ac_try="$ac_link"
9747 case "(($ac_try" in
9748   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9749   *) ac_try_echo=$ac_try;;
9750 esac
9751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9752 $as_echo "$ac_try_echo") >&5
9753   (eval "$ac_link") 2>conftest.er1
9754   ac_status=$?
9755   grep -v '^ *+' conftest.er1 >conftest.err
9756   rm -f conftest.er1
9757   cat conftest.err >&5
9758   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9759   (exit $ac_status); } && {
9760          test -z "$ac_c_werror_flag" ||
9761          test ! -s conftest.err
9762        } && test -s conftest$ac_exeext && {
9763          test "$cross_compiling" = yes ||
9764          $as_test_x conftest$ac_exeext
9765        }; then
9766   ac_cv_lib_posix_remove=yes
9767 else
9768   $as_echo "$as_me: failed program was:" >&5
9769 sed 's/^/| /' conftest.$ac_ext >&5
9770
9771         ac_cv_lib_posix_remove=no
9772 fi
9773
9774 rm -rf conftest.dSYM
9775 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9776       conftest$ac_exeext conftest.$ac_ext
9777 LIBS=$ac_check_lib_save_LIBS
9778 fi
9779 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9780 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9781 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9782   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9783 fi
9784
9785     fi
9786
9787     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9788     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9789 $as_echo_n "checking for shmat... " >&6; }
9790 if test "${ac_cv_func_shmat+set}" = set; then
9791   $as_echo_n "(cached) " >&6
9792 else
9793   cat >conftest.$ac_ext <<_ACEOF
9794 /* confdefs.h.  */
9795 _ACEOF
9796 cat confdefs.h >>conftest.$ac_ext
9797 cat >>conftest.$ac_ext <<_ACEOF
9798 /* end confdefs.h.  */
9799 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9800    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9801 #define shmat innocuous_shmat
9802
9803 /* System header to define __stub macros and hopefully few prototypes,
9804     which can conflict with char shmat (); below.
9805     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9806     <limits.h> exists even on freestanding compilers.  */
9807
9808 #ifdef __STDC__
9809 # include <limits.h>
9810 #else
9811 # include <assert.h>
9812 #endif
9813
9814 #undef shmat
9815
9816 /* Override any GCC internal prototype to avoid an error.
9817    Use char because int might match the return type of a GCC
9818    builtin and then its argument prototype would still apply.  */
9819 #ifdef __cplusplus
9820 extern "C"
9821 #endif
9822 char shmat ();
9823 /* The GNU C library defines this for functions which it implements
9824     to always fail with ENOSYS.  Some functions are actually named
9825     something starting with __ and the normal name is an alias.  */
9826 #if defined __stub_shmat || defined __stub___shmat
9827 choke me
9828 #endif
9829
9830 int
9831 main ()
9832 {
9833 return shmat ();
9834   ;
9835   return 0;
9836 }
9837 _ACEOF
9838 rm -f conftest.$ac_objext conftest$ac_exeext
9839 if { (ac_try="$ac_link"
9840 case "(($ac_try" in
9841   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9842   *) ac_try_echo=$ac_try;;
9843 esac
9844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9845 $as_echo "$ac_try_echo") >&5
9846   (eval "$ac_link") 2>conftest.er1
9847   ac_status=$?
9848   grep -v '^ *+' conftest.er1 >conftest.err
9849   rm -f conftest.er1
9850   cat conftest.err >&5
9851   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9852   (exit $ac_status); } && {
9853          test -z "$ac_c_werror_flag" ||
9854          test ! -s conftest.err
9855        } && test -s conftest$ac_exeext && {
9856          test "$cross_compiling" = yes ||
9857          $as_test_x conftest$ac_exeext
9858        }; then
9859   ac_cv_func_shmat=yes
9860 else
9861   $as_echo "$as_me: failed program was:" >&5
9862 sed 's/^/| /' conftest.$ac_ext >&5
9863
9864         ac_cv_func_shmat=no
9865 fi
9866
9867 rm -rf conftest.dSYM
9868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9869       conftest$ac_exeext conftest.$ac_ext
9870 fi
9871 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9872 $as_echo "$ac_cv_func_shmat" >&6; }
9873
9874     if test $ac_cv_func_shmat = no; then
9875       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9876 $as_echo_n "checking for shmat in -lipc... " >&6; }
9877 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9878   $as_echo_n "(cached) " >&6
9879 else
9880   ac_check_lib_save_LIBS=$LIBS
9881 LIBS="-lipc  $LIBS"
9882 cat >conftest.$ac_ext <<_ACEOF
9883 /* confdefs.h.  */
9884 _ACEOF
9885 cat confdefs.h >>conftest.$ac_ext
9886 cat >>conftest.$ac_ext <<_ACEOF
9887 /* end confdefs.h.  */
9888
9889 /* Override any GCC internal prototype to avoid an error.
9890    Use char because int might match the return type of a GCC
9891    builtin and then its argument prototype would still apply.  */
9892 #ifdef __cplusplus
9893 extern "C"
9894 #endif
9895 char shmat ();
9896 int
9897 main ()
9898 {
9899 return shmat ();
9900   ;
9901   return 0;
9902 }
9903 _ACEOF
9904 rm -f conftest.$ac_objext conftest$ac_exeext
9905 if { (ac_try="$ac_link"
9906 case "(($ac_try" in
9907   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9908   *) ac_try_echo=$ac_try;;
9909 esac
9910 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9911 $as_echo "$ac_try_echo") >&5
9912   (eval "$ac_link") 2>conftest.er1
9913   ac_status=$?
9914   grep -v '^ *+' conftest.er1 >conftest.err
9915   rm -f conftest.er1
9916   cat conftest.err >&5
9917   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9918   (exit $ac_status); } && {
9919          test -z "$ac_c_werror_flag" ||
9920          test ! -s conftest.err
9921        } && test -s conftest$ac_exeext && {
9922          test "$cross_compiling" = yes ||
9923          $as_test_x conftest$ac_exeext
9924        }; then
9925   ac_cv_lib_ipc_shmat=yes
9926 else
9927   $as_echo "$as_me: failed program was:" >&5
9928 sed 's/^/| /' conftest.$ac_ext >&5
9929
9930         ac_cv_lib_ipc_shmat=no
9931 fi
9932
9933 rm -rf conftest.dSYM
9934 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9935       conftest$ac_exeext conftest.$ac_ext
9936 LIBS=$ac_check_lib_save_LIBS
9937 fi
9938 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9939 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9940 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9941   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9942 fi
9943
9944     fi
9945   fi
9946
9947   # Check for libraries that X11R6 Xt/Xaw programs need.
9948   ac_save_LDFLAGS=$LDFLAGS
9949   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9950   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9951   # check for ICE first), but we must link in the order -lSM -lICE or
9952   # we get undefined symbols.  So assume we have SM if we have ICE.
9953   # These have to be linked with before -lX11, unlike the other
9954   # libraries we check for below, so use a different variable.
9955   # John Interrante, Karl Berry
9956   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9957 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9958 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9959   $as_echo_n "(cached) " >&6
9960 else
9961   ac_check_lib_save_LIBS=$LIBS
9962 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9963 cat >conftest.$ac_ext <<_ACEOF
9964 /* confdefs.h.  */
9965 _ACEOF
9966 cat confdefs.h >>conftest.$ac_ext
9967 cat >>conftest.$ac_ext <<_ACEOF
9968 /* end confdefs.h.  */
9969
9970 /* Override any GCC internal prototype to avoid an error.
9971    Use char because int might match the return type of a GCC
9972    builtin and then its argument prototype would still apply.  */
9973 #ifdef __cplusplus
9974 extern "C"
9975 #endif
9976 char IceConnectionNumber ();
9977 int
9978 main ()
9979 {
9980 return IceConnectionNumber ();
9981   ;
9982   return 0;
9983 }
9984 _ACEOF
9985 rm -f conftest.$ac_objext conftest$ac_exeext
9986 if { (ac_try="$ac_link"
9987 case "(($ac_try" in
9988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9989   *) ac_try_echo=$ac_try;;
9990 esac
9991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9992 $as_echo "$ac_try_echo") >&5
9993   (eval "$ac_link") 2>conftest.er1
9994   ac_status=$?
9995   grep -v '^ *+' conftest.er1 >conftest.err
9996   rm -f conftest.er1
9997   cat conftest.err >&5
9998   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9999   (exit $ac_status); } && {
10000          test -z "$ac_c_werror_flag" ||
10001          test ! -s conftest.err
10002        } && test -s conftest$ac_exeext && {
10003          test "$cross_compiling" = yes ||
10004          $as_test_x conftest$ac_exeext
10005        }; then
10006   ac_cv_lib_ICE_IceConnectionNumber=yes
10007 else
10008   $as_echo "$as_me: failed program was:" >&5
10009 sed 's/^/| /' conftest.$ac_ext >&5
10010
10011         ac_cv_lib_ICE_IceConnectionNumber=no
10012 fi
10013
10014 rm -rf conftest.dSYM
10015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10016       conftest$ac_exeext conftest.$ac_ext
10017 LIBS=$ac_check_lib_save_LIBS
10018 fi
10019 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10020 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10021 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10022   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10023 fi
10024
10025   LDFLAGS=$ac_save_LDFLAGS
10026
10027 fi
10028
10029
10030 if test "$have_x" = "yes"
10031 then
10032     XLIB="-lXext -lX11"
10033     ac_save_CPPFLAGS="$CPPFLAGS"
10034     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10035
10036     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10037 $as_echo_n "checking for -lX11... " >&6; }
10038 if test "${ac_cv_lib_soname_X11+set}" = set; then
10039   $as_echo_n "(cached) " >&6
10040 else
10041   ac_check_soname_save_LIBS=$LIBS
10042 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10043   cat >conftest.$ac_ext <<_ACEOF
10044 /* confdefs.h.  */
10045 _ACEOF
10046 cat confdefs.h >>conftest.$ac_ext
10047 cat >>conftest.$ac_ext <<_ACEOF
10048 /* end confdefs.h.  */
10049
10050 /* Override any GCC internal prototype to avoid an error.
10051    Use char because int might match the return type of a GCC
10052    builtin and then its argument prototype would still apply.  */
10053 #ifdef __cplusplus
10054 extern "C"
10055 #endif
10056 char XCreateWindow ();
10057 int
10058 main ()
10059 {
10060 return XCreateWindow ();
10061   ;
10062   return 0;
10063 }
10064 _ACEOF
10065 rm -f conftest.$ac_objext conftest$ac_exeext
10066 if { (ac_try="$ac_link"
10067 case "(($ac_try" in
10068   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10069   *) ac_try_echo=$ac_try;;
10070 esac
10071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10072 $as_echo "$ac_try_echo") >&5
10073   (eval "$ac_link") 2>conftest.er1
10074   ac_status=$?
10075   grep -v '^ *+' conftest.er1 >conftest.err
10076   rm -f conftest.er1
10077   cat conftest.err >&5
10078   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10079   (exit $ac_status); } && {
10080          test -z "$ac_c_werror_flag" ||
10081          test ! -s conftest.err
10082        } && test -s conftest$ac_exeext && {
10083          test "$cross_compiling" = yes ||
10084          $as_test_x conftest$ac_exeext
10085        }; then
10086   case "$LIBEXT" in
10087     dll) ;;
10088     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'` ;;
10089     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10090   esac
10091 else
10092   $as_echo "$as_me: failed program was:" >&5
10093 sed 's/^/| /' conftest.$ac_ext >&5
10094
10095
10096 fi
10097
10098 rm -rf conftest.dSYM
10099 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10100       conftest$ac_exeext conftest.$ac_ext
10101   LIBS=$ac_check_soname_save_LIBS
10102 fi
10103 if test "x$ac_cv_lib_soname_X11" = "x"; then
10104   { $as_echo "$as_me:$LINENO: result: not found" >&5
10105 $as_echo "not found" >&6; }
10106
10107 else
10108   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10109 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10110
10111 cat >>confdefs.h <<_ACEOF
10112 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10113 _ACEOF
10114
10115
10116 fi
10117
10118     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10119 $as_echo_n "checking for -lXext... " >&6; }
10120 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10121   $as_echo_n "(cached) " >&6
10122 else
10123   ac_check_soname_save_LIBS=$LIBS
10124 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10125   cat >conftest.$ac_ext <<_ACEOF
10126 /* confdefs.h.  */
10127 _ACEOF
10128 cat confdefs.h >>conftest.$ac_ext
10129 cat >>conftest.$ac_ext <<_ACEOF
10130 /* end confdefs.h.  */
10131
10132 /* Override any GCC internal prototype to avoid an error.
10133    Use char because int might match the return type of a GCC
10134    builtin and then its argument prototype would still apply.  */
10135 #ifdef __cplusplus
10136 extern "C"
10137 #endif
10138 char XextCreateExtension ();
10139 int
10140 main ()
10141 {
10142 return XextCreateExtension ();
10143   ;
10144   return 0;
10145 }
10146 _ACEOF
10147 rm -f conftest.$ac_objext conftest$ac_exeext
10148 if { (ac_try="$ac_link"
10149 case "(($ac_try" in
10150   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10151   *) ac_try_echo=$ac_try;;
10152 esac
10153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10154 $as_echo "$ac_try_echo") >&5
10155   (eval "$ac_link") 2>conftest.er1
10156   ac_status=$?
10157   grep -v '^ *+' conftest.er1 >conftest.err
10158   rm -f conftest.er1
10159   cat conftest.err >&5
10160   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10161   (exit $ac_status); } && {
10162          test -z "$ac_c_werror_flag" ||
10163          test ! -s conftest.err
10164        } && test -s conftest$ac_exeext && {
10165          test "$cross_compiling" = yes ||
10166          $as_test_x conftest$ac_exeext
10167        }; then
10168   case "$LIBEXT" in
10169     dll) ;;
10170     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'` ;;
10171     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10172   esac
10173 else
10174   $as_echo "$as_me: failed program was:" >&5
10175 sed 's/^/| /' conftest.$ac_ext >&5
10176
10177
10178 fi
10179
10180 rm -rf conftest.dSYM
10181 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10182       conftest$ac_exeext conftest.$ac_ext
10183   LIBS=$ac_check_soname_save_LIBS
10184 fi
10185 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10186   { $as_echo "$as_me:$LINENO: result: not found" >&5
10187 $as_echo "not found" >&6; }
10188
10189 else
10190   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10191 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10192
10193 cat >>confdefs.h <<_ACEOF
10194 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10195 _ACEOF
10196
10197
10198 fi
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213 for ac_header in X11/Xlib.h \
10214                       X11/XKBlib.h \
10215                       X11/Xutil.h \
10216                       X11/Xcursor/Xcursor.h \
10217                       X11/extensions/shape.h \
10218                       X11/extensions/XInput.h \
10219                       X11/extensions/XShm.h \
10220                       X11/extensions/Xcomposite.h \
10221                       X11/extensions/Xinerama.h \
10222                       X11/extensions/Xrandr.h \
10223                       X11/extensions/Xrender.h \
10224                       X11/extensions/xf86vmode.h
10225 do
10226 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10227 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10228 $as_echo_n "checking for $ac_header... " >&6; }
10229 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10230   $as_echo_n "(cached) " >&6
10231 else
10232   cat >conftest.$ac_ext <<_ACEOF
10233 /* confdefs.h.  */
10234 _ACEOF
10235 cat confdefs.h >>conftest.$ac_ext
10236 cat >>conftest.$ac_ext <<_ACEOF
10237 /* end confdefs.h.  */
10238 #ifdef HAVE_X11_XLIB_H
10239 # include <X11/Xlib.h>
10240 #endif
10241 #ifdef HAVE_X11_XUTIL_H
10242 # include <X11/Xutil.h>
10243 #endif
10244
10245 #include <$ac_header>
10246 _ACEOF
10247 rm -f conftest.$ac_objext
10248 if { (ac_try="$ac_compile"
10249 case "(($ac_try" in
10250   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10251   *) ac_try_echo=$ac_try;;
10252 esac
10253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10254 $as_echo "$ac_try_echo") >&5
10255   (eval "$ac_compile") 2>conftest.er1
10256   ac_status=$?
10257   grep -v '^ *+' conftest.er1 >conftest.err
10258   rm -f conftest.er1
10259   cat conftest.err >&5
10260   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10261   (exit $ac_status); } && {
10262          test -z "$ac_c_werror_flag" ||
10263          test ! -s conftest.err
10264        } && test -s conftest.$ac_objext; then
10265   eval "$as_ac_Header=yes"
10266 else
10267   $as_echo "$as_me: failed program was:" >&5
10268 sed 's/^/| /' conftest.$ac_ext >&5
10269
10270         eval "$as_ac_Header=no"
10271 fi
10272
10273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10274 fi
10275 ac_res=`eval 'as_val=${'$as_ac_Header'}
10276                  $as_echo "$as_val"'`
10277                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10278 $as_echo "$ac_res" >&6; }
10279 as_val=`eval 'as_val=${'$as_ac_Header'}
10280                  $as_echo "$as_val"'`
10281    if test "x$as_val" = x""yes; then
10282   cat >>confdefs.h <<_ACEOF
10283 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10284 _ACEOF
10285
10286 fi
10287
10288 done
10289
10290
10291                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10292         then
10293               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10294 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10295 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10296   $as_echo_n "(cached) " >&6
10297 else
10298   ac_check_lib_save_LIBS=$LIBS
10299 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10300 cat >conftest.$ac_ext <<_ACEOF
10301 /* confdefs.h.  */
10302 _ACEOF
10303 cat confdefs.h >>conftest.$ac_ext
10304 cat >>conftest.$ac_ext <<_ACEOF
10305 /* end confdefs.h.  */
10306
10307 /* Override any GCC internal prototype to avoid an error.
10308    Use char because int might match the return type of a GCC
10309    builtin and then its argument prototype would still apply.  */
10310 #ifdef __cplusplus
10311 extern "C"
10312 #endif
10313 char XkbQueryExtension ();
10314 int
10315 main ()
10316 {
10317 return XkbQueryExtension ();
10318   ;
10319   return 0;
10320 }
10321 _ACEOF
10322 rm -f conftest.$ac_objext conftest$ac_exeext
10323 if { (ac_try="$ac_link"
10324 case "(($ac_try" in
10325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10326   *) ac_try_echo=$ac_try;;
10327 esac
10328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10329 $as_echo "$ac_try_echo") >&5
10330   (eval "$ac_link") 2>conftest.er1
10331   ac_status=$?
10332   grep -v '^ *+' conftest.er1 >conftest.err
10333   rm -f conftest.er1
10334   cat conftest.err >&5
10335   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10336   (exit $ac_status); } && {
10337          test -z "$ac_c_werror_flag" ||
10338          test ! -s conftest.err
10339        } && test -s conftest$ac_exeext && {
10340          test "$cross_compiling" = yes ||
10341          $as_test_x conftest$ac_exeext
10342        }; then
10343   ac_cv_lib_X11_XkbQueryExtension=yes
10344 else
10345   $as_echo "$as_me: failed program was:" >&5
10346 sed 's/^/| /' conftest.$ac_ext >&5
10347
10348         ac_cv_lib_X11_XkbQueryExtension=no
10349 fi
10350
10351 rm -rf conftest.dSYM
10352 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10353       conftest$ac_exeext conftest.$ac_ext
10354 LIBS=$ac_check_lib_save_LIBS
10355 fi
10356 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10357 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10358 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10359
10360 cat >>confdefs.h <<\_ACEOF
10361 #define HAVE_XKB 1
10362 _ACEOF
10363
10364 fi
10365
10366         fi
10367
10368                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10369         then
10370             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10371 $as_echo_n "checking for -lXcursor... " >&6; }
10372 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10373   $as_echo_n "(cached) " >&6
10374 else
10375   ac_check_soname_save_LIBS=$LIBS
10376 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10377   cat >conftest.$ac_ext <<_ACEOF
10378 /* confdefs.h.  */
10379 _ACEOF
10380 cat confdefs.h >>conftest.$ac_ext
10381 cat >>conftest.$ac_ext <<_ACEOF
10382 /* end confdefs.h.  */
10383
10384 /* Override any GCC internal prototype to avoid an error.
10385    Use char because int might match the return type of a GCC
10386    builtin and then its argument prototype would still apply.  */
10387 #ifdef __cplusplus
10388 extern "C"
10389 #endif
10390 char XcursorImageLoadCursor ();
10391 int
10392 main ()
10393 {
10394 return XcursorImageLoadCursor ();
10395   ;
10396   return 0;
10397 }
10398 _ACEOF
10399 rm -f conftest.$ac_objext conftest$ac_exeext
10400 if { (ac_try="$ac_link"
10401 case "(($ac_try" in
10402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10403   *) ac_try_echo=$ac_try;;
10404 esac
10405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10406 $as_echo "$ac_try_echo") >&5
10407   (eval "$ac_link") 2>conftest.er1
10408   ac_status=$?
10409   grep -v '^ *+' conftest.er1 >conftest.err
10410   rm -f conftest.er1
10411   cat conftest.err >&5
10412   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10413   (exit $ac_status); } && {
10414          test -z "$ac_c_werror_flag" ||
10415          test ! -s conftest.err
10416        } && test -s conftest$ac_exeext && {
10417          test "$cross_compiling" = yes ||
10418          $as_test_x conftest$ac_exeext
10419        }; then
10420   case "$LIBEXT" in
10421     dll) ;;
10422     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'` ;;
10423     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10424   esac
10425 else
10426   $as_echo "$as_me: failed program was:" >&5
10427 sed 's/^/| /' conftest.$ac_ext >&5
10428
10429
10430 fi
10431
10432 rm -rf conftest.dSYM
10433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10434       conftest$ac_exeext conftest.$ac_ext
10435   LIBS=$ac_check_soname_save_LIBS
10436 fi
10437 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10438   { $as_echo "$as_me:$LINENO: result: not found" >&5
10439 $as_echo "not found" >&6; }
10440
10441 else
10442   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10443 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10444
10445 cat >>confdefs.h <<_ACEOF
10446 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10447 _ACEOF
10448
10449
10450 fi
10451
10452         fi
10453         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10454   case "x$with_xcursor" in
10455   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10456   xno) ;;
10457   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10458 This is an error since --with-xcursor was requested." >&5
10459 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10460 This is an error since --with-xcursor was requested." >&2;}
10461    { (exit 1); exit 1; }; } ;;
10462 esac
10463 fi
10464
10465
10466                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10467         then
10468             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10469 $as_echo_n "checking for -lXi... " >&6; }
10470 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10471   $as_echo_n "(cached) " >&6
10472 else
10473   ac_check_soname_save_LIBS=$LIBS
10474 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10475   cat >conftest.$ac_ext <<_ACEOF
10476 /* confdefs.h.  */
10477 _ACEOF
10478 cat confdefs.h >>conftest.$ac_ext
10479 cat >>conftest.$ac_ext <<_ACEOF
10480 /* end confdefs.h.  */
10481
10482 /* Override any GCC internal prototype to avoid an error.
10483    Use char because int might match the return type of a GCC
10484    builtin and then its argument prototype would still apply.  */
10485 #ifdef __cplusplus
10486 extern "C"
10487 #endif
10488 char XOpenDevice ();
10489 int
10490 main ()
10491 {
10492 return XOpenDevice ();
10493   ;
10494   return 0;
10495 }
10496 _ACEOF
10497 rm -f conftest.$ac_objext conftest$ac_exeext
10498 if { (ac_try="$ac_link"
10499 case "(($ac_try" in
10500   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10501   *) ac_try_echo=$ac_try;;
10502 esac
10503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10504 $as_echo "$ac_try_echo") >&5
10505   (eval "$ac_link") 2>conftest.er1
10506   ac_status=$?
10507   grep -v '^ *+' conftest.er1 >conftest.err
10508   rm -f conftest.er1
10509   cat conftest.err >&5
10510   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10511   (exit $ac_status); } && {
10512          test -z "$ac_c_werror_flag" ||
10513          test ! -s conftest.err
10514        } && test -s conftest$ac_exeext && {
10515          test "$cross_compiling" = yes ||
10516          $as_test_x conftest$ac_exeext
10517        }; then
10518   case "$LIBEXT" in
10519     dll) ;;
10520     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'` ;;
10521     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10522   esac
10523 else
10524   $as_echo "$as_me: failed program was:" >&5
10525 sed 's/^/| /' conftest.$ac_ext >&5
10526
10527
10528 fi
10529
10530 rm -rf conftest.dSYM
10531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10532       conftest$ac_exeext conftest.$ac_ext
10533   LIBS=$ac_check_soname_save_LIBS
10534 fi
10535 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10536   { $as_echo "$as_me:$LINENO: result: not found" >&5
10537 $as_echo "not found" >&6; }
10538
10539 else
10540   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10541 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10542
10543 cat >>confdefs.h <<_ACEOF
10544 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10545 _ACEOF
10546
10547
10548 fi
10549
10550         fi
10551         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10552   case "x$with_xinput" in
10553   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10554   xno) ;;
10555   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10556 This is an error since --with-xinput was requested." >&5
10557 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10558 This is an error since --with-xinput was requested." >&2;}
10559    { (exit 1); exit 1; }; } ;;
10560 esac
10561 fi
10562
10563
10564                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10565         then
10566               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10567 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10568 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10569   $as_echo_n "(cached) " >&6
10570 else
10571   ac_check_lib_save_LIBS=$LIBS
10572 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10573 cat >conftest.$ac_ext <<_ACEOF
10574 /* confdefs.h.  */
10575 _ACEOF
10576 cat confdefs.h >>conftest.$ac_ext
10577 cat >>conftest.$ac_ext <<_ACEOF
10578 /* end confdefs.h.  */
10579
10580 /* Override any GCC internal prototype to avoid an error.
10581    Use char because int might match the return type of a GCC
10582    builtin and then its argument prototype would still apply.  */
10583 #ifdef __cplusplus
10584 extern "C"
10585 #endif
10586 char XShmQueryExtension ();
10587 int
10588 main ()
10589 {
10590 return XShmQueryExtension ();
10591   ;
10592   return 0;
10593 }
10594 _ACEOF
10595 rm -f conftest.$ac_objext conftest$ac_exeext
10596 if { (ac_try="$ac_link"
10597 case "(($ac_try" in
10598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10599   *) ac_try_echo=$ac_try;;
10600 esac
10601 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10602 $as_echo "$ac_try_echo") >&5
10603   (eval "$ac_link") 2>conftest.er1
10604   ac_status=$?
10605   grep -v '^ *+' conftest.er1 >conftest.err
10606   rm -f conftest.er1
10607   cat conftest.err >&5
10608   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10609   (exit $ac_status); } && {
10610          test -z "$ac_c_werror_flag" ||
10611          test ! -s conftest.err
10612        } && test -s conftest$ac_exeext && {
10613          test "$cross_compiling" = yes ||
10614          $as_test_x conftest$ac_exeext
10615        }; then
10616   ac_cv_lib_Xext_XShmQueryExtension=yes
10617 else
10618   $as_echo "$as_me: failed program was:" >&5
10619 sed 's/^/| /' conftest.$ac_ext >&5
10620
10621         ac_cv_lib_Xext_XShmQueryExtension=no
10622 fi
10623
10624 rm -rf conftest.dSYM
10625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10626       conftest$ac_exeext conftest.$ac_ext
10627 LIBS=$ac_check_lib_save_LIBS
10628 fi
10629 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10630 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10631 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10632
10633 cat >>confdefs.h <<\_ACEOF
10634 #define HAVE_LIBXXSHM 1
10635 _ACEOF
10636
10637 fi
10638
10639         fi
10640         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10641   case "x$with_xshm" in
10642   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10643   xno) ;;
10644   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10645 This is an error since --with-xshm was requested." >&5
10646 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10647 This is an error since --with-xshm was requested." >&2;}
10648    { (exit 1); exit 1; }; } ;;
10649 esac
10650 fi
10651
10652
10653                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10654         then
10655               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10656 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10657 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10658   $as_echo_n "(cached) " >&6
10659 else
10660   ac_check_lib_save_LIBS=$LIBS
10661 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10662 cat >conftest.$ac_ext <<_ACEOF
10663 /* confdefs.h.  */
10664 _ACEOF
10665 cat confdefs.h >>conftest.$ac_ext
10666 cat >>conftest.$ac_ext <<_ACEOF
10667 /* end confdefs.h.  */
10668
10669 /* Override any GCC internal prototype to avoid an error.
10670    Use char because int might match the return type of a GCC
10671    builtin and then its argument prototype would still apply.  */
10672 #ifdef __cplusplus
10673 extern "C"
10674 #endif
10675 char XShapeQueryExtension ();
10676 int
10677 main ()
10678 {
10679 return XShapeQueryExtension ();
10680   ;
10681   return 0;
10682 }
10683 _ACEOF
10684 rm -f conftest.$ac_objext conftest$ac_exeext
10685 if { (ac_try="$ac_link"
10686 case "(($ac_try" in
10687   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10688   *) ac_try_echo=$ac_try;;
10689 esac
10690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10691 $as_echo "$ac_try_echo") >&5
10692   (eval "$ac_link") 2>conftest.er1
10693   ac_status=$?
10694   grep -v '^ *+' conftest.er1 >conftest.err
10695   rm -f conftest.er1
10696   cat conftest.err >&5
10697   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10698   (exit $ac_status); } && {
10699          test -z "$ac_c_werror_flag" ||
10700          test ! -s conftest.err
10701        } && test -s conftest$ac_exeext && {
10702          test "$cross_compiling" = yes ||
10703          $as_test_x conftest$ac_exeext
10704        }; then
10705   ac_cv_lib_Xext_XShapeQueryExtension=yes
10706 else
10707   $as_echo "$as_me: failed program was:" >&5
10708 sed 's/^/| /' conftest.$ac_ext >&5
10709
10710         ac_cv_lib_Xext_XShapeQueryExtension=no
10711 fi
10712
10713 rm -rf conftest.dSYM
10714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10715       conftest$ac_exeext conftest.$ac_ext
10716 LIBS=$ac_check_lib_save_LIBS
10717 fi
10718 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10719 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10720 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10721
10722 cat >>confdefs.h <<\_ACEOF
10723 #define HAVE_LIBXSHAPE 1
10724 _ACEOF
10725
10726 fi
10727
10728         fi
10729         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10730   case "x$with_xshape" in
10731   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10732   xno) ;;
10733   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10734 This is an error since --with-xshape was requested." >&5
10735 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10736 This is an error since --with-xshape was requested." >&2;}
10737    { (exit 1); exit 1; }; } ;;
10738 esac
10739 fi
10740
10741
10742                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10743         then
10744             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10745 $as_echo_n "checking for -lXxf86vm... " >&6; }
10746 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10747   $as_echo_n "(cached) " >&6
10748 else
10749   ac_check_soname_save_LIBS=$LIBS
10750 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10751   cat >conftest.$ac_ext <<_ACEOF
10752 /* confdefs.h.  */
10753 _ACEOF
10754 cat confdefs.h >>conftest.$ac_ext
10755 cat >>conftest.$ac_ext <<_ACEOF
10756 /* end confdefs.h.  */
10757
10758 /* Override any GCC internal prototype to avoid an error.
10759    Use char because int might match the return type of a GCC
10760    builtin and then its argument prototype would still apply.  */
10761 #ifdef __cplusplus
10762 extern "C"
10763 #endif
10764 char XF86VidModeQueryExtension ();
10765 int
10766 main ()
10767 {
10768 return XF86VidModeQueryExtension ();
10769   ;
10770   return 0;
10771 }
10772 _ACEOF
10773 rm -f conftest.$ac_objext conftest$ac_exeext
10774 if { (ac_try="$ac_link"
10775 case "(($ac_try" in
10776   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10777   *) ac_try_echo=$ac_try;;
10778 esac
10779 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10780 $as_echo "$ac_try_echo") >&5
10781   (eval "$ac_link") 2>conftest.er1
10782   ac_status=$?
10783   grep -v '^ *+' conftest.er1 >conftest.err
10784   rm -f conftest.er1
10785   cat conftest.err >&5
10786   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10787   (exit $ac_status); } && {
10788          test -z "$ac_c_werror_flag" ||
10789          test ! -s conftest.err
10790        } && test -s conftest$ac_exeext && {
10791          test "$cross_compiling" = yes ||
10792          $as_test_x conftest$ac_exeext
10793        }; then
10794   case "$LIBEXT" in
10795     dll) ;;
10796     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'` ;;
10797     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10798   esac
10799 else
10800   $as_echo "$as_me: failed program was:" >&5
10801 sed 's/^/| /' conftest.$ac_ext >&5
10802
10803
10804 fi
10805
10806 rm -rf conftest.dSYM
10807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10808       conftest$ac_exeext conftest.$ac_ext
10809   LIBS=$ac_check_soname_save_LIBS
10810 fi
10811 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10812   { $as_echo "$as_me:$LINENO: result: not found" >&5
10813 $as_echo "not found" >&6; }
10814
10815 else
10816   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10817 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10818
10819 cat >>confdefs.h <<_ACEOF
10820 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10821 _ACEOF
10822
10823
10824 fi
10825
10826         fi
10827         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10828   case "x$with_xxf86vm" in
10829   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10830   xno) ;;
10831   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10832 This is an error since --with-xxf86vm was requested." >&5
10833 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10834 This is an error since --with-xxf86vm was requested." >&2;}
10835    { (exit 1); exit 1; }; } ;;
10836 esac
10837 fi
10838
10839
10840                 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"
10841         then
10842             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10843 $as_echo_n "checking for -lXrender... " >&6; }
10844 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10845   $as_echo_n "(cached) " >&6
10846 else
10847   ac_check_soname_save_LIBS=$LIBS
10848 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10849   cat >conftest.$ac_ext <<_ACEOF
10850 /* confdefs.h.  */
10851 _ACEOF
10852 cat confdefs.h >>conftest.$ac_ext
10853 cat >>conftest.$ac_ext <<_ACEOF
10854 /* end confdefs.h.  */
10855
10856 /* Override any GCC internal prototype to avoid an error.
10857    Use char because int might match the return type of a GCC
10858    builtin and then its argument prototype would still apply.  */
10859 #ifdef __cplusplus
10860 extern "C"
10861 #endif
10862 char XRenderQueryExtension ();
10863 int
10864 main ()
10865 {
10866 return XRenderQueryExtension ();
10867   ;
10868   return 0;
10869 }
10870 _ACEOF
10871 rm -f conftest.$ac_objext conftest$ac_exeext
10872 if { (ac_try="$ac_link"
10873 case "(($ac_try" in
10874   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10875   *) ac_try_echo=$ac_try;;
10876 esac
10877 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10878 $as_echo "$ac_try_echo") >&5
10879   (eval "$ac_link") 2>conftest.er1
10880   ac_status=$?
10881   grep -v '^ *+' conftest.er1 >conftest.err
10882   rm -f conftest.er1
10883   cat conftest.err >&5
10884   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10885   (exit $ac_status); } && {
10886          test -z "$ac_c_werror_flag" ||
10887          test ! -s conftest.err
10888        } && test -s conftest$ac_exeext && {
10889          test "$cross_compiling" = yes ||
10890          $as_test_x conftest$ac_exeext
10891        }; then
10892   case "$LIBEXT" in
10893     dll) ;;
10894     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'` ;;
10895     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10896   esac
10897 else
10898   $as_echo "$as_me: failed program was:" >&5
10899 sed 's/^/| /' conftest.$ac_ext >&5
10900
10901
10902 fi
10903
10904 rm -rf conftest.dSYM
10905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10906       conftest$ac_exeext conftest.$ac_ext
10907   LIBS=$ac_check_soname_save_LIBS
10908 fi
10909 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10910   { $as_echo "$as_me:$LINENO: result: not found" >&5
10911 $as_echo "not found" >&6; }
10912
10913 else
10914   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10915 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10916
10917 cat >>confdefs.h <<_ACEOF
10918 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10919 _ACEOF
10920
10921        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10922 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10923 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10924   $as_echo_n "(cached) " >&6
10925 else
10926   ac_check_lib_save_LIBS=$LIBS
10927 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10928 cat >conftest.$ac_ext <<_ACEOF
10929 /* confdefs.h.  */
10930 _ACEOF
10931 cat confdefs.h >>conftest.$ac_ext
10932 cat >>conftest.$ac_ext <<_ACEOF
10933 /* end confdefs.h.  */
10934
10935 /* Override any GCC internal prototype to avoid an error.
10936    Use char because int might match the return type of a GCC
10937    builtin and then its argument prototype would still apply.  */
10938 #ifdef __cplusplus
10939 extern "C"
10940 #endif
10941 char XRenderSetPictureTransform ();
10942 int
10943 main ()
10944 {
10945 return XRenderSetPictureTransform ();
10946   ;
10947   return 0;
10948 }
10949 _ACEOF
10950 rm -f conftest.$ac_objext conftest$ac_exeext
10951 if { (ac_try="$ac_link"
10952 case "(($ac_try" in
10953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10954   *) ac_try_echo=$ac_try;;
10955 esac
10956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10957 $as_echo "$ac_try_echo") >&5
10958   (eval "$ac_link") 2>conftest.er1
10959   ac_status=$?
10960   grep -v '^ *+' conftest.er1 >conftest.err
10961   rm -f conftest.er1
10962   cat conftest.err >&5
10963   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10964   (exit $ac_status); } && {
10965          test -z "$ac_c_werror_flag" ||
10966          test ! -s conftest.err
10967        } && test -s conftest$ac_exeext && {
10968          test "$cross_compiling" = yes ||
10969          $as_test_x conftest$ac_exeext
10970        }; then
10971   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10972 else
10973   $as_echo "$as_me: failed program was:" >&5
10974 sed 's/^/| /' conftest.$ac_ext >&5
10975
10976         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10977 fi
10978
10979 rm -rf conftest.dSYM
10980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10981       conftest$ac_exeext conftest.$ac_ext
10982 LIBS=$ac_check_lib_save_LIBS
10983 fi
10984 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10985 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10986 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10987
10988 cat >>confdefs.h <<\_ACEOF
10989 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10990 _ACEOF
10991
10992 fi
10993
10994 fi
10995
10996
10997         fi
10998         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10999   case "x$with_xrender" in
11000   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11001   xno) ;;
11002   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11003 This is an error since --with-xrender was requested." >&5
11004 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11005 This is an error since --with-xrender was requested." >&2;}
11006    { (exit 1); exit 1; }; } ;;
11007 esac
11008 fi
11009
11010
11011                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11012         then
11013                 cat >conftest.$ac_ext <<_ACEOF
11014 /* confdefs.h.  */
11015 _ACEOF
11016 cat confdefs.h >>conftest.$ac_ext
11017 cat >>conftest.$ac_ext <<_ACEOF
11018 /* end confdefs.h.  */
11019 #include <X11/Xlib.h>
11020 #include <X11/extensions/Xrandr.h>
11021 int
11022 main ()
11023 {
11024 static typeof(XRRSetScreenConfigAndRate) * func;
11025   ;
11026   return 0;
11027 }
11028 _ACEOF
11029 rm -f conftest.$ac_objext
11030 if { (ac_try="$ac_compile"
11031 case "(($ac_try" in
11032   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11033   *) ac_try_echo=$ac_try;;
11034 esac
11035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11036 $as_echo "$ac_try_echo") >&5
11037   (eval "$ac_compile") 2>conftest.er1
11038   ac_status=$?
11039   grep -v '^ *+' conftest.er1 >conftest.err
11040   rm -f conftest.er1
11041   cat conftest.err >&5
11042   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11043   (exit $ac_status); } && {
11044          test -z "$ac_c_werror_flag" ||
11045          test ! -s conftest.err
11046        } && test -s conftest.$ac_objext; then
11047   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11048 $as_echo_n "checking for -lXrandr... " >&6; }
11049 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11050   $as_echo_n "(cached) " >&6
11051 else
11052   ac_check_soname_save_LIBS=$LIBS
11053 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11054   cat >conftest.$ac_ext <<_ACEOF
11055 /* confdefs.h.  */
11056 _ACEOF
11057 cat confdefs.h >>conftest.$ac_ext
11058 cat >>conftest.$ac_ext <<_ACEOF
11059 /* end confdefs.h.  */
11060
11061 /* Override any GCC internal prototype to avoid an error.
11062    Use char because int might match the return type of a GCC
11063    builtin and then its argument prototype would still apply.  */
11064 #ifdef __cplusplus
11065 extern "C"
11066 #endif
11067 char XRRQueryExtension ();
11068 int
11069 main ()
11070 {
11071 return XRRQueryExtension ();
11072   ;
11073   return 0;
11074 }
11075 _ACEOF
11076 rm -f conftest.$ac_objext conftest$ac_exeext
11077 if { (ac_try="$ac_link"
11078 case "(($ac_try" in
11079   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11080   *) ac_try_echo=$ac_try;;
11081 esac
11082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11083 $as_echo "$ac_try_echo") >&5
11084   (eval "$ac_link") 2>conftest.er1
11085   ac_status=$?
11086   grep -v '^ *+' conftest.er1 >conftest.err
11087   rm -f conftest.er1
11088   cat conftest.err >&5
11089   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11090   (exit $ac_status); } && {
11091          test -z "$ac_c_werror_flag" ||
11092          test ! -s conftest.err
11093        } && test -s conftest$ac_exeext && {
11094          test "$cross_compiling" = yes ||
11095          $as_test_x conftest$ac_exeext
11096        }; then
11097   case "$LIBEXT" in
11098     dll) ;;
11099     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'` ;;
11100     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11101   esac
11102 else
11103   $as_echo "$as_me: failed program was:" >&5
11104 sed 's/^/| /' conftest.$ac_ext >&5
11105
11106
11107 fi
11108
11109 rm -rf conftest.dSYM
11110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11111       conftest$ac_exeext conftest.$ac_ext
11112   LIBS=$ac_check_soname_save_LIBS
11113 fi
11114 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11115   { $as_echo "$as_me:$LINENO: result: not found" >&5
11116 $as_echo "not found" >&6; }
11117
11118 else
11119   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11120 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11121
11122 cat >>confdefs.h <<_ACEOF
11123 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11124 _ACEOF
11125
11126
11127 fi
11128
11129 else
11130   $as_echo "$as_me: failed program was:" >&5
11131 sed 's/^/| /' conftest.$ac_ext >&5
11132
11133
11134 fi
11135
11136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11137         fi
11138         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11139   case "x$with_xrandr" in
11140   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11141   xno) ;;
11142   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11143 This is an error since --with-xrandr was requested." >&5
11144 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11145 This is an error since --with-xrandr was requested." >&2;}
11146    { (exit 1); exit 1; }; } ;;
11147 esac
11148 fi
11149
11150
11151                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11152         then
11153                 cat >conftest.$ac_ext <<_ACEOF
11154 /* confdefs.h.  */
11155 _ACEOF
11156 cat confdefs.h >>conftest.$ac_ext
11157 cat >>conftest.$ac_ext <<_ACEOF
11158 /* end confdefs.h.  */
11159 #include <X11/Xlib.h>
11160 #include <X11/extensions/Xinerama.h>
11161 int
11162 main ()
11163 {
11164 static typeof(XineramaQueryScreens) * func;
11165   ;
11166   return 0;
11167 }
11168 _ACEOF
11169 rm -f conftest.$ac_objext
11170 if { (ac_try="$ac_compile"
11171 case "(($ac_try" in
11172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11173   *) ac_try_echo=$ac_try;;
11174 esac
11175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11176 $as_echo "$ac_try_echo") >&5
11177   (eval "$ac_compile") 2>conftest.er1
11178   ac_status=$?
11179   grep -v '^ *+' conftest.er1 >conftest.err
11180   rm -f conftest.er1
11181   cat conftest.err >&5
11182   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11183   (exit $ac_status); } && {
11184          test -z "$ac_c_werror_flag" ||
11185          test ! -s conftest.err
11186        } && test -s conftest.$ac_objext; then
11187   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11188 $as_echo_n "checking for -lXinerama... " >&6; }
11189 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11190   $as_echo_n "(cached) " >&6
11191 else
11192   ac_check_soname_save_LIBS=$LIBS
11193 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11194   cat >conftest.$ac_ext <<_ACEOF
11195 /* confdefs.h.  */
11196 _ACEOF
11197 cat confdefs.h >>conftest.$ac_ext
11198 cat >>conftest.$ac_ext <<_ACEOF
11199 /* end confdefs.h.  */
11200
11201 /* Override any GCC internal prototype to avoid an error.
11202    Use char because int might match the return type of a GCC
11203    builtin and then its argument prototype would still apply.  */
11204 #ifdef __cplusplus
11205 extern "C"
11206 #endif
11207 char XineramaQueryScreens ();
11208 int
11209 main ()
11210 {
11211 return XineramaQueryScreens ();
11212   ;
11213   return 0;
11214 }
11215 _ACEOF
11216 rm -f conftest.$ac_objext conftest$ac_exeext
11217 if { (ac_try="$ac_link"
11218 case "(($ac_try" in
11219   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11220   *) ac_try_echo=$ac_try;;
11221 esac
11222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11223 $as_echo "$ac_try_echo") >&5
11224   (eval "$ac_link") 2>conftest.er1
11225   ac_status=$?
11226   grep -v '^ *+' conftest.er1 >conftest.err
11227   rm -f conftest.er1
11228   cat conftest.err >&5
11229   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11230   (exit $ac_status); } && {
11231          test -z "$ac_c_werror_flag" ||
11232          test ! -s conftest.err
11233        } && test -s conftest$ac_exeext && {
11234          test "$cross_compiling" = yes ||
11235          $as_test_x conftest$ac_exeext
11236        }; then
11237   case "$LIBEXT" in
11238     dll) ;;
11239     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'` ;;
11240     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11241   esac
11242 else
11243   $as_echo "$as_me: failed program was:" >&5
11244 sed 's/^/| /' conftest.$ac_ext >&5
11245
11246
11247 fi
11248
11249 rm -rf conftest.dSYM
11250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11251       conftest$ac_exeext conftest.$ac_ext
11252   LIBS=$ac_check_soname_save_LIBS
11253 fi
11254 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11255   { $as_echo "$as_me:$LINENO: result: not found" >&5
11256 $as_echo "not found" >&6; }
11257
11258 else
11259   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11260 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11261
11262 cat >>confdefs.h <<_ACEOF
11263 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11264 _ACEOF
11265
11266
11267 fi
11268
11269 else
11270   $as_echo "$as_me: failed program was:" >&5
11271 sed 's/^/| /' conftest.$ac_ext >&5
11272
11273
11274 fi
11275
11276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11277         fi
11278         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11279   case "x$with_xinerama" in
11280   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11281   xno) ;;
11282   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11283 This is an error since --with-xinerama was requested." >&5
11284 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11285 This is an error since --with-xinerama was requested." >&2;}
11286    { (exit 1); exit 1; }; } ;;
11287 esac
11288 fi
11289
11290
11291                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11292         then
11293             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11294 $as_echo_n "checking for -lXcomposite... " >&6; }
11295 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11296   $as_echo_n "(cached) " >&6
11297 else
11298   ac_check_soname_save_LIBS=$LIBS
11299 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11300   cat >conftest.$ac_ext <<_ACEOF
11301 /* confdefs.h.  */
11302 _ACEOF
11303 cat confdefs.h >>conftest.$ac_ext
11304 cat >>conftest.$ac_ext <<_ACEOF
11305 /* end confdefs.h.  */
11306
11307 /* Override any GCC internal prototype to avoid an error.
11308    Use char because int might match the return type of a GCC
11309    builtin and then its argument prototype would still apply.  */
11310 #ifdef __cplusplus
11311 extern "C"
11312 #endif
11313 char XCompositeRedirectWindow ();
11314 int
11315 main ()
11316 {
11317 return XCompositeRedirectWindow ();
11318   ;
11319   return 0;
11320 }
11321 _ACEOF
11322 rm -f conftest.$ac_objext conftest$ac_exeext
11323 if { (ac_try="$ac_link"
11324 case "(($ac_try" in
11325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11326   *) ac_try_echo=$ac_try;;
11327 esac
11328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11329 $as_echo "$ac_try_echo") >&5
11330   (eval "$ac_link") 2>conftest.er1
11331   ac_status=$?
11332   grep -v '^ *+' conftest.er1 >conftest.err
11333   rm -f conftest.er1
11334   cat conftest.err >&5
11335   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11336   (exit $ac_status); } && {
11337          test -z "$ac_c_werror_flag" ||
11338          test ! -s conftest.err
11339        } && test -s conftest$ac_exeext && {
11340          test "$cross_compiling" = yes ||
11341          $as_test_x conftest$ac_exeext
11342        }; then
11343   case "$LIBEXT" in
11344     dll) ;;
11345     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'` ;;
11346     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11347   esac
11348 else
11349   $as_echo "$as_me: failed program was:" >&5
11350 sed 's/^/| /' conftest.$ac_ext >&5
11351
11352
11353 fi
11354
11355 rm -rf conftest.dSYM
11356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11357       conftest$ac_exeext conftest.$ac_ext
11358   LIBS=$ac_check_soname_save_LIBS
11359 fi
11360 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11361   { $as_echo "$as_me:$LINENO: result: not found" >&5
11362 $as_echo "not found" >&6; }
11363
11364 else
11365   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11366 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11367
11368 cat >>confdefs.h <<_ACEOF
11369 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11370 _ACEOF
11371
11372
11373 fi
11374
11375         fi
11376         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11377   case "x$with_xcomposite" in
11378   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11379   xno) ;;
11380   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11381 This is an error since --with-xcomposite was requested." >&5
11382 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11383 This is an error since --with-xcomposite was requested." >&2;}
11384    { (exit 1); exit 1; }; } ;;
11385 esac
11386 fi
11387
11388
11389                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11390 $as_echo_n "checking for XICCallback.callback... " >&6; }
11391 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11392   $as_echo_n "(cached) " >&6
11393 else
11394   cat >conftest.$ac_ext <<_ACEOF
11395 /* confdefs.h.  */
11396 _ACEOF
11397 cat confdefs.h >>conftest.$ac_ext
11398 cat >>conftest.$ac_ext <<_ACEOF
11399 /* end confdefs.h.  */
11400 #ifdef HAVE_X11_XLIB_H
11401 #include <X11/Xlib.h>
11402 #endif
11403
11404 int
11405 main ()
11406 {
11407 static XICCallback ac_aggr;
11408 if (ac_aggr.callback)
11409 return 0;
11410   ;
11411   return 0;
11412 }
11413 _ACEOF
11414 rm -f conftest.$ac_objext
11415 if { (ac_try="$ac_compile"
11416 case "(($ac_try" in
11417   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11418   *) ac_try_echo=$ac_try;;
11419 esac
11420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11421 $as_echo "$ac_try_echo") >&5
11422   (eval "$ac_compile") 2>conftest.er1
11423   ac_status=$?
11424   grep -v '^ *+' conftest.er1 >conftest.err
11425   rm -f conftest.er1
11426   cat conftest.err >&5
11427   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11428   (exit $ac_status); } && {
11429          test -z "$ac_c_werror_flag" ||
11430          test ! -s conftest.err
11431        } && test -s conftest.$ac_objext; then
11432   ac_cv_member_XICCallback_callback=yes
11433 else
11434   $as_echo "$as_me: failed program was:" >&5
11435 sed 's/^/| /' conftest.$ac_ext >&5
11436
11437         cat >conftest.$ac_ext <<_ACEOF
11438 /* confdefs.h.  */
11439 _ACEOF
11440 cat confdefs.h >>conftest.$ac_ext
11441 cat >>conftest.$ac_ext <<_ACEOF
11442 /* end confdefs.h.  */
11443 #ifdef HAVE_X11_XLIB_H
11444 #include <X11/Xlib.h>
11445 #endif
11446
11447 int
11448 main ()
11449 {
11450 static XICCallback ac_aggr;
11451 if (sizeof ac_aggr.callback)
11452 return 0;
11453   ;
11454   return 0;
11455 }
11456 _ACEOF
11457 rm -f conftest.$ac_objext
11458 if { (ac_try="$ac_compile"
11459 case "(($ac_try" in
11460   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11461   *) ac_try_echo=$ac_try;;
11462 esac
11463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11464 $as_echo "$ac_try_echo") >&5
11465   (eval "$ac_compile") 2>conftest.er1
11466   ac_status=$?
11467   grep -v '^ *+' conftest.er1 >conftest.err
11468   rm -f conftest.er1
11469   cat conftest.err >&5
11470   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11471   (exit $ac_status); } && {
11472          test -z "$ac_c_werror_flag" ||
11473          test ! -s conftest.err
11474        } && test -s conftest.$ac_objext; then
11475   ac_cv_member_XICCallback_callback=yes
11476 else
11477   $as_echo "$as_me: failed program was:" >&5
11478 sed 's/^/| /' conftest.$ac_ext >&5
11479
11480         ac_cv_member_XICCallback_callback=no
11481 fi
11482
11483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11484 fi
11485
11486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11487 fi
11488 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11489 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11490 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11491
11492 cat >>confdefs.h <<_ACEOF
11493 #define HAVE_XICCALLBACK_CALLBACK 1
11494 _ACEOF
11495
11496
11497 fi
11498
11499
11500
11501         opengl_msg=""
11502     if test "x$with_opengl" != "xno"
11503     then
11504
11505
11506
11507
11508 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11509 do
11510 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11511 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11512 $as_echo_n "checking for $ac_header... " >&6; }
11513 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11514   $as_echo_n "(cached) " >&6
11515 else
11516   cat >conftest.$ac_ext <<_ACEOF
11517 /* confdefs.h.  */
11518 _ACEOF
11519 cat confdefs.h >>conftest.$ac_ext
11520 cat >>conftest.$ac_ext <<_ACEOF
11521 /* end confdefs.h.  */
11522 #ifdef HAVE_GL_GLX_H
11523 # include <GL/glx.h>
11524 #endif
11525
11526 #include <$ac_header>
11527 _ACEOF
11528 rm -f conftest.$ac_objext
11529 if { (ac_try="$ac_compile"
11530 case "(($ac_try" in
11531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11532   *) ac_try_echo=$ac_try;;
11533 esac
11534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11535 $as_echo "$ac_try_echo") >&5
11536   (eval "$ac_compile") 2>conftest.er1
11537   ac_status=$?
11538   grep -v '^ *+' conftest.er1 >conftest.err
11539   rm -f conftest.er1
11540   cat conftest.err >&5
11541   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11542   (exit $ac_status); } && {
11543          test -z "$ac_c_werror_flag" ||
11544          test ! -s conftest.err
11545        } && test -s conftest.$ac_objext; then
11546   eval "$as_ac_Header=yes"
11547 else
11548   $as_echo "$as_me: failed program was:" >&5
11549 sed 's/^/| /' conftest.$ac_ext >&5
11550
11551         eval "$as_ac_Header=no"
11552 fi
11553
11554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11555 fi
11556 ac_res=`eval 'as_val=${'$as_ac_Header'}
11557                  $as_echo "$as_val"'`
11558                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11559 $as_echo "$ac_res" >&6; }
11560 as_val=`eval 'as_val=${'$as_ac_Header'}
11561                  $as_echo "$as_val"'`
11562    if test "x$as_val" = x""yes; then
11563   cat >>confdefs.h <<_ACEOF
11564 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11565 _ACEOF
11566
11567 fi
11568
11569 done
11570
11571         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11572         then
11573                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11574 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11575 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11576   $as_echo_n "(cached) " >&6
11577 else
11578   cat >conftest.$ac_ext <<_ACEOF
11579 /* confdefs.h.  */
11580 _ACEOF
11581 cat confdefs.h >>conftest.$ac_ext
11582 cat >>conftest.$ac_ext <<_ACEOF
11583 /* end confdefs.h.  */
11584 #include <GL/gl.h>
11585 int
11586 main ()
11587 {
11588 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11589   ;
11590   return 0;
11591 }
11592 _ACEOF
11593 rm -f conftest.$ac_objext
11594 if { (ac_try="$ac_compile"
11595 case "(($ac_try" in
11596   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11597   *) ac_try_echo=$ac_try;;
11598 esac
11599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11600 $as_echo "$ac_try_echo") >&5
11601   (eval "$ac_compile") 2>conftest.er1
11602   ac_status=$?
11603   grep -v '^ *+' conftest.er1 >conftest.err
11604   rm -f conftest.er1
11605   cat conftest.err >&5
11606   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11607   (exit $ac_status); } && {
11608          test -z "$ac_c_werror_flag" ||
11609          test ! -s conftest.err
11610        } && test -s conftest.$ac_objext; then
11611   wine_cv_opengl_header_version_OK="yes"
11612 else
11613   $as_echo "$as_me: failed program was:" >&5
11614 sed 's/^/| /' conftest.$ac_ext >&5
11615
11616         wine_cv_opengl_header_version_OK="no"
11617 fi
11618
11619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11620 fi
11621 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11622 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11623
11624             if test "$wine_cv_opengl_header_version_OK" = "yes"
11625             then
11626                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11627 $as_echo_n "checking for -lGL... " >&6; }
11628 if test "${ac_cv_lib_soname_GL+set}" = set; then
11629   $as_echo_n "(cached) " >&6
11630 else
11631   ac_check_soname_save_LIBS=$LIBS
11632 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11633   cat >conftest.$ac_ext <<_ACEOF
11634 /* confdefs.h.  */
11635 _ACEOF
11636 cat confdefs.h >>conftest.$ac_ext
11637 cat >>conftest.$ac_ext <<_ACEOF
11638 /* end confdefs.h.  */
11639
11640 /* Override any GCC internal prototype to avoid an error.
11641    Use char because int might match the return type of a GCC
11642    builtin and then its argument prototype would still apply.  */
11643 #ifdef __cplusplus
11644 extern "C"
11645 #endif
11646 char glXCreateContext ();
11647 int
11648 main ()
11649 {
11650 return glXCreateContext ();
11651   ;
11652   return 0;
11653 }
11654 _ACEOF
11655 rm -f conftest.$ac_objext conftest$ac_exeext
11656 if { (ac_try="$ac_link"
11657 case "(($ac_try" in
11658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11659   *) ac_try_echo=$ac_try;;
11660 esac
11661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11662 $as_echo "$ac_try_echo") >&5
11663   (eval "$ac_link") 2>conftest.er1
11664   ac_status=$?
11665   grep -v '^ *+' conftest.er1 >conftest.err
11666   rm -f conftest.er1
11667   cat conftest.err >&5
11668   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11669   (exit $ac_status); } && {
11670          test -z "$ac_c_werror_flag" ||
11671          test ! -s conftest.err
11672        } && test -s conftest$ac_exeext && {
11673          test "$cross_compiling" = yes ||
11674          $as_test_x conftest$ac_exeext
11675        }; then
11676   case "$LIBEXT" in
11677     dll) ;;
11678     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'` ;;
11679     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11680   esac
11681 else
11682   $as_echo "$as_me: failed program was:" >&5
11683 sed 's/^/| /' conftest.$ac_ext >&5
11684
11685
11686 fi
11687
11688 rm -rf conftest.dSYM
11689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11690       conftest$ac_exeext conftest.$ac_ext
11691   LIBS=$ac_check_soname_save_LIBS
11692 fi
11693 if test "x$ac_cv_lib_soname_GL" = "x"; then
11694   { $as_echo "$as_me:$LINENO: result: not found" >&5
11695 $as_echo "not found" >&6; }
11696        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11697 $as_echo_n "checking for -lGL... " >&6; }
11698 if test "${ac_cv_lib_soname_GL+set}" = set; then
11699   $as_echo_n "(cached) " >&6
11700 else
11701   ac_check_soname_save_LIBS=$LIBS
11702 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"
11703   cat >conftest.$ac_ext <<_ACEOF
11704 /* confdefs.h.  */
11705 _ACEOF
11706 cat confdefs.h >>conftest.$ac_ext
11707 cat >>conftest.$ac_ext <<_ACEOF
11708 /* end confdefs.h.  */
11709
11710 /* Override any GCC internal prototype to avoid an error.
11711    Use char because int might match the return type of a GCC
11712    builtin and then its argument prototype would still apply.  */
11713 #ifdef __cplusplus
11714 extern "C"
11715 #endif
11716 char glXCreateContext ();
11717 int
11718 main ()
11719 {
11720 return glXCreateContext ();
11721   ;
11722   return 0;
11723 }
11724 _ACEOF
11725 rm -f conftest.$ac_objext conftest$ac_exeext
11726 if { (ac_try="$ac_link"
11727 case "(($ac_try" in
11728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11729   *) ac_try_echo=$ac_try;;
11730 esac
11731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11732 $as_echo "$ac_try_echo") >&5
11733   (eval "$ac_link") 2>conftest.er1
11734   ac_status=$?
11735   grep -v '^ *+' conftest.er1 >conftest.err
11736   rm -f conftest.er1
11737   cat conftest.err >&5
11738   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11739   (exit $ac_status); } && {
11740          test -z "$ac_c_werror_flag" ||
11741          test ! -s conftest.err
11742        } && test -s conftest$ac_exeext && {
11743          test "$cross_compiling" = yes ||
11744          $as_test_x conftest$ac_exeext
11745        }; then
11746   case "$LIBEXT" in
11747     dll) ;;
11748     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'` ;;
11749     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11750   esac
11751 else
11752   $as_echo "$as_me: failed program was:" >&5
11753 sed 's/^/| /' conftest.$ac_ext >&5
11754
11755
11756 fi
11757
11758 rm -rf conftest.dSYM
11759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11760       conftest$ac_exeext conftest.$ac_ext
11761   LIBS=$ac_check_soname_save_LIBS
11762 fi
11763 if test "x$ac_cv_lib_soname_GL" = "x"; then
11764   { $as_echo "$as_me:$LINENO: result: not found" >&5
11765 $as_echo "not found" >&6; }
11766        if test -f /usr/X11R6/lib/libGL.a
11767                                     then
11768                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11769 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11770                                     else
11771                                         opengl_msg="No OpenGL library found on this system."
11772                                     fi
11773 else
11774   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11775 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11776
11777 cat >>confdefs.h <<_ACEOF
11778 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11779 _ACEOF
11780
11781        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"
11782
11783 cat >>confdefs.h <<\_ACEOF
11784 #define HAVE_OPENGL 1
11785 _ACEOF
11786
11787 fi
11788
11789 else
11790   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11791 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11792
11793 cat >>confdefs.h <<_ACEOF
11794 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11795 _ACEOF
11796
11797        OPENGL_LIBS="-lGL"
11798
11799 cat >>confdefs.h <<\_ACEOF
11800 #define HAVE_OPENGL 1
11801 _ACEOF
11802
11803 fi
11804
11805                  if test "$ac_cv_header_GL_glu_h" = "yes"
11806                  then
11807                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11808 $as_echo_n "checking for -lGLU... " >&6; }
11809 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11810   $as_echo_n "(cached) " >&6
11811 else
11812   ac_check_soname_save_LIBS=$LIBS
11813 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11814   cat >conftest.$ac_ext <<_ACEOF
11815 /* confdefs.h.  */
11816 _ACEOF
11817 cat confdefs.h >>conftest.$ac_ext
11818 cat >>conftest.$ac_ext <<_ACEOF
11819 /* end confdefs.h.  */
11820
11821 /* Override any GCC internal prototype to avoid an error.
11822    Use char because int might match the return type of a GCC
11823    builtin and then its argument prototype would still apply.  */
11824 #ifdef __cplusplus
11825 extern "C"
11826 #endif
11827 char gluLookAt ();
11828 int
11829 main ()
11830 {
11831 return gluLookAt ();
11832   ;
11833   return 0;
11834 }
11835 _ACEOF
11836 rm -f conftest.$ac_objext conftest$ac_exeext
11837 if { (ac_try="$ac_link"
11838 case "(($ac_try" in
11839   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11840   *) ac_try_echo=$ac_try;;
11841 esac
11842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11843 $as_echo "$ac_try_echo") >&5
11844   (eval "$ac_link") 2>conftest.er1
11845   ac_status=$?
11846   grep -v '^ *+' conftest.er1 >conftest.err
11847   rm -f conftest.er1
11848   cat conftest.err >&5
11849   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11850   (exit $ac_status); } && {
11851          test -z "$ac_c_werror_flag" ||
11852          test ! -s conftest.err
11853        } && test -s conftest$ac_exeext && {
11854          test "$cross_compiling" = yes ||
11855          $as_test_x conftest$ac_exeext
11856        }; then
11857   case "$LIBEXT" in
11858     dll) ;;
11859     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'` ;;
11860     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11861   esac
11862 else
11863   $as_echo "$as_me: failed program was:" >&5
11864 sed 's/^/| /' conftest.$ac_ext >&5
11865
11866
11867 fi
11868
11869 rm -rf conftest.dSYM
11870 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11871       conftest$ac_exeext conftest.$ac_ext
11872   LIBS=$ac_check_soname_save_LIBS
11873 fi
11874 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11875   { $as_echo "$as_me:$LINENO: result: not found" >&5
11876 $as_echo "not found" >&6; }
11877
11878 else
11879   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11880 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11881
11882 cat >>confdefs.h <<_ACEOF
11883 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11884 _ACEOF
11885
11886
11887 fi
11888
11889                  fi
11890                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11891   case "x$with_glu" in
11892   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11893   xno) ;;
11894   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11895 This is an error since --with-glu was requested." >&5
11896 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11897 This is an error since --with-glu was requested." >&2;}
11898    { (exit 1); exit 1; }; } ;;
11899 esac
11900 fi
11901
11902              else
11903                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11904              fi
11905          else
11906              opengl_msg="OpenGL development headers not found."
11907          fi
11908          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11909          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11910     else
11911          enable_opengl32=${enable_opengl32:-no}
11912          enable_glu32=${enable_glu32:-no}
11913     fi
11914     if test -n "$opengl_msg"; then
11915   case "x$with_opengl" in
11916   x)   wine_warnings="$wine_warnings|$opengl_msg
11917 OpenGL and Direct3D won't be supported." ;;
11918   xno) ;;
11919   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11920 OpenGL and Direct3D won't be supported.
11921 This is an error since --with-opengl was requested." >&5
11922 $as_echo "$as_me: error: $opengl_msg
11923 OpenGL and Direct3D won't be supported.
11924 This is an error since --with-opengl was requested." >&2;}
11925    { (exit 1); exit 1; }; } ;;
11926 esac
11927 fi
11928
11929
11930         NASLIBS=""
11931
11932
11933 for ac_header in audio/audiolib.h
11934 do
11935 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11936 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11937   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11938 $as_echo_n "checking for $ac_header... " >&6; }
11939 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11940   $as_echo_n "(cached) " >&6
11941 fi
11942 ac_res=`eval 'as_val=${'$as_ac_Header'}
11943                  $as_echo "$as_val"'`
11944                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11945 $as_echo "$ac_res" >&6; }
11946 else
11947   # Is the header compilable?
11948 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11949 $as_echo_n "checking $ac_header usability... " >&6; }
11950 cat >conftest.$ac_ext <<_ACEOF
11951 /* confdefs.h.  */
11952 _ACEOF
11953 cat confdefs.h >>conftest.$ac_ext
11954 cat >>conftest.$ac_ext <<_ACEOF
11955 /* end confdefs.h.  */
11956 $ac_includes_default
11957 #include <$ac_header>
11958 _ACEOF
11959 rm -f conftest.$ac_objext
11960 if { (ac_try="$ac_compile"
11961 case "(($ac_try" in
11962   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11963   *) ac_try_echo=$ac_try;;
11964 esac
11965 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11966 $as_echo "$ac_try_echo") >&5
11967   (eval "$ac_compile") 2>conftest.er1
11968   ac_status=$?
11969   grep -v '^ *+' conftest.er1 >conftest.err
11970   rm -f conftest.er1
11971   cat conftest.err >&5
11972   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11973   (exit $ac_status); } && {
11974          test -z "$ac_c_werror_flag" ||
11975          test ! -s conftest.err
11976        } && test -s conftest.$ac_objext; then
11977   ac_header_compiler=yes
11978 else
11979   $as_echo "$as_me: failed program was:" >&5
11980 sed 's/^/| /' conftest.$ac_ext >&5
11981
11982         ac_header_compiler=no
11983 fi
11984
11985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11986 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11987 $as_echo "$ac_header_compiler" >&6; }
11988
11989 # Is the header present?
11990 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11991 $as_echo_n "checking $ac_header presence... " >&6; }
11992 cat >conftest.$ac_ext <<_ACEOF
11993 /* confdefs.h.  */
11994 _ACEOF
11995 cat confdefs.h >>conftest.$ac_ext
11996 cat >>conftest.$ac_ext <<_ACEOF
11997 /* end confdefs.h.  */
11998 #include <$ac_header>
11999 _ACEOF
12000 if { (ac_try="$ac_cpp conftest.$ac_ext"
12001 case "(($ac_try" in
12002   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12003   *) ac_try_echo=$ac_try;;
12004 esac
12005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12006 $as_echo "$ac_try_echo") >&5
12007   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12008   ac_status=$?
12009   grep -v '^ *+' conftest.er1 >conftest.err
12010   rm -f conftest.er1
12011   cat conftest.err >&5
12012   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12013   (exit $ac_status); } >/dev/null && {
12014          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12015          test ! -s conftest.err
12016        }; then
12017   ac_header_preproc=yes
12018 else
12019   $as_echo "$as_me: failed program was:" >&5
12020 sed 's/^/| /' conftest.$ac_ext >&5
12021
12022   ac_header_preproc=no
12023 fi
12024
12025 rm -f conftest.err conftest.$ac_ext
12026 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12027 $as_echo "$ac_header_preproc" >&6; }
12028
12029 # So?  What about this header?
12030 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12031   yes:no: )
12032     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12033 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12034     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12035 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12036     ac_header_preproc=yes
12037     ;;
12038   no:yes:* )
12039     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12040 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12041     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12042 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12043     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12044 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12045     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12046 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12047     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12048 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12049     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12050 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12051     ( cat <<\_ASBOX
12052 ## ------------------------------------ ##
12053 ## Report this to wine-devel@winehq.org ##
12054 ## ------------------------------------ ##
12055 _ASBOX
12056      ) | sed "s/^/$as_me: WARNING:     /" >&2
12057     ;;
12058 esac
12059 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12060 $as_echo_n "checking for $ac_header... " >&6; }
12061 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12062   $as_echo_n "(cached) " >&6
12063 else
12064   eval "$as_ac_Header=\$ac_header_preproc"
12065 fi
12066 ac_res=`eval 'as_val=${'$as_ac_Header'}
12067                  $as_echo "$as_val"'`
12068                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12069 $as_echo "$ac_res" >&6; }
12070
12071 fi
12072 as_val=`eval 'as_val=${'$as_ac_Header'}
12073                  $as_echo "$as_val"'`
12074    if test "x$as_val" = x""yes; then
12075   cat >>confdefs.h <<_ACEOF
12076 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12077 _ACEOF
12078
12079 for ac_header in audio/soundlib.h
12080 do
12081 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12082 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12083 $as_echo_n "checking for $ac_header... " >&6; }
12084 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12085   $as_echo_n "(cached) " >&6
12086 else
12087   cat >conftest.$ac_ext <<_ACEOF
12088 /* confdefs.h.  */
12089 _ACEOF
12090 cat confdefs.h >>conftest.$ac_ext
12091 cat >>conftest.$ac_ext <<_ACEOF
12092 /* end confdefs.h.  */
12093 #include <audio/audiolib.h>
12094
12095 #include <$ac_header>
12096 _ACEOF
12097 rm -f conftest.$ac_objext
12098 if { (ac_try="$ac_compile"
12099 case "(($ac_try" in
12100   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12101   *) ac_try_echo=$ac_try;;
12102 esac
12103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12104 $as_echo "$ac_try_echo") >&5
12105   (eval "$ac_compile") 2>conftest.er1
12106   ac_status=$?
12107   grep -v '^ *+' conftest.er1 >conftest.err
12108   rm -f conftest.er1
12109   cat conftest.err >&5
12110   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12111   (exit $ac_status); } && {
12112          test -z "$ac_c_werror_flag" ||
12113          test ! -s conftest.err
12114        } && test -s conftest.$ac_objext; then
12115   eval "$as_ac_Header=yes"
12116 else
12117   $as_echo "$as_me: failed program was:" >&5
12118 sed 's/^/| /' conftest.$ac_ext >&5
12119
12120         eval "$as_ac_Header=no"
12121 fi
12122
12123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12124 fi
12125 ac_res=`eval 'as_val=${'$as_ac_Header'}
12126                  $as_echo "$as_val"'`
12127                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12128 $as_echo "$ac_res" >&6; }
12129 as_val=`eval 'as_val=${'$as_ac_Header'}
12130                  $as_echo "$as_val"'`
12131    if test "x$as_val" = x""yes; then
12132   cat >>confdefs.h <<_ACEOF
12133 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12134 _ACEOF
12135
12136 fi
12137
12138 done
12139
12140           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12141 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12142 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12143   $as_echo_n "(cached) " >&6
12144 else
12145   ac_check_lib_save_LIBS=$LIBS
12146 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12147 cat >conftest.$ac_ext <<_ACEOF
12148 /* confdefs.h.  */
12149 _ACEOF
12150 cat confdefs.h >>conftest.$ac_ext
12151 cat >>conftest.$ac_ext <<_ACEOF
12152 /* end confdefs.h.  */
12153
12154 /* Override any GCC internal prototype to avoid an error.
12155    Use char because int might match the return type of a GCC
12156    builtin and then its argument prototype would still apply.  */
12157 #ifdef __cplusplus
12158 extern "C"
12159 #endif
12160 char AuCreateFlow ();
12161 int
12162 main ()
12163 {
12164 return AuCreateFlow ();
12165   ;
12166   return 0;
12167 }
12168 _ACEOF
12169 rm -f conftest.$ac_objext conftest$ac_exeext
12170 if { (ac_try="$ac_link"
12171 case "(($ac_try" in
12172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12173   *) ac_try_echo=$ac_try;;
12174 esac
12175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12176 $as_echo "$ac_try_echo") >&5
12177   (eval "$ac_link") 2>conftest.er1
12178   ac_status=$?
12179   grep -v '^ *+' conftest.er1 >conftest.err
12180   rm -f conftest.er1
12181   cat conftest.err >&5
12182   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12183   (exit $ac_status); } && {
12184          test -z "$ac_c_werror_flag" ||
12185          test ! -s conftest.err
12186        } && test -s conftest$ac_exeext && {
12187          test "$cross_compiling" = yes ||
12188          $as_test_x conftest$ac_exeext
12189        }; then
12190   ac_cv_lib_audio_AuCreateFlow=yes
12191 else
12192   $as_echo "$as_me: failed program was:" >&5
12193 sed 's/^/| /' conftest.$ac_ext >&5
12194
12195         ac_cv_lib_audio_AuCreateFlow=no
12196 fi
12197
12198 rm -rf conftest.dSYM
12199 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12200       conftest$ac_exeext conftest.$ac_ext
12201 LIBS=$ac_check_lib_save_LIBS
12202 fi
12203 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12204 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12205 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12206
12207 cat >>confdefs.h <<\_ACEOF
12208 #define HAVE_NAS 1
12209 _ACEOF
12210
12211                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12212 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12213 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12214   $as_echo_n "(cached) " >&6
12215 else
12216   ac_check_lib_save_LIBS=$LIBS
12217 LIBS="-lXau $X_LIBS $LIBS"
12218 cat >conftest.$ac_ext <<_ACEOF
12219 /* confdefs.h.  */
12220 _ACEOF
12221 cat confdefs.h >>conftest.$ac_ext
12222 cat >>conftest.$ac_ext <<_ACEOF
12223 /* end confdefs.h.  */
12224
12225 /* Override any GCC internal prototype to avoid an error.
12226    Use char because int might match the return type of a GCC
12227    builtin and then its argument prototype would still apply.  */
12228 #ifdef __cplusplus
12229 extern "C"
12230 #endif
12231 char XauGetBestAuthByAddr ();
12232 int
12233 main ()
12234 {
12235 return XauGetBestAuthByAddr ();
12236   ;
12237   return 0;
12238 }
12239 _ACEOF
12240 rm -f conftest.$ac_objext conftest$ac_exeext
12241 if { (ac_try="$ac_link"
12242 case "(($ac_try" in
12243   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12244   *) ac_try_echo=$ac_try;;
12245 esac
12246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12247 $as_echo "$ac_try_echo") >&5
12248   (eval "$ac_link") 2>conftest.er1
12249   ac_status=$?
12250   grep -v '^ *+' conftest.er1 >conftest.err
12251   rm -f conftest.er1
12252   cat conftest.err >&5
12253   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12254   (exit $ac_status); } && {
12255          test -z "$ac_c_werror_flag" ||
12256          test ! -s conftest.err
12257        } && test -s conftest$ac_exeext && {
12258          test "$cross_compiling" = yes ||
12259          $as_test_x conftest$ac_exeext
12260        }; then
12261   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12262 else
12263   $as_echo "$as_me: failed program was:" >&5
12264 sed 's/^/| /' conftest.$ac_ext >&5
12265
12266         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12267 fi
12268
12269 rm -rf conftest.dSYM
12270 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12271       conftest$ac_exeext conftest.$ac_ext
12272 LIBS=$ac_check_lib_save_LIBS
12273 fi
12274 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12275 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12276 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12277   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12278 else
12279   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12280 fi
12281
12282
12283 fi
12284
12285 fi
12286
12287 done
12288
12289
12290     CPPFLAGS="$ac_save_CPPFLAGS"
12291 else
12292     XLIB=""
12293     X_CFLAGS=""
12294     X_LIBS=""
12295     enable_winex11_drv=${enable_winex11_drv:-no}
12296     enable_opengl32=${enable_opengl32:-no}
12297     enable_glu32=${enable_glu32:-no}
12298 fi
12299 if test "x$XLIB" = "x"; then
12300   case "x$with_x" in
12301   xno) ;;
12302   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12303 without X support, which probably isn't what you want. You will need to install
12304 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12305 Use the --without-x option if you really want this." >&5
12306 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12307 without X support, which probably isn't what you want. You will need to install
12308 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12309 Use the --without-x option if you really want this." >&2;}
12310    { (exit 1); exit 1; }; } ;;
12311 esac
12312 fi
12313
12314
12315
12316 XML2LIBS=""
12317
12318 XML2INCL=""
12319
12320 XSLTINCL=""
12321
12322 if test "x$with_xml" != "xno"
12323 then
12324     ac_save_CPPFLAGS="$CPPFLAGS"
12325     if test "$PKG_CONFIG" != "false"
12326     then
12327         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12328         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12329     else
12330         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12331         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12332     fi
12333     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12334
12335 for ac_header in libxml/parser.h
12336 do
12337 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12338 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12339   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12340 $as_echo_n "checking for $ac_header... " >&6; }
12341 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12342   $as_echo_n "(cached) " >&6
12343 fi
12344 ac_res=`eval 'as_val=${'$as_ac_Header'}
12345                  $as_echo "$as_val"'`
12346                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12347 $as_echo "$ac_res" >&6; }
12348 else
12349   # Is the header compilable?
12350 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12351 $as_echo_n "checking $ac_header usability... " >&6; }
12352 cat >conftest.$ac_ext <<_ACEOF
12353 /* confdefs.h.  */
12354 _ACEOF
12355 cat confdefs.h >>conftest.$ac_ext
12356 cat >>conftest.$ac_ext <<_ACEOF
12357 /* end confdefs.h.  */
12358 $ac_includes_default
12359 #include <$ac_header>
12360 _ACEOF
12361 rm -f conftest.$ac_objext
12362 if { (ac_try="$ac_compile"
12363 case "(($ac_try" in
12364   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12365   *) ac_try_echo=$ac_try;;
12366 esac
12367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12368 $as_echo "$ac_try_echo") >&5
12369   (eval "$ac_compile") 2>conftest.er1
12370   ac_status=$?
12371   grep -v '^ *+' conftest.er1 >conftest.err
12372   rm -f conftest.er1
12373   cat conftest.err >&5
12374   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12375   (exit $ac_status); } && {
12376          test -z "$ac_c_werror_flag" ||
12377          test ! -s conftest.err
12378        } && test -s conftest.$ac_objext; then
12379   ac_header_compiler=yes
12380 else
12381   $as_echo "$as_me: failed program was:" >&5
12382 sed 's/^/| /' conftest.$ac_ext >&5
12383
12384         ac_header_compiler=no
12385 fi
12386
12387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12388 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12389 $as_echo "$ac_header_compiler" >&6; }
12390
12391 # Is the header present?
12392 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12393 $as_echo_n "checking $ac_header presence... " >&6; }
12394 cat >conftest.$ac_ext <<_ACEOF
12395 /* confdefs.h.  */
12396 _ACEOF
12397 cat confdefs.h >>conftest.$ac_ext
12398 cat >>conftest.$ac_ext <<_ACEOF
12399 /* end confdefs.h.  */
12400 #include <$ac_header>
12401 _ACEOF
12402 if { (ac_try="$ac_cpp conftest.$ac_ext"
12403 case "(($ac_try" in
12404   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12405   *) ac_try_echo=$ac_try;;
12406 esac
12407 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12408 $as_echo "$ac_try_echo") >&5
12409   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12410   ac_status=$?
12411   grep -v '^ *+' conftest.er1 >conftest.err
12412   rm -f conftest.er1
12413   cat conftest.err >&5
12414   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12415   (exit $ac_status); } >/dev/null && {
12416          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12417          test ! -s conftest.err
12418        }; then
12419   ac_header_preproc=yes
12420 else
12421   $as_echo "$as_me: failed program was:" >&5
12422 sed 's/^/| /' conftest.$ac_ext >&5
12423
12424   ac_header_preproc=no
12425 fi
12426
12427 rm -f conftest.err conftest.$ac_ext
12428 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12429 $as_echo "$ac_header_preproc" >&6; }
12430
12431 # So?  What about this header?
12432 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12433   yes:no: )
12434     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12435 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12436     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12437 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12438     ac_header_preproc=yes
12439     ;;
12440   no:yes:* )
12441     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12442 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12443     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12444 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12445     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12446 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12447     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12448 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12449     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12450 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12451     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12452 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12453     ( cat <<\_ASBOX
12454 ## ------------------------------------ ##
12455 ## Report this to wine-devel@winehq.org ##
12456 ## ------------------------------------ ##
12457 _ASBOX
12458      ) | sed "s/^/$as_me: WARNING:     /" >&2
12459     ;;
12460 esac
12461 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12462 $as_echo_n "checking for $ac_header... " >&6; }
12463 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12464   $as_echo_n "(cached) " >&6
12465 else
12466   eval "$as_ac_Header=\$ac_header_preproc"
12467 fi
12468 ac_res=`eval 'as_val=${'$as_ac_Header'}
12469                  $as_echo "$as_val"'`
12470                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12471 $as_echo "$ac_res" >&6; }
12472
12473 fi
12474 as_val=`eval 'as_val=${'$as_ac_Header'}
12475                  $as_echo "$as_val"'`
12476    if test "x$as_val" = x""yes; then
12477   cat >>confdefs.h <<_ACEOF
12478 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12479 _ACEOF
12480  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12481 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12482 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12483   $as_echo_n "(cached) " >&6
12484 else
12485   ac_check_lib_save_LIBS=$LIBS
12486 LIBS="-lxml2 $ac_xml_libs $LIBS"
12487 cat >conftest.$ac_ext <<_ACEOF
12488 /* confdefs.h.  */
12489 _ACEOF
12490 cat confdefs.h >>conftest.$ac_ext
12491 cat >>conftest.$ac_ext <<_ACEOF
12492 /* end confdefs.h.  */
12493
12494 /* Override any GCC internal prototype to avoid an error.
12495    Use char because int might match the return type of a GCC
12496    builtin and then its argument prototype would still apply.  */
12497 #ifdef __cplusplus
12498 extern "C"
12499 #endif
12500 char xmlParseMemory ();
12501 int
12502 main ()
12503 {
12504 return xmlParseMemory ();
12505   ;
12506   return 0;
12507 }
12508 _ACEOF
12509 rm -f conftest.$ac_objext conftest$ac_exeext
12510 if { (ac_try="$ac_link"
12511 case "(($ac_try" in
12512   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12513   *) ac_try_echo=$ac_try;;
12514 esac
12515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12516 $as_echo "$ac_try_echo") >&5
12517   (eval "$ac_link") 2>conftest.er1
12518   ac_status=$?
12519   grep -v '^ *+' conftest.er1 >conftest.err
12520   rm -f conftest.er1
12521   cat conftest.err >&5
12522   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12523   (exit $ac_status); } && {
12524          test -z "$ac_c_werror_flag" ||
12525          test ! -s conftest.err
12526        } && test -s conftest$ac_exeext && {
12527          test "$cross_compiling" = yes ||
12528          $as_test_x conftest$ac_exeext
12529        }; then
12530   ac_cv_lib_xml2_xmlParseMemory=yes
12531 else
12532   $as_echo "$as_me: failed program was:" >&5
12533 sed 's/^/| /' conftest.$ac_ext >&5
12534
12535         ac_cv_lib_xml2_xmlParseMemory=no
12536 fi
12537
12538 rm -rf conftest.dSYM
12539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12540       conftest$ac_exeext conftest.$ac_ext
12541 LIBS=$ac_check_lib_save_LIBS
12542 fi
12543 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12544 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12545 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12546
12547 cat >>confdefs.h <<\_ACEOF
12548 #define HAVE_LIBXML2 1
12549 _ACEOF
12550
12551                  XML2LIBS="$ac_xml_libs"
12552                  XML2INCL="$ac_xml_cflags"
12553 fi
12554
12555              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12556 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12557 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12558   $as_echo_n "(cached) " >&6
12559 else
12560   ac_check_lib_save_LIBS=$LIBS
12561 LIBS="-lxml2 $ac_xml_libs $LIBS"
12562 cat >conftest.$ac_ext <<_ACEOF
12563 /* confdefs.h.  */
12564 _ACEOF
12565 cat confdefs.h >>conftest.$ac_ext
12566 cat >>conftest.$ac_ext <<_ACEOF
12567 /* end confdefs.h.  */
12568
12569 /* Override any GCC internal prototype to avoid an error.
12570    Use char because int might match the return type of a GCC
12571    builtin and then its argument prototype would still apply.  */
12572 #ifdef __cplusplus
12573 extern "C"
12574 #endif
12575 char xmlReadMemory ();
12576 int
12577 main ()
12578 {
12579 return xmlReadMemory ();
12580   ;
12581   return 0;
12582 }
12583 _ACEOF
12584 rm -f conftest.$ac_objext conftest$ac_exeext
12585 if { (ac_try="$ac_link"
12586 case "(($ac_try" in
12587   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12588   *) ac_try_echo=$ac_try;;
12589 esac
12590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12591 $as_echo "$ac_try_echo") >&5
12592   (eval "$ac_link") 2>conftest.er1
12593   ac_status=$?
12594   grep -v '^ *+' conftest.er1 >conftest.err
12595   rm -f conftest.er1
12596   cat conftest.err >&5
12597   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12598   (exit $ac_status); } && {
12599          test -z "$ac_c_werror_flag" ||
12600          test ! -s conftest.err
12601        } && test -s conftest$ac_exeext && {
12602          test "$cross_compiling" = yes ||
12603          $as_test_x conftest$ac_exeext
12604        }; then
12605   ac_cv_lib_xml2_xmlReadMemory=yes
12606 else
12607   $as_echo "$as_me: failed program was:" >&5
12608 sed 's/^/| /' conftest.$ac_ext >&5
12609
12610         ac_cv_lib_xml2_xmlReadMemory=no
12611 fi
12612
12613 rm -rf conftest.dSYM
12614 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12615       conftest$ac_exeext conftest.$ac_ext
12616 LIBS=$ac_check_lib_save_LIBS
12617 fi
12618 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12619 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12620 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12621
12622 cat >>confdefs.h <<\_ACEOF
12623 #define HAVE_XMLREADMEMORY 1
12624 _ACEOF
12625
12626 fi
12627
12628              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12629 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12630 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12631   $as_echo_n "(cached) " >&6
12632 else
12633   ac_check_lib_save_LIBS=$LIBS
12634 LIBS="-lxml2 $ac_xml_libs $LIBS"
12635 cat >conftest.$ac_ext <<_ACEOF
12636 /* confdefs.h.  */
12637 _ACEOF
12638 cat confdefs.h >>conftest.$ac_ext
12639 cat >>conftest.$ac_ext <<_ACEOF
12640 /* end confdefs.h.  */
12641
12642 /* Override any GCC internal prototype to avoid an error.
12643    Use char because int might match the return type of a GCC
12644    builtin and then its argument prototype would still apply.  */
12645 #ifdef __cplusplus
12646 extern "C"
12647 #endif
12648 char xmlNewDocPI ();
12649 int
12650 main ()
12651 {
12652 return xmlNewDocPI ();
12653   ;
12654   return 0;
12655 }
12656 _ACEOF
12657 rm -f conftest.$ac_objext conftest$ac_exeext
12658 if { (ac_try="$ac_link"
12659 case "(($ac_try" in
12660   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12661   *) ac_try_echo=$ac_try;;
12662 esac
12663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12664 $as_echo "$ac_try_echo") >&5
12665   (eval "$ac_link") 2>conftest.er1
12666   ac_status=$?
12667   grep -v '^ *+' conftest.er1 >conftest.err
12668   rm -f conftest.er1
12669   cat conftest.err >&5
12670   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12671   (exit $ac_status); } && {
12672          test -z "$ac_c_werror_flag" ||
12673          test ! -s conftest.err
12674        } && test -s conftest$ac_exeext && {
12675          test "$cross_compiling" = yes ||
12676          $as_test_x conftest$ac_exeext
12677        }; then
12678   ac_cv_lib_xml2_xmlNewDocPI=yes
12679 else
12680   $as_echo "$as_me: failed program was:" >&5
12681 sed 's/^/| /' conftest.$ac_ext >&5
12682
12683         ac_cv_lib_xml2_xmlNewDocPI=no
12684 fi
12685
12686 rm -rf conftest.dSYM
12687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12688       conftest$ac_exeext conftest.$ac_ext
12689 LIBS=$ac_check_lib_save_LIBS
12690 fi
12691 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12692 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12693 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12694
12695 cat >>confdefs.h <<\_ACEOF
12696 #define HAVE_XMLNEWDOCPI 1
12697 _ACEOF
12698
12699 fi
12700
12701
12702 fi
12703
12704 done
12705
12706     CPPFLAGS="$ac_save_CPPFLAGS"
12707 fi
12708 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12709   case "x$with_xml" in
12710   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12711   xno) ;;
12712   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12713 This is an error since --with-xml was requested." >&5
12714 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12715 This is an error since --with-xml was requested." >&2;}
12716    { (exit 1); exit 1; }; } ;;
12717 esac
12718 fi
12719
12720
12721 if test "x$with_xslt" != "xno"
12722 then
12723     if test "$PKG_CONFIG" != "false"
12724     then
12725         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12726         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12727     else
12728         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12729         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12730     fi
12731     ac_save_CPPFLAGS="$CPPFLAGS"
12732     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12733
12734
12735 for ac_header in libxslt/pattern.h libxslt/transform.h
12736 do
12737 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12738 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12739 $as_echo_n "checking for $ac_header... " >&6; }
12740 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12741   $as_echo_n "(cached) " >&6
12742 else
12743   cat >conftest.$ac_ext <<_ACEOF
12744 /* confdefs.h.  */
12745 _ACEOF
12746 cat confdefs.h >>conftest.$ac_ext
12747 cat >>conftest.$ac_ext <<_ACEOF
12748 /* end confdefs.h.  */
12749 #ifdef HAVE_LIBXSLT_PATTERN_H
12750 # include <libxslt/pattern.h>
12751 #endif
12752
12753 #include <$ac_header>
12754 _ACEOF
12755 rm -f conftest.$ac_objext
12756 if { (ac_try="$ac_compile"
12757 case "(($ac_try" in
12758   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12759   *) ac_try_echo=$ac_try;;
12760 esac
12761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12762 $as_echo "$ac_try_echo") >&5
12763   (eval "$ac_compile") 2>conftest.er1
12764   ac_status=$?
12765   grep -v '^ *+' conftest.er1 >conftest.err
12766   rm -f conftest.er1
12767   cat conftest.err >&5
12768   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12769   (exit $ac_status); } && {
12770          test -z "$ac_c_werror_flag" ||
12771          test ! -s conftest.err
12772        } && test -s conftest.$ac_objext; then
12773   eval "$as_ac_Header=yes"
12774 else
12775   $as_echo "$as_me: failed program was:" >&5
12776 sed 's/^/| /' conftest.$ac_ext >&5
12777
12778         eval "$as_ac_Header=no"
12779 fi
12780
12781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12782 fi
12783 ac_res=`eval 'as_val=${'$as_ac_Header'}
12784                  $as_echo "$as_val"'`
12785                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12786 $as_echo "$ac_res" >&6; }
12787 as_val=`eval 'as_val=${'$as_ac_Header'}
12788                  $as_echo "$as_val"'`
12789    if test "x$as_val" = x""yes; then
12790   cat >>confdefs.h <<_ACEOF
12791 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12792 _ACEOF
12793
12794 fi
12795
12796 done
12797
12798     CPPFLAGS="$ac_save_CPPFLAGS"
12799     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12800     then
12801         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12802 $as_echo_n "checking for -lxslt... " >&6; }
12803 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12804   $as_echo_n "(cached) " >&6
12805 else
12806   ac_check_soname_save_LIBS=$LIBS
12807 LIBS="-lxslt $ac_xslt_libs $LIBS"
12808   cat >conftest.$ac_ext <<_ACEOF
12809 /* confdefs.h.  */
12810 _ACEOF
12811 cat confdefs.h >>conftest.$ac_ext
12812 cat >>conftest.$ac_ext <<_ACEOF
12813 /* end confdefs.h.  */
12814
12815 /* Override any GCC internal prototype to avoid an error.
12816    Use char because int might match the return type of a GCC
12817    builtin and then its argument prototype would still apply.  */
12818 #ifdef __cplusplus
12819 extern "C"
12820 #endif
12821 char xsltCompilePattern ();
12822 int
12823 main ()
12824 {
12825 return xsltCompilePattern ();
12826   ;
12827   return 0;
12828 }
12829 _ACEOF
12830 rm -f conftest.$ac_objext conftest$ac_exeext
12831 if { (ac_try="$ac_link"
12832 case "(($ac_try" in
12833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12834   *) ac_try_echo=$ac_try;;
12835 esac
12836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12837 $as_echo "$ac_try_echo") >&5
12838   (eval "$ac_link") 2>conftest.er1
12839   ac_status=$?
12840   grep -v '^ *+' conftest.er1 >conftest.err
12841   rm -f conftest.er1
12842   cat conftest.err >&5
12843   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12844   (exit $ac_status); } && {
12845          test -z "$ac_c_werror_flag" ||
12846          test ! -s conftest.err
12847        } && test -s conftest$ac_exeext && {
12848          test "$cross_compiling" = yes ||
12849          $as_test_x conftest$ac_exeext
12850        }; then
12851   case "$LIBEXT" in
12852     dll) ;;
12853     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'` ;;
12854     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12855   esac
12856 else
12857   $as_echo "$as_me: failed program was:" >&5
12858 sed 's/^/| /' conftest.$ac_ext >&5
12859
12860
12861 fi
12862
12863 rm -rf conftest.dSYM
12864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12865       conftest$ac_exeext conftest.$ac_ext
12866   LIBS=$ac_check_soname_save_LIBS
12867 fi
12868 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12869   { $as_echo "$as_me:$LINENO: result: not found" >&5
12870 $as_echo "not found" >&6; }
12871
12872 else
12873   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12874 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12875
12876 cat >>confdefs.h <<_ACEOF
12877 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12878 _ACEOF
12879
12880        XSLTINCL="$ac_xslt_cflags"
12881 fi
12882
12883     fi
12884 fi
12885 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12886   case "x$with_xslt" in
12887   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12888   xno) ;;
12889   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12890 This is an error since --with-xslt was requested." >&5
12891 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12892 This is an error since --with-xslt was requested." >&2;}
12893    { (exit 1); exit 1; }; } ;;
12894 esac
12895 fi
12896
12897
12898 HALINCL=""
12899
12900 if test "x$with_hal" != "xno"
12901 then
12902     ac_save_CPPFLAGS="$CPPFLAGS"
12903     if test "$PKG_CONFIG" != "false"
12904     then
12905         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12906         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12907         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12908     fi
12909
12910
12911 for ac_header in dbus/dbus.h hal/libhal.h
12912 do
12913 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12914 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12915   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12916 $as_echo_n "checking for $ac_header... " >&6; }
12917 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12918   $as_echo_n "(cached) " >&6
12919 fi
12920 ac_res=`eval 'as_val=${'$as_ac_Header'}
12921                  $as_echo "$as_val"'`
12922                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12923 $as_echo "$ac_res" >&6; }
12924 else
12925   # Is the header compilable?
12926 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12927 $as_echo_n "checking $ac_header usability... " >&6; }
12928 cat >conftest.$ac_ext <<_ACEOF
12929 /* confdefs.h.  */
12930 _ACEOF
12931 cat confdefs.h >>conftest.$ac_ext
12932 cat >>conftest.$ac_ext <<_ACEOF
12933 /* end confdefs.h.  */
12934 $ac_includes_default
12935 #include <$ac_header>
12936 _ACEOF
12937 rm -f conftest.$ac_objext
12938 if { (ac_try="$ac_compile"
12939 case "(($ac_try" in
12940   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12941   *) ac_try_echo=$ac_try;;
12942 esac
12943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12944 $as_echo "$ac_try_echo") >&5
12945   (eval "$ac_compile") 2>conftest.er1
12946   ac_status=$?
12947   grep -v '^ *+' conftest.er1 >conftest.err
12948   rm -f conftest.er1
12949   cat conftest.err >&5
12950   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12951   (exit $ac_status); } && {
12952          test -z "$ac_c_werror_flag" ||
12953          test ! -s conftest.err
12954        } && test -s conftest.$ac_objext; then
12955   ac_header_compiler=yes
12956 else
12957   $as_echo "$as_me: failed program was:" >&5
12958 sed 's/^/| /' conftest.$ac_ext >&5
12959
12960         ac_header_compiler=no
12961 fi
12962
12963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12964 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12965 $as_echo "$ac_header_compiler" >&6; }
12966
12967 # Is the header present?
12968 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12969 $as_echo_n "checking $ac_header presence... " >&6; }
12970 cat >conftest.$ac_ext <<_ACEOF
12971 /* confdefs.h.  */
12972 _ACEOF
12973 cat confdefs.h >>conftest.$ac_ext
12974 cat >>conftest.$ac_ext <<_ACEOF
12975 /* end confdefs.h.  */
12976 #include <$ac_header>
12977 _ACEOF
12978 if { (ac_try="$ac_cpp conftest.$ac_ext"
12979 case "(($ac_try" in
12980   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12981   *) ac_try_echo=$ac_try;;
12982 esac
12983 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12984 $as_echo "$ac_try_echo") >&5
12985   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12986   ac_status=$?
12987   grep -v '^ *+' conftest.er1 >conftest.err
12988   rm -f conftest.er1
12989   cat conftest.err >&5
12990   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12991   (exit $ac_status); } >/dev/null && {
12992          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12993          test ! -s conftest.err
12994        }; then
12995   ac_header_preproc=yes
12996 else
12997   $as_echo "$as_me: failed program was:" >&5
12998 sed 's/^/| /' conftest.$ac_ext >&5
12999
13000   ac_header_preproc=no
13001 fi
13002
13003 rm -f conftest.err conftest.$ac_ext
13004 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13005 $as_echo "$ac_header_preproc" >&6; }
13006
13007 # So?  What about this header?
13008 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13009   yes:no: )
13010     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13011 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13012     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13013 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13014     ac_header_preproc=yes
13015     ;;
13016   no:yes:* )
13017     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13018 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13019     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13020 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13021     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13022 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13023     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13024 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13025     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13026 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13027     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13028 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13029     ( cat <<\_ASBOX
13030 ## ------------------------------------ ##
13031 ## Report this to wine-devel@winehq.org ##
13032 ## ------------------------------------ ##
13033 _ASBOX
13034      ) | sed "s/^/$as_me: WARNING:     /" >&2
13035     ;;
13036 esac
13037 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13038 $as_echo_n "checking for $ac_header... " >&6; }
13039 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13040   $as_echo_n "(cached) " >&6
13041 else
13042   eval "$as_ac_Header=\$ac_header_preproc"
13043 fi
13044 ac_res=`eval 'as_val=${'$as_ac_Header'}
13045                  $as_echo "$as_val"'`
13046                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13047 $as_echo "$ac_res" >&6; }
13048
13049 fi
13050 as_val=`eval 'as_val=${'$as_ac_Header'}
13051                  $as_echo "$as_val"'`
13052    if test "x$as_val" = x""yes; then
13053   cat >>confdefs.h <<_ACEOF
13054 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13055 _ACEOF
13056
13057 fi
13058
13059 done
13060
13061     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13062     then
13063         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13064 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13065 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13066   $as_echo_n "(cached) " >&6
13067 else
13068   ac_check_lib_save_LIBS=$LIBS
13069 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13070 cat >conftest.$ac_ext <<_ACEOF
13071 /* confdefs.h.  */
13072 _ACEOF
13073 cat confdefs.h >>conftest.$ac_ext
13074 cat >>conftest.$ac_ext <<_ACEOF
13075 /* end confdefs.h.  */
13076
13077 /* Override any GCC internal prototype to avoid an error.
13078    Use char because int might match the return type of a GCC
13079    builtin and then its argument prototype would still apply.  */
13080 #ifdef __cplusplus
13081 extern "C"
13082 #endif
13083 char dbus_connection_close ();
13084 int
13085 main ()
13086 {
13087 return dbus_connection_close ();
13088   ;
13089   return 0;
13090 }
13091 _ACEOF
13092 rm -f conftest.$ac_objext conftest$ac_exeext
13093 if { (ac_try="$ac_link"
13094 case "(($ac_try" in
13095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13096   *) ac_try_echo=$ac_try;;
13097 esac
13098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13099 $as_echo "$ac_try_echo") >&5
13100   (eval "$ac_link") 2>conftest.er1
13101   ac_status=$?
13102   grep -v '^ *+' conftest.er1 >conftest.err
13103   rm -f conftest.er1
13104   cat conftest.err >&5
13105   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13106   (exit $ac_status); } && {
13107          test -z "$ac_c_werror_flag" ||
13108          test ! -s conftest.err
13109        } && test -s conftest$ac_exeext && {
13110          test "$cross_compiling" = yes ||
13111          $as_test_x conftest$ac_exeext
13112        }; then
13113   ac_cv_lib_dbus_1_dbus_connection_close=yes
13114 else
13115   $as_echo "$as_me: failed program was:" >&5
13116 sed 's/^/| /' conftest.$ac_ext >&5
13117
13118         ac_cv_lib_dbus_1_dbus_connection_close=no
13119 fi
13120
13121 rm -rf conftest.dSYM
13122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13123       conftest$ac_exeext conftest.$ac_ext
13124 LIBS=$ac_check_lib_save_LIBS
13125 fi
13126 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13127 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13128 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13129   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13130 $as_echo_n "checking for -lhal... " >&6; }
13131 if test "${ac_cv_lib_soname_hal+set}" = set; then
13132   $as_echo_n "(cached) " >&6
13133 else
13134   ac_check_soname_save_LIBS=$LIBS
13135 LIBS="-lhal $ac_hal_libs $LIBS"
13136   cat >conftest.$ac_ext <<_ACEOF
13137 /* confdefs.h.  */
13138 _ACEOF
13139 cat confdefs.h >>conftest.$ac_ext
13140 cat >>conftest.$ac_ext <<_ACEOF
13141 /* end confdefs.h.  */
13142
13143 /* Override any GCC internal prototype to avoid an error.
13144    Use char because int might match the return type of a GCC
13145    builtin and then its argument prototype would still apply.  */
13146 #ifdef __cplusplus
13147 extern "C"
13148 #endif
13149 char libhal_ctx_new ();
13150 int
13151 main ()
13152 {
13153 return libhal_ctx_new ();
13154   ;
13155   return 0;
13156 }
13157 _ACEOF
13158 rm -f conftest.$ac_objext conftest$ac_exeext
13159 if { (ac_try="$ac_link"
13160 case "(($ac_try" in
13161   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13162   *) ac_try_echo=$ac_try;;
13163 esac
13164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13165 $as_echo "$ac_try_echo") >&5
13166   (eval "$ac_link") 2>conftest.er1
13167   ac_status=$?
13168   grep -v '^ *+' conftest.er1 >conftest.err
13169   rm -f conftest.er1
13170   cat conftest.err >&5
13171   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13172   (exit $ac_status); } && {
13173          test -z "$ac_c_werror_flag" ||
13174          test ! -s conftest.err
13175        } && test -s conftest$ac_exeext && {
13176          test "$cross_compiling" = yes ||
13177          $as_test_x conftest$ac_exeext
13178        }; then
13179   case "$LIBEXT" in
13180     dll) ;;
13181     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'` ;;
13182     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13183   esac
13184 else
13185   $as_echo "$as_me: failed program was:" >&5
13186 sed 's/^/| /' conftest.$ac_ext >&5
13187
13188
13189 fi
13190
13191 rm -rf conftest.dSYM
13192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13193       conftest$ac_exeext conftest.$ac_ext
13194   LIBS=$ac_check_soname_save_LIBS
13195 fi
13196 if test "x$ac_cv_lib_soname_hal" = "x"; then
13197   { $as_echo "$as_me:$LINENO: result: not found" >&5
13198 $as_echo "not found" >&6; }
13199
13200 else
13201   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13202 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13203
13204 cat >>confdefs.h <<_ACEOF
13205 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13206 _ACEOF
13207
13208        HALINCL="$ac_hal_cflags"
13209 fi
13210
13211 fi
13212
13213     fi
13214     CPPFLAGS="$ac_save_CPPFLAGS"
13215 fi
13216 if test "x$ac_cv_lib_soname_hal" = "x"; then
13217   case "x$with_hal" in
13218   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13219   xno) ;;
13220   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13221 This is an error since --with-hal was requested." >&5
13222 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13223 This is an error since --with-hal was requested." >&2;}
13224    { (exit 1); exit 1; }; } ;;
13225 esac
13226 fi
13227
13228
13229 if test "x$with_gnutls" != "xno"
13230 then
13231     ac_save_CPPFLAGS="$CPPFLAGS"
13232     if test "$PKG_CONFIG" != "false"
13233     then
13234         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13235         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13236         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13237     fi
13238     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13239   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13240 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13241 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13242   $as_echo_n "(cached) " >&6
13243 fi
13244 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13245 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13246 else
13247   # Is the header compilable?
13248 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13249 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13250 cat >conftest.$ac_ext <<_ACEOF
13251 /* confdefs.h.  */
13252 _ACEOF
13253 cat confdefs.h >>conftest.$ac_ext
13254 cat >>conftest.$ac_ext <<_ACEOF
13255 /* end confdefs.h.  */
13256 $ac_includes_default
13257 #include <gnutls/gnutls.h>
13258 _ACEOF
13259 rm -f conftest.$ac_objext
13260 if { (ac_try="$ac_compile"
13261 case "(($ac_try" in
13262   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13263   *) ac_try_echo=$ac_try;;
13264 esac
13265 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13266 $as_echo "$ac_try_echo") >&5
13267   (eval "$ac_compile") 2>conftest.er1
13268   ac_status=$?
13269   grep -v '^ *+' conftest.er1 >conftest.err
13270   rm -f conftest.er1
13271   cat conftest.err >&5
13272   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273   (exit $ac_status); } && {
13274          test -z "$ac_c_werror_flag" ||
13275          test ! -s conftest.err
13276        } && test -s conftest.$ac_objext; then
13277   ac_header_compiler=yes
13278 else
13279   $as_echo "$as_me: failed program was:" >&5
13280 sed 's/^/| /' conftest.$ac_ext >&5
13281
13282         ac_header_compiler=no
13283 fi
13284
13285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13286 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13287 $as_echo "$ac_header_compiler" >&6; }
13288
13289 # Is the header present?
13290 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13291 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13292 cat >conftest.$ac_ext <<_ACEOF
13293 /* confdefs.h.  */
13294 _ACEOF
13295 cat confdefs.h >>conftest.$ac_ext
13296 cat >>conftest.$ac_ext <<_ACEOF
13297 /* end confdefs.h.  */
13298 #include <gnutls/gnutls.h>
13299 _ACEOF
13300 if { (ac_try="$ac_cpp conftest.$ac_ext"
13301 case "(($ac_try" in
13302   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13303   *) ac_try_echo=$ac_try;;
13304 esac
13305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13306 $as_echo "$ac_try_echo") >&5
13307   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13308   ac_status=$?
13309   grep -v '^ *+' conftest.er1 >conftest.err
13310   rm -f conftest.er1
13311   cat conftest.err >&5
13312   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313   (exit $ac_status); } >/dev/null && {
13314          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13315          test ! -s conftest.err
13316        }; then
13317   ac_header_preproc=yes
13318 else
13319   $as_echo "$as_me: failed program was:" >&5
13320 sed 's/^/| /' conftest.$ac_ext >&5
13321
13322   ac_header_preproc=no
13323 fi
13324
13325 rm -f conftest.err conftest.$ac_ext
13326 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13327 $as_echo "$ac_header_preproc" >&6; }
13328
13329 # So?  What about this header?
13330 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13331   yes:no: )
13332     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13333 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13334     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13335 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13336     ac_header_preproc=yes
13337     ;;
13338   no:yes:* )
13339     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13340 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13341     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13342 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13343     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13344 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13345     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13346 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13347     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13348 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13349     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13350 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13351     ( cat <<\_ASBOX
13352 ## ------------------------------------ ##
13353 ## Report this to wine-devel@winehq.org ##
13354 ## ------------------------------------ ##
13355 _ASBOX
13356      ) | sed "s/^/$as_me: WARNING:     /" >&2
13357     ;;
13358 esac
13359 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13360 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13361 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13362   $as_echo_n "(cached) " >&6
13363 else
13364   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13365 fi
13366 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13367 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13368
13369 fi
13370 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13371   cat >conftest.$ac_ext <<_ACEOF
13372 /* confdefs.h.  */
13373 _ACEOF
13374 cat confdefs.h >>conftest.$ac_ext
13375 cat >>conftest.$ac_ext <<_ACEOF
13376 /* end confdefs.h.  */
13377 #include <gnutls/gnutls.h>
13378 int
13379 main ()
13380 {
13381 typeof(gnutls_mac_get_key_size) *pfunc;
13382   ;
13383   return 0;
13384 }
13385 _ACEOF
13386 rm -f conftest.$ac_objext
13387 if { (ac_try="$ac_compile"
13388 case "(($ac_try" in
13389   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13390   *) ac_try_echo=$ac_try;;
13391 esac
13392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13393 $as_echo "$ac_try_echo") >&5
13394   (eval "$ac_compile") 2>conftest.er1
13395   ac_status=$?
13396   grep -v '^ *+' conftest.er1 >conftest.err
13397   rm -f conftest.er1
13398   cat conftest.err >&5
13399   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13400   (exit $ac_status); } && {
13401          test -z "$ac_c_werror_flag" ||
13402          test ! -s conftest.err
13403        } && test -s conftest.$ac_objext; then
13404   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13405 $as_echo_n "checking for -lgnutls... " >&6; }
13406 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13407   $as_echo_n "(cached) " >&6
13408 else
13409   ac_check_soname_save_LIBS=$LIBS
13410 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13411   cat >conftest.$ac_ext <<_ACEOF
13412 /* confdefs.h.  */
13413 _ACEOF
13414 cat confdefs.h >>conftest.$ac_ext
13415 cat >>conftest.$ac_ext <<_ACEOF
13416 /* end confdefs.h.  */
13417
13418 /* Override any GCC internal prototype to avoid an error.
13419    Use char because int might match the return type of a GCC
13420    builtin and then its argument prototype would still apply.  */
13421 #ifdef __cplusplus
13422 extern "C"
13423 #endif
13424 char gnutls_global_init ();
13425 int
13426 main ()
13427 {
13428 return gnutls_global_init ();
13429   ;
13430   return 0;
13431 }
13432 _ACEOF
13433 rm -f conftest.$ac_objext conftest$ac_exeext
13434 if { (ac_try="$ac_link"
13435 case "(($ac_try" in
13436   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13437   *) ac_try_echo=$ac_try;;
13438 esac
13439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13440 $as_echo "$ac_try_echo") >&5
13441   (eval "$ac_link") 2>conftest.er1
13442   ac_status=$?
13443   grep -v '^ *+' conftest.er1 >conftest.err
13444   rm -f conftest.er1
13445   cat conftest.err >&5
13446   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13447   (exit $ac_status); } && {
13448          test -z "$ac_c_werror_flag" ||
13449          test ! -s conftest.err
13450        } && test -s conftest$ac_exeext && {
13451          test "$cross_compiling" = yes ||
13452          $as_test_x conftest$ac_exeext
13453        }; then
13454   case "$LIBEXT" in
13455     dll) ;;
13456     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'` ;;
13457     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13458   esac
13459 else
13460   $as_echo "$as_me: failed program was:" >&5
13461 sed 's/^/| /' conftest.$ac_ext >&5
13462
13463
13464 fi
13465
13466 rm -rf conftest.dSYM
13467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13468       conftest$ac_exeext conftest.$ac_ext
13469   LIBS=$ac_check_soname_save_LIBS
13470 fi
13471 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13472   { $as_echo "$as_me:$LINENO: result: not found" >&5
13473 $as_echo "not found" >&6; }
13474
13475 else
13476   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13477 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13478
13479 cat >>confdefs.h <<_ACEOF
13480 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13481 _ACEOF
13482
13483        GNUTLSINCL="$ac_gnutls_cflags"
13484
13485 fi
13486
13487 else
13488   $as_echo "$as_me: failed program was:" >&5
13489 sed 's/^/| /' conftest.$ac_ext >&5
13490
13491
13492 fi
13493
13494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13495 fi
13496
13497
13498     CPPFLAGS="$ac_save_CPPFLAGS"
13499 fi
13500 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13501   case "x$with_gnutls" in
13502   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13503   xno) ;;
13504   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13505 This is an error since --with-gnutls was requested." >&5
13506 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13507 This is an error since --with-gnutls was requested." >&2;}
13508    { (exit 1); exit 1; }; } ;;
13509 esac
13510 fi
13511
13512
13513 CURSESLIBS=""
13514 if test "$ac_cv_header_ncurses_h" = "yes"
13515 then
13516     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13517 $as_echo_n "checking for -lncurses... " >&6; }
13518 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13519   $as_echo_n "(cached) " >&6
13520 else
13521   ac_check_soname_save_LIBS=$LIBS
13522 LIBS="-lncurses  $LIBS"
13523   cat >conftest.$ac_ext <<_ACEOF
13524 /* confdefs.h.  */
13525 _ACEOF
13526 cat confdefs.h >>conftest.$ac_ext
13527 cat >>conftest.$ac_ext <<_ACEOF
13528 /* end confdefs.h.  */
13529
13530 /* Override any GCC internal prototype to avoid an error.
13531    Use char because int might match the return type of a GCC
13532    builtin and then its argument prototype would still apply.  */
13533 #ifdef __cplusplus
13534 extern "C"
13535 #endif
13536 char waddch ();
13537 int
13538 main ()
13539 {
13540 return waddch ();
13541   ;
13542   return 0;
13543 }
13544 _ACEOF
13545 rm -f conftest.$ac_objext conftest$ac_exeext
13546 if { (ac_try="$ac_link"
13547 case "(($ac_try" in
13548   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13549   *) ac_try_echo=$ac_try;;
13550 esac
13551 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13552 $as_echo "$ac_try_echo") >&5
13553   (eval "$ac_link") 2>conftest.er1
13554   ac_status=$?
13555   grep -v '^ *+' conftest.er1 >conftest.err
13556   rm -f conftest.er1
13557   cat conftest.err >&5
13558   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13559   (exit $ac_status); } && {
13560          test -z "$ac_c_werror_flag" ||
13561          test ! -s conftest.err
13562        } && test -s conftest$ac_exeext && {
13563          test "$cross_compiling" = yes ||
13564          $as_test_x conftest$ac_exeext
13565        }; then
13566   case "$LIBEXT" in
13567     dll) ;;
13568     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'` ;;
13569     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13570   esac
13571 else
13572   $as_echo "$as_me: failed program was:" >&5
13573 sed 's/^/| /' conftest.$ac_ext >&5
13574
13575
13576 fi
13577
13578 rm -rf conftest.dSYM
13579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13580       conftest$ac_exeext conftest.$ac_ext
13581   LIBS=$ac_check_soname_save_LIBS
13582 fi
13583 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13584   { $as_echo "$as_me:$LINENO: result: not found" >&5
13585 $as_echo "not found" >&6; }
13586
13587 else
13588   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13589 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13590
13591 cat >>confdefs.h <<_ACEOF
13592 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13593 _ACEOF
13594
13595        CURSESLIBS="-lncurses"
13596 fi
13597
13598 elif test "$ac_cv_header_curses_h" = "yes"
13599 then
13600     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13601 $as_echo_n "checking for -lcurses... " >&6; }
13602 if test "${ac_cv_lib_soname_curses+set}" = set; then
13603   $as_echo_n "(cached) " >&6
13604 else
13605   ac_check_soname_save_LIBS=$LIBS
13606 LIBS="-lcurses  $LIBS"
13607   cat >conftest.$ac_ext <<_ACEOF
13608 /* confdefs.h.  */
13609 _ACEOF
13610 cat confdefs.h >>conftest.$ac_ext
13611 cat >>conftest.$ac_ext <<_ACEOF
13612 /* end confdefs.h.  */
13613
13614 /* Override any GCC internal prototype to avoid an error.
13615    Use char because int might match the return type of a GCC
13616    builtin and then its argument prototype would still apply.  */
13617 #ifdef __cplusplus
13618 extern "C"
13619 #endif
13620 char waddch ();
13621 int
13622 main ()
13623 {
13624 return waddch ();
13625   ;
13626   return 0;
13627 }
13628 _ACEOF
13629 rm -f conftest.$ac_objext conftest$ac_exeext
13630 if { (ac_try="$ac_link"
13631 case "(($ac_try" in
13632   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13633   *) ac_try_echo=$ac_try;;
13634 esac
13635 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13636 $as_echo "$ac_try_echo") >&5
13637   (eval "$ac_link") 2>conftest.er1
13638   ac_status=$?
13639   grep -v '^ *+' conftest.er1 >conftest.err
13640   rm -f conftest.er1
13641   cat conftest.err >&5
13642   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13643   (exit $ac_status); } && {
13644          test -z "$ac_c_werror_flag" ||
13645          test ! -s conftest.err
13646        } && test -s conftest$ac_exeext && {
13647          test "$cross_compiling" = yes ||
13648          $as_test_x conftest$ac_exeext
13649        }; then
13650   case "$LIBEXT" in
13651     dll) ;;
13652     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'` ;;
13653     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13654   esac
13655 else
13656   $as_echo "$as_me: failed program was:" >&5
13657 sed 's/^/| /' conftest.$ac_ext >&5
13658
13659
13660 fi
13661
13662 rm -rf conftest.dSYM
13663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13664       conftest$ac_exeext conftest.$ac_ext
13665   LIBS=$ac_check_soname_save_LIBS
13666 fi
13667 if test "x$ac_cv_lib_soname_curses" = "x"; then
13668   { $as_echo "$as_me:$LINENO: result: not found" >&5
13669 $as_echo "not found" >&6; }
13670
13671 else
13672   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13673 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13674
13675 cat >>confdefs.h <<_ACEOF
13676 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13677 _ACEOF
13678
13679        CURSESLIBS="-lcurses"
13680 fi
13681
13682 fi
13683 ac_save_LIBS="$LIBS"
13684 LIBS="$LIBS $CURSESLIBS"
13685
13686 for ac_func in mousemask
13687 do
13688 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13689 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13690 $as_echo_n "checking for $ac_func... " >&6; }
13691 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13692   $as_echo_n "(cached) " >&6
13693 else
13694   cat >conftest.$ac_ext <<_ACEOF
13695 /* confdefs.h.  */
13696 _ACEOF
13697 cat confdefs.h >>conftest.$ac_ext
13698 cat >>conftest.$ac_ext <<_ACEOF
13699 /* end confdefs.h.  */
13700 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13701    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13702 #define $ac_func innocuous_$ac_func
13703
13704 /* System header to define __stub macros and hopefully few prototypes,
13705     which can conflict with char $ac_func (); below.
13706     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13707     <limits.h> exists even on freestanding compilers.  */
13708
13709 #ifdef __STDC__
13710 # include <limits.h>
13711 #else
13712 # include <assert.h>
13713 #endif
13714
13715 #undef $ac_func
13716
13717 /* Override any GCC internal prototype to avoid an error.
13718    Use char because int might match the return type of a GCC
13719    builtin and then its argument prototype would still apply.  */
13720 #ifdef __cplusplus
13721 extern "C"
13722 #endif
13723 char $ac_func ();
13724 /* The GNU C library defines this for functions which it implements
13725     to always fail with ENOSYS.  Some functions are actually named
13726     something starting with __ and the normal name is an alias.  */
13727 #if defined __stub_$ac_func || defined __stub___$ac_func
13728 choke me
13729 #endif
13730
13731 int
13732 main ()
13733 {
13734 return $ac_func ();
13735   ;
13736   return 0;
13737 }
13738 _ACEOF
13739 rm -f conftest.$ac_objext conftest$ac_exeext
13740 if { (ac_try="$ac_link"
13741 case "(($ac_try" in
13742   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13743   *) ac_try_echo=$ac_try;;
13744 esac
13745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13746 $as_echo "$ac_try_echo") >&5
13747   (eval "$ac_link") 2>conftest.er1
13748   ac_status=$?
13749   grep -v '^ *+' conftest.er1 >conftest.err
13750   rm -f conftest.er1
13751   cat conftest.err >&5
13752   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13753   (exit $ac_status); } && {
13754          test -z "$ac_c_werror_flag" ||
13755          test ! -s conftest.err
13756        } && test -s conftest$ac_exeext && {
13757          test "$cross_compiling" = yes ||
13758          $as_test_x conftest$ac_exeext
13759        }; then
13760   eval "$as_ac_var=yes"
13761 else
13762   $as_echo "$as_me: failed program was:" >&5
13763 sed 's/^/| /' conftest.$ac_ext >&5
13764
13765         eval "$as_ac_var=no"
13766 fi
13767
13768 rm -rf conftest.dSYM
13769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13770       conftest$ac_exeext conftest.$ac_ext
13771 fi
13772 ac_res=`eval 'as_val=${'$as_ac_var'}
13773                  $as_echo "$as_val"'`
13774                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13775 $as_echo "$ac_res" >&6; }
13776 as_val=`eval 'as_val=${'$as_ac_var'}
13777                  $as_echo "$as_val"'`
13778    if test "x$as_val" = x""yes; then
13779   cat >>confdefs.h <<_ACEOF
13780 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13781 _ACEOF
13782
13783 fi
13784 done
13785
13786 LIBS="$ac_save_LIBS"
13787 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13788   case "x$with_curses" in
13789   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13790   xno) ;;
13791   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13792 This is an error since --with-curses was requested." >&5
13793 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13794 This is an error since --with-curses was requested." >&2;}
13795    { (exit 1); exit 1; }; } ;;
13796 esac
13797 fi
13798
13799
13800 if test "x$with_sane" != "xno"
13801 then
13802     ac_save_CPPFLAGS="$CPPFLAGS"
13803     # Extract the first word of "sane-config", so it can be a program name with args.
13804 set dummy sane-config; ac_word=$2
13805 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13806 $as_echo_n "checking for $ac_word... " >&6; }
13807 if test "${ac_cv_prog_sane_devel+set}" = set; then
13808   $as_echo_n "(cached) " >&6
13809 else
13810   if test -n "$sane_devel"; then
13811   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13812 else
13813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13814 for as_dir in $PATH
13815 do
13816   IFS=$as_save_IFS
13817   test -z "$as_dir" && as_dir=.
13818   for ac_exec_ext in '' $ac_executable_extensions; do
13819   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13820     ac_cv_prog_sane_devel="sane-config"
13821     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13822     break 2
13823   fi
13824 done
13825 done
13826 IFS=$as_save_IFS
13827
13828   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13829 fi
13830 fi
13831 sane_devel=$ac_cv_prog_sane_devel
13832 if test -n "$sane_devel"; then
13833   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13834 $as_echo "$sane_devel" >&6; }
13835 else
13836   { $as_echo "$as_me:$LINENO: result: no" >&5
13837 $as_echo "no" >&6; }
13838 fi
13839
13840
13841     if test "$sane_devel" != "no"
13842     then
13843         ac_sane_incl="`$sane_devel --cflags`"
13844         ac_sane_libs="`$sane_devel --ldflags`"
13845         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13846     fi
13847     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13848   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13849 $as_echo_n "checking for sane/sane.h... " >&6; }
13850 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13851   $as_echo_n "(cached) " >&6
13852 fi
13853 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13854 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13855 else
13856   # Is the header compilable?
13857 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13858 $as_echo_n "checking sane/sane.h usability... " >&6; }
13859 cat >conftest.$ac_ext <<_ACEOF
13860 /* confdefs.h.  */
13861 _ACEOF
13862 cat confdefs.h >>conftest.$ac_ext
13863 cat >>conftest.$ac_ext <<_ACEOF
13864 /* end confdefs.h.  */
13865 $ac_includes_default
13866 #include <sane/sane.h>
13867 _ACEOF
13868 rm -f conftest.$ac_objext
13869 if { (ac_try="$ac_compile"
13870 case "(($ac_try" in
13871   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13872   *) ac_try_echo=$ac_try;;
13873 esac
13874 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13875 $as_echo "$ac_try_echo") >&5
13876   (eval "$ac_compile") 2>conftest.er1
13877   ac_status=$?
13878   grep -v '^ *+' conftest.er1 >conftest.err
13879   rm -f conftest.er1
13880   cat conftest.err >&5
13881   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13882   (exit $ac_status); } && {
13883          test -z "$ac_c_werror_flag" ||
13884          test ! -s conftest.err
13885        } && test -s conftest.$ac_objext; then
13886   ac_header_compiler=yes
13887 else
13888   $as_echo "$as_me: failed program was:" >&5
13889 sed 's/^/| /' conftest.$ac_ext >&5
13890
13891         ac_header_compiler=no
13892 fi
13893
13894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13895 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13896 $as_echo "$ac_header_compiler" >&6; }
13897
13898 # Is the header present?
13899 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13900 $as_echo_n "checking sane/sane.h presence... " >&6; }
13901 cat >conftest.$ac_ext <<_ACEOF
13902 /* confdefs.h.  */
13903 _ACEOF
13904 cat confdefs.h >>conftest.$ac_ext
13905 cat >>conftest.$ac_ext <<_ACEOF
13906 /* end confdefs.h.  */
13907 #include <sane/sane.h>
13908 _ACEOF
13909 if { (ac_try="$ac_cpp conftest.$ac_ext"
13910 case "(($ac_try" in
13911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13912   *) ac_try_echo=$ac_try;;
13913 esac
13914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13915 $as_echo "$ac_try_echo") >&5
13916   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13917   ac_status=$?
13918   grep -v '^ *+' conftest.er1 >conftest.err
13919   rm -f conftest.er1
13920   cat conftest.err >&5
13921   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13922   (exit $ac_status); } >/dev/null && {
13923          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13924          test ! -s conftest.err
13925        }; then
13926   ac_header_preproc=yes
13927 else
13928   $as_echo "$as_me: failed program was:" >&5
13929 sed 's/^/| /' conftest.$ac_ext >&5
13930
13931   ac_header_preproc=no
13932 fi
13933
13934 rm -f conftest.err conftest.$ac_ext
13935 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13936 $as_echo "$ac_header_preproc" >&6; }
13937
13938 # So?  What about this header?
13939 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13940   yes:no: )
13941     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13942 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13943     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13944 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13945     ac_header_preproc=yes
13946     ;;
13947   no:yes:* )
13948     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13949 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13950     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13951 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13952     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13953 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13954     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13955 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13956     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13957 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13958     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13959 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13960     ( cat <<\_ASBOX
13961 ## ------------------------------------ ##
13962 ## Report this to wine-devel@winehq.org ##
13963 ## ------------------------------------ ##
13964 _ASBOX
13965      ) | sed "s/^/$as_me: WARNING:     /" >&2
13966     ;;
13967 esac
13968 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13969 $as_echo_n "checking for sane/sane.h... " >&6; }
13970 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13971   $as_echo_n "(cached) " >&6
13972 else
13973   ac_cv_header_sane_sane_h=$ac_header_preproc
13974 fi
13975 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13976 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13977
13978 fi
13979 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13980   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13981 $as_echo_n "checking for -lsane... " >&6; }
13982 if test "${ac_cv_lib_soname_sane+set}" = set; then
13983   $as_echo_n "(cached) " >&6
13984 else
13985   ac_check_soname_save_LIBS=$LIBS
13986 LIBS="-lsane $ac_sane_libs $LIBS"
13987   cat >conftest.$ac_ext <<_ACEOF
13988 /* confdefs.h.  */
13989 _ACEOF
13990 cat confdefs.h >>conftest.$ac_ext
13991 cat >>conftest.$ac_ext <<_ACEOF
13992 /* end confdefs.h.  */
13993
13994 /* Override any GCC internal prototype to avoid an error.
13995    Use char because int might match the return type of a GCC
13996    builtin and then its argument prototype would still apply.  */
13997 #ifdef __cplusplus
13998 extern "C"
13999 #endif
14000 char sane_init ();
14001 int
14002 main ()
14003 {
14004 return sane_init ();
14005   ;
14006   return 0;
14007 }
14008 _ACEOF
14009 rm -f conftest.$ac_objext conftest$ac_exeext
14010 if { (ac_try="$ac_link"
14011 case "(($ac_try" in
14012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14013   *) ac_try_echo=$ac_try;;
14014 esac
14015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14016 $as_echo "$ac_try_echo") >&5
14017   (eval "$ac_link") 2>conftest.er1
14018   ac_status=$?
14019   grep -v '^ *+' conftest.er1 >conftest.err
14020   rm -f conftest.er1
14021   cat conftest.err >&5
14022   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14023   (exit $ac_status); } && {
14024          test -z "$ac_c_werror_flag" ||
14025          test ! -s conftest.err
14026        } && test -s conftest$ac_exeext && {
14027          test "$cross_compiling" = yes ||
14028          $as_test_x conftest$ac_exeext
14029        }; then
14030   case "$LIBEXT" in
14031     dll) ;;
14032     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'` ;;
14033     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14034   esac
14035 else
14036   $as_echo "$as_me: failed program was:" >&5
14037 sed 's/^/| /' conftest.$ac_ext >&5
14038
14039
14040 fi
14041
14042 rm -rf conftest.dSYM
14043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14044       conftest$ac_exeext conftest.$ac_ext
14045   LIBS=$ac_check_soname_save_LIBS
14046 fi
14047 if test "x$ac_cv_lib_soname_sane" = "x"; then
14048   { $as_echo "$as_me:$LINENO: result: not found" >&5
14049 $as_echo "not found" >&6; }
14050
14051 else
14052   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14053 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14054
14055 cat >>confdefs.h <<_ACEOF
14056 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14057 _ACEOF
14058
14059        SANEINCL="$ac_sane_incl"
14060
14061 fi
14062
14063 fi
14064
14065
14066     CPPFLAGS="$ac_save_CPPFLAGS"
14067 fi
14068 if test "x$ac_cv_lib_soname_sane" = "x"; then
14069   case "x$with_sane" in
14070   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14071   xno) ;;
14072   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14073 This is an error since --with-sane was requested." >&5
14074 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14075 This is an error since --with-sane was requested." >&2;}
14076    { (exit 1); exit 1; }; } ;;
14077 esac
14078 fi
14079
14080
14081 if test "x$with_gphoto" != "xno"
14082 then
14083     ac_save_CPPFLAGS="$CPPFLAGS"
14084     # Extract the first word of "gphoto2-config", so it can be a program name with args.
14085 set dummy gphoto2-config; ac_word=$2
14086 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14087 $as_echo_n "checking for $ac_word... " >&6; }
14088 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14089   $as_echo_n "(cached) " >&6
14090 else
14091   if test -n "$gphoto2_devel"; then
14092   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14093 else
14094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14095 for as_dir in $PATH
14096 do
14097   IFS=$as_save_IFS
14098   test -z "$as_dir" && as_dir=.
14099   for ac_exec_ext in '' $ac_executable_extensions; do
14100   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14101     ac_cv_prog_gphoto2_devel="gphoto2-config"
14102     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14103     break 2
14104   fi
14105 done
14106 done
14107 IFS=$as_save_IFS
14108
14109   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14110 fi
14111 fi
14112 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14113 if test -n "$gphoto2_devel"; then
14114   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14115 $as_echo "$gphoto2_devel" >&6; }
14116 else
14117   { $as_echo "$as_me:$LINENO: result: no" >&5
14118 $as_echo "no" >&6; }
14119 fi
14120
14121
14122     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14123 set dummy gphoto2-port-config; ac_word=$2
14124 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14125 $as_echo_n "checking for $ac_word... " >&6; }
14126 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14127   $as_echo_n "(cached) " >&6
14128 else
14129   if test -n "$gphoto2port_devel"; then
14130   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14131 else
14132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14133 for as_dir in $PATH
14134 do
14135   IFS=$as_save_IFS
14136   test -z "$as_dir" && as_dir=.
14137   for ac_exec_ext in '' $ac_executable_extensions; do
14138   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14139     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14140     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14141     break 2
14142   fi
14143 done
14144 done
14145 IFS=$as_save_IFS
14146
14147   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14148 fi
14149 fi
14150 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14151 if test -n "$gphoto2port_devel"; then
14152   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14153 $as_echo "$gphoto2port_devel" >&6; }
14154 else
14155   { $as_echo "$as_me:$LINENO: result: no" >&5
14156 $as_echo "no" >&6; }
14157 fi
14158
14159
14160     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14161     then
14162         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14163         ac_gphoto2_libs=""
14164         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14165         do
14166             case "$i" in
14167             -L/usr/lib|-L/usr/lib64) ;;
14168             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14169             esac
14170         done
14171         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14172     fi
14173     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14174     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14175   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14176 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14177 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14178   $as_echo_n "(cached) " >&6
14179 fi
14180 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14181 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14182 else
14183   # Is the header compilable?
14184 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14185 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14186 cat >conftest.$ac_ext <<_ACEOF
14187 /* confdefs.h.  */
14188 _ACEOF
14189 cat confdefs.h >>conftest.$ac_ext
14190 cat >>conftest.$ac_ext <<_ACEOF
14191 /* end confdefs.h.  */
14192 $ac_includes_default
14193 #include <gphoto2-camera.h>
14194 _ACEOF
14195 rm -f conftest.$ac_objext
14196 if { (ac_try="$ac_compile"
14197 case "(($ac_try" in
14198   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14199   *) ac_try_echo=$ac_try;;
14200 esac
14201 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14202 $as_echo "$ac_try_echo") >&5
14203   (eval "$ac_compile") 2>conftest.er1
14204   ac_status=$?
14205   grep -v '^ *+' conftest.er1 >conftest.err
14206   rm -f conftest.er1
14207   cat conftest.err >&5
14208   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14209   (exit $ac_status); } && {
14210          test -z "$ac_c_werror_flag" ||
14211          test ! -s conftest.err
14212        } && test -s conftest.$ac_objext; then
14213   ac_header_compiler=yes
14214 else
14215   $as_echo "$as_me: failed program was:" >&5
14216 sed 's/^/| /' conftest.$ac_ext >&5
14217
14218         ac_header_compiler=no
14219 fi
14220
14221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14222 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14223 $as_echo "$ac_header_compiler" >&6; }
14224
14225 # Is the header present?
14226 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14227 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14228 cat >conftest.$ac_ext <<_ACEOF
14229 /* confdefs.h.  */
14230 _ACEOF
14231 cat confdefs.h >>conftest.$ac_ext
14232 cat >>conftest.$ac_ext <<_ACEOF
14233 /* end confdefs.h.  */
14234 #include <gphoto2-camera.h>
14235 _ACEOF
14236 if { (ac_try="$ac_cpp conftest.$ac_ext"
14237 case "(($ac_try" in
14238   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14239   *) ac_try_echo=$ac_try;;
14240 esac
14241 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14242 $as_echo "$ac_try_echo") >&5
14243   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14244   ac_status=$?
14245   grep -v '^ *+' conftest.er1 >conftest.err
14246   rm -f conftest.er1
14247   cat conftest.err >&5
14248   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14249   (exit $ac_status); } >/dev/null && {
14250          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14251          test ! -s conftest.err
14252        }; then
14253   ac_header_preproc=yes
14254 else
14255   $as_echo "$as_me: failed program was:" >&5
14256 sed 's/^/| /' conftest.$ac_ext >&5
14257
14258   ac_header_preproc=no
14259 fi
14260
14261 rm -f conftest.err conftest.$ac_ext
14262 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14263 $as_echo "$ac_header_preproc" >&6; }
14264
14265 # So?  What about this header?
14266 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14267   yes:no: )
14268     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14269 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14270     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14271 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14272     ac_header_preproc=yes
14273     ;;
14274   no:yes:* )
14275     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14276 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14277     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14278 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14279     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14280 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14281     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14282 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14283     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14284 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14285     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14286 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14287     ( cat <<\_ASBOX
14288 ## ------------------------------------ ##
14289 ## Report this to wine-devel@winehq.org ##
14290 ## ------------------------------------ ##
14291 _ASBOX
14292      ) | sed "s/^/$as_me: WARNING:     /" >&2
14293     ;;
14294 esac
14295 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14296 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14297 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14298   $as_echo_n "(cached) " >&6
14299 else
14300   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14301 fi
14302 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14303 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14304
14305 fi
14306 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14307   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14308 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14309 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14310   $as_echo_n "(cached) " >&6
14311 else
14312   ac_check_lib_save_LIBS=$LIBS
14313 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14314 cat >conftest.$ac_ext <<_ACEOF
14315 /* confdefs.h.  */
14316 _ACEOF
14317 cat confdefs.h >>conftest.$ac_ext
14318 cat >>conftest.$ac_ext <<_ACEOF
14319 /* end confdefs.h.  */
14320
14321 /* Override any GCC internal prototype to avoid an error.
14322    Use char because int might match the return type of a GCC
14323    builtin and then its argument prototype would still apply.  */
14324 #ifdef __cplusplus
14325 extern "C"
14326 #endif
14327 char gp_camera_new ();
14328 int
14329 main ()
14330 {
14331 return gp_camera_new ();
14332   ;
14333   return 0;
14334 }
14335 _ACEOF
14336 rm -f conftest.$ac_objext conftest$ac_exeext
14337 if { (ac_try="$ac_link"
14338 case "(($ac_try" in
14339   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14340   *) ac_try_echo=$ac_try;;
14341 esac
14342 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14343 $as_echo "$ac_try_echo") >&5
14344   (eval "$ac_link") 2>conftest.er1
14345   ac_status=$?
14346   grep -v '^ *+' conftest.er1 >conftest.err
14347   rm -f conftest.er1
14348   cat conftest.err >&5
14349   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14350   (exit $ac_status); } && {
14351          test -z "$ac_c_werror_flag" ||
14352          test ! -s conftest.err
14353        } && test -s conftest$ac_exeext && {
14354          test "$cross_compiling" = yes ||
14355          $as_test_x conftest$ac_exeext
14356        }; then
14357   ac_cv_lib_gphoto2_gp_camera_new=yes
14358 else
14359   $as_echo "$as_me: failed program was:" >&5
14360 sed 's/^/| /' conftest.$ac_ext >&5
14361
14362         ac_cv_lib_gphoto2_gp_camera_new=no
14363 fi
14364
14365 rm -rf conftest.dSYM
14366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14367       conftest$ac_exeext conftest.$ac_ext
14368 LIBS=$ac_check_lib_save_LIBS
14369 fi
14370 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14371 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14372 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14373
14374 cat >>confdefs.h <<\_ACEOF
14375 #define HAVE_GPHOTO2 1
14376 _ACEOF
14377
14378                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14379
14380                                    GPHOTO2INCL="$ac_gphoto2_incl"
14381
14382 fi
14383
14384 fi
14385
14386
14387     CPPFLAGS="$ac_save_CPPFLAGS"
14388 fi
14389 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14390   case "x$with_gphoto" in
14391   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14392   xno) ;;
14393   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14394 This is an error since --with-gphoto was requested." >&5
14395 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14396 This is an error since --with-gphoto was requested." >&2;}
14397    { (exit 1); exit 1; }; } ;;
14398 esac
14399 fi
14400
14401
14402
14403 RESOLVLIBS=""
14404
14405 if test "$ac_cv_header_resolv_h" = "yes"
14406 then
14407     ac_save_LIBS="$LIBS"
14408     LIBS="$LIBS -lresolv"
14409     cat >conftest.$ac_ext <<_ACEOF
14410 /* confdefs.h.  */
14411 _ACEOF
14412 cat confdefs.h >>conftest.$ac_ext
14413 cat >>conftest.$ac_ext <<_ACEOF
14414 /* end confdefs.h.  */
14415 #ifdef HAVE_NETINET_IN_H
14416 #include <netinet/in.h>
14417 #endif
14418 #include <resolv.h>
14419 int
14420 main ()
14421 {
14422 res_init();
14423   ;
14424   return 0;
14425 }
14426 _ACEOF
14427 rm -f conftest.$ac_objext conftest$ac_exeext
14428 if { (ac_try="$ac_link"
14429 case "(($ac_try" in
14430   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14431   *) ac_try_echo=$ac_try;;
14432 esac
14433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14434 $as_echo "$ac_try_echo") >&5
14435   (eval "$ac_link") 2>conftest.er1
14436   ac_status=$?
14437   grep -v '^ *+' conftest.er1 >conftest.err
14438   rm -f conftest.er1
14439   cat conftest.err >&5
14440   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14441   (exit $ac_status); } && {
14442          test -z "$ac_c_werror_flag" ||
14443          test ! -s conftest.err
14444        } && test -s conftest$ac_exeext && {
14445          test "$cross_compiling" = yes ||
14446          $as_test_x conftest$ac_exeext
14447        }; then
14448
14449 cat >>confdefs.h <<\_ACEOF
14450 #define HAVE_RESOLV 1
14451 _ACEOF
14452
14453          RESOLVLIBS="-lresolv"
14454 else
14455   $as_echo "$as_me: failed program was:" >&5
14456 sed 's/^/| /' conftest.$ac_ext >&5
14457
14458
14459 fi
14460
14461 rm -rf conftest.dSYM
14462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14463       conftest$ac_exeext conftest.$ac_ext
14464     LIBS="$ac_save_LIBS"
14465 fi
14466
14467 LCMSLIBS=""
14468
14469 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14470 then
14471     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14472 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14473 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14474   $as_echo_n "(cached) " >&6
14475 else
14476   ac_check_lib_save_LIBS=$LIBS
14477 LIBS="-llcms  $LIBS"
14478 cat >conftest.$ac_ext <<_ACEOF
14479 /* confdefs.h.  */
14480 _ACEOF
14481 cat confdefs.h >>conftest.$ac_ext
14482 cat >>conftest.$ac_ext <<_ACEOF
14483 /* end confdefs.h.  */
14484
14485 /* Override any GCC internal prototype to avoid an error.
14486    Use char because int might match the return type of a GCC
14487    builtin and then its argument prototype would still apply.  */
14488 #ifdef __cplusplus
14489 extern "C"
14490 #endif
14491 char cmsOpenProfileFromFile ();
14492 int
14493 main ()
14494 {
14495 return cmsOpenProfileFromFile ();
14496   ;
14497   return 0;
14498 }
14499 _ACEOF
14500 rm -f conftest.$ac_objext conftest$ac_exeext
14501 if { (ac_try="$ac_link"
14502 case "(($ac_try" in
14503   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14504   *) ac_try_echo=$ac_try;;
14505 esac
14506 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14507 $as_echo "$ac_try_echo") >&5
14508   (eval "$ac_link") 2>conftest.er1
14509   ac_status=$?
14510   grep -v '^ *+' conftest.er1 >conftest.err
14511   rm -f conftest.er1
14512   cat conftest.err >&5
14513   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14514   (exit $ac_status); } && {
14515          test -z "$ac_c_werror_flag" ||
14516          test ! -s conftest.err
14517        } && test -s conftest$ac_exeext && {
14518          test "$cross_compiling" = yes ||
14519          $as_test_x conftest$ac_exeext
14520        }; then
14521   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14522 else
14523   $as_echo "$as_me: failed program was:" >&5
14524 sed 's/^/| /' conftest.$ac_ext >&5
14525
14526         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14527 fi
14528
14529 rm -rf conftest.dSYM
14530 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14531       conftest$ac_exeext conftest.$ac_ext
14532 LIBS=$ac_check_lib_save_LIBS
14533 fi
14534 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14535 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14536 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14537
14538 cat >>confdefs.h <<\_ACEOF
14539 #define HAVE_LCMS 1
14540 _ACEOF
14541
14542          LCMSLIBS="-llcms"
14543 fi
14544
14545 fi
14546 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14547   case "x$with_cms" in
14548   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14549   xno) ;;
14550   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14551 This is an error since --with-cms was requested." >&5
14552 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14553 This is an error since --with-cms was requested." >&2;}
14554    { (exit 1); exit 1; }; } ;;
14555 esac
14556 fi
14557
14558
14559 if test "x$with_freetype" != "xno"
14560 then
14561     for ac_prog in freetype-config freetype2-config
14562 do
14563   # Extract the first word of "$ac_prog", so it can be a program name with args.
14564 set dummy $ac_prog; ac_word=$2
14565 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14566 $as_echo_n "checking for $ac_word... " >&6; }
14567 if test "${ac_cv_prog_ft_devel+set}" = set; then
14568   $as_echo_n "(cached) " >&6
14569 else
14570   if test -n "$ft_devel"; then
14571   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14572 else
14573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14574 for as_dir in $PATH
14575 do
14576   IFS=$as_save_IFS
14577   test -z "$as_dir" && as_dir=.
14578   for ac_exec_ext in '' $ac_executable_extensions; do
14579   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14580     ac_cv_prog_ft_devel="$ac_prog"
14581     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14582     break 2
14583   fi
14584 done
14585 done
14586 IFS=$as_save_IFS
14587
14588 fi
14589 fi
14590 ft_devel=$ac_cv_prog_ft_devel
14591 if test -n "$ft_devel"; then
14592   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14593 $as_echo "$ft_devel" >&6; }
14594 else
14595   { $as_echo "$as_me:$LINENO: result: no" >&5
14596 $as_echo "no" >&6; }
14597 fi
14598
14599
14600   test -n "$ft_devel" && break
14601 done
14602 test -n "$ft_devel" || ft_devel="no"
14603
14604     if test "$ft_devel" != "no"
14605     then
14606         ac_freetype_incl=`$ft_devel --cflags`
14607         ac_freetype_libs=`$ft_devel --libs`
14608     fi
14609     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14610     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14611 $as_echo_n "checking for -lfreetype... " >&6; }
14612 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14613   $as_echo_n "(cached) " >&6
14614 else
14615   ac_check_soname_save_LIBS=$LIBS
14616 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14617   cat >conftest.$ac_ext <<_ACEOF
14618 /* confdefs.h.  */
14619 _ACEOF
14620 cat confdefs.h >>conftest.$ac_ext
14621 cat >>conftest.$ac_ext <<_ACEOF
14622 /* end confdefs.h.  */
14623
14624 /* Override any GCC internal prototype to avoid an error.
14625    Use char because int might match the return type of a GCC
14626    builtin and then its argument prototype would still apply.  */
14627 #ifdef __cplusplus
14628 extern "C"
14629 #endif
14630 char FT_Init_FreeType ();
14631 int
14632 main ()
14633 {
14634 return FT_Init_FreeType ();
14635   ;
14636   return 0;
14637 }
14638 _ACEOF
14639 rm -f conftest.$ac_objext conftest$ac_exeext
14640 if { (ac_try="$ac_link"
14641 case "(($ac_try" in
14642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14643   *) ac_try_echo=$ac_try;;
14644 esac
14645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14646 $as_echo "$ac_try_echo") >&5
14647   (eval "$ac_link") 2>conftest.er1
14648   ac_status=$?
14649   grep -v '^ *+' conftest.er1 >conftest.err
14650   rm -f conftest.er1
14651   cat conftest.err >&5
14652   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14653   (exit $ac_status); } && {
14654          test -z "$ac_c_werror_flag" ||
14655          test ! -s conftest.err
14656        } && test -s conftest$ac_exeext && {
14657          test "$cross_compiling" = yes ||
14658          $as_test_x conftest$ac_exeext
14659        }; then
14660   case "$LIBEXT" in
14661     dll) ;;
14662     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'` ;;
14663     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14664   esac
14665 else
14666   $as_echo "$as_me: failed program was:" >&5
14667 sed 's/^/| /' conftest.$ac_ext >&5
14668
14669
14670 fi
14671
14672 rm -rf conftest.dSYM
14673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14674       conftest$ac_exeext conftest.$ac_ext
14675   LIBS=$ac_check_soname_save_LIBS
14676 fi
14677 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14678   { $as_echo "$as_me:$LINENO: result: not found" >&5
14679 $as_echo "not found" >&6; }
14680        ft_lib=no
14681 else
14682   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14683 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14684
14685 cat >>confdefs.h <<_ACEOF
14686 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14687 _ACEOF
14688
14689        ft_lib=yes
14690 fi
14691
14692     if test "$ft_lib" = "yes"
14693     then
14694         ac_save_CPPFLAGS="$CPPFLAGS"
14695         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14696
14697
14698
14699
14700
14701
14702
14703
14704
14705
14706
14707
14708
14709 for ac_header in ft2build.h \
14710                          freetype/freetype.h \
14711                          freetype/ftglyph.h \
14712                          freetype/fttypes.h \
14713                          freetype/tttables.h \
14714                          freetype/ftnames.h \
14715                          freetype/ftsnames.h \
14716                          freetype/ttnameid.h \
14717                          freetype/ftoutln.h \
14718                          freetype/ftwinfnt.h \
14719                          freetype/ftmodapi.h \
14720                          freetype/ftlcdfil.h \
14721                          freetype/internal/sfnt.h
14722 do
14723 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14724 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14725 $as_echo_n "checking for $ac_header... " >&6; }
14726 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14727   $as_echo_n "(cached) " >&6
14728 else
14729   cat >conftest.$ac_ext <<_ACEOF
14730 /* confdefs.h.  */
14731 _ACEOF
14732 cat confdefs.h >>conftest.$ac_ext
14733 cat >>conftest.$ac_ext <<_ACEOF
14734 /* end confdefs.h.  */
14735 #ifdef HAVE_FT2BUILD_H
14736                           # include <ft2build.h>
14737                           #endif
14738
14739 #include <$ac_header>
14740 _ACEOF
14741 rm -f conftest.$ac_objext
14742 if { (ac_try="$ac_compile"
14743 case "(($ac_try" in
14744   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14745   *) ac_try_echo=$ac_try;;
14746 esac
14747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14748 $as_echo "$ac_try_echo") >&5
14749   (eval "$ac_compile") 2>conftest.er1
14750   ac_status=$?
14751   grep -v '^ *+' conftest.er1 >conftest.err
14752   rm -f conftest.er1
14753   cat conftest.err >&5
14754   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14755   (exit $ac_status); } && {
14756          test -z "$ac_c_werror_flag" ||
14757          test ! -s conftest.err
14758        } && test -s conftest.$ac_objext; then
14759   eval "$as_ac_Header=yes"
14760 else
14761   $as_echo "$as_me: failed program was:" >&5
14762 sed 's/^/| /' conftest.$ac_ext >&5
14763
14764         eval "$as_ac_Header=no"
14765 fi
14766
14767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14768 fi
14769 ac_res=`eval 'as_val=${'$as_ac_Header'}
14770                  $as_echo "$as_val"'`
14771                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14772 $as_echo "$ac_res" >&6; }
14773 as_val=`eval 'as_val=${'$as_ac_Header'}
14774                  $as_echo "$as_val"'`
14775    if test "x$as_val" = x""yes; then
14776   cat >>confdefs.h <<_ACEOF
14777 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14778 _ACEOF
14779
14780 fi
14781
14782 done
14783
14784         cat >conftest.$ac_ext <<_ACEOF
14785 /* confdefs.h.  */
14786 _ACEOF
14787 cat confdefs.h >>conftest.$ac_ext
14788 cat >>conftest.$ac_ext <<_ACEOF
14789 /* end confdefs.h.  */
14790 #include <ft2build.h>
14791                     #include <freetype/fttrigon.h>
14792 _ACEOF
14793 if { (ac_try="$ac_cpp conftest.$ac_ext"
14794 case "(($ac_try" in
14795   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14796   *) ac_try_echo=$ac_try;;
14797 esac
14798 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14799 $as_echo "$ac_try_echo") >&5
14800   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14801   ac_status=$?
14802   grep -v '^ *+' conftest.er1 >conftest.err
14803   rm -f conftest.er1
14804   cat conftest.err >&5
14805   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14806   (exit $ac_status); } >/dev/null && {
14807          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14808          test ! -s conftest.err
14809        }; then
14810
14811 cat >>confdefs.h <<\_ACEOF
14812 #define HAVE_FREETYPE_FTTRIGON_H 1
14813 _ACEOF
14814
14815                     wine_cv_fttrigon=yes
14816 else
14817   $as_echo "$as_me: failed program was:" >&5
14818 sed 's/^/| /' conftest.$ac_ext >&5
14819
14820   wine_cv_fttrigon=no
14821 fi
14822
14823 rm -f conftest.err conftest.$ac_ext
14824         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14825 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14826 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14827   $as_echo_n "(cached) " >&6
14828 else
14829   ac_cv_type_FT_TrueTypeEngineType=no
14830 cat >conftest.$ac_ext <<_ACEOF
14831 /* confdefs.h.  */
14832 _ACEOF
14833 cat confdefs.h >>conftest.$ac_ext
14834 cat >>conftest.$ac_ext <<_ACEOF
14835 /* end confdefs.h.  */
14836 #include <freetype/ftmodapi.h>
14837
14838 int
14839 main ()
14840 {
14841 if (sizeof (FT_TrueTypeEngineType))
14842        return 0;
14843   ;
14844   return 0;
14845 }
14846 _ACEOF
14847 rm -f conftest.$ac_objext
14848 if { (ac_try="$ac_compile"
14849 case "(($ac_try" in
14850   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14851   *) ac_try_echo=$ac_try;;
14852 esac
14853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14854 $as_echo "$ac_try_echo") >&5
14855   (eval "$ac_compile") 2>conftest.er1
14856   ac_status=$?
14857   grep -v '^ *+' conftest.er1 >conftest.err
14858   rm -f conftest.er1
14859   cat conftest.err >&5
14860   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14861   (exit $ac_status); } && {
14862          test -z "$ac_c_werror_flag" ||
14863          test ! -s conftest.err
14864        } && test -s conftest.$ac_objext; then
14865   cat >conftest.$ac_ext <<_ACEOF
14866 /* confdefs.h.  */
14867 _ACEOF
14868 cat confdefs.h >>conftest.$ac_ext
14869 cat >>conftest.$ac_ext <<_ACEOF
14870 /* end confdefs.h.  */
14871 #include <freetype/ftmodapi.h>
14872
14873 int
14874 main ()
14875 {
14876 if (sizeof ((FT_TrueTypeEngineType)))
14877           return 0;
14878   ;
14879   return 0;
14880 }
14881 _ACEOF
14882 rm -f conftest.$ac_objext
14883 if { (ac_try="$ac_compile"
14884 case "(($ac_try" in
14885   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14886   *) ac_try_echo=$ac_try;;
14887 esac
14888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14889 $as_echo "$ac_try_echo") >&5
14890   (eval "$ac_compile") 2>conftest.er1
14891   ac_status=$?
14892   grep -v '^ *+' conftest.er1 >conftest.err
14893   rm -f conftest.er1
14894   cat conftest.err >&5
14895   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14896   (exit $ac_status); } && {
14897          test -z "$ac_c_werror_flag" ||
14898          test ! -s conftest.err
14899        } && test -s conftest.$ac_objext; then
14900   :
14901 else
14902   $as_echo "$as_me: failed program was:" >&5
14903 sed 's/^/| /' conftest.$ac_ext >&5
14904
14905         ac_cv_type_FT_TrueTypeEngineType=yes
14906 fi
14907
14908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14909 else
14910   $as_echo "$as_me: failed program was:" >&5
14911 sed 's/^/| /' conftest.$ac_ext >&5
14912
14913
14914 fi
14915
14916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14917 fi
14918 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14919 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14920 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14921
14922 cat >>confdefs.h <<_ACEOF
14923 #define HAVE_FT_TRUETYPEENGINETYPE 1
14924 _ACEOF
14925
14926
14927 fi
14928
14929         ac_save_CFLAGS="$CFLAGS"
14930         CFLAGS="$CFLAGS $ac_freetype_libs"
14931
14932 for ac_func in FT_Load_Sfnt_Table
14933 do
14934 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14935 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14936 $as_echo_n "checking for $ac_func... " >&6; }
14937 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14938   $as_echo_n "(cached) " >&6
14939 else
14940   cat >conftest.$ac_ext <<_ACEOF
14941 /* confdefs.h.  */
14942 _ACEOF
14943 cat confdefs.h >>conftest.$ac_ext
14944 cat >>conftest.$ac_ext <<_ACEOF
14945 /* end confdefs.h.  */
14946 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14947    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14948 #define $ac_func innocuous_$ac_func
14949
14950 /* System header to define __stub macros and hopefully few prototypes,
14951     which can conflict with char $ac_func (); below.
14952     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14953     <limits.h> exists even on freestanding compilers.  */
14954
14955 #ifdef __STDC__
14956 # include <limits.h>
14957 #else
14958 # include <assert.h>
14959 #endif
14960
14961 #undef $ac_func
14962
14963 /* Override any GCC internal prototype to avoid an error.
14964    Use char because int might match the return type of a GCC
14965    builtin and then its argument prototype would still apply.  */
14966 #ifdef __cplusplus
14967 extern "C"
14968 #endif
14969 char $ac_func ();
14970 /* The GNU C library defines this for functions which it implements
14971     to always fail with ENOSYS.  Some functions are actually named
14972     something starting with __ and the normal name is an alias.  */
14973 #if defined __stub_$ac_func || defined __stub___$ac_func
14974 choke me
14975 #endif
14976
14977 int
14978 main ()
14979 {
14980 return $ac_func ();
14981   ;
14982   return 0;
14983 }
14984 _ACEOF
14985 rm -f conftest.$ac_objext conftest$ac_exeext
14986 if { (ac_try="$ac_link"
14987 case "(($ac_try" in
14988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14989   *) ac_try_echo=$ac_try;;
14990 esac
14991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14992 $as_echo "$ac_try_echo") >&5
14993   (eval "$ac_link") 2>conftest.er1
14994   ac_status=$?
14995   grep -v '^ *+' conftest.er1 >conftest.err
14996   rm -f conftest.er1
14997   cat conftest.err >&5
14998   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14999   (exit $ac_status); } && {
15000          test -z "$ac_c_werror_flag" ||
15001          test ! -s conftest.err
15002        } && test -s conftest$ac_exeext && {
15003          test "$cross_compiling" = yes ||
15004          $as_test_x conftest$ac_exeext
15005        }; then
15006   eval "$as_ac_var=yes"
15007 else
15008   $as_echo "$as_me: failed program was:" >&5
15009 sed 's/^/| /' conftest.$ac_ext >&5
15010
15011         eval "$as_ac_var=no"
15012 fi
15013
15014 rm -rf conftest.dSYM
15015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15016       conftest$ac_exeext conftest.$ac_ext
15017 fi
15018 ac_res=`eval 'as_val=${'$as_ac_var'}
15019                  $as_echo "$as_val"'`
15020                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15021 $as_echo "$ac_res" >&6; }
15022 as_val=`eval 'as_val=${'$as_ac_var'}
15023                  $as_echo "$as_val"'`
15024    if test "x$as_val" = x""yes; then
15025   cat >>confdefs.h <<_ACEOF
15026 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15027 _ACEOF
15028
15029 fi
15030 done
15031
15032         CFLAGS="$ac_save_CFLAGS"
15033         CPPFLAGS="$ac_save_CPPFLAGS"
15034                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15035         then
15036
15037 cat >>confdefs.h <<\_ACEOF
15038 #define HAVE_FREETYPE 1
15039 _ACEOF
15040
15041             FREETYPELIBS="$ac_freetype_libs"
15042
15043             FREETYPEINCL="$ac_freetype_incl"
15044
15045         fi
15046     fi
15047 fi
15048 if test "x$FREETYPELIBS" = "x"; then
15049   case "x$with_freetype" in
15050   xno) ;;
15051   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15052 Use the --without-freetype option if you really want this." >&5
15053 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15054 Use the --without-freetype option if you really want this." >&2;}
15055    { (exit 1); exit 1; }; } ;;
15056 esac
15057 fi
15058
15059 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15060
15061 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15062 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15063 if test "${ac_cv_c_ppdev+set}" = set; then
15064   $as_echo_n "(cached) " >&6
15065 else
15066   cat >conftest.$ac_ext <<_ACEOF
15067 /* confdefs.h.  */
15068 _ACEOF
15069 cat confdefs.h >>conftest.$ac_ext
15070 cat >>conftest.$ac_ext <<_ACEOF
15071 /* end confdefs.h.  */
15072 #include <linux/ppdev.h>
15073 int
15074 main ()
15075 {
15076 ioctl (1,PPCLAIM,0)
15077   ;
15078   return 0;
15079 }
15080 _ACEOF
15081 rm -f conftest.$ac_objext
15082 if { (ac_try="$ac_compile"
15083 case "(($ac_try" in
15084   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15085   *) ac_try_echo=$ac_try;;
15086 esac
15087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15088 $as_echo "$ac_try_echo") >&5
15089   (eval "$ac_compile") 2>conftest.er1
15090   ac_status=$?
15091   grep -v '^ *+' conftest.er1 >conftest.err
15092   rm -f conftest.er1
15093   cat conftest.err >&5
15094   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15095   (exit $ac_status); } && {
15096          test -z "$ac_c_werror_flag" ||
15097          test ! -s conftest.err
15098        } && test -s conftest.$ac_objext; then
15099   ac_cv_c_ppdev="yes"
15100 else
15101   $as_echo "$as_me: failed program was:" >&5
15102 sed 's/^/| /' conftest.$ac_ext >&5
15103
15104         ac_cv_c_ppdev="no"
15105 fi
15106
15107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15108 fi
15109 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15110 $as_echo "$ac_cv_c_ppdev" >&6; }
15111 if test "$ac_cv_c_ppdev" = "yes"
15112 then
15113
15114 cat >>confdefs.h <<\_ACEOF
15115 #define HAVE_PPDEV 1
15116 _ACEOF
15117
15118 fi
15119
15120 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15121 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15122 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15123   $as_echo_n "(cached) " >&6
15124 else
15125   ac_cv_type_pthread_rwlock_t=no
15126 cat >conftest.$ac_ext <<_ACEOF
15127 /* confdefs.h.  */
15128 _ACEOF
15129 cat confdefs.h >>conftest.$ac_ext
15130 cat >>conftest.$ac_ext <<_ACEOF
15131 /* end confdefs.h.  */
15132 #define _GNU_SOURCE
15133 #include <pthread.h>
15134
15135 int
15136 main ()
15137 {
15138 if (sizeof (pthread_rwlock_t))
15139        return 0;
15140   ;
15141   return 0;
15142 }
15143 _ACEOF
15144 rm -f conftest.$ac_objext
15145 if { (ac_try="$ac_compile"
15146 case "(($ac_try" in
15147   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15148   *) ac_try_echo=$ac_try;;
15149 esac
15150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15151 $as_echo "$ac_try_echo") >&5
15152   (eval "$ac_compile") 2>conftest.er1
15153   ac_status=$?
15154   grep -v '^ *+' conftest.er1 >conftest.err
15155   rm -f conftest.er1
15156   cat conftest.err >&5
15157   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15158   (exit $ac_status); } && {
15159          test -z "$ac_c_werror_flag" ||
15160          test ! -s conftest.err
15161        } && test -s conftest.$ac_objext; then
15162   cat >conftest.$ac_ext <<_ACEOF
15163 /* confdefs.h.  */
15164 _ACEOF
15165 cat confdefs.h >>conftest.$ac_ext
15166 cat >>conftest.$ac_ext <<_ACEOF
15167 /* end confdefs.h.  */
15168 #define _GNU_SOURCE
15169 #include <pthread.h>
15170
15171 int
15172 main ()
15173 {
15174 if (sizeof ((pthread_rwlock_t)))
15175           return 0;
15176   ;
15177   return 0;
15178 }
15179 _ACEOF
15180 rm -f conftest.$ac_objext
15181 if { (ac_try="$ac_compile"
15182 case "(($ac_try" in
15183   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15184   *) ac_try_echo=$ac_try;;
15185 esac
15186 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15187 $as_echo "$ac_try_echo") >&5
15188   (eval "$ac_compile") 2>conftest.er1
15189   ac_status=$?
15190   grep -v '^ *+' conftest.er1 >conftest.err
15191   rm -f conftest.er1
15192   cat conftest.err >&5
15193   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15194   (exit $ac_status); } && {
15195          test -z "$ac_c_werror_flag" ||
15196          test ! -s conftest.err
15197        } && test -s conftest.$ac_objext; then
15198   :
15199 else
15200   $as_echo "$as_me: failed program was:" >&5
15201 sed 's/^/| /' conftest.$ac_ext >&5
15202
15203         ac_cv_type_pthread_rwlock_t=yes
15204 fi
15205
15206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15207 else
15208   $as_echo "$as_me: failed program was:" >&5
15209 sed 's/^/| /' conftest.$ac_ext >&5
15210
15211
15212 fi
15213
15214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15215 fi
15216 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15217 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15218 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15219
15220 cat >>confdefs.h <<_ACEOF
15221 #define HAVE_PTHREAD_RWLOCK_T 1
15222 _ACEOF
15223
15224
15225 fi
15226 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15227 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15228 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15229   $as_echo_n "(cached) " >&6
15230 else
15231   ac_cv_type_pthread_rwlockattr_t=no
15232 cat >conftest.$ac_ext <<_ACEOF
15233 /* confdefs.h.  */
15234 _ACEOF
15235 cat confdefs.h >>conftest.$ac_ext
15236 cat >>conftest.$ac_ext <<_ACEOF
15237 /* end confdefs.h.  */
15238 #define _GNU_SOURCE
15239 #include <pthread.h>
15240
15241 int
15242 main ()
15243 {
15244 if (sizeof (pthread_rwlockattr_t))
15245        return 0;
15246   ;
15247   return 0;
15248 }
15249 _ACEOF
15250 rm -f conftest.$ac_objext
15251 if { (ac_try="$ac_compile"
15252 case "(($ac_try" in
15253   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15254   *) ac_try_echo=$ac_try;;
15255 esac
15256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15257 $as_echo "$ac_try_echo") >&5
15258   (eval "$ac_compile") 2>conftest.er1
15259   ac_status=$?
15260   grep -v '^ *+' conftest.er1 >conftest.err
15261   rm -f conftest.er1
15262   cat conftest.err >&5
15263   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15264   (exit $ac_status); } && {
15265          test -z "$ac_c_werror_flag" ||
15266          test ! -s conftest.err
15267        } && test -s conftest.$ac_objext; then
15268   cat >conftest.$ac_ext <<_ACEOF
15269 /* confdefs.h.  */
15270 _ACEOF
15271 cat confdefs.h >>conftest.$ac_ext
15272 cat >>conftest.$ac_ext <<_ACEOF
15273 /* end confdefs.h.  */
15274 #define _GNU_SOURCE
15275 #include <pthread.h>
15276
15277 int
15278 main ()
15279 {
15280 if (sizeof ((pthread_rwlockattr_t)))
15281           return 0;
15282   ;
15283   return 0;
15284 }
15285 _ACEOF
15286 rm -f conftest.$ac_objext
15287 if { (ac_try="$ac_compile"
15288 case "(($ac_try" in
15289   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15290   *) ac_try_echo=$ac_try;;
15291 esac
15292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15293 $as_echo "$ac_try_echo") >&5
15294   (eval "$ac_compile") 2>conftest.er1
15295   ac_status=$?
15296   grep -v '^ *+' conftest.er1 >conftest.err
15297   rm -f conftest.er1
15298   cat conftest.err >&5
15299   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15300   (exit $ac_status); } && {
15301          test -z "$ac_c_werror_flag" ||
15302          test ! -s conftest.err
15303        } && test -s conftest.$ac_objext; then
15304   :
15305 else
15306   $as_echo "$as_me: failed program was:" >&5
15307 sed 's/^/| /' conftest.$ac_ext >&5
15308
15309         ac_cv_type_pthread_rwlockattr_t=yes
15310 fi
15311
15312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15313 else
15314   $as_echo "$as_me: failed program was:" >&5
15315 sed 's/^/| /' conftest.$ac_ext >&5
15316
15317
15318 fi
15319
15320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15321 fi
15322 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15323 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15324 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15325
15326 cat >>confdefs.h <<_ACEOF
15327 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15328 _ACEOF
15329
15330
15331 fi
15332
15333
15334 ac_wine_check_funcs_save_LIBS="$LIBS"
15335 LIBS="$LIBS $LIBPTHREAD"
15336
15337
15338
15339
15340 for ac_func in \
15341         pthread_attr_get_np \
15342         pthread_getattr_np \
15343         pthread_get_stackaddr_np \
15344         pthread_get_stacksize_np
15345 do
15346 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15347 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15348 $as_echo_n "checking for $ac_func... " >&6; }
15349 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15350   $as_echo_n "(cached) " >&6
15351 else
15352   cat >conftest.$ac_ext <<_ACEOF
15353 /* confdefs.h.  */
15354 _ACEOF
15355 cat confdefs.h >>conftest.$ac_ext
15356 cat >>conftest.$ac_ext <<_ACEOF
15357 /* end confdefs.h.  */
15358 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15359    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15360 #define $ac_func innocuous_$ac_func
15361
15362 /* System header to define __stub macros and hopefully few prototypes,
15363     which can conflict with char $ac_func (); below.
15364     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15365     <limits.h> exists even on freestanding compilers.  */
15366
15367 #ifdef __STDC__
15368 # include <limits.h>
15369 #else
15370 # include <assert.h>
15371 #endif
15372
15373 #undef $ac_func
15374
15375 /* Override any GCC internal prototype to avoid an error.
15376    Use char because int might match the return type of a GCC
15377    builtin and then its argument prototype would still apply.  */
15378 #ifdef __cplusplus
15379 extern "C"
15380 #endif
15381 char $ac_func ();
15382 /* The GNU C library defines this for functions which it implements
15383     to always fail with ENOSYS.  Some functions are actually named
15384     something starting with __ and the normal name is an alias.  */
15385 #if defined __stub_$ac_func || defined __stub___$ac_func
15386 choke me
15387 #endif
15388
15389 int
15390 main ()
15391 {
15392 return $ac_func ();
15393   ;
15394   return 0;
15395 }
15396 _ACEOF
15397 rm -f conftest.$ac_objext conftest$ac_exeext
15398 if { (ac_try="$ac_link"
15399 case "(($ac_try" in
15400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15401   *) ac_try_echo=$ac_try;;
15402 esac
15403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15404 $as_echo "$ac_try_echo") >&5
15405   (eval "$ac_link") 2>conftest.er1
15406   ac_status=$?
15407   grep -v '^ *+' conftest.er1 >conftest.err
15408   rm -f conftest.er1
15409   cat conftest.err >&5
15410   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15411   (exit $ac_status); } && {
15412          test -z "$ac_c_werror_flag" ||
15413          test ! -s conftest.err
15414        } && test -s conftest$ac_exeext && {
15415          test "$cross_compiling" = yes ||
15416          $as_test_x conftest$ac_exeext
15417        }; then
15418   eval "$as_ac_var=yes"
15419 else
15420   $as_echo "$as_me: failed program was:" >&5
15421 sed 's/^/| /' conftest.$ac_ext >&5
15422
15423         eval "$as_ac_var=no"
15424 fi
15425
15426 rm -rf conftest.dSYM
15427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15428       conftest$ac_exeext conftest.$ac_ext
15429 fi
15430 ac_res=`eval 'as_val=${'$as_ac_var'}
15431                  $as_echo "$as_val"'`
15432                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15433 $as_echo "$ac_res" >&6; }
15434 as_val=`eval 'as_val=${'$as_ac_var'}
15435                  $as_echo "$as_val"'`
15436    if test "x$as_val" = x""yes; then
15437   cat >>confdefs.h <<_ACEOF
15438 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15439 _ACEOF
15440
15441 fi
15442 done
15443
15444 LIBS="$ac_wine_check_funcs_save_LIBS"
15445
15446 if test "x$with_esd" != xno
15447 then
15448     save_CFLAGS="$CFLAGS"
15449     # Extract the first word of "esd-config", so it can be a program name with args.
15450 set dummy esd-config; ac_word=$2
15451 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15452 $as_echo_n "checking for $ac_word... " >&6; }
15453 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15454   $as_echo_n "(cached) " >&6
15455 else
15456   case $ESDCONFIG in
15457   [\\/]* | ?:[\\/]*)
15458   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15459   ;;
15460   *)
15461   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15462 for as_dir in $PATH
15463 do
15464   IFS=$as_save_IFS
15465   test -z "$as_dir" && as_dir=.
15466   for ac_exec_ext in '' $ac_executable_extensions; do
15467   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15468     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15469     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15470     break 2
15471   fi
15472 done
15473 done
15474 IFS=$as_save_IFS
15475
15476   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15477   ;;
15478 esac
15479 fi
15480 ESDCONFIG=$ac_cv_path_ESDCONFIG
15481 if test -n "$ESDCONFIG"; then
15482   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15483 $as_echo "$ESDCONFIG" >&6; }
15484 else
15485   { $as_echo "$as_me:$LINENO: result: no" >&5
15486 $as_echo "no" >&6; }
15487 fi
15488
15489
15490     if test "x$ESDCONFIG" != "xno"
15491     then
15492         ac_esd_incl=""
15493         for i in `$ESDCONFIG --cflags`
15494         do
15495             case "$i" in
15496                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15497             esac
15498         done
15499         ac_esd_libs=`$ESDCONFIG --libs`
15500         CFLAGS="$CFLAGS $ac_esd_incl"
15501     fi
15502     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15503     if test "${ac_cv_header_esd_h+set}" = set; then
15504   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15505 $as_echo_n "checking for esd.h... " >&6; }
15506 if test "${ac_cv_header_esd_h+set}" = set; then
15507   $as_echo_n "(cached) " >&6
15508 fi
15509 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15510 $as_echo "$ac_cv_header_esd_h" >&6; }
15511 else
15512   # Is the header compilable?
15513 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15514 $as_echo_n "checking esd.h usability... " >&6; }
15515 cat >conftest.$ac_ext <<_ACEOF
15516 /* confdefs.h.  */
15517 _ACEOF
15518 cat confdefs.h >>conftest.$ac_ext
15519 cat >>conftest.$ac_ext <<_ACEOF
15520 /* end confdefs.h.  */
15521 $ac_includes_default
15522 #include <esd.h>
15523 _ACEOF
15524 rm -f conftest.$ac_objext
15525 if { (ac_try="$ac_compile"
15526 case "(($ac_try" in
15527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15528   *) ac_try_echo=$ac_try;;
15529 esac
15530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15531 $as_echo "$ac_try_echo") >&5
15532   (eval "$ac_compile") 2>conftest.er1
15533   ac_status=$?
15534   grep -v '^ *+' conftest.er1 >conftest.err
15535   rm -f conftest.er1
15536   cat conftest.err >&5
15537   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15538   (exit $ac_status); } && {
15539          test -z "$ac_c_werror_flag" ||
15540          test ! -s conftest.err
15541        } && test -s conftest.$ac_objext; then
15542   ac_header_compiler=yes
15543 else
15544   $as_echo "$as_me: failed program was:" >&5
15545 sed 's/^/| /' conftest.$ac_ext >&5
15546
15547         ac_header_compiler=no
15548 fi
15549
15550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15551 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15552 $as_echo "$ac_header_compiler" >&6; }
15553
15554 # Is the header present?
15555 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15556 $as_echo_n "checking esd.h presence... " >&6; }
15557 cat >conftest.$ac_ext <<_ACEOF
15558 /* confdefs.h.  */
15559 _ACEOF
15560 cat confdefs.h >>conftest.$ac_ext
15561 cat >>conftest.$ac_ext <<_ACEOF
15562 /* end confdefs.h.  */
15563 #include <esd.h>
15564 _ACEOF
15565 if { (ac_try="$ac_cpp conftest.$ac_ext"
15566 case "(($ac_try" in
15567   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15568   *) ac_try_echo=$ac_try;;
15569 esac
15570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15571 $as_echo "$ac_try_echo") >&5
15572   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15573   ac_status=$?
15574   grep -v '^ *+' conftest.er1 >conftest.err
15575   rm -f conftest.er1
15576   cat conftest.err >&5
15577   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15578   (exit $ac_status); } >/dev/null && {
15579          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15580          test ! -s conftest.err
15581        }; then
15582   ac_header_preproc=yes
15583 else
15584   $as_echo "$as_me: failed program was:" >&5
15585 sed 's/^/| /' conftest.$ac_ext >&5
15586
15587   ac_header_preproc=no
15588 fi
15589
15590 rm -f conftest.err conftest.$ac_ext
15591 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15592 $as_echo "$ac_header_preproc" >&6; }
15593
15594 # So?  What about this header?
15595 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15596   yes:no: )
15597     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15598 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15599     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15600 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15601     ac_header_preproc=yes
15602     ;;
15603   no:yes:* )
15604     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15605 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15606     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15607 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15608     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15609 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15610     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15611 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15612     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15613 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15614     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15615 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15616     ( cat <<\_ASBOX
15617 ## ------------------------------------ ##
15618 ## Report this to wine-devel@winehq.org ##
15619 ## ------------------------------------ ##
15620 _ASBOX
15621      ) | sed "s/^/$as_me: WARNING:     /" >&2
15622     ;;
15623 esac
15624 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15625 $as_echo_n "checking for esd.h... " >&6; }
15626 if test "${ac_cv_header_esd_h+set}" = set; then
15627   $as_echo_n "(cached) " >&6
15628 else
15629   ac_cv_header_esd_h=$ac_header_preproc
15630 fi
15631 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15632 $as_echo "$ac_cv_header_esd_h" >&6; }
15633
15634 fi
15635 if test "x$ac_cv_header_esd_h" = x""yes; then
15636   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15637 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15638 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15639   $as_echo_n "(cached) " >&6
15640 else
15641   ac_check_lib_save_LIBS=$LIBS
15642 LIBS="-lesd $ac_esd_libs $LIBS"
15643 cat >conftest.$ac_ext <<_ACEOF
15644 /* confdefs.h.  */
15645 _ACEOF
15646 cat confdefs.h >>conftest.$ac_ext
15647 cat >>conftest.$ac_ext <<_ACEOF
15648 /* end confdefs.h.  */
15649
15650 /* Override any GCC internal prototype to avoid an error.
15651    Use char because int might match the return type of a GCC
15652    builtin and then its argument prototype would still apply.  */
15653 #ifdef __cplusplus
15654 extern "C"
15655 #endif
15656 char esd_open_sound ();
15657 int
15658 main ()
15659 {
15660 return esd_open_sound ();
15661   ;
15662   return 0;
15663 }
15664 _ACEOF
15665 rm -f conftest.$ac_objext conftest$ac_exeext
15666 if { (ac_try="$ac_link"
15667 case "(($ac_try" in
15668   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15669   *) ac_try_echo=$ac_try;;
15670 esac
15671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15672 $as_echo "$ac_try_echo") >&5
15673   (eval "$ac_link") 2>conftest.er1
15674   ac_status=$?
15675   grep -v '^ *+' conftest.er1 >conftest.err
15676   rm -f conftest.er1
15677   cat conftest.err >&5
15678   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15679   (exit $ac_status); } && {
15680          test -z "$ac_c_werror_flag" ||
15681          test ! -s conftest.err
15682        } && test -s conftest$ac_exeext && {
15683          test "$cross_compiling" = yes ||
15684          $as_test_x conftest$ac_exeext
15685        }; then
15686   ac_cv_lib_esd_esd_open_sound=yes
15687 else
15688   $as_echo "$as_me: failed program was:" >&5
15689 sed 's/^/| /' conftest.$ac_ext >&5
15690
15691         ac_cv_lib_esd_esd_open_sound=no
15692 fi
15693
15694 rm -rf conftest.dSYM
15695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15696       conftest$ac_exeext conftest.$ac_ext
15697 LIBS=$ac_check_lib_save_LIBS
15698 fi
15699 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15700 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15701 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15702   ESDINCL="$ac_esd_incl"
15703
15704              ESDLIBS="$ac_esd_libs"
15705
15706
15707 cat >>confdefs.h <<\_ACEOF
15708 #define HAVE_ESD 1
15709 _ACEOF
15710
15711 fi
15712
15713 fi
15714
15715
15716     CFLAGS="$save_CFLAGS"
15717 fi
15718
15719 ALSALIBS=""
15720
15721 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15722 then
15723     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15724 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15725 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15726   $as_echo_n "(cached) " >&6
15727 else
15728   ac_check_lib_save_LIBS=$LIBS
15729 LIBS="-lasound  $LIBS"
15730 cat >conftest.$ac_ext <<_ACEOF
15731 /* confdefs.h.  */
15732 _ACEOF
15733 cat confdefs.h >>conftest.$ac_ext
15734 cat >>conftest.$ac_ext <<_ACEOF
15735 /* end confdefs.h.  */
15736
15737 /* Override any GCC internal prototype to avoid an error.
15738    Use char because int might match the return type of a GCC
15739    builtin and then its argument prototype would still apply.  */
15740 #ifdef __cplusplus
15741 extern "C"
15742 #endif
15743 char snd_pcm_hw_params_get_access ();
15744 int
15745 main ()
15746 {
15747 return snd_pcm_hw_params_get_access ();
15748   ;
15749   return 0;
15750 }
15751 _ACEOF
15752 rm -f conftest.$ac_objext conftest$ac_exeext
15753 if { (ac_try="$ac_link"
15754 case "(($ac_try" in
15755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15756   *) ac_try_echo=$ac_try;;
15757 esac
15758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15759 $as_echo "$ac_try_echo") >&5
15760   (eval "$ac_link") 2>conftest.er1
15761   ac_status=$?
15762   grep -v '^ *+' conftest.er1 >conftest.err
15763   rm -f conftest.er1
15764   cat conftest.err >&5
15765   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15766   (exit $ac_status); } && {
15767          test -z "$ac_c_werror_flag" ||
15768          test ! -s conftest.err
15769        } && test -s conftest$ac_exeext && {
15770          test "$cross_compiling" = yes ||
15771          $as_test_x conftest$ac_exeext
15772        }; then
15773   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15774 else
15775   $as_echo "$as_me: failed program was:" >&5
15776 sed 's/^/| /' conftest.$ac_ext >&5
15777
15778         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15779 fi
15780
15781 rm -rf conftest.dSYM
15782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15783       conftest$ac_exeext conftest.$ac_ext
15784 LIBS=$ac_check_lib_save_LIBS
15785 fi
15786 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15787 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15788 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15789   cat >conftest.$ac_ext <<_ACEOF
15790 /* confdefs.h.  */
15791 _ACEOF
15792 cat confdefs.h >>conftest.$ac_ext
15793 cat >>conftest.$ac_ext <<_ACEOF
15794 /* end confdefs.h.  */
15795 #ifdef HAVE_ALSA_ASOUNDLIB_H
15796 #include <alsa/asoundlib.h>
15797 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15798 #include <sys/asoundlib.h>
15799 #endif
15800 int
15801 main ()
15802 {
15803 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15804   ;
15805   return 0;
15806 }
15807 _ACEOF
15808 rm -f conftest.$ac_objext
15809 if { (ac_try="$ac_compile"
15810 case "(($ac_try" in
15811   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15812   *) ac_try_echo=$ac_try;;
15813 esac
15814 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15815 $as_echo "$ac_try_echo") >&5
15816   (eval "$ac_compile") 2>conftest.er1
15817   ac_status=$?
15818   grep -v '^ *+' conftest.er1 >conftest.err
15819   rm -f conftest.er1
15820   cat conftest.err >&5
15821   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15822   (exit $ac_status); } && {
15823          test -z "$ac_c_werror_flag" ||
15824          test ! -s conftest.err
15825        } && test -s conftest.$ac_objext; then
15826
15827 cat >>confdefs.h <<\_ACEOF
15828 #define HAVE_ALSA 1
15829 _ACEOF
15830
15831                          ALSALIBS="-lasound"
15832 else
15833   $as_echo "$as_me: failed program was:" >&5
15834 sed 's/^/| /' conftest.$ac_ext >&5
15835
15836
15837 fi
15838
15839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15840 fi
15841
15842 fi
15843
15844 AUDIOIOLIBS=""
15845
15846 if test "$ac_cv_header_libaudioio_h" = "yes"
15847 then
15848     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15849 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15850 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15851   $as_echo_n "(cached) " >&6
15852 else
15853   ac_check_lib_save_LIBS=$LIBS
15854 LIBS="-laudioio  $LIBS"
15855 cat >conftest.$ac_ext <<_ACEOF
15856 /* confdefs.h.  */
15857 _ACEOF
15858 cat confdefs.h >>conftest.$ac_ext
15859 cat >>conftest.$ac_ext <<_ACEOF
15860 /* end confdefs.h.  */
15861
15862 /* Override any GCC internal prototype to avoid an error.
15863    Use char because int might match the return type of a GCC
15864    builtin and then its argument prototype would still apply.  */
15865 #ifdef __cplusplus
15866 extern "C"
15867 #endif
15868 char AudioIOGetVersion ();
15869 int
15870 main ()
15871 {
15872 return AudioIOGetVersion ();
15873   ;
15874   return 0;
15875 }
15876 _ACEOF
15877 rm -f conftest.$ac_objext conftest$ac_exeext
15878 if { (ac_try="$ac_link"
15879 case "(($ac_try" in
15880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15881   *) ac_try_echo=$ac_try;;
15882 esac
15883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15884 $as_echo "$ac_try_echo") >&5
15885   (eval "$ac_link") 2>conftest.er1
15886   ac_status=$?
15887   grep -v '^ *+' conftest.er1 >conftest.err
15888   rm -f conftest.er1
15889   cat conftest.err >&5
15890   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15891   (exit $ac_status); } && {
15892          test -z "$ac_c_werror_flag" ||
15893          test ! -s conftest.err
15894        } && test -s conftest$ac_exeext && {
15895          test "$cross_compiling" = yes ||
15896          $as_test_x conftest$ac_exeext
15897        }; then
15898   ac_cv_lib_audioio_AudioIOGetVersion=yes
15899 else
15900   $as_echo "$as_me: failed program was:" >&5
15901 sed 's/^/| /' conftest.$ac_ext >&5
15902
15903         ac_cv_lib_audioio_AudioIOGetVersion=no
15904 fi
15905
15906 rm -rf conftest.dSYM
15907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15908       conftest$ac_exeext conftest.$ac_ext
15909 LIBS=$ac_check_lib_save_LIBS
15910 fi
15911 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15912 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15913 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15914   AUDIOIOLIBS="-laudioio"
15915
15916 cat >>confdefs.h <<\_ACEOF
15917 #define HAVE_LIBAUDIOIO 1
15918 _ACEOF
15919
15920 fi
15921
15922 fi
15923
15924
15925 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15926 then
15927     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15928 $as_echo_n "checking for -lcapi20... " >&6; }
15929 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15930   $as_echo_n "(cached) " >&6
15931 else
15932   ac_check_soname_save_LIBS=$LIBS
15933 LIBS="-lcapi20  $LIBS"
15934   cat >conftest.$ac_ext <<_ACEOF
15935 /* confdefs.h.  */
15936 _ACEOF
15937 cat confdefs.h >>conftest.$ac_ext
15938 cat >>conftest.$ac_ext <<_ACEOF
15939 /* end confdefs.h.  */
15940
15941 /* Override any GCC internal prototype to avoid an error.
15942    Use char because int might match the return type of a GCC
15943    builtin and then its argument prototype would still apply.  */
15944 #ifdef __cplusplus
15945 extern "C"
15946 #endif
15947 char capi20_register ();
15948 int
15949 main ()
15950 {
15951 return capi20_register ();
15952   ;
15953   return 0;
15954 }
15955 _ACEOF
15956 rm -f conftest.$ac_objext conftest$ac_exeext
15957 if { (ac_try="$ac_link"
15958 case "(($ac_try" in
15959   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15960   *) ac_try_echo=$ac_try;;
15961 esac
15962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15963 $as_echo "$ac_try_echo") >&5
15964   (eval "$ac_link") 2>conftest.er1
15965   ac_status=$?
15966   grep -v '^ *+' conftest.er1 >conftest.err
15967   rm -f conftest.er1
15968   cat conftest.err >&5
15969   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15970   (exit $ac_status); } && {
15971          test -z "$ac_c_werror_flag" ||
15972          test ! -s conftest.err
15973        } && test -s conftest$ac_exeext && {
15974          test "$cross_compiling" = yes ||
15975          $as_test_x conftest$ac_exeext
15976        }; then
15977   case "$LIBEXT" in
15978     dll) ;;
15979     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'` ;;
15980     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15981   esac
15982 else
15983   $as_echo "$as_me: failed program was:" >&5
15984 sed 's/^/| /' conftest.$ac_ext >&5
15985
15986
15987 fi
15988
15989 rm -rf conftest.dSYM
15990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15991       conftest$ac_exeext conftest.$ac_ext
15992   LIBS=$ac_check_soname_save_LIBS
15993 fi
15994 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15995   { $as_echo "$as_me:$LINENO: result: not found" >&5
15996 $as_echo "not found" >&6; }
15997
15998 else
15999   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16000 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16001
16002 cat >>confdefs.h <<_ACEOF
16003 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16004 _ACEOF
16005
16006
16007 fi
16008
16009 fi
16010 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16011   case "x$with_capi" in
16012   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16013   xno) ;;
16014   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16015 This is an error since --with-capi was requested." >&5
16016 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16017 This is an error since --with-capi was requested." >&2;}
16018    { (exit 1); exit 1; }; } ;;
16019 esac
16020 fi
16021
16022
16023 CUPSINCL=""
16024
16025 if test "x$with_cups" != "xno"
16026 then
16027     ac_save_CPPFLAGS="$CPPFLAGS"
16028     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16029     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16030     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16031
16032 for ac_header in cups/cups.h
16033 do
16034 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16035 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16036   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16037 $as_echo_n "checking for $ac_header... " >&6; }
16038 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16039   $as_echo_n "(cached) " >&6
16040 fi
16041 ac_res=`eval 'as_val=${'$as_ac_Header'}
16042                  $as_echo "$as_val"'`
16043                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16044 $as_echo "$ac_res" >&6; }
16045 else
16046   # Is the header compilable?
16047 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16048 $as_echo_n "checking $ac_header usability... " >&6; }
16049 cat >conftest.$ac_ext <<_ACEOF
16050 /* confdefs.h.  */
16051 _ACEOF
16052 cat confdefs.h >>conftest.$ac_ext
16053 cat >>conftest.$ac_ext <<_ACEOF
16054 /* end confdefs.h.  */
16055 $ac_includes_default
16056 #include <$ac_header>
16057 _ACEOF
16058 rm -f conftest.$ac_objext
16059 if { (ac_try="$ac_compile"
16060 case "(($ac_try" in
16061   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16062   *) ac_try_echo=$ac_try;;
16063 esac
16064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16065 $as_echo "$ac_try_echo") >&5
16066   (eval "$ac_compile") 2>conftest.er1
16067   ac_status=$?
16068   grep -v '^ *+' conftest.er1 >conftest.err
16069   rm -f conftest.er1
16070   cat conftest.err >&5
16071   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16072   (exit $ac_status); } && {
16073          test -z "$ac_c_werror_flag" ||
16074          test ! -s conftest.err
16075        } && test -s conftest.$ac_objext; then
16076   ac_header_compiler=yes
16077 else
16078   $as_echo "$as_me: failed program was:" >&5
16079 sed 's/^/| /' conftest.$ac_ext >&5
16080
16081         ac_header_compiler=no
16082 fi
16083
16084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16085 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16086 $as_echo "$ac_header_compiler" >&6; }
16087
16088 # Is the header present?
16089 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16090 $as_echo_n "checking $ac_header presence... " >&6; }
16091 cat >conftest.$ac_ext <<_ACEOF
16092 /* confdefs.h.  */
16093 _ACEOF
16094 cat confdefs.h >>conftest.$ac_ext
16095 cat >>conftest.$ac_ext <<_ACEOF
16096 /* end confdefs.h.  */
16097 #include <$ac_header>
16098 _ACEOF
16099 if { (ac_try="$ac_cpp conftest.$ac_ext"
16100 case "(($ac_try" in
16101   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16102   *) ac_try_echo=$ac_try;;
16103 esac
16104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16105 $as_echo "$ac_try_echo") >&5
16106   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16107   ac_status=$?
16108   grep -v '^ *+' conftest.er1 >conftest.err
16109   rm -f conftest.er1
16110   cat conftest.err >&5
16111   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16112   (exit $ac_status); } >/dev/null && {
16113          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16114          test ! -s conftest.err
16115        }; then
16116   ac_header_preproc=yes
16117 else
16118   $as_echo "$as_me: failed program was:" >&5
16119 sed 's/^/| /' conftest.$ac_ext >&5
16120
16121   ac_header_preproc=no
16122 fi
16123
16124 rm -f conftest.err conftest.$ac_ext
16125 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16126 $as_echo "$ac_header_preproc" >&6; }
16127
16128 # So?  What about this header?
16129 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16130   yes:no: )
16131     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16132 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16133     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16134 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16135     ac_header_preproc=yes
16136     ;;
16137   no:yes:* )
16138     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16139 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16140     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16141 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16142     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16143 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16144     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16145 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16146     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16147 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16148     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16149 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16150     ( cat <<\_ASBOX
16151 ## ------------------------------------ ##
16152 ## Report this to wine-devel@winehq.org ##
16153 ## ------------------------------------ ##
16154 _ASBOX
16155      ) | sed "s/^/$as_me: WARNING:     /" >&2
16156     ;;
16157 esac
16158 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16159 $as_echo_n "checking for $ac_header... " >&6; }
16160 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16161   $as_echo_n "(cached) " >&6
16162 else
16163   eval "$as_ac_Header=\$ac_header_preproc"
16164 fi
16165 ac_res=`eval 'as_val=${'$as_ac_Header'}
16166                  $as_echo "$as_val"'`
16167                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16168 $as_echo "$ac_res" >&6; }
16169
16170 fi
16171 as_val=`eval 'as_val=${'$as_ac_Header'}
16172                  $as_echo "$as_val"'`
16173    if test "x$as_val" = x""yes; then
16174   cat >>confdefs.h <<_ACEOF
16175 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16176 _ACEOF
16177  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16178 $as_echo_n "checking for -lcups... " >&6; }
16179 if test "${ac_cv_lib_soname_cups+set}" = set; then
16180   $as_echo_n "(cached) " >&6
16181 else
16182   ac_check_soname_save_LIBS=$LIBS
16183 LIBS="-lcups $ac_cups_libs $LIBS"
16184   cat >conftest.$ac_ext <<_ACEOF
16185 /* confdefs.h.  */
16186 _ACEOF
16187 cat confdefs.h >>conftest.$ac_ext
16188 cat >>conftest.$ac_ext <<_ACEOF
16189 /* end confdefs.h.  */
16190
16191 /* Override any GCC internal prototype to avoid an error.
16192    Use char because int might match the return type of a GCC
16193    builtin and then its argument prototype would still apply.  */
16194 #ifdef __cplusplus
16195 extern "C"
16196 #endif
16197 char cupsGetDefault ();
16198 int
16199 main ()
16200 {
16201 return cupsGetDefault ();
16202   ;
16203   return 0;
16204 }
16205 _ACEOF
16206 rm -f conftest.$ac_objext conftest$ac_exeext
16207 if { (ac_try="$ac_link"
16208 case "(($ac_try" in
16209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16210   *) ac_try_echo=$ac_try;;
16211 esac
16212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16213 $as_echo "$ac_try_echo") >&5
16214   (eval "$ac_link") 2>conftest.er1
16215   ac_status=$?
16216   grep -v '^ *+' conftest.er1 >conftest.err
16217   rm -f conftest.er1
16218   cat conftest.err >&5
16219   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16220   (exit $ac_status); } && {
16221          test -z "$ac_c_werror_flag" ||
16222          test ! -s conftest.err
16223        } && test -s conftest$ac_exeext && {
16224          test "$cross_compiling" = yes ||
16225          $as_test_x conftest$ac_exeext
16226        }; then
16227   case "$LIBEXT" in
16228     dll) ;;
16229     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'` ;;
16230     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16231   esac
16232 else
16233   $as_echo "$as_me: failed program was:" >&5
16234 sed 's/^/| /' conftest.$ac_ext >&5
16235
16236
16237 fi
16238
16239 rm -rf conftest.dSYM
16240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16241       conftest$ac_exeext conftest.$ac_ext
16242   LIBS=$ac_check_soname_save_LIBS
16243 fi
16244 if test "x$ac_cv_lib_soname_cups" = "x"; then
16245   { $as_echo "$as_me:$LINENO: result: not found" >&5
16246 $as_echo "not found" >&6; }
16247
16248 else
16249   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16250 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16251
16252 cat >>confdefs.h <<_ACEOF
16253 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16254 _ACEOF
16255
16256        CUPSINCL="$ac_cups_cflags"
16257 fi
16258
16259 fi
16260
16261 done
16262
16263     CPPFLAGS="$ac_save_CPPFLAGS"
16264 fi
16265 if test "x$ac_cv_lib_soname_cups" = "x"; then
16266   case "x$with_cups" in
16267   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16268   xno) ;;
16269   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16270 This is an error since --with-cups was requested." >&5
16271 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16272 This is an error since --with-cups was requested." >&2;}
16273    { (exit 1); exit 1; }; } ;;
16274 esac
16275 fi
16276
16277
16278 if test "$ac_cv_header_jack_jack_h" = "yes"
16279 then
16280     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16281 $as_echo_n "checking for -ljack... " >&6; }
16282 if test "${ac_cv_lib_soname_jack+set}" = set; then
16283   $as_echo_n "(cached) " >&6
16284 else
16285   ac_check_soname_save_LIBS=$LIBS
16286 LIBS="-ljack  $LIBS"
16287   cat >conftest.$ac_ext <<_ACEOF
16288 /* confdefs.h.  */
16289 _ACEOF
16290 cat confdefs.h >>conftest.$ac_ext
16291 cat >>conftest.$ac_ext <<_ACEOF
16292 /* end confdefs.h.  */
16293
16294 /* Override any GCC internal prototype to avoid an error.
16295    Use char because int might match the return type of a GCC
16296    builtin and then its argument prototype would still apply.  */
16297 #ifdef __cplusplus
16298 extern "C"
16299 #endif
16300 char jack_client_new ();
16301 int
16302 main ()
16303 {
16304 return jack_client_new ();
16305   ;
16306   return 0;
16307 }
16308 _ACEOF
16309 rm -f conftest.$ac_objext conftest$ac_exeext
16310 if { (ac_try="$ac_link"
16311 case "(($ac_try" in
16312   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16313   *) ac_try_echo=$ac_try;;
16314 esac
16315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16316 $as_echo "$ac_try_echo") >&5
16317   (eval "$ac_link") 2>conftest.er1
16318   ac_status=$?
16319   grep -v '^ *+' conftest.er1 >conftest.err
16320   rm -f conftest.er1
16321   cat conftest.err >&5
16322   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16323   (exit $ac_status); } && {
16324          test -z "$ac_c_werror_flag" ||
16325          test ! -s conftest.err
16326        } && test -s conftest$ac_exeext && {
16327          test "$cross_compiling" = yes ||
16328          $as_test_x conftest$ac_exeext
16329        }; then
16330   case "$LIBEXT" in
16331     dll) ;;
16332     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'` ;;
16333     *) 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'` ;;
16334   esac
16335 else
16336   $as_echo "$as_me: failed program was:" >&5
16337 sed 's/^/| /' conftest.$ac_ext >&5
16338
16339
16340 fi
16341
16342 rm -rf conftest.dSYM
16343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16344       conftest$ac_exeext conftest.$ac_ext
16345   LIBS=$ac_check_soname_save_LIBS
16346 fi
16347 if test "x$ac_cv_lib_soname_jack" = "x"; then
16348   { $as_echo "$as_me:$LINENO: result: not found" >&5
16349 $as_echo "not found" >&6; }
16350
16351 else
16352   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16353 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16354
16355 cat >>confdefs.h <<_ACEOF
16356 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16357 _ACEOF
16358
16359
16360 fi
16361
16362 fi
16363
16364 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16365 then
16366     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16367 $as_echo_n "checking for -lfontconfig... " >&6; }
16368 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16369   $as_echo_n "(cached) " >&6
16370 else
16371   ac_check_soname_save_LIBS=$LIBS
16372 LIBS="-lfontconfig  $LIBS"
16373   cat >conftest.$ac_ext <<_ACEOF
16374 /* confdefs.h.  */
16375 _ACEOF
16376 cat confdefs.h >>conftest.$ac_ext
16377 cat >>conftest.$ac_ext <<_ACEOF
16378 /* end confdefs.h.  */
16379
16380 /* Override any GCC internal prototype to avoid an error.
16381    Use char because int might match the return type of a GCC
16382    builtin and then its argument prototype would still apply.  */
16383 #ifdef __cplusplus
16384 extern "C"
16385 #endif
16386 char FcInit ();
16387 int
16388 main ()
16389 {
16390 return FcInit ();
16391   ;
16392   return 0;
16393 }
16394 _ACEOF
16395 rm -f conftest.$ac_objext conftest$ac_exeext
16396 if { (ac_try="$ac_link"
16397 case "(($ac_try" in
16398   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16399   *) ac_try_echo=$ac_try;;
16400 esac
16401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16402 $as_echo "$ac_try_echo") >&5
16403   (eval "$ac_link") 2>conftest.er1
16404   ac_status=$?
16405   grep -v '^ *+' conftest.er1 >conftest.err
16406   rm -f conftest.er1
16407   cat conftest.err >&5
16408   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16409   (exit $ac_status); } && {
16410          test -z "$ac_c_werror_flag" ||
16411          test ! -s conftest.err
16412        } && test -s conftest$ac_exeext && {
16413          test "$cross_compiling" = yes ||
16414          $as_test_x conftest$ac_exeext
16415        }; then
16416   case "$LIBEXT" in
16417     dll) ;;
16418     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'` ;;
16419     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16420   esac
16421 else
16422   $as_echo "$as_me: failed program was:" >&5
16423 sed 's/^/| /' conftest.$ac_ext >&5
16424
16425
16426 fi
16427
16428 rm -rf conftest.dSYM
16429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16430       conftest$ac_exeext conftest.$ac_ext
16431   LIBS=$ac_check_soname_save_LIBS
16432 fi
16433 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16434   { $as_echo "$as_me:$LINENO: result: not found" >&5
16435 $as_echo "not found" >&6; }
16436
16437 else
16438   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16439 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16440
16441 cat >>confdefs.h <<_ACEOF
16442 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16443 _ACEOF
16444
16445
16446 fi
16447
16448 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16449 then
16450         ac_save_CPPFLAGS="$CPPFLAGS"
16451     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16452     $as_unset ac_cv_header_fontconfig_fontconfig_h
16453
16454 for ac_header in fontconfig/fontconfig.h
16455 do
16456 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16457 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16458   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16459 $as_echo_n "checking for $ac_header... " >&6; }
16460 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16461   $as_echo_n "(cached) " >&6
16462 fi
16463 ac_res=`eval 'as_val=${'$as_ac_Header'}
16464                  $as_echo "$as_val"'`
16465                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16466 $as_echo "$ac_res" >&6; }
16467 else
16468   # Is the header compilable?
16469 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16470 $as_echo_n "checking $ac_header usability... " >&6; }
16471 cat >conftest.$ac_ext <<_ACEOF
16472 /* confdefs.h.  */
16473 _ACEOF
16474 cat confdefs.h >>conftest.$ac_ext
16475 cat >>conftest.$ac_ext <<_ACEOF
16476 /* end confdefs.h.  */
16477 $ac_includes_default
16478 #include <$ac_header>
16479 _ACEOF
16480 rm -f conftest.$ac_objext
16481 if { (ac_try="$ac_compile"
16482 case "(($ac_try" in
16483   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16484   *) ac_try_echo=$ac_try;;
16485 esac
16486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16487 $as_echo "$ac_try_echo") >&5
16488   (eval "$ac_compile") 2>conftest.er1
16489   ac_status=$?
16490   grep -v '^ *+' conftest.er1 >conftest.err
16491   rm -f conftest.er1
16492   cat conftest.err >&5
16493   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16494   (exit $ac_status); } && {
16495          test -z "$ac_c_werror_flag" ||
16496          test ! -s conftest.err
16497        } && test -s conftest.$ac_objext; then
16498   ac_header_compiler=yes
16499 else
16500   $as_echo "$as_me: failed program was:" >&5
16501 sed 's/^/| /' conftest.$ac_ext >&5
16502
16503         ac_header_compiler=no
16504 fi
16505
16506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16507 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16508 $as_echo "$ac_header_compiler" >&6; }
16509
16510 # Is the header present?
16511 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16512 $as_echo_n "checking $ac_header presence... " >&6; }
16513 cat >conftest.$ac_ext <<_ACEOF
16514 /* confdefs.h.  */
16515 _ACEOF
16516 cat confdefs.h >>conftest.$ac_ext
16517 cat >>conftest.$ac_ext <<_ACEOF
16518 /* end confdefs.h.  */
16519 #include <$ac_header>
16520 _ACEOF
16521 if { (ac_try="$ac_cpp conftest.$ac_ext"
16522 case "(($ac_try" in
16523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16524   *) ac_try_echo=$ac_try;;
16525 esac
16526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16527 $as_echo "$ac_try_echo") >&5
16528   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16529   ac_status=$?
16530   grep -v '^ *+' conftest.er1 >conftest.err
16531   rm -f conftest.er1
16532   cat conftest.err >&5
16533   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16534   (exit $ac_status); } >/dev/null && {
16535          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16536          test ! -s conftest.err
16537        }; then
16538   ac_header_preproc=yes
16539 else
16540   $as_echo "$as_me: failed program was:" >&5
16541 sed 's/^/| /' conftest.$ac_ext >&5
16542
16543   ac_header_preproc=no
16544 fi
16545
16546 rm -f conftest.err conftest.$ac_ext
16547 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16548 $as_echo "$ac_header_preproc" >&6; }
16549
16550 # So?  What about this header?
16551 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16552   yes:no: )
16553     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16554 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16555     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16556 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16557     ac_header_preproc=yes
16558     ;;
16559   no:yes:* )
16560     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16561 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16562     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16563 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16564     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16565 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16566     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16567 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16568     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16569 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16570     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16571 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16572     ( cat <<\_ASBOX
16573 ## ------------------------------------ ##
16574 ## Report this to wine-devel@winehq.org ##
16575 ## ------------------------------------ ##
16576 _ASBOX
16577      ) | sed "s/^/$as_me: WARNING:     /" >&2
16578     ;;
16579 esac
16580 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16581 $as_echo_n "checking for $ac_header... " >&6; }
16582 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16583   $as_echo_n "(cached) " >&6
16584 else
16585   eval "$as_ac_Header=\$ac_header_preproc"
16586 fi
16587 ac_res=`eval 'as_val=${'$as_ac_Header'}
16588                  $as_echo "$as_val"'`
16589                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16590 $as_echo "$ac_res" >&6; }
16591
16592 fi
16593 as_val=`eval 'as_val=${'$as_ac_Header'}
16594                  $as_echo "$as_val"'`
16595    if test "x$as_val" = x""yes; then
16596   cat >>confdefs.h <<_ACEOF
16597 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16598 _ACEOF
16599
16600 fi
16601
16602 done
16603
16604     CPPFLAGS="$ac_save_CPPFLAGS"
16605     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16606     then
16607         FONTCONFIGINCL="$X_CFLAGS"
16608
16609         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16610 $as_echo_n "checking for -lfontconfig... " >&6; }
16611 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16612   $as_echo_n "(cached) " >&6
16613 else
16614   ac_check_soname_save_LIBS=$LIBS
16615 LIBS="-lfontconfig $X_LIBS $LIBS"
16616   cat >conftest.$ac_ext <<_ACEOF
16617 /* confdefs.h.  */
16618 _ACEOF
16619 cat confdefs.h >>conftest.$ac_ext
16620 cat >>conftest.$ac_ext <<_ACEOF
16621 /* end confdefs.h.  */
16622
16623 /* Override any GCC internal prototype to avoid an error.
16624    Use char because int might match the return type of a GCC
16625    builtin and then its argument prototype would still apply.  */
16626 #ifdef __cplusplus
16627 extern "C"
16628 #endif
16629 char FcInit ();
16630 int
16631 main ()
16632 {
16633 return FcInit ();
16634   ;
16635   return 0;
16636 }
16637 _ACEOF
16638 rm -f conftest.$ac_objext conftest$ac_exeext
16639 if { (ac_try="$ac_link"
16640 case "(($ac_try" in
16641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16642   *) ac_try_echo=$ac_try;;
16643 esac
16644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16645 $as_echo "$ac_try_echo") >&5
16646   (eval "$ac_link") 2>conftest.er1
16647   ac_status=$?
16648   grep -v '^ *+' conftest.er1 >conftest.err
16649   rm -f conftest.er1
16650   cat conftest.err >&5
16651   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16652   (exit $ac_status); } && {
16653          test -z "$ac_c_werror_flag" ||
16654          test ! -s conftest.err
16655        } && test -s conftest$ac_exeext && {
16656          test "$cross_compiling" = yes ||
16657          $as_test_x conftest$ac_exeext
16658        }; then
16659   case "$LIBEXT" in
16660     dll) ;;
16661     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'` ;;
16662     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16663   esac
16664 else
16665   $as_echo "$as_me: failed program was:" >&5
16666 sed 's/^/| /' conftest.$ac_ext >&5
16667
16668
16669 fi
16670
16671 rm -rf conftest.dSYM
16672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16673       conftest$ac_exeext conftest.$ac_ext
16674   LIBS=$ac_check_soname_save_LIBS
16675 fi
16676 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16677   { $as_echo "$as_me:$LINENO: result: not found" >&5
16678 $as_echo "not found" >&6; }
16679
16680 else
16681   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16682 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16683
16684 cat >>confdefs.h <<_ACEOF
16685 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16686 _ACEOF
16687
16688
16689 fi
16690
16691     fi
16692 fi
16693 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16694   case "x$with_fontconfig" in
16695   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16696   xno) ;;
16697   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16698 This is an error since --with-fontconfig was requested." >&5
16699 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16700 This is an error since --with-fontconfig was requested." >&2;}
16701    { (exit 1); exit 1; }; } ;;
16702 esac
16703 fi
16704
16705
16706 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16707 then
16708     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16709 $as_echo_n "checking for -lssl... " >&6; }
16710 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16711   $as_echo_n "(cached) " >&6
16712 else
16713   ac_check_soname_save_LIBS=$LIBS
16714 LIBS="-lssl  $LIBS"
16715   cat >conftest.$ac_ext <<_ACEOF
16716 /* confdefs.h.  */
16717 _ACEOF
16718 cat confdefs.h >>conftest.$ac_ext
16719 cat >>conftest.$ac_ext <<_ACEOF
16720 /* end confdefs.h.  */
16721
16722 /* Override any GCC internal prototype to avoid an error.
16723    Use char because int might match the return type of a GCC
16724    builtin and then its argument prototype would still apply.  */
16725 #ifdef __cplusplus
16726 extern "C"
16727 #endif
16728 char SSL_library_init ();
16729 int
16730 main ()
16731 {
16732 return SSL_library_init ();
16733   ;
16734   return 0;
16735 }
16736 _ACEOF
16737 rm -f conftest.$ac_objext conftest$ac_exeext
16738 if { (ac_try="$ac_link"
16739 case "(($ac_try" in
16740   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16741   *) ac_try_echo=$ac_try;;
16742 esac
16743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16744 $as_echo "$ac_try_echo") >&5
16745   (eval "$ac_link") 2>conftest.er1
16746   ac_status=$?
16747   grep -v '^ *+' conftest.er1 >conftest.err
16748   rm -f conftest.er1
16749   cat conftest.err >&5
16750   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16751   (exit $ac_status); } && {
16752          test -z "$ac_c_werror_flag" ||
16753          test ! -s conftest.err
16754        } && test -s conftest$ac_exeext && {
16755          test "$cross_compiling" = yes ||
16756          $as_test_x conftest$ac_exeext
16757        }; then
16758   case "$LIBEXT" in
16759     dll) ;;
16760     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'` ;;
16761     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16762   esac
16763 else
16764   $as_echo "$as_me: failed program was:" >&5
16765 sed 's/^/| /' conftest.$ac_ext >&5
16766
16767
16768 fi
16769
16770 rm -rf conftest.dSYM
16771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16772       conftest$ac_exeext conftest.$ac_ext
16773   LIBS=$ac_check_soname_save_LIBS
16774 fi
16775 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16776   { $as_echo "$as_me:$LINENO: result: not found" >&5
16777 $as_echo "not found" >&6; }
16778
16779 else
16780   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16781 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16782
16783 cat >>confdefs.h <<_ACEOF
16784 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16785 _ACEOF
16786
16787
16788 fi
16789
16790     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16791 $as_echo_n "checking for -lcrypto... " >&6; }
16792 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16793   $as_echo_n "(cached) " >&6
16794 else
16795   ac_check_soname_save_LIBS=$LIBS
16796 LIBS="-lcrypto  $LIBS"
16797   cat >conftest.$ac_ext <<_ACEOF
16798 /* confdefs.h.  */
16799 _ACEOF
16800 cat confdefs.h >>conftest.$ac_ext
16801 cat >>conftest.$ac_ext <<_ACEOF
16802 /* end confdefs.h.  */
16803
16804 /* Override any GCC internal prototype to avoid an error.
16805    Use char because int might match the return type of a GCC
16806    builtin and then its argument prototype would still apply.  */
16807 #ifdef __cplusplus
16808 extern "C"
16809 #endif
16810 char BIO_new_socket ();
16811 int
16812 main ()
16813 {
16814 return BIO_new_socket ();
16815   ;
16816   return 0;
16817 }
16818 _ACEOF
16819 rm -f conftest.$ac_objext conftest$ac_exeext
16820 if { (ac_try="$ac_link"
16821 case "(($ac_try" in
16822   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16823   *) ac_try_echo=$ac_try;;
16824 esac
16825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16826 $as_echo "$ac_try_echo") >&5
16827   (eval "$ac_link") 2>conftest.er1
16828   ac_status=$?
16829   grep -v '^ *+' conftest.er1 >conftest.err
16830   rm -f conftest.er1
16831   cat conftest.err >&5
16832   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16833   (exit $ac_status); } && {
16834          test -z "$ac_c_werror_flag" ||
16835          test ! -s conftest.err
16836        } && test -s conftest$ac_exeext && {
16837          test "$cross_compiling" = yes ||
16838          $as_test_x conftest$ac_exeext
16839        }; then
16840   case "$LIBEXT" in
16841     dll) ;;
16842     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'` ;;
16843     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16844   esac
16845 else
16846   $as_echo "$as_me: failed program was:" >&5
16847 sed 's/^/| /' conftest.$ac_ext >&5
16848
16849
16850 fi
16851
16852 rm -rf conftest.dSYM
16853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16854       conftest$ac_exeext conftest.$ac_ext
16855   LIBS=$ac_check_soname_save_LIBS
16856 fi
16857 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16858   { $as_echo "$as_me:$LINENO: result: not found" >&5
16859 $as_echo "not found" >&6; }
16860
16861 else
16862   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16863 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16864
16865 cat >>confdefs.h <<_ACEOF
16866 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16867 _ACEOF
16868
16869
16870 fi
16871
16872 fi
16873 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16874   case "x$with_openssl" in
16875   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16876   xno) ;;
16877   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16878 This is an error since --with-openssl was requested." >&5
16879 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16880 This is an error since --with-openssl was requested." >&2;}
16881    { (exit 1); exit 1; }; } ;;
16882 esac
16883 fi
16884
16885
16886 if test "$ac_cv_header_jpeglib_h" = "yes"
16887 then
16888     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16889 $as_echo_n "checking for -ljpeg... " >&6; }
16890 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16891   $as_echo_n "(cached) " >&6
16892 else
16893   ac_check_soname_save_LIBS=$LIBS
16894 LIBS="-ljpeg  $LIBS"
16895   cat >conftest.$ac_ext <<_ACEOF
16896 /* confdefs.h.  */
16897 _ACEOF
16898 cat confdefs.h >>conftest.$ac_ext
16899 cat >>conftest.$ac_ext <<_ACEOF
16900 /* end confdefs.h.  */
16901
16902 /* Override any GCC internal prototype to avoid an error.
16903    Use char because int might match the return type of a GCC
16904    builtin and then its argument prototype would still apply.  */
16905 #ifdef __cplusplus
16906 extern "C"
16907 #endif
16908 char jpeg_start_decompress ();
16909 int
16910 main ()
16911 {
16912 return jpeg_start_decompress ();
16913   ;
16914   return 0;
16915 }
16916 _ACEOF
16917 rm -f conftest.$ac_objext conftest$ac_exeext
16918 if { (ac_try="$ac_link"
16919 case "(($ac_try" in
16920   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16921   *) ac_try_echo=$ac_try;;
16922 esac
16923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16924 $as_echo "$ac_try_echo") >&5
16925   (eval "$ac_link") 2>conftest.er1
16926   ac_status=$?
16927   grep -v '^ *+' conftest.er1 >conftest.err
16928   rm -f conftest.er1
16929   cat conftest.err >&5
16930   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16931   (exit $ac_status); } && {
16932          test -z "$ac_c_werror_flag" ||
16933          test ! -s conftest.err
16934        } && test -s conftest$ac_exeext && {
16935          test "$cross_compiling" = yes ||
16936          $as_test_x conftest$ac_exeext
16937        }; then
16938   case "$LIBEXT" in
16939     dll) ;;
16940     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'` ;;
16941     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16942   esac
16943 else
16944   $as_echo "$as_me: failed program was:" >&5
16945 sed 's/^/| /' conftest.$ac_ext >&5
16946
16947
16948 fi
16949
16950 rm -rf conftest.dSYM
16951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16952       conftest$ac_exeext conftest.$ac_ext
16953   LIBS=$ac_check_soname_save_LIBS
16954 fi
16955 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16956   { $as_echo "$as_me:$LINENO: result: not found" >&5
16957 $as_echo "not found" >&6; }
16958
16959 else
16960   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16961 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16962
16963 cat >>confdefs.h <<_ACEOF
16964 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16965 _ACEOF
16966
16967
16968 fi
16969
16970 fi
16971 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16972   case "x$with_jpeg" in
16973   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16974   xno) ;;
16975   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16976 This is an error since --with-jpeg was requested." >&5
16977 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16978 This is an error since --with-jpeg was requested." >&2;}
16979    { (exit 1); exit 1; }; } ;;
16980 esac
16981 fi
16982
16983
16984 if test "$ac_cv_header_png_h" = "yes"
16985 then
16986     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16987 $as_echo_n "checking for -lpng... " >&6; }
16988 if test "${ac_cv_lib_soname_png+set}" = set; then
16989   $as_echo_n "(cached) " >&6
16990 else
16991   ac_check_soname_save_LIBS=$LIBS
16992 LIBS="-lpng -lm -lz $LIBS"
16993   cat >conftest.$ac_ext <<_ACEOF
16994 /* confdefs.h.  */
16995 _ACEOF
16996 cat confdefs.h >>conftest.$ac_ext
16997 cat >>conftest.$ac_ext <<_ACEOF
16998 /* end confdefs.h.  */
16999
17000 /* Override any GCC internal prototype to avoid an error.
17001    Use char because int might match the return type of a GCC
17002    builtin and then its argument prototype would still apply.  */
17003 #ifdef __cplusplus
17004 extern "C"
17005 #endif
17006 char png_create_read_struct ();
17007 int
17008 main ()
17009 {
17010 return png_create_read_struct ();
17011   ;
17012   return 0;
17013 }
17014 _ACEOF
17015 rm -f conftest.$ac_objext conftest$ac_exeext
17016 if { (ac_try="$ac_link"
17017 case "(($ac_try" in
17018   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17019   *) ac_try_echo=$ac_try;;
17020 esac
17021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17022 $as_echo "$ac_try_echo") >&5
17023   (eval "$ac_link") 2>conftest.er1
17024   ac_status=$?
17025   grep -v '^ *+' conftest.er1 >conftest.err
17026   rm -f conftest.er1
17027   cat conftest.err >&5
17028   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17029   (exit $ac_status); } && {
17030          test -z "$ac_c_werror_flag" ||
17031          test ! -s conftest.err
17032        } && test -s conftest$ac_exeext && {
17033          test "$cross_compiling" = yes ||
17034          $as_test_x conftest$ac_exeext
17035        }; then
17036   case "$LIBEXT" in
17037     dll) ;;
17038     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'` ;;
17039     *) 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'` ;;
17040   esac
17041 else
17042   $as_echo "$as_me: failed program was:" >&5
17043 sed 's/^/| /' conftest.$ac_ext >&5
17044
17045
17046 fi
17047
17048 rm -rf conftest.dSYM
17049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17050       conftest$ac_exeext conftest.$ac_ext
17051   LIBS=$ac_check_soname_save_LIBS
17052 fi
17053 if test "x$ac_cv_lib_soname_png" = "x"; then
17054   { $as_echo "$as_me:$LINENO: result: not found" >&5
17055 $as_echo "not found" >&6; }
17056
17057 else
17058   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17059 $as_echo "$ac_cv_lib_soname_png" >&6; }
17060
17061 cat >>confdefs.h <<_ACEOF
17062 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17063 _ACEOF
17064
17065
17066 fi
17067
17068 fi
17069 if test "x$ac_cv_lib_soname_png" = "x"; then
17070   case "x$with_png" in
17071   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17072   xno) ;;
17073   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17074 This is an error since --with-png was requested." >&5
17075 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17076 This is an error since --with-png was requested." >&2;}
17077    { (exit 1); exit 1; }; } ;;
17078 esac
17079 fi
17080
17081
17082 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17083 $as_echo_n "checking for -lodbc... " >&6; }
17084 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17085   $as_echo_n "(cached) " >&6
17086 else
17087   ac_check_soname_save_LIBS=$LIBS
17088 LIBS="-lodbc  $LIBS"
17089   cat >conftest.$ac_ext <<_ACEOF
17090 /* confdefs.h.  */
17091 _ACEOF
17092 cat confdefs.h >>conftest.$ac_ext
17093 cat >>conftest.$ac_ext <<_ACEOF
17094 /* end confdefs.h.  */
17095
17096 /* Override any GCC internal prototype to avoid an error.
17097    Use char because int might match the return type of a GCC
17098    builtin and then its argument prototype would still apply.  */
17099 #ifdef __cplusplus
17100 extern "C"
17101 #endif
17102 char SQLConnect ();
17103 int
17104 main ()
17105 {
17106 return SQLConnect ();
17107   ;
17108   return 0;
17109 }
17110 _ACEOF
17111 rm -f conftest.$ac_objext conftest$ac_exeext
17112 if { (ac_try="$ac_link"
17113 case "(($ac_try" in
17114   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17115   *) ac_try_echo=$ac_try;;
17116 esac
17117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17118 $as_echo "$ac_try_echo") >&5
17119   (eval "$ac_link") 2>conftest.er1
17120   ac_status=$?
17121   grep -v '^ *+' conftest.er1 >conftest.err
17122   rm -f conftest.er1
17123   cat conftest.err >&5
17124   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17125   (exit $ac_status); } && {
17126          test -z "$ac_c_werror_flag" ||
17127          test ! -s conftest.err
17128        } && test -s conftest$ac_exeext && {
17129          test "$cross_compiling" = yes ||
17130          $as_test_x conftest$ac_exeext
17131        }; then
17132   case "$LIBEXT" in
17133     dll) ;;
17134     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'` ;;
17135     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17136   esac
17137 else
17138   $as_echo "$as_me: failed program was:" >&5
17139 sed 's/^/| /' conftest.$ac_ext >&5
17140
17141
17142 fi
17143
17144 rm -rf conftest.dSYM
17145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17146       conftest$ac_exeext conftest.$ac_ext
17147   LIBS=$ac_check_soname_save_LIBS
17148 fi
17149 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17150   { $as_echo "$as_me:$LINENO: result: not found" >&5
17151 $as_echo "not found" >&6; }
17152        cat >>confdefs.h <<_ACEOF
17153 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17154 _ACEOF
17155
17156 else
17157   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17158 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17159
17160 cat >>confdefs.h <<_ACEOF
17161 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17162 _ACEOF
17163
17164
17165 fi
17166
17167
17168 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17169         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17170         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17171         "$ac_cv_header_soundcard_h" != "yes" -a \
17172         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17173 then
17174     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17175 fi
17176
17177
17178 EXTRACFLAGS=""
17179
17180 if test "x${GCC}" = "xyes"
17181 then
17182   EXTRACFLAGS="-Wall -pipe"
17183
17184     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17185 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17186 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17187   $as_echo_n "(cached) " >&6
17188 else
17189   if test "$cross_compiling" = yes; then
17190   ac_cv_c_gcc_strength_bug="yes"
17191 else
17192   cat >conftest.$ac_ext <<_ACEOF
17193 /* confdefs.h.  */
17194 _ACEOF
17195 cat confdefs.h >>conftest.$ac_ext
17196 cat >>conftest.$ac_ext <<_ACEOF
17197 /* end confdefs.h.  */
17198 int L[4] = {0,1,2,3};
17199 int
17200 main ()
17201 {
17202 static int Array[3];
17203   unsigned int B = 3;
17204   int i;
17205   for(i=0; i<B; i++) Array[i] = i - 3;
17206   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17207   L[i] = 4;
17208   return (Array[1] != -2 || L[2] != 3)
17209   ;
17210   return 0;
17211 }
17212 _ACEOF
17213 rm -f conftest$ac_exeext
17214 if { (ac_try="$ac_link"
17215 case "(($ac_try" in
17216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17217   *) ac_try_echo=$ac_try;;
17218 esac
17219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17220 $as_echo "$ac_try_echo") >&5
17221   (eval "$ac_link") 2>&5
17222   ac_status=$?
17223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17224   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17225   { (case "(($ac_try" in
17226   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17227   *) ac_try_echo=$ac_try;;
17228 esac
17229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17230 $as_echo "$ac_try_echo") >&5
17231   (eval "$ac_try") 2>&5
17232   ac_status=$?
17233   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17234   (exit $ac_status); }; }; then
17235   ac_cv_c_gcc_strength_bug="no"
17236 else
17237   $as_echo "$as_me: program exited with status $ac_status" >&5
17238 $as_echo "$as_me: failed program was:" >&5
17239 sed 's/^/| /' conftest.$ac_ext >&5
17240
17241 ( exit $ac_status )
17242 ac_cv_c_gcc_strength_bug="yes"
17243 fi
17244 rm -rf conftest.dSYM
17245 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17246 fi
17247
17248
17249 fi
17250 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17251 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17252   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17253   then
17254     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17255   fi
17256
17257     { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17258 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17259 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17260   $as_echo_n "(cached) " >&6
17261 else
17262   ac_wine_try_cflags_saved=$CFLAGS
17263 CFLAGS="$CFLAGS -fno-builtin"
17264 cat >conftest.$ac_ext <<_ACEOF
17265 /* confdefs.h.  */
17266 _ACEOF
17267 cat confdefs.h >>conftest.$ac_ext
17268 cat >>conftest.$ac_ext <<_ACEOF
17269 /* end confdefs.h.  */
17270
17271 int
17272 main ()
17273 {
17274
17275   ;
17276   return 0;
17277 }
17278 _ACEOF
17279 rm -f conftest.$ac_objext conftest$ac_exeext
17280 if { (ac_try="$ac_link"
17281 case "(($ac_try" in
17282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17283   *) ac_try_echo=$ac_try;;
17284 esac
17285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17286 $as_echo "$ac_try_echo") >&5
17287   (eval "$ac_link") 2>conftest.er1
17288   ac_status=$?
17289   grep -v '^ *+' conftest.er1 >conftest.err
17290   rm -f conftest.er1
17291   cat conftest.err >&5
17292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17293   (exit $ac_status); } && {
17294          test -z "$ac_c_werror_flag" ||
17295          test ! -s conftest.err
17296        } && test -s conftest$ac_exeext && {
17297          test "$cross_compiling" = yes ||
17298          $as_test_x conftest$ac_exeext
17299        }; then
17300   ac_cv_cflags__fno_builtin=yes
17301 else
17302   $as_echo "$as_me: failed program was:" >&5
17303 sed 's/^/| /' conftest.$ac_ext >&5
17304
17305         ac_cv_cflags__fno_builtin=no
17306 fi
17307
17308 rm -rf conftest.dSYM
17309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17310       conftest$ac_exeext conftest.$ac_ext
17311 CFLAGS=$ac_wine_try_cflags_saved
17312 fi
17313 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17314 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17315 if test $ac_cv_cflags__fno_builtin = yes; then
17316   BUILTINFLAG="-fno-builtin"
17317
17318 fi
17319
17320   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17321 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17322 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17323   $as_echo_n "(cached) " >&6
17324 else
17325   ac_wine_try_cflags_saved=$CFLAGS
17326 CFLAGS="$CFLAGS -fno-strict-aliasing"
17327 cat >conftest.$ac_ext <<_ACEOF
17328 /* confdefs.h.  */
17329 _ACEOF
17330 cat confdefs.h >>conftest.$ac_ext
17331 cat >>conftest.$ac_ext <<_ACEOF
17332 /* end confdefs.h.  */
17333
17334 int
17335 main ()
17336 {
17337
17338   ;
17339   return 0;
17340 }
17341 _ACEOF
17342 rm -f conftest.$ac_objext conftest$ac_exeext
17343 if { (ac_try="$ac_link"
17344 case "(($ac_try" in
17345   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17346   *) ac_try_echo=$ac_try;;
17347 esac
17348 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17349 $as_echo "$ac_try_echo") >&5
17350   (eval "$ac_link") 2>conftest.er1
17351   ac_status=$?
17352   grep -v '^ *+' conftest.er1 >conftest.err
17353   rm -f conftest.er1
17354   cat conftest.err >&5
17355   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17356   (exit $ac_status); } && {
17357          test -z "$ac_c_werror_flag" ||
17358          test ! -s conftest.err
17359        } && test -s conftest$ac_exeext && {
17360          test "$cross_compiling" = yes ||
17361          $as_test_x conftest$ac_exeext
17362        }; then
17363   ac_cv_cflags__fno_strict_aliasing=yes
17364 else
17365   $as_echo "$as_me: failed program was:" >&5
17366 sed 's/^/| /' conftest.$ac_ext >&5
17367
17368         ac_cv_cflags__fno_strict_aliasing=no
17369 fi
17370
17371 rm -rf conftest.dSYM
17372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17373       conftest$ac_exeext conftest.$ac_ext
17374 CFLAGS=$ac_wine_try_cflags_saved
17375 fi
17376 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17377 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17378 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17379   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17380 fi
17381
17382   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17383 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17384 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17385   $as_echo_n "(cached) " >&6
17386 else
17387   ac_wine_try_cflags_saved=$CFLAGS
17388 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17389 cat >conftest.$ac_ext <<_ACEOF
17390 /* confdefs.h.  */
17391 _ACEOF
17392 cat confdefs.h >>conftest.$ac_ext
17393 cat >>conftest.$ac_ext <<_ACEOF
17394 /* end confdefs.h.  */
17395
17396 int
17397 main ()
17398 {
17399
17400   ;
17401   return 0;
17402 }
17403 _ACEOF
17404 rm -f conftest.$ac_objext conftest$ac_exeext
17405 if { (ac_try="$ac_link"
17406 case "(($ac_try" in
17407   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17408   *) ac_try_echo=$ac_try;;
17409 esac
17410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17411 $as_echo "$ac_try_echo") >&5
17412   (eval "$ac_link") 2>conftest.er1
17413   ac_status=$?
17414   grep -v '^ *+' conftest.er1 >conftest.err
17415   rm -f conftest.er1
17416   cat conftest.err >&5
17417   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17418   (exit $ac_status); } && {
17419          test -z "$ac_c_werror_flag" ||
17420          test ! -s conftest.err
17421        } && test -s conftest$ac_exeext && {
17422          test "$cross_compiling" = yes ||
17423          $as_test_x conftest$ac_exeext
17424        }; then
17425   ac_cv_cflags__Wdeclaration_after_statement=yes
17426 else
17427   $as_echo "$as_me: failed program was:" >&5
17428 sed 's/^/| /' conftest.$ac_ext >&5
17429
17430         ac_cv_cflags__Wdeclaration_after_statement=no
17431 fi
17432
17433 rm -rf conftest.dSYM
17434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17435       conftest$ac_exeext conftest.$ac_ext
17436 CFLAGS=$ac_wine_try_cflags_saved
17437 fi
17438 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17439 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17440 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17441   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17442 fi
17443
17444   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17445 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17446 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17447   $as_echo_n "(cached) " >&6
17448 else
17449   ac_wine_try_cflags_saved=$CFLAGS
17450 CFLAGS="$CFLAGS -Wwrite-strings"
17451 cat >conftest.$ac_ext <<_ACEOF
17452 /* confdefs.h.  */
17453 _ACEOF
17454 cat confdefs.h >>conftest.$ac_ext
17455 cat >>conftest.$ac_ext <<_ACEOF
17456 /* end confdefs.h.  */
17457
17458 int
17459 main ()
17460 {
17461
17462   ;
17463   return 0;
17464 }
17465 _ACEOF
17466 rm -f conftest.$ac_objext conftest$ac_exeext
17467 if { (ac_try="$ac_link"
17468 case "(($ac_try" in
17469   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17470   *) ac_try_echo=$ac_try;;
17471 esac
17472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17473 $as_echo "$ac_try_echo") >&5
17474   (eval "$ac_link") 2>conftest.er1
17475   ac_status=$?
17476   grep -v '^ *+' conftest.er1 >conftest.err
17477   rm -f conftest.er1
17478   cat conftest.err >&5
17479   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17480   (exit $ac_status); } && {
17481          test -z "$ac_c_werror_flag" ||
17482          test ! -s conftest.err
17483        } && test -s conftest$ac_exeext && {
17484          test "$cross_compiling" = yes ||
17485          $as_test_x conftest$ac_exeext
17486        }; then
17487   ac_cv_cflags__Wwrite_strings=yes
17488 else
17489   $as_echo "$as_me: failed program was:" >&5
17490 sed 's/^/| /' conftest.$ac_ext >&5
17491
17492         ac_cv_cflags__Wwrite_strings=no
17493 fi
17494
17495 rm -rf conftest.dSYM
17496 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17497       conftest$ac_exeext conftest.$ac_ext
17498 CFLAGS=$ac_wine_try_cflags_saved
17499 fi
17500 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17501 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17502 if test $ac_cv_cflags__Wwrite_strings = yes; then
17503   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17504 fi
17505
17506   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17507 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17508 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17509   $as_echo_n "(cached) " >&6
17510 else
17511   ac_wine_try_cflags_saved=$CFLAGS
17512 CFLAGS="$CFLAGS -Wtype-limits"
17513 cat >conftest.$ac_ext <<_ACEOF
17514 /* confdefs.h.  */
17515 _ACEOF
17516 cat confdefs.h >>conftest.$ac_ext
17517 cat >>conftest.$ac_ext <<_ACEOF
17518 /* end confdefs.h.  */
17519
17520 int
17521 main ()
17522 {
17523
17524   ;
17525   return 0;
17526 }
17527 _ACEOF
17528 rm -f conftest.$ac_objext conftest$ac_exeext
17529 if { (ac_try="$ac_link"
17530 case "(($ac_try" in
17531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17532   *) ac_try_echo=$ac_try;;
17533 esac
17534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17535 $as_echo "$ac_try_echo") >&5
17536   (eval "$ac_link") 2>conftest.er1
17537   ac_status=$?
17538   grep -v '^ *+' conftest.er1 >conftest.err
17539   rm -f conftest.er1
17540   cat conftest.err >&5
17541   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17542   (exit $ac_status); } && {
17543          test -z "$ac_c_werror_flag" ||
17544          test ! -s conftest.err
17545        } && test -s conftest$ac_exeext && {
17546          test "$cross_compiling" = yes ||
17547          $as_test_x conftest$ac_exeext
17548        }; then
17549   ac_cv_cflags__Wtype_limits=yes
17550 else
17551   $as_echo "$as_me: failed program was:" >&5
17552 sed 's/^/| /' conftest.$ac_ext >&5
17553
17554         ac_cv_cflags__Wtype_limits=no
17555 fi
17556
17557 rm -rf conftest.dSYM
17558 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17559       conftest$ac_exeext conftest.$ac_ext
17560 CFLAGS=$ac_wine_try_cflags_saved
17561 fi
17562 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17563 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17564 if test $ac_cv_cflags__Wtype_limits = yes; then
17565   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17566 fi
17567
17568
17569     saved_CFLAGS="$CFLAGS"
17570   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17571   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17572 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17573 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17574   $as_echo_n "(cached) " >&6
17575 else
17576   cat >conftest.$ac_ext <<_ACEOF
17577 /* confdefs.h.  */
17578 _ACEOF
17579 cat confdefs.h >>conftest.$ac_ext
17580 cat >>conftest.$ac_ext <<_ACEOF
17581 /* end confdefs.h.  */
17582 #include <string.h>
17583 int
17584 main ()
17585 {
17586
17587   ;
17588   return 0;
17589 }
17590 _ACEOF
17591 rm -f conftest.$ac_objext
17592 if { (ac_try="$ac_compile"
17593 case "(($ac_try" in
17594   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17595   *) ac_try_echo=$ac_try;;
17596 esac
17597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17598 $as_echo "$ac_try_echo") >&5
17599   (eval "$ac_compile") 2>conftest.er1
17600   ac_status=$?
17601   grep -v '^ *+' conftest.er1 >conftest.err
17602   rm -f conftest.er1
17603   cat conftest.err >&5
17604   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17605   (exit $ac_status); } && {
17606          test -z "$ac_c_werror_flag" ||
17607          test ! -s conftest.err
17608        } && test -s conftest.$ac_objext; then
17609   ac_cv_c_string_h_warnings=no
17610 else
17611   $as_echo "$as_me: failed program was:" >&5
17612 sed 's/^/| /' conftest.$ac_ext >&5
17613
17614         ac_cv_c_string_h_warnings=yes
17615 fi
17616
17617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17618 fi
17619 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17620 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17621   CFLAGS="$saved_CFLAGS"
17622   if test "$ac_cv_c_string_h_warnings" = "no"
17623   then
17624     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17625   fi
17626 fi
17627
17628
17629 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17630 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17631 if test "${ac_cv_asm_func_def+set}" = set; then
17632   $as_echo_n "(cached) " >&6
17633 else
17634   cat >conftest.$ac_ext <<_ACEOF
17635 /* confdefs.h.  */
17636 _ACEOF
17637 cat confdefs.h >>conftest.$ac_ext
17638 cat >>conftest.$ac_ext <<_ACEOF
17639 /* end confdefs.h.  */
17640
17641 int
17642 main ()
17643 {
17644 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17645   ;
17646   return 0;
17647 }
17648 _ACEOF
17649 rm -f conftest.$ac_objext conftest$ac_exeext
17650 if { (ac_try="$ac_link"
17651 case "(($ac_try" in
17652   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17653   *) ac_try_echo=$ac_try;;
17654 esac
17655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17656 $as_echo "$ac_try_echo") >&5
17657   (eval "$ac_link") 2>conftest.er1
17658   ac_status=$?
17659   grep -v '^ *+' conftest.er1 >conftest.err
17660   rm -f conftest.er1
17661   cat conftest.err >&5
17662   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17663   (exit $ac_status); } && {
17664          test -z "$ac_c_werror_flag" ||
17665          test ! -s conftest.err
17666        } && test -s conftest$ac_exeext && {
17667          test "$cross_compiling" = yes ||
17668          $as_test_x conftest$ac_exeext
17669        }; then
17670   ac_cv_asm_func_def=".def"
17671 else
17672   $as_echo "$as_me: failed program was:" >&5
17673 sed 's/^/| /' conftest.$ac_ext >&5
17674
17675         cat >conftest.$ac_ext <<_ACEOF
17676 /* confdefs.h.  */
17677 _ACEOF
17678 cat confdefs.h >>conftest.$ac_ext
17679 cat >>conftest.$ac_ext <<_ACEOF
17680 /* end confdefs.h.  */
17681
17682 int
17683 main ()
17684 {
17685 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17686   ;
17687   return 0;
17688 }
17689 _ACEOF
17690 rm -f conftest.$ac_objext conftest$ac_exeext
17691 if { (ac_try="$ac_link"
17692 case "(($ac_try" in
17693   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17694   *) ac_try_echo=$ac_try;;
17695 esac
17696 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17697 $as_echo "$ac_try_echo") >&5
17698   (eval "$ac_link") 2>conftest.er1
17699   ac_status=$?
17700   grep -v '^ *+' conftest.er1 >conftest.err
17701   rm -f conftest.er1
17702   cat conftest.err >&5
17703   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17704   (exit $ac_status); } && {
17705          test -z "$ac_c_werror_flag" ||
17706          test ! -s conftest.err
17707        } && test -s conftest$ac_exeext && {
17708          test "$cross_compiling" = yes ||
17709          $as_test_x conftest$ac_exeext
17710        }; then
17711   ac_cv_asm_func_def=".type @function"
17712 else
17713   $as_echo "$as_me: failed program was:" >&5
17714 sed 's/^/| /' conftest.$ac_ext >&5
17715
17716         cat >conftest.$ac_ext <<_ACEOF
17717 /* confdefs.h.  */
17718 _ACEOF
17719 cat confdefs.h >>conftest.$ac_ext
17720 cat >>conftest.$ac_ext <<_ACEOF
17721 /* end confdefs.h.  */
17722
17723 int
17724 main ()
17725 {
17726 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17727   ;
17728   return 0;
17729 }
17730 _ACEOF
17731 rm -f conftest.$ac_objext conftest$ac_exeext
17732 if { (ac_try="$ac_link"
17733 case "(($ac_try" in
17734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17735   *) ac_try_echo=$ac_try;;
17736 esac
17737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17738 $as_echo "$ac_try_echo") >&5
17739   (eval "$ac_link") 2>conftest.er1
17740   ac_status=$?
17741   grep -v '^ *+' conftest.er1 >conftest.err
17742   rm -f conftest.er1
17743   cat conftest.err >&5
17744   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17745   (exit $ac_status); } && {
17746          test -z "$ac_c_werror_flag" ||
17747          test ! -s conftest.err
17748        } && test -s conftest$ac_exeext && {
17749          test "$cross_compiling" = yes ||
17750          $as_test_x conftest$ac_exeext
17751        }; then
17752   ac_cv_asm_func_def=".type 2"
17753 else
17754   $as_echo "$as_me: failed program was:" >&5
17755 sed 's/^/| /' conftest.$ac_ext >&5
17756
17757         ac_cv_asm_func_def="unknown"
17758 fi
17759
17760 rm -rf conftest.dSYM
17761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17762       conftest$ac_exeext conftest.$ac_ext
17763 fi
17764
17765 rm -rf conftest.dSYM
17766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17767       conftest$ac_exeext conftest.$ac_ext
17768 fi
17769
17770 rm -rf conftest.dSYM
17771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17772       conftest$ac_exeext conftest.$ac_ext
17773 fi
17774 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17775 $as_echo "$ac_cv_asm_func_def" >&6; }
17776
17777
17778
17779 case "$ac_cv_asm_func_def" in
17780   ".def")
17781      cat >>confdefs.h <<\_ACEOF
17782 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17783 _ACEOF
17784  ;;
17785   ".type @function")
17786      cat >>confdefs.h <<\_ACEOF
17787 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17788 _ACEOF
17789  ;;
17790   ".type 2")
17791      cat >>confdefs.h <<\_ACEOF
17792 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17793 _ACEOF
17794  ;;
17795   *)
17796      cat >>confdefs.h <<\_ACEOF
17797 #define __ASM_FUNC(name) ""
17798 _ACEOF
17799  ;;
17800 esac
17801
17802
17803 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17804 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17805 if test "${ac_cv_c_extern_prefix+set}" = set; then
17806   $as_echo_n "(cached) " >&6
17807 else
17808   cat >conftest.$ac_ext <<_ACEOF
17809 /* confdefs.h.  */
17810 _ACEOF
17811 cat confdefs.h >>conftest.$ac_ext
17812 cat >>conftest.$ac_ext <<_ACEOF
17813 /* end confdefs.h.  */
17814 extern int ac_test;
17815 int
17816 main ()
17817 {
17818 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17819   ;
17820   return 0;
17821 }
17822 _ACEOF
17823 rm -f conftest.$ac_objext conftest$ac_exeext
17824 if { (ac_try="$ac_link"
17825 case "(($ac_try" in
17826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17827   *) ac_try_echo=$ac_try;;
17828 esac
17829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17830 $as_echo "$ac_try_echo") >&5
17831   (eval "$ac_link") 2>conftest.er1
17832   ac_status=$?
17833   grep -v '^ *+' conftest.er1 >conftest.err
17834   rm -f conftest.er1
17835   cat conftest.err >&5
17836   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17837   (exit $ac_status); } && {
17838          test -z "$ac_c_werror_flag" ||
17839          test ! -s conftest.err
17840        } && test -s conftest$ac_exeext && {
17841          test "$cross_compiling" = yes ||
17842          $as_test_x conftest$ac_exeext
17843        }; then
17844   ac_cv_c_extern_prefix="yes"
17845 else
17846   $as_echo "$as_me: failed program was:" >&5
17847 sed 's/^/| /' conftest.$ac_ext >&5
17848
17849         ac_cv_c_extern_prefix="no"
17850 fi
17851
17852 rm -rf conftest.dSYM
17853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17854       conftest$ac_exeext conftest.$ac_ext
17855 fi
17856 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17857 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17858
17859
17860
17861 if test "$ac_cv_c_extern_prefix" = "yes"
17862 then
17863   cat >>confdefs.h <<\_ACEOF
17864 #define __ASM_NAME(name) "_" name
17865 _ACEOF
17866
17867 else
17868   cat >>confdefs.h <<\_ACEOF
17869 #define __ASM_NAME(name) name
17870 _ACEOF
17871
17872 fi
17873
17874
17875 LDPATH=""
17876
17877 case $build_os in
17878   cygwin*|mingw32*)
17879     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17880     ;;
17881   darwin*|macosx*)
17882     ;;
17883   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17884     then
17885       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17886     fi
17887     ;;
17888   *)
17889     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17890     ;;
17891 esac
17892
17893 case $host_os in
17894   mingw32*)
17895     CRTLIBS="-lmsvcrt"
17896
17897     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17898
17899     ;;
17900 esac
17901
17902 MAIN_BINARY="wine-pthread"
17903   case $host_cpu in
17904   *i[3456789]86*)
17905     case $host_os in
17906       linux* | k*bsd*-gnu)
17907         MAIN_BINARY="wine-glibc"
17908
17909         EXTRA_BINARIES="wine-pthread wine-preloader"
17910  ;;
17911       freebsd*)
17912         MAIN_BINARY="wine-freebsd"
17913
17914         EXTRA_BINARIES="wine-pthread"
17915  ;;
17916     esac
17917     ;;
17918 esac
17919
17920
17921 ac_save_CFLAGS="$CFLAGS"
17922 CFLAGS="$CFLAGS $BUILTINFLAG"
17923
17924
17925
17926
17927
17928
17929
17930
17931
17932
17933
17934
17935
17936
17937
17938
17939
17940
17941
17942
17943
17944
17945
17946
17947
17948
17949
17950
17951
17952
17953
17954
17955
17956
17957
17958
17959
17960
17961
17962
17963
17964
17965
17966
17967
17968
17969
17970
17971
17972
17973
17974
17975
17976
17977
17978
17979
17980
17981
17982
17983
17984
17985
17986
17987
17988
17989
17990
17991
17992
17993
17994 for ac_func in \
17995         _pclose \
17996         _popen \
17997         _snprintf \
17998         _spawnvp \
17999         _strdup \
18000         _stricmp \
18001         _strnicmp \
18002         _strtoi64 \
18003         _strtoui64 \
18004         _vsnprintf \
18005         asctime_r \
18006         chsize \
18007         dlopen \
18008         epoll_create \
18009         ffs \
18010         finite \
18011         fork \
18012         fpclass \
18013         fstatfs \
18014         fstatvfs \
18015         ftruncate \
18016         futimes \
18017         futimesat \
18018         getdirentries \
18019         getopt_long \
18020         getpagesize \
18021         getpwuid \
18022         gettid \
18023         gettimeofday \
18024         getuid \
18025         inet_ntop \
18026         inet_pton \
18027         kqueue \
18028         lstat \
18029         memmove \
18030         mmap \
18031         pclose \
18032         poll \
18033         popen \
18034         prctl \
18035         pread \
18036         pwrite \
18037         readdir \
18038         readlink \
18039         sched_yield \
18040         select \
18041         setproctitle \
18042         setrlimit \
18043         settimeofday \
18044         sigaltstack \
18045         sigprocmask \
18046         snprintf \
18047         socketpair \
18048         spawnvp \
18049         statfs \
18050         statvfs \
18051         strcasecmp \
18052         strdup \
18053         strerror \
18054         strncasecmp \
18055         strtold \
18056         strtoll \
18057         strtoull \
18058         symlink \
18059         tcgetattr \
18060         thr_kill2 \
18061         timegm \
18062         usleep \
18063         vsnprintf \
18064         wait4 \
18065         waitpid \
18066
18067 do
18068 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18069 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18070 $as_echo_n "checking for $ac_func... " >&6; }
18071 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18072   $as_echo_n "(cached) " >&6
18073 else
18074   cat >conftest.$ac_ext <<_ACEOF
18075 /* confdefs.h.  */
18076 _ACEOF
18077 cat confdefs.h >>conftest.$ac_ext
18078 cat >>conftest.$ac_ext <<_ACEOF
18079 /* end confdefs.h.  */
18080 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18081    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18082 #define $ac_func innocuous_$ac_func
18083
18084 /* System header to define __stub macros and hopefully few prototypes,
18085     which can conflict with char $ac_func (); below.
18086     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18087     <limits.h> exists even on freestanding compilers.  */
18088
18089 #ifdef __STDC__
18090 # include <limits.h>
18091 #else
18092 # include <assert.h>
18093 #endif
18094
18095 #undef $ac_func
18096
18097 /* Override any GCC internal prototype to avoid an error.
18098    Use char because int might match the return type of a GCC
18099    builtin and then its argument prototype would still apply.  */
18100 #ifdef __cplusplus
18101 extern "C"
18102 #endif
18103 char $ac_func ();
18104 /* The GNU C library defines this for functions which it implements
18105     to always fail with ENOSYS.  Some functions are actually named
18106     something starting with __ and the normal name is an alias.  */
18107 #if defined __stub_$ac_func || defined __stub___$ac_func
18108 choke me
18109 #endif
18110
18111 int
18112 main ()
18113 {
18114 return $ac_func ();
18115   ;
18116   return 0;
18117 }
18118 _ACEOF
18119 rm -f conftest.$ac_objext conftest$ac_exeext
18120 if { (ac_try="$ac_link"
18121 case "(($ac_try" in
18122   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18123   *) ac_try_echo=$ac_try;;
18124 esac
18125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18126 $as_echo "$ac_try_echo") >&5
18127   (eval "$ac_link") 2>conftest.er1
18128   ac_status=$?
18129   grep -v '^ *+' conftest.er1 >conftest.err
18130   rm -f conftest.er1
18131   cat conftest.err >&5
18132   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18133   (exit $ac_status); } && {
18134          test -z "$ac_c_werror_flag" ||
18135          test ! -s conftest.err
18136        } && test -s conftest$ac_exeext && {
18137          test "$cross_compiling" = yes ||
18138          $as_test_x conftest$ac_exeext
18139        }; then
18140   eval "$as_ac_var=yes"
18141 else
18142   $as_echo "$as_me: failed program was:" >&5
18143 sed 's/^/| /' conftest.$ac_ext >&5
18144
18145         eval "$as_ac_var=no"
18146 fi
18147
18148 rm -rf conftest.dSYM
18149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18150       conftest$ac_exeext conftest.$ac_ext
18151 fi
18152 ac_res=`eval 'as_val=${'$as_ac_var'}
18153                  $as_echo "$as_val"'`
18154                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18155 $as_echo "$ac_res" >&6; }
18156 as_val=`eval 'as_val=${'$as_ac_var'}
18157                  $as_echo "$as_val"'`
18158    if test "x$as_val" = x""yes; then
18159   cat >>confdefs.h <<_ACEOF
18160 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18161 _ACEOF
18162
18163 fi
18164 done
18165
18166 CFLAGS="$ac_save_CFLAGS"
18167
18168 if test "$ac_cv_func_dlopen" = no
18169 then
18170     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18171 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18172 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18173   $as_echo_n "(cached) " >&6
18174 else
18175   ac_check_lib_save_LIBS=$LIBS
18176 LIBS="-ldl  $LIBS"
18177 cat >conftest.$ac_ext <<_ACEOF
18178 /* confdefs.h.  */
18179 _ACEOF
18180 cat confdefs.h >>conftest.$ac_ext
18181 cat >>conftest.$ac_ext <<_ACEOF
18182 /* end confdefs.h.  */
18183
18184 /* Override any GCC internal prototype to avoid an error.
18185    Use char because int might match the return type of a GCC
18186    builtin and then its argument prototype would still apply.  */
18187 #ifdef __cplusplus
18188 extern "C"
18189 #endif
18190 char dlopen ();
18191 int
18192 main ()
18193 {
18194 return dlopen ();
18195   ;
18196   return 0;
18197 }
18198 _ACEOF
18199 rm -f conftest.$ac_objext conftest$ac_exeext
18200 if { (ac_try="$ac_link"
18201 case "(($ac_try" in
18202   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18203   *) ac_try_echo=$ac_try;;
18204 esac
18205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18206 $as_echo "$ac_try_echo") >&5
18207   (eval "$ac_link") 2>conftest.er1
18208   ac_status=$?
18209   grep -v '^ *+' conftest.er1 >conftest.err
18210   rm -f conftest.er1
18211   cat conftest.err >&5
18212   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18213   (exit $ac_status); } && {
18214          test -z "$ac_c_werror_flag" ||
18215          test ! -s conftest.err
18216        } && test -s conftest$ac_exeext && {
18217          test "$cross_compiling" = yes ||
18218          $as_test_x conftest$ac_exeext
18219        }; then
18220   ac_cv_lib_dl_dlopen=yes
18221 else
18222   $as_echo "$as_me: failed program was:" >&5
18223 sed 's/^/| /' conftest.$ac_ext >&5
18224
18225         ac_cv_lib_dl_dlopen=no
18226 fi
18227
18228 rm -rf conftest.dSYM
18229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18230       conftest$ac_exeext conftest.$ac_ext
18231 LIBS=$ac_check_lib_save_LIBS
18232 fi
18233 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18234 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18235 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18236   cat >>confdefs.h <<\_ACEOF
18237 #define HAVE_DLOPEN 1
18238 _ACEOF
18239  LIBDL="-ldl"
18240
18241 fi
18242
18243 fi
18244 ac_wine_check_funcs_save_LIBS="$LIBS"
18245 LIBS="$LIBS $LIBDL"
18246
18247 for ac_func in dladdr
18248 do
18249 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18250 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18251 $as_echo_n "checking for $ac_func... " >&6; }
18252 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18253   $as_echo_n "(cached) " >&6
18254 else
18255   cat >conftest.$ac_ext <<_ACEOF
18256 /* confdefs.h.  */
18257 _ACEOF
18258 cat confdefs.h >>conftest.$ac_ext
18259 cat >>conftest.$ac_ext <<_ACEOF
18260 /* end confdefs.h.  */
18261 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18262    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18263 #define $ac_func innocuous_$ac_func
18264
18265 /* System header to define __stub macros and hopefully few prototypes,
18266     which can conflict with char $ac_func (); below.
18267     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18268     <limits.h> exists even on freestanding compilers.  */
18269
18270 #ifdef __STDC__
18271 # include <limits.h>
18272 #else
18273 # include <assert.h>
18274 #endif
18275
18276 #undef $ac_func
18277
18278 /* Override any GCC internal prototype to avoid an error.
18279    Use char because int might match the return type of a GCC
18280    builtin and then its argument prototype would still apply.  */
18281 #ifdef __cplusplus
18282 extern "C"
18283 #endif
18284 char $ac_func ();
18285 /* The GNU C library defines this for functions which it implements
18286     to always fail with ENOSYS.  Some functions are actually named
18287     something starting with __ and the normal name is an alias.  */
18288 #if defined __stub_$ac_func || defined __stub___$ac_func
18289 choke me
18290 #endif
18291
18292 int
18293 main ()
18294 {
18295 return $ac_func ();
18296   ;
18297   return 0;
18298 }
18299 _ACEOF
18300 rm -f conftest.$ac_objext conftest$ac_exeext
18301 if { (ac_try="$ac_link"
18302 case "(($ac_try" in
18303   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18304   *) ac_try_echo=$ac_try;;
18305 esac
18306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18307 $as_echo "$ac_try_echo") >&5
18308   (eval "$ac_link") 2>conftest.er1
18309   ac_status=$?
18310   grep -v '^ *+' conftest.er1 >conftest.err
18311   rm -f conftest.er1
18312   cat conftest.err >&5
18313   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18314   (exit $ac_status); } && {
18315          test -z "$ac_c_werror_flag" ||
18316          test ! -s conftest.err
18317        } && test -s conftest$ac_exeext && {
18318          test "$cross_compiling" = yes ||
18319          $as_test_x conftest$ac_exeext
18320        }; then
18321   eval "$as_ac_var=yes"
18322 else
18323   $as_echo "$as_me: failed program was:" >&5
18324 sed 's/^/| /' conftest.$ac_ext >&5
18325
18326         eval "$as_ac_var=no"
18327 fi
18328
18329 rm -rf conftest.dSYM
18330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18331       conftest$ac_exeext conftest.$ac_ext
18332 fi
18333 ac_res=`eval 'as_val=${'$as_ac_var'}
18334                  $as_echo "$as_val"'`
18335                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18336 $as_echo "$ac_res" >&6; }
18337 as_val=`eval 'as_val=${'$as_ac_var'}
18338                  $as_echo "$as_val"'`
18339    if test "x$as_val" = x""yes; then
18340   cat >>confdefs.h <<_ACEOF
18341 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18342 _ACEOF
18343
18344 fi
18345 done
18346
18347 LIBS="$ac_wine_check_funcs_save_LIBS"
18348
18349 if test "$ac_cv_func_poll" = no
18350 then
18351     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18352 $as_echo_n "checking for poll in -lpoll... " >&6; }
18353 if test "${ac_cv_lib_poll_poll+set}" = set; then
18354   $as_echo_n "(cached) " >&6
18355 else
18356   ac_check_lib_save_LIBS=$LIBS
18357 LIBS="-lpoll  $LIBS"
18358 cat >conftest.$ac_ext <<_ACEOF
18359 /* confdefs.h.  */
18360 _ACEOF
18361 cat confdefs.h >>conftest.$ac_ext
18362 cat >>conftest.$ac_ext <<_ACEOF
18363 /* end confdefs.h.  */
18364
18365 /* Override any GCC internal prototype to avoid an error.
18366    Use char because int might match the return type of a GCC
18367    builtin and then its argument prototype would still apply.  */
18368 #ifdef __cplusplus
18369 extern "C"
18370 #endif
18371 char poll ();
18372 int
18373 main ()
18374 {
18375 return poll ();
18376   ;
18377   return 0;
18378 }
18379 _ACEOF
18380 rm -f conftest.$ac_objext conftest$ac_exeext
18381 if { (ac_try="$ac_link"
18382 case "(($ac_try" in
18383   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18384   *) ac_try_echo=$ac_try;;
18385 esac
18386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18387 $as_echo "$ac_try_echo") >&5
18388   (eval "$ac_link") 2>conftest.er1
18389   ac_status=$?
18390   grep -v '^ *+' conftest.er1 >conftest.err
18391   rm -f conftest.er1
18392   cat conftest.err >&5
18393   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18394   (exit $ac_status); } && {
18395          test -z "$ac_c_werror_flag" ||
18396          test ! -s conftest.err
18397        } && test -s conftest$ac_exeext && {
18398          test "$cross_compiling" = yes ||
18399          $as_test_x conftest$ac_exeext
18400        }; then
18401   ac_cv_lib_poll_poll=yes
18402 else
18403   $as_echo "$as_me: failed program was:" >&5
18404 sed 's/^/| /' conftest.$ac_ext >&5
18405
18406         ac_cv_lib_poll_poll=no
18407 fi
18408
18409 rm -rf conftest.dSYM
18410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18411       conftest$ac_exeext conftest.$ac_ext
18412 LIBS=$ac_check_lib_save_LIBS
18413 fi
18414 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18415 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18416 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18417   cat >>confdefs.h <<\_ACEOF
18418 #define HAVE_POLL 1
18419 _ACEOF
18420  LIBPOLL="-lpoll"
18421
18422 fi
18423
18424 fi
18425
18426 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18427 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18428 if test "${ac_cv_search_gethostbyname+set}" = set; then
18429   $as_echo_n "(cached) " >&6
18430 else
18431   ac_func_search_save_LIBS=$LIBS
18432 cat >conftest.$ac_ext <<_ACEOF
18433 /* confdefs.h.  */
18434 _ACEOF
18435 cat confdefs.h >>conftest.$ac_ext
18436 cat >>conftest.$ac_ext <<_ACEOF
18437 /* end confdefs.h.  */
18438
18439 /* Override any GCC internal prototype to avoid an error.
18440    Use char because int might match the return type of a GCC
18441    builtin and then its argument prototype would still apply.  */
18442 #ifdef __cplusplus
18443 extern "C"
18444 #endif
18445 char gethostbyname ();
18446 int
18447 main ()
18448 {
18449 return gethostbyname ();
18450   ;
18451   return 0;
18452 }
18453 _ACEOF
18454 for ac_lib in '' nsl; do
18455   if test -z "$ac_lib"; then
18456     ac_res="none required"
18457   else
18458     ac_res=-l$ac_lib
18459     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18460   fi
18461   rm -f conftest.$ac_objext conftest$ac_exeext
18462 if { (ac_try="$ac_link"
18463 case "(($ac_try" in
18464   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18465   *) ac_try_echo=$ac_try;;
18466 esac
18467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18468 $as_echo "$ac_try_echo") >&5
18469   (eval "$ac_link") 2>conftest.er1
18470   ac_status=$?
18471   grep -v '^ *+' conftest.er1 >conftest.err
18472   rm -f conftest.er1
18473   cat conftest.err >&5
18474   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18475   (exit $ac_status); } && {
18476          test -z "$ac_c_werror_flag" ||
18477          test ! -s conftest.err
18478        } && test -s conftest$ac_exeext && {
18479          test "$cross_compiling" = yes ||
18480          $as_test_x conftest$ac_exeext
18481        }; then
18482   ac_cv_search_gethostbyname=$ac_res
18483 else
18484   $as_echo "$as_me: failed program was:" >&5
18485 sed 's/^/| /' conftest.$ac_ext >&5
18486
18487
18488 fi
18489
18490 rm -rf conftest.dSYM
18491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18492       conftest$ac_exeext
18493   if test "${ac_cv_search_gethostbyname+set}" = set; then
18494   break
18495 fi
18496 done
18497 if test "${ac_cv_search_gethostbyname+set}" = set; then
18498   :
18499 else
18500   ac_cv_search_gethostbyname=no
18501 fi
18502 rm conftest.$ac_ext
18503 LIBS=$ac_func_search_save_LIBS
18504 fi
18505 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18506 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18507 ac_res=$ac_cv_search_gethostbyname
18508 if test "$ac_res" != no; then
18509   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18510
18511 fi
18512
18513
18514 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18515 $as_echo_n "checking for library containing connect... " >&6; }
18516 if test "${ac_cv_search_connect+set}" = set; then
18517   $as_echo_n "(cached) " >&6
18518 else
18519   ac_func_search_save_LIBS=$LIBS
18520 cat >conftest.$ac_ext <<_ACEOF
18521 /* confdefs.h.  */
18522 _ACEOF
18523 cat confdefs.h >>conftest.$ac_ext
18524 cat >>conftest.$ac_ext <<_ACEOF
18525 /* end confdefs.h.  */
18526
18527 /* Override any GCC internal prototype to avoid an error.
18528    Use char because int might match the return type of a GCC
18529    builtin and then its argument prototype would still apply.  */
18530 #ifdef __cplusplus
18531 extern "C"
18532 #endif
18533 char connect ();
18534 int
18535 main ()
18536 {
18537 return connect ();
18538   ;
18539   return 0;
18540 }
18541 _ACEOF
18542 for ac_lib in '' socket; do
18543   if test -z "$ac_lib"; then
18544     ac_res="none required"
18545   else
18546     ac_res=-l$ac_lib
18547     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18548   fi
18549   rm -f conftest.$ac_objext conftest$ac_exeext
18550 if { (ac_try="$ac_link"
18551 case "(($ac_try" in
18552   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18553   *) ac_try_echo=$ac_try;;
18554 esac
18555 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18556 $as_echo "$ac_try_echo") >&5
18557   (eval "$ac_link") 2>conftest.er1
18558   ac_status=$?
18559   grep -v '^ *+' conftest.er1 >conftest.err
18560   rm -f conftest.er1
18561   cat conftest.err >&5
18562   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18563   (exit $ac_status); } && {
18564          test -z "$ac_c_werror_flag" ||
18565          test ! -s conftest.err
18566        } && test -s conftest$ac_exeext && {
18567          test "$cross_compiling" = yes ||
18568          $as_test_x conftest$ac_exeext
18569        }; then
18570   ac_cv_search_connect=$ac_res
18571 else
18572   $as_echo "$as_me: failed program was:" >&5
18573 sed 's/^/| /' conftest.$ac_ext >&5
18574
18575
18576 fi
18577
18578 rm -rf conftest.dSYM
18579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18580       conftest$ac_exeext
18581   if test "${ac_cv_search_connect+set}" = set; then
18582   break
18583 fi
18584 done
18585 if test "${ac_cv_search_connect+set}" = set; then
18586   :
18587 else
18588   ac_cv_search_connect=no
18589 fi
18590 rm conftest.$ac_ext
18591 LIBS=$ac_func_search_save_LIBS
18592 fi
18593 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18594 $as_echo "$ac_cv_search_connect" >&6; }
18595 ac_res=$ac_cv_search_connect
18596 if test "$ac_res" != no; then
18597   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18598
18599 fi
18600
18601
18602 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18603 $as_echo_n "checking for library containing inet_aton... " >&6; }
18604 if test "${ac_cv_search_inet_aton+set}" = set; then
18605   $as_echo_n "(cached) " >&6
18606 else
18607   ac_func_search_save_LIBS=$LIBS
18608 cat >conftest.$ac_ext <<_ACEOF
18609 /* confdefs.h.  */
18610 _ACEOF
18611 cat confdefs.h >>conftest.$ac_ext
18612 cat >>conftest.$ac_ext <<_ACEOF
18613 /* end confdefs.h.  */
18614
18615 /* Override any GCC internal prototype to avoid an error.
18616    Use char because int might match the return type of a GCC
18617    builtin and then its argument prototype would still apply.  */
18618 #ifdef __cplusplus
18619 extern "C"
18620 #endif
18621 char inet_aton ();
18622 int
18623 main ()
18624 {
18625 return inet_aton ();
18626   ;
18627   return 0;
18628 }
18629 _ACEOF
18630 for ac_lib in '' resolv; do
18631   if test -z "$ac_lib"; then
18632     ac_res="none required"
18633   else
18634     ac_res=-l$ac_lib
18635     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18636   fi
18637   rm -f conftest.$ac_objext conftest$ac_exeext
18638 if { (ac_try="$ac_link"
18639 case "(($ac_try" in
18640   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18641   *) ac_try_echo=$ac_try;;
18642 esac
18643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18644 $as_echo "$ac_try_echo") >&5
18645   (eval "$ac_link") 2>conftest.er1
18646   ac_status=$?
18647   grep -v '^ *+' conftest.er1 >conftest.err
18648   rm -f conftest.er1
18649   cat conftest.err >&5
18650   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18651   (exit $ac_status); } && {
18652          test -z "$ac_c_werror_flag" ||
18653          test ! -s conftest.err
18654        } && test -s conftest$ac_exeext && {
18655          test "$cross_compiling" = yes ||
18656          $as_test_x conftest$ac_exeext
18657        }; then
18658   ac_cv_search_inet_aton=$ac_res
18659 else
18660   $as_echo "$as_me: failed program was:" >&5
18661 sed 's/^/| /' conftest.$ac_ext >&5
18662
18663
18664 fi
18665
18666 rm -rf conftest.dSYM
18667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18668       conftest$ac_exeext
18669   if test "${ac_cv_search_inet_aton+set}" = set; then
18670   break
18671 fi
18672 done
18673 if test "${ac_cv_search_inet_aton+set}" = set; then
18674   :
18675 else
18676   ac_cv_search_inet_aton=no
18677 fi
18678 rm conftest.$ac_ext
18679 LIBS=$ac_func_search_save_LIBS
18680 fi
18681 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18682 $as_echo "$ac_cv_search_inet_aton" >&6; }
18683 ac_res=$ac_cv_search_inet_aton
18684 if test "$ac_res" != no; then
18685   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18686
18687 fi
18688
18689
18690
18691
18692
18693
18694
18695
18696
18697
18698 for ac_func in \
18699         getaddrinfo \
18700         getnameinfo \
18701         getnetbyname \
18702         getprotobyname \
18703         getprotobynumber \
18704         getservbyport \
18705         inet_network \
18706         sendmsg \
18707
18708 do
18709 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18710 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18711 $as_echo_n "checking for $ac_func... " >&6; }
18712 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18713   $as_echo_n "(cached) " >&6
18714 else
18715   cat >conftest.$ac_ext <<_ACEOF
18716 /* confdefs.h.  */
18717 _ACEOF
18718 cat confdefs.h >>conftest.$ac_ext
18719 cat >>conftest.$ac_ext <<_ACEOF
18720 /* end confdefs.h.  */
18721 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18722    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18723 #define $ac_func innocuous_$ac_func
18724
18725 /* System header to define __stub macros and hopefully few prototypes,
18726     which can conflict with char $ac_func (); below.
18727     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18728     <limits.h> exists even on freestanding compilers.  */
18729
18730 #ifdef __STDC__
18731 # include <limits.h>
18732 #else
18733 # include <assert.h>
18734 #endif
18735
18736 #undef $ac_func
18737
18738 /* Override any GCC internal prototype to avoid an error.
18739    Use char because int might match the return type of a GCC
18740    builtin and then its argument prototype would still apply.  */
18741 #ifdef __cplusplus
18742 extern "C"
18743 #endif
18744 char $ac_func ();
18745 /* The GNU C library defines this for functions which it implements
18746     to always fail with ENOSYS.  Some functions are actually named
18747     something starting with __ and the normal name is an alias.  */
18748 #if defined __stub_$ac_func || defined __stub___$ac_func
18749 choke me
18750 #endif
18751
18752 int
18753 main ()
18754 {
18755 return $ac_func ();
18756   ;
18757   return 0;
18758 }
18759 _ACEOF
18760 rm -f conftest.$ac_objext conftest$ac_exeext
18761 if { (ac_try="$ac_link"
18762 case "(($ac_try" in
18763   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18764   *) ac_try_echo=$ac_try;;
18765 esac
18766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18767 $as_echo "$ac_try_echo") >&5
18768   (eval "$ac_link") 2>conftest.er1
18769   ac_status=$?
18770   grep -v '^ *+' conftest.er1 >conftest.err
18771   rm -f conftest.er1
18772   cat conftest.err >&5
18773   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18774   (exit $ac_status); } && {
18775          test -z "$ac_c_werror_flag" ||
18776          test ! -s conftest.err
18777        } && test -s conftest$ac_exeext && {
18778          test "$cross_compiling" = yes ||
18779          $as_test_x conftest$ac_exeext
18780        }; then
18781   eval "$as_ac_var=yes"
18782 else
18783   $as_echo "$as_me: failed program was:" >&5
18784 sed 's/^/| /' conftest.$ac_ext >&5
18785
18786         eval "$as_ac_var=no"
18787 fi
18788
18789 rm -rf conftest.dSYM
18790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18791       conftest$ac_exeext conftest.$ac_ext
18792 fi
18793 ac_res=`eval 'as_val=${'$as_ac_var'}
18794                  $as_echo "$as_val"'`
18795                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18796 $as_echo "$ac_res" >&6; }
18797 as_val=`eval 'as_val=${'$as_ac_var'}
18798                  $as_echo "$as_val"'`
18799    if test "x$as_val" = x""yes; then
18800   cat >>confdefs.h <<_ACEOF
18801 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18802 _ACEOF
18803
18804 fi
18805 done
18806
18807
18808 LDAPLIBS=""
18809
18810 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18811 then
18812     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18813 $as_echo_n "checking for LDAPSortKey... " >&6; }
18814 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18815   $as_echo_n "(cached) " >&6
18816 else
18817   ac_cv_type_LDAPSortKey=no
18818 cat >conftest.$ac_ext <<_ACEOF
18819 /* confdefs.h.  */
18820 _ACEOF
18821 cat confdefs.h >>conftest.$ac_ext
18822 cat >>conftest.$ac_ext <<_ACEOF
18823 /* end confdefs.h.  */
18824 #include <ldap.h>
18825
18826 int
18827 main ()
18828 {
18829 if (sizeof (LDAPSortKey))
18830        return 0;
18831   ;
18832   return 0;
18833 }
18834 _ACEOF
18835 rm -f conftest.$ac_objext
18836 if { (ac_try="$ac_compile"
18837 case "(($ac_try" in
18838   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18839   *) ac_try_echo=$ac_try;;
18840 esac
18841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18842 $as_echo "$ac_try_echo") >&5
18843   (eval "$ac_compile") 2>conftest.er1
18844   ac_status=$?
18845   grep -v '^ *+' conftest.er1 >conftest.err
18846   rm -f conftest.er1
18847   cat conftest.err >&5
18848   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18849   (exit $ac_status); } && {
18850          test -z "$ac_c_werror_flag" ||
18851          test ! -s conftest.err
18852        } && test -s conftest.$ac_objext; then
18853   cat >conftest.$ac_ext <<_ACEOF
18854 /* confdefs.h.  */
18855 _ACEOF
18856 cat confdefs.h >>conftest.$ac_ext
18857 cat >>conftest.$ac_ext <<_ACEOF
18858 /* end confdefs.h.  */
18859 #include <ldap.h>
18860
18861 int
18862 main ()
18863 {
18864 if (sizeof ((LDAPSortKey)))
18865           return 0;
18866   ;
18867   return 0;
18868 }
18869 _ACEOF
18870 rm -f conftest.$ac_objext
18871 if { (ac_try="$ac_compile"
18872 case "(($ac_try" in
18873   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18874   *) ac_try_echo=$ac_try;;
18875 esac
18876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18877 $as_echo "$ac_try_echo") >&5
18878   (eval "$ac_compile") 2>conftest.er1
18879   ac_status=$?
18880   grep -v '^ *+' conftest.er1 >conftest.err
18881   rm -f conftest.er1
18882   cat conftest.err >&5
18883   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18884   (exit $ac_status); } && {
18885          test -z "$ac_c_werror_flag" ||
18886          test ! -s conftest.err
18887        } && test -s conftest.$ac_objext; then
18888   :
18889 else
18890   $as_echo "$as_me: failed program was:" >&5
18891 sed 's/^/| /' conftest.$ac_ext >&5
18892
18893         ac_cv_type_LDAPSortKey=yes
18894 fi
18895
18896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18897 else
18898   $as_echo "$as_me: failed program was:" >&5
18899 sed 's/^/| /' conftest.$ac_ext >&5
18900
18901
18902 fi
18903
18904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18905 fi
18906 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18907 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18908 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18909   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18910 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18911 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18912   $as_echo_n "(cached) " >&6
18913 else
18914   ac_check_lib_save_LIBS=$LIBS
18915 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18916 cat >conftest.$ac_ext <<_ACEOF
18917 /* confdefs.h.  */
18918 _ACEOF
18919 cat confdefs.h >>conftest.$ac_ext
18920 cat >>conftest.$ac_ext <<_ACEOF
18921 /* end confdefs.h.  */
18922
18923 /* Override any GCC internal prototype to avoid an error.
18924    Use char because int might match the return type of a GCC
18925    builtin and then its argument prototype would still apply.  */
18926 #ifdef __cplusplus
18927 extern "C"
18928 #endif
18929 char ldap_initialize ();
18930 int
18931 main ()
18932 {
18933 return ldap_initialize ();
18934   ;
18935   return 0;
18936 }
18937 _ACEOF
18938 rm -f conftest.$ac_objext conftest$ac_exeext
18939 if { (ac_try="$ac_link"
18940 case "(($ac_try" in
18941   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18942   *) ac_try_echo=$ac_try;;
18943 esac
18944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18945 $as_echo "$ac_try_echo") >&5
18946   (eval "$ac_link") 2>conftest.er1
18947   ac_status=$?
18948   grep -v '^ *+' conftest.er1 >conftest.err
18949   rm -f conftest.er1
18950   cat conftest.err >&5
18951   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18952   (exit $ac_status); } && {
18953          test -z "$ac_c_werror_flag" ||
18954          test ! -s conftest.err
18955        } && test -s conftest$ac_exeext && {
18956          test "$cross_compiling" = yes ||
18957          $as_test_x conftest$ac_exeext
18958        }; then
18959   ac_cv_lib_ldap_r_ldap_initialize=yes
18960 else
18961   $as_echo "$as_me: failed program was:" >&5
18962 sed 's/^/| /' conftest.$ac_ext >&5
18963
18964         ac_cv_lib_ldap_r_ldap_initialize=no
18965 fi
18966
18967 rm -rf conftest.dSYM
18968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18969       conftest$ac_exeext conftest.$ac_ext
18970 LIBS=$ac_check_lib_save_LIBS
18971 fi
18972 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18973 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18974 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18975   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18976 $as_echo_n "checking for ber_init in -llber... " >&6; }
18977 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18978   $as_echo_n "(cached) " >&6
18979 else
18980   ac_check_lib_save_LIBS=$LIBS
18981 LIBS="-llber $LIBPTHREAD $LIBS"
18982 cat >conftest.$ac_ext <<_ACEOF
18983 /* confdefs.h.  */
18984 _ACEOF
18985 cat confdefs.h >>conftest.$ac_ext
18986 cat >>conftest.$ac_ext <<_ACEOF
18987 /* end confdefs.h.  */
18988
18989 /* Override any GCC internal prototype to avoid an error.
18990    Use char because int might match the return type of a GCC
18991    builtin and then its argument prototype would still apply.  */
18992 #ifdef __cplusplus
18993 extern "C"
18994 #endif
18995 char ber_init ();
18996 int
18997 main ()
18998 {
18999 return ber_init ();
19000   ;
19001   return 0;
19002 }
19003 _ACEOF
19004 rm -f conftest.$ac_objext conftest$ac_exeext
19005 if { (ac_try="$ac_link"
19006 case "(($ac_try" in
19007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19008   *) ac_try_echo=$ac_try;;
19009 esac
19010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19011 $as_echo "$ac_try_echo") >&5
19012   (eval "$ac_link") 2>conftest.er1
19013   ac_status=$?
19014   grep -v '^ *+' conftest.er1 >conftest.err
19015   rm -f conftest.er1
19016   cat conftest.err >&5
19017   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19018   (exit $ac_status); } && {
19019          test -z "$ac_c_werror_flag" ||
19020          test ! -s conftest.err
19021        } && test -s conftest$ac_exeext && {
19022          test "$cross_compiling" = yes ||
19023          $as_test_x conftest$ac_exeext
19024        }; then
19025   ac_cv_lib_lber_ber_init=yes
19026 else
19027   $as_echo "$as_me: failed program was:" >&5
19028 sed 's/^/| /' conftest.$ac_ext >&5
19029
19030         ac_cv_lib_lber_ber_init=no
19031 fi
19032
19033 rm -rf conftest.dSYM
19034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19035       conftest$ac_exeext conftest.$ac_ext
19036 LIBS=$ac_check_lib_save_LIBS
19037 fi
19038 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19039 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19040 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19041
19042 cat >>confdefs.h <<\_ACEOF
19043 #define HAVE_LDAP 1
19044 _ACEOF
19045
19046                  LDAPLIBS="-lldap_r -llber"
19047 fi
19048
19049 fi
19050
19051 fi
19052
19053     ac_wine_check_funcs_save_LIBS="$LIBS"
19054 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19055
19056
19057
19058
19059
19060
19061
19062
19063 for ac_func in \
19064         ldap_count_references \
19065         ldap_first_reference \
19066         ldap_next_reference \
19067         ldap_parse_reference \
19068         ldap_parse_sort_control \
19069         ldap_parse_sortresponse_control \
19070         ldap_parse_vlv_control \
19071         ldap_parse_vlvresponse_control
19072 do
19073 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19074 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19075 $as_echo_n "checking for $ac_func... " >&6; }
19076 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19077   $as_echo_n "(cached) " >&6
19078 else
19079   cat >conftest.$ac_ext <<_ACEOF
19080 /* confdefs.h.  */
19081 _ACEOF
19082 cat confdefs.h >>conftest.$ac_ext
19083 cat >>conftest.$ac_ext <<_ACEOF
19084 /* end confdefs.h.  */
19085 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19086    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19087 #define $ac_func innocuous_$ac_func
19088
19089 /* System header to define __stub macros and hopefully few prototypes,
19090     which can conflict with char $ac_func (); below.
19091     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19092     <limits.h> exists even on freestanding compilers.  */
19093
19094 #ifdef __STDC__
19095 # include <limits.h>
19096 #else
19097 # include <assert.h>
19098 #endif
19099
19100 #undef $ac_func
19101
19102 /* Override any GCC internal prototype to avoid an error.
19103    Use char because int might match the return type of a GCC
19104    builtin and then its argument prototype would still apply.  */
19105 #ifdef __cplusplus
19106 extern "C"
19107 #endif
19108 char $ac_func ();
19109 /* The GNU C library defines this for functions which it implements
19110     to always fail with ENOSYS.  Some functions are actually named
19111     something starting with __ and the normal name is an alias.  */
19112 #if defined __stub_$ac_func || defined __stub___$ac_func
19113 choke me
19114 #endif
19115
19116 int
19117 main ()
19118 {
19119 return $ac_func ();
19120   ;
19121   return 0;
19122 }
19123 _ACEOF
19124 rm -f conftest.$ac_objext conftest$ac_exeext
19125 if { (ac_try="$ac_link"
19126 case "(($ac_try" in
19127   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19128   *) ac_try_echo=$ac_try;;
19129 esac
19130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19131 $as_echo "$ac_try_echo") >&5
19132   (eval "$ac_link") 2>conftest.er1
19133   ac_status=$?
19134   grep -v '^ *+' conftest.er1 >conftest.err
19135   rm -f conftest.er1
19136   cat conftest.err >&5
19137   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19138   (exit $ac_status); } && {
19139          test -z "$ac_c_werror_flag" ||
19140          test ! -s conftest.err
19141        } && test -s conftest$ac_exeext && {
19142          test "$cross_compiling" = yes ||
19143          $as_test_x conftest$ac_exeext
19144        }; then
19145   eval "$as_ac_var=yes"
19146 else
19147   $as_echo "$as_me: failed program was:" >&5
19148 sed 's/^/| /' conftest.$ac_ext >&5
19149
19150         eval "$as_ac_var=no"
19151 fi
19152
19153 rm -rf conftest.dSYM
19154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19155       conftest$ac_exeext conftest.$ac_ext
19156 fi
19157 ac_res=`eval 'as_val=${'$as_ac_var'}
19158                  $as_echo "$as_val"'`
19159                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19160 $as_echo "$ac_res" >&6; }
19161 as_val=`eval 'as_val=${'$as_ac_var'}
19162                  $as_echo "$as_val"'`
19163    if test "x$as_val" = x""yes; then
19164   cat >>confdefs.h <<_ACEOF
19165 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19166 _ACEOF
19167
19168 fi
19169 done
19170
19171 LIBS="$ac_wine_check_funcs_save_LIBS"
19172 fi
19173 if test "x$LDAPLIBS" = "x"; then
19174   case "x$with_ldap" in
19175   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19176   xno) ;;
19177   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19178 This is an error since --with-ldap was requested." >&5
19179 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19180 This is an error since --with-ldap was requested." >&2;}
19181    { (exit 1); exit 1; }; } ;;
19182 esac
19183 fi
19184
19185
19186 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19187 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19188 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19189   $as_echo_n "(cached) " >&6
19190 else
19191   cat >conftest.$ac_ext <<_ACEOF
19192 /* confdefs.h.  */
19193 _ACEOF
19194 cat confdefs.h >>conftest.$ac_ext
19195 cat >>conftest.$ac_ext <<_ACEOF
19196 /* end confdefs.h.  */
19197 #include <sys/stat.h>
19198 int
19199 main ()
19200 {
19201 mkdir("foo");
19202   ;
19203   return 0;
19204 }
19205 _ACEOF
19206 rm -f conftest.$ac_objext
19207 if { (ac_try="$ac_compile"
19208 case "(($ac_try" in
19209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19210   *) ac_try_echo=$ac_try;;
19211 esac
19212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19213 $as_echo "$ac_try_echo") >&5
19214   (eval "$ac_compile") 2>conftest.er1
19215   ac_status=$?
19216   grep -v '^ *+' conftest.er1 >conftest.err
19217   rm -f conftest.er1
19218   cat conftest.err >&5
19219   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19220   (exit $ac_status); } && {
19221          test -z "$ac_c_werror_flag" ||
19222          test ! -s conftest.err
19223        } && test -s conftest.$ac_objext; then
19224   wine_cv_one_arg_mkdir=yes
19225 else
19226   $as_echo "$as_me: failed program was:" >&5
19227 sed 's/^/| /' conftest.$ac_ext >&5
19228
19229         wine_cv_one_arg_mkdir=no
19230 fi
19231
19232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19233 fi
19234 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19235 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19236 if test "$wine_cv_one_arg_mkdir" = "yes"
19237 then
19238
19239 cat >>confdefs.h <<\_ACEOF
19240 #define HAVE_ONE_ARG_MKDIR 1
19241 _ACEOF
19242
19243 fi
19244
19245
19246 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19247 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19248 if test "${ac_cv_c_const+set}" = set; then
19249   $as_echo_n "(cached) " >&6
19250 else
19251   cat >conftest.$ac_ext <<_ACEOF
19252 /* confdefs.h.  */
19253 _ACEOF
19254 cat confdefs.h >>conftest.$ac_ext
19255 cat >>conftest.$ac_ext <<_ACEOF
19256 /* end confdefs.h.  */
19257
19258 int
19259 main ()
19260 {
19261 /* FIXME: Include the comments suggested by Paul. */
19262 #ifndef __cplusplus
19263   /* Ultrix mips cc rejects this.  */
19264   typedef int charset[2];
19265   const charset cs;
19266   /* SunOS 4.1.1 cc rejects this.  */
19267   char const *const *pcpcc;
19268   char **ppc;
19269   /* NEC SVR4.0.2 mips cc rejects this.  */
19270   struct point {int x, y;};
19271   static struct point const zero = {0,0};
19272   /* AIX XL C 1.02.0.0 rejects this.
19273      It does not let you subtract one const X* pointer from another in
19274      an arm of an if-expression whose if-part is not a constant
19275      expression */
19276   const char *g = "string";
19277   pcpcc = &g + (g ? g-g : 0);
19278   /* HPUX 7.0 cc rejects these. */
19279   ++pcpcc;
19280   ppc = (char**) pcpcc;
19281   pcpcc = (char const *const *) ppc;
19282   { /* SCO 3.2v4 cc rejects this.  */
19283     char *t;
19284     char const *s = 0 ? (char *) 0 : (char const *) 0;
19285
19286     *t++ = 0;
19287     if (s) return 0;
19288   }
19289   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19290     int x[] = {25, 17};
19291     const int *foo = &x[0];
19292     ++foo;
19293   }
19294   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19295     typedef const int *iptr;
19296     iptr p = 0;
19297     ++p;
19298   }
19299   { /* AIX XL C 1.02.0.0 rejects this saying
19300        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19301     struct s { int j; const int *ap[3]; };
19302     struct s *b; b->j = 5;
19303   }
19304   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19305     const int foo = 10;
19306     if (!foo) return 0;
19307   }
19308   return !cs[0] && !zero.x;
19309 #endif
19310
19311   ;
19312   return 0;
19313 }
19314 _ACEOF
19315 rm -f conftest.$ac_objext
19316 if { (ac_try="$ac_compile"
19317 case "(($ac_try" in
19318   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19319   *) ac_try_echo=$ac_try;;
19320 esac
19321 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19322 $as_echo "$ac_try_echo") >&5
19323   (eval "$ac_compile") 2>conftest.er1
19324   ac_status=$?
19325   grep -v '^ *+' conftest.er1 >conftest.err
19326   rm -f conftest.er1
19327   cat conftest.err >&5
19328   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19329   (exit $ac_status); } && {
19330          test -z "$ac_c_werror_flag" ||
19331          test ! -s conftest.err
19332        } && test -s conftest.$ac_objext; then
19333   ac_cv_c_const=yes
19334 else
19335   $as_echo "$as_me: failed program was:" >&5
19336 sed 's/^/| /' conftest.$ac_ext >&5
19337
19338         ac_cv_c_const=no
19339 fi
19340
19341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19342 fi
19343 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19344 $as_echo "$ac_cv_c_const" >&6; }
19345 if test $ac_cv_c_const = no; then
19346
19347 cat >>confdefs.h <<\_ACEOF
19348 #define const /**/
19349 _ACEOF
19350
19351 fi
19352
19353 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19354 $as_echo_n "checking for inline... " >&6; }
19355 if test "${ac_cv_c_inline+set}" = set; then
19356   $as_echo_n "(cached) " >&6
19357 else
19358   ac_cv_c_inline=no
19359 for ac_kw in inline __inline__ __inline; do
19360   cat >conftest.$ac_ext <<_ACEOF
19361 /* confdefs.h.  */
19362 _ACEOF
19363 cat confdefs.h >>conftest.$ac_ext
19364 cat >>conftest.$ac_ext <<_ACEOF
19365 /* end confdefs.h.  */
19366 #ifndef __cplusplus
19367 typedef int foo_t;
19368 static $ac_kw foo_t static_foo () {return 0; }
19369 $ac_kw foo_t foo () {return 0; }
19370 #endif
19371
19372 _ACEOF
19373 rm -f conftest.$ac_objext
19374 if { (ac_try="$ac_compile"
19375 case "(($ac_try" in
19376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19377   *) ac_try_echo=$ac_try;;
19378 esac
19379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19380 $as_echo "$ac_try_echo") >&5
19381   (eval "$ac_compile") 2>conftest.er1
19382   ac_status=$?
19383   grep -v '^ *+' conftest.er1 >conftest.err
19384   rm -f conftest.er1
19385   cat conftest.err >&5
19386   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19387   (exit $ac_status); } && {
19388          test -z "$ac_c_werror_flag" ||
19389          test ! -s conftest.err
19390        } && test -s conftest.$ac_objext; then
19391   ac_cv_c_inline=$ac_kw
19392 else
19393   $as_echo "$as_me: failed program was:" >&5
19394 sed 's/^/| /' conftest.$ac_ext >&5
19395
19396
19397 fi
19398
19399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19400   test "$ac_cv_c_inline" != no && break
19401 done
19402
19403 fi
19404 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19405 $as_echo "$ac_cv_c_inline" >&6; }
19406
19407
19408 case $ac_cv_c_inline in
19409   inline | yes) ;;
19410   *)
19411     case $ac_cv_c_inline in
19412       no) ac_val=;;
19413       *) ac_val=$ac_cv_c_inline;;
19414     esac
19415     cat >>confdefs.h <<_ACEOF
19416 #ifndef __cplusplus
19417 #define inline $ac_val
19418 #endif
19419 _ACEOF
19420     ;;
19421 esac
19422
19423 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19424 $as_echo_n "checking for mode_t... " >&6; }
19425 if test "${ac_cv_type_mode_t+set}" = set; then
19426   $as_echo_n "(cached) " >&6
19427 else
19428   ac_cv_type_mode_t=no
19429 cat >conftest.$ac_ext <<_ACEOF
19430 /* confdefs.h.  */
19431 _ACEOF
19432 cat confdefs.h >>conftest.$ac_ext
19433 cat >>conftest.$ac_ext <<_ACEOF
19434 /* end confdefs.h.  */
19435 $ac_includes_default
19436 int
19437 main ()
19438 {
19439 if (sizeof (mode_t))
19440        return 0;
19441   ;
19442   return 0;
19443 }
19444 _ACEOF
19445 rm -f conftest.$ac_objext
19446 if { (ac_try="$ac_compile"
19447 case "(($ac_try" in
19448   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19449   *) ac_try_echo=$ac_try;;
19450 esac
19451 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19452 $as_echo "$ac_try_echo") >&5
19453   (eval "$ac_compile") 2>conftest.er1
19454   ac_status=$?
19455   grep -v '^ *+' conftest.er1 >conftest.err
19456   rm -f conftest.er1
19457   cat conftest.err >&5
19458   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19459   (exit $ac_status); } && {
19460          test -z "$ac_c_werror_flag" ||
19461          test ! -s conftest.err
19462        } && test -s conftest.$ac_objext; then
19463   cat >conftest.$ac_ext <<_ACEOF
19464 /* confdefs.h.  */
19465 _ACEOF
19466 cat confdefs.h >>conftest.$ac_ext
19467 cat >>conftest.$ac_ext <<_ACEOF
19468 /* end confdefs.h.  */
19469 $ac_includes_default
19470 int
19471 main ()
19472 {
19473 if (sizeof ((mode_t)))
19474           return 0;
19475   ;
19476   return 0;
19477 }
19478 _ACEOF
19479 rm -f conftest.$ac_objext
19480 if { (ac_try="$ac_compile"
19481 case "(($ac_try" in
19482   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19483   *) ac_try_echo=$ac_try;;
19484 esac
19485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19486 $as_echo "$ac_try_echo") >&5
19487   (eval "$ac_compile") 2>conftest.er1
19488   ac_status=$?
19489   grep -v '^ *+' conftest.er1 >conftest.err
19490   rm -f conftest.er1
19491   cat conftest.err >&5
19492   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19493   (exit $ac_status); } && {
19494          test -z "$ac_c_werror_flag" ||
19495          test ! -s conftest.err
19496        } && test -s conftest.$ac_objext; then
19497   :
19498 else
19499   $as_echo "$as_me: failed program was:" >&5
19500 sed 's/^/| /' conftest.$ac_ext >&5
19501
19502         ac_cv_type_mode_t=yes
19503 fi
19504
19505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19506 else
19507   $as_echo "$as_me: failed program was:" >&5
19508 sed 's/^/| /' conftest.$ac_ext >&5
19509
19510
19511 fi
19512
19513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19514 fi
19515 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19516 $as_echo "$ac_cv_type_mode_t" >&6; }
19517 if test "x$ac_cv_type_mode_t" = x""yes; then
19518
19519 cat >>confdefs.h <<_ACEOF
19520 #define HAVE_MODE_T 1
19521 _ACEOF
19522
19523
19524 fi
19525 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19526 $as_echo_n "checking for off_t... " >&6; }
19527 if test "${ac_cv_type_off_t+set}" = set; then
19528   $as_echo_n "(cached) " >&6
19529 else
19530   ac_cv_type_off_t=no
19531 cat >conftest.$ac_ext <<_ACEOF
19532 /* confdefs.h.  */
19533 _ACEOF
19534 cat confdefs.h >>conftest.$ac_ext
19535 cat >>conftest.$ac_ext <<_ACEOF
19536 /* end confdefs.h.  */
19537 $ac_includes_default
19538 int
19539 main ()
19540 {
19541 if (sizeof (off_t))
19542        return 0;
19543   ;
19544   return 0;
19545 }
19546 _ACEOF
19547 rm -f conftest.$ac_objext
19548 if { (ac_try="$ac_compile"
19549 case "(($ac_try" in
19550   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19551   *) ac_try_echo=$ac_try;;
19552 esac
19553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19554 $as_echo "$ac_try_echo") >&5
19555   (eval "$ac_compile") 2>conftest.er1
19556   ac_status=$?
19557   grep -v '^ *+' conftest.er1 >conftest.err
19558   rm -f conftest.er1
19559   cat conftest.err >&5
19560   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19561   (exit $ac_status); } && {
19562          test -z "$ac_c_werror_flag" ||
19563          test ! -s conftest.err
19564        } && test -s conftest.$ac_objext; then
19565   cat >conftest.$ac_ext <<_ACEOF
19566 /* confdefs.h.  */
19567 _ACEOF
19568 cat confdefs.h >>conftest.$ac_ext
19569 cat >>conftest.$ac_ext <<_ACEOF
19570 /* end confdefs.h.  */
19571 $ac_includes_default
19572 int
19573 main ()
19574 {
19575 if (sizeof ((off_t)))
19576           return 0;
19577   ;
19578   return 0;
19579 }
19580 _ACEOF
19581 rm -f conftest.$ac_objext
19582 if { (ac_try="$ac_compile"
19583 case "(($ac_try" in
19584   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19585   *) ac_try_echo=$ac_try;;
19586 esac
19587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19588 $as_echo "$ac_try_echo") >&5
19589   (eval "$ac_compile") 2>conftest.er1
19590   ac_status=$?
19591   grep -v '^ *+' conftest.er1 >conftest.err
19592   rm -f conftest.er1
19593   cat conftest.err >&5
19594   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19595   (exit $ac_status); } && {
19596          test -z "$ac_c_werror_flag" ||
19597          test ! -s conftest.err
19598        } && test -s conftest.$ac_objext; then
19599   :
19600 else
19601   $as_echo "$as_me: failed program was:" >&5
19602 sed 's/^/| /' conftest.$ac_ext >&5
19603
19604         ac_cv_type_off_t=yes
19605 fi
19606
19607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19608 else
19609   $as_echo "$as_me: failed program was:" >&5
19610 sed 's/^/| /' conftest.$ac_ext >&5
19611
19612
19613 fi
19614
19615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19616 fi
19617 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19618 $as_echo "$ac_cv_type_off_t" >&6; }
19619 if test "x$ac_cv_type_off_t" = x""yes; then
19620
19621 cat >>confdefs.h <<_ACEOF
19622 #define HAVE_OFF_T 1
19623 _ACEOF
19624
19625
19626 fi
19627 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19628 $as_echo_n "checking for pid_t... " >&6; }
19629 if test "${ac_cv_type_pid_t+set}" = set; then
19630   $as_echo_n "(cached) " >&6
19631 else
19632   ac_cv_type_pid_t=no
19633 cat >conftest.$ac_ext <<_ACEOF
19634 /* confdefs.h.  */
19635 _ACEOF
19636 cat confdefs.h >>conftest.$ac_ext
19637 cat >>conftest.$ac_ext <<_ACEOF
19638 /* end confdefs.h.  */
19639 $ac_includes_default
19640 int
19641 main ()
19642 {
19643 if (sizeof (pid_t))
19644        return 0;
19645   ;
19646   return 0;
19647 }
19648 _ACEOF
19649 rm -f conftest.$ac_objext
19650 if { (ac_try="$ac_compile"
19651 case "(($ac_try" in
19652   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19653   *) ac_try_echo=$ac_try;;
19654 esac
19655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19656 $as_echo "$ac_try_echo") >&5
19657   (eval "$ac_compile") 2>conftest.er1
19658   ac_status=$?
19659   grep -v '^ *+' conftest.er1 >conftest.err
19660   rm -f conftest.er1
19661   cat conftest.err >&5
19662   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19663   (exit $ac_status); } && {
19664          test -z "$ac_c_werror_flag" ||
19665          test ! -s conftest.err
19666        } && test -s conftest.$ac_objext; then
19667   cat >conftest.$ac_ext <<_ACEOF
19668 /* confdefs.h.  */
19669 _ACEOF
19670 cat confdefs.h >>conftest.$ac_ext
19671 cat >>conftest.$ac_ext <<_ACEOF
19672 /* end confdefs.h.  */
19673 $ac_includes_default
19674 int
19675 main ()
19676 {
19677 if (sizeof ((pid_t)))
19678           return 0;
19679   ;
19680   return 0;
19681 }
19682 _ACEOF
19683 rm -f conftest.$ac_objext
19684 if { (ac_try="$ac_compile"
19685 case "(($ac_try" in
19686   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19687   *) ac_try_echo=$ac_try;;
19688 esac
19689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19690 $as_echo "$ac_try_echo") >&5
19691   (eval "$ac_compile") 2>conftest.er1
19692   ac_status=$?
19693   grep -v '^ *+' conftest.er1 >conftest.err
19694   rm -f conftest.er1
19695   cat conftest.err >&5
19696   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19697   (exit $ac_status); } && {
19698          test -z "$ac_c_werror_flag" ||
19699          test ! -s conftest.err
19700        } && test -s conftest.$ac_objext; then
19701   :
19702 else
19703   $as_echo "$as_me: failed program was:" >&5
19704 sed 's/^/| /' conftest.$ac_ext >&5
19705
19706         ac_cv_type_pid_t=yes
19707 fi
19708
19709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19710 else
19711   $as_echo "$as_me: failed program was:" >&5
19712 sed 's/^/| /' conftest.$ac_ext >&5
19713
19714
19715 fi
19716
19717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19718 fi
19719 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19720 $as_echo "$ac_cv_type_pid_t" >&6; }
19721 if test "x$ac_cv_type_pid_t" = x""yes; then
19722
19723 cat >>confdefs.h <<_ACEOF
19724 #define HAVE_PID_T 1
19725 _ACEOF
19726
19727
19728 fi
19729 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19730 $as_echo_n "checking for size_t... " >&6; }
19731 if test "${ac_cv_type_size_t+set}" = set; then
19732   $as_echo_n "(cached) " >&6
19733 else
19734   ac_cv_type_size_t=no
19735 cat >conftest.$ac_ext <<_ACEOF
19736 /* confdefs.h.  */
19737 _ACEOF
19738 cat confdefs.h >>conftest.$ac_ext
19739 cat >>conftest.$ac_ext <<_ACEOF
19740 /* end confdefs.h.  */
19741 $ac_includes_default
19742 int
19743 main ()
19744 {
19745 if (sizeof (size_t))
19746        return 0;
19747   ;
19748   return 0;
19749 }
19750 _ACEOF
19751 rm -f conftest.$ac_objext
19752 if { (ac_try="$ac_compile"
19753 case "(($ac_try" in
19754   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19755   *) ac_try_echo=$ac_try;;
19756 esac
19757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19758 $as_echo "$ac_try_echo") >&5
19759   (eval "$ac_compile") 2>conftest.er1
19760   ac_status=$?
19761   grep -v '^ *+' conftest.er1 >conftest.err
19762   rm -f conftest.er1
19763   cat conftest.err >&5
19764   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19765   (exit $ac_status); } && {
19766          test -z "$ac_c_werror_flag" ||
19767          test ! -s conftest.err
19768        } && test -s conftest.$ac_objext; then
19769   cat >conftest.$ac_ext <<_ACEOF
19770 /* confdefs.h.  */
19771 _ACEOF
19772 cat confdefs.h >>conftest.$ac_ext
19773 cat >>conftest.$ac_ext <<_ACEOF
19774 /* end confdefs.h.  */
19775 $ac_includes_default
19776 int
19777 main ()
19778 {
19779 if (sizeof ((size_t)))
19780           return 0;
19781   ;
19782   return 0;
19783 }
19784 _ACEOF
19785 rm -f conftest.$ac_objext
19786 if { (ac_try="$ac_compile"
19787 case "(($ac_try" in
19788   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19789   *) ac_try_echo=$ac_try;;
19790 esac
19791 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19792 $as_echo "$ac_try_echo") >&5
19793   (eval "$ac_compile") 2>conftest.er1
19794   ac_status=$?
19795   grep -v '^ *+' conftest.er1 >conftest.err
19796   rm -f conftest.er1
19797   cat conftest.err >&5
19798   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19799   (exit $ac_status); } && {
19800          test -z "$ac_c_werror_flag" ||
19801          test ! -s conftest.err
19802        } && test -s conftest.$ac_objext; then
19803   :
19804 else
19805   $as_echo "$as_me: failed program was:" >&5
19806 sed 's/^/| /' conftest.$ac_ext >&5
19807
19808         ac_cv_type_size_t=yes
19809 fi
19810
19811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19812 else
19813   $as_echo "$as_me: failed program was:" >&5
19814 sed 's/^/| /' conftest.$ac_ext >&5
19815
19816
19817 fi
19818
19819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19820 fi
19821 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19822 $as_echo "$ac_cv_type_size_t" >&6; }
19823 if test "x$ac_cv_type_size_t" = x""yes; then
19824
19825 cat >>confdefs.h <<_ACEOF
19826 #define HAVE_SIZE_T 1
19827 _ACEOF
19828
19829
19830 fi
19831 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19832 $as_echo_n "checking for ssize_t... " >&6; }
19833 if test "${ac_cv_type_ssize_t+set}" = set; then
19834   $as_echo_n "(cached) " >&6
19835 else
19836   ac_cv_type_ssize_t=no
19837 cat >conftest.$ac_ext <<_ACEOF
19838 /* confdefs.h.  */
19839 _ACEOF
19840 cat confdefs.h >>conftest.$ac_ext
19841 cat >>conftest.$ac_ext <<_ACEOF
19842 /* end confdefs.h.  */
19843 $ac_includes_default
19844 int
19845 main ()
19846 {
19847 if (sizeof (ssize_t))
19848        return 0;
19849   ;
19850   return 0;
19851 }
19852 _ACEOF
19853 rm -f conftest.$ac_objext
19854 if { (ac_try="$ac_compile"
19855 case "(($ac_try" in
19856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19857   *) ac_try_echo=$ac_try;;
19858 esac
19859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19860 $as_echo "$ac_try_echo") >&5
19861   (eval "$ac_compile") 2>conftest.er1
19862   ac_status=$?
19863   grep -v '^ *+' conftest.er1 >conftest.err
19864   rm -f conftest.er1
19865   cat conftest.err >&5
19866   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19867   (exit $ac_status); } && {
19868          test -z "$ac_c_werror_flag" ||
19869          test ! -s conftest.err
19870        } && test -s conftest.$ac_objext; then
19871   cat >conftest.$ac_ext <<_ACEOF
19872 /* confdefs.h.  */
19873 _ACEOF
19874 cat confdefs.h >>conftest.$ac_ext
19875 cat >>conftest.$ac_ext <<_ACEOF
19876 /* end confdefs.h.  */
19877 $ac_includes_default
19878 int
19879 main ()
19880 {
19881 if (sizeof ((ssize_t)))
19882           return 0;
19883   ;
19884   return 0;
19885 }
19886 _ACEOF
19887 rm -f conftest.$ac_objext
19888 if { (ac_try="$ac_compile"
19889 case "(($ac_try" in
19890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19891   *) ac_try_echo=$ac_try;;
19892 esac
19893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19894 $as_echo "$ac_try_echo") >&5
19895   (eval "$ac_compile") 2>conftest.er1
19896   ac_status=$?
19897   grep -v '^ *+' conftest.er1 >conftest.err
19898   rm -f conftest.er1
19899   cat conftest.err >&5
19900   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19901   (exit $ac_status); } && {
19902          test -z "$ac_c_werror_flag" ||
19903          test ! -s conftest.err
19904        } && test -s conftest.$ac_objext; then
19905   :
19906 else
19907   $as_echo "$as_me: failed program was:" >&5
19908 sed 's/^/| /' conftest.$ac_ext >&5
19909
19910         ac_cv_type_ssize_t=yes
19911 fi
19912
19913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19914 else
19915   $as_echo "$as_me: failed program was:" >&5
19916 sed 's/^/| /' conftest.$ac_ext >&5
19917
19918
19919 fi
19920
19921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19922 fi
19923 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19924 $as_echo "$ac_cv_type_ssize_t" >&6; }
19925 if test "x$ac_cv_type_ssize_t" = x""yes; then
19926
19927 cat >>confdefs.h <<_ACEOF
19928 #define HAVE_SSIZE_T 1
19929 _ACEOF
19930
19931
19932 fi
19933 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19934 $as_echo_n "checking for long long... " >&6; }
19935 if test "${ac_cv_type_long_long+set}" = set; then
19936   $as_echo_n "(cached) " >&6
19937 else
19938   ac_cv_type_long_long=no
19939 cat >conftest.$ac_ext <<_ACEOF
19940 /* confdefs.h.  */
19941 _ACEOF
19942 cat confdefs.h >>conftest.$ac_ext
19943 cat >>conftest.$ac_ext <<_ACEOF
19944 /* end confdefs.h.  */
19945 $ac_includes_default
19946 int
19947 main ()
19948 {
19949 if (sizeof (long long))
19950        return 0;
19951   ;
19952   return 0;
19953 }
19954 _ACEOF
19955 rm -f conftest.$ac_objext
19956 if { (ac_try="$ac_compile"
19957 case "(($ac_try" in
19958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19959   *) ac_try_echo=$ac_try;;
19960 esac
19961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19962 $as_echo "$ac_try_echo") >&5
19963   (eval "$ac_compile") 2>conftest.er1
19964   ac_status=$?
19965   grep -v '^ *+' conftest.er1 >conftest.err
19966   rm -f conftest.er1
19967   cat conftest.err >&5
19968   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19969   (exit $ac_status); } && {
19970          test -z "$ac_c_werror_flag" ||
19971          test ! -s conftest.err
19972        } && test -s conftest.$ac_objext; then
19973   cat >conftest.$ac_ext <<_ACEOF
19974 /* confdefs.h.  */
19975 _ACEOF
19976 cat confdefs.h >>conftest.$ac_ext
19977 cat >>conftest.$ac_ext <<_ACEOF
19978 /* end confdefs.h.  */
19979 $ac_includes_default
19980 int
19981 main ()
19982 {
19983 if (sizeof ((long long)))
19984           return 0;
19985   ;
19986   return 0;
19987 }
19988 _ACEOF
19989 rm -f conftest.$ac_objext
19990 if { (ac_try="$ac_compile"
19991 case "(($ac_try" in
19992   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19993   *) ac_try_echo=$ac_try;;
19994 esac
19995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19996 $as_echo "$ac_try_echo") >&5
19997   (eval "$ac_compile") 2>conftest.er1
19998   ac_status=$?
19999   grep -v '^ *+' conftest.er1 >conftest.err
20000   rm -f conftest.er1
20001   cat conftest.err >&5
20002   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20003   (exit $ac_status); } && {
20004          test -z "$ac_c_werror_flag" ||
20005          test ! -s conftest.err
20006        } && test -s conftest.$ac_objext; then
20007   :
20008 else
20009   $as_echo "$as_me: failed program was:" >&5
20010 sed 's/^/| /' conftest.$ac_ext >&5
20011
20012         ac_cv_type_long_long=yes
20013 fi
20014
20015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20016 else
20017   $as_echo "$as_me: failed program was:" >&5
20018 sed 's/^/| /' conftest.$ac_ext >&5
20019
20020
20021 fi
20022
20023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20024 fi
20025 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20026 $as_echo "$ac_cv_type_long_long" >&6; }
20027 if test "x$ac_cv_type_long_long" = x""yes; then
20028
20029 cat >>confdefs.h <<_ACEOF
20030 #define HAVE_LONG_LONG 1
20031 _ACEOF
20032
20033
20034 fi
20035 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20036 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20037 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20038   $as_echo_n "(cached) " >&6
20039 else
20040   ac_cv_type_fsblkcnt_t=no
20041 cat >conftest.$ac_ext <<_ACEOF
20042 /* confdefs.h.  */
20043 _ACEOF
20044 cat confdefs.h >>conftest.$ac_ext
20045 cat >>conftest.$ac_ext <<_ACEOF
20046 /* end confdefs.h.  */
20047 $ac_includes_default
20048 int
20049 main ()
20050 {
20051 if (sizeof (fsblkcnt_t))
20052        return 0;
20053   ;
20054   return 0;
20055 }
20056 _ACEOF
20057 rm -f conftest.$ac_objext
20058 if { (ac_try="$ac_compile"
20059 case "(($ac_try" in
20060   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20061   *) ac_try_echo=$ac_try;;
20062 esac
20063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20064 $as_echo "$ac_try_echo") >&5
20065   (eval "$ac_compile") 2>conftest.er1
20066   ac_status=$?
20067   grep -v '^ *+' conftest.er1 >conftest.err
20068   rm -f conftest.er1
20069   cat conftest.err >&5
20070   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20071   (exit $ac_status); } && {
20072          test -z "$ac_c_werror_flag" ||
20073          test ! -s conftest.err
20074        } && test -s conftest.$ac_objext; then
20075   cat >conftest.$ac_ext <<_ACEOF
20076 /* confdefs.h.  */
20077 _ACEOF
20078 cat confdefs.h >>conftest.$ac_ext
20079 cat >>conftest.$ac_ext <<_ACEOF
20080 /* end confdefs.h.  */
20081 $ac_includes_default
20082 int
20083 main ()
20084 {
20085 if (sizeof ((fsblkcnt_t)))
20086           return 0;
20087   ;
20088   return 0;
20089 }
20090 _ACEOF
20091 rm -f conftest.$ac_objext
20092 if { (ac_try="$ac_compile"
20093 case "(($ac_try" in
20094   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20095   *) ac_try_echo=$ac_try;;
20096 esac
20097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20098 $as_echo "$ac_try_echo") >&5
20099   (eval "$ac_compile") 2>conftest.er1
20100   ac_status=$?
20101   grep -v '^ *+' conftest.er1 >conftest.err
20102   rm -f conftest.er1
20103   cat conftest.err >&5
20104   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20105   (exit $ac_status); } && {
20106          test -z "$ac_c_werror_flag" ||
20107          test ! -s conftest.err
20108        } && test -s conftest.$ac_objext; then
20109   :
20110 else
20111   $as_echo "$as_me: failed program was:" >&5
20112 sed 's/^/| /' conftest.$ac_ext >&5
20113
20114         ac_cv_type_fsblkcnt_t=yes
20115 fi
20116
20117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20118 else
20119   $as_echo "$as_me: failed program was:" >&5
20120 sed 's/^/| /' conftest.$ac_ext >&5
20121
20122
20123 fi
20124
20125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20126 fi
20127 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20128 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20129 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20130
20131 cat >>confdefs.h <<_ACEOF
20132 #define HAVE_FSBLKCNT_T 1
20133 _ACEOF
20134
20135
20136 fi
20137 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20138 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20139 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20140   $as_echo_n "(cached) " >&6
20141 else
20142   ac_cv_type_fsfilcnt_t=no
20143 cat >conftest.$ac_ext <<_ACEOF
20144 /* confdefs.h.  */
20145 _ACEOF
20146 cat confdefs.h >>conftest.$ac_ext
20147 cat >>conftest.$ac_ext <<_ACEOF
20148 /* end confdefs.h.  */
20149 $ac_includes_default
20150 int
20151 main ()
20152 {
20153 if (sizeof (fsfilcnt_t))
20154        return 0;
20155   ;
20156   return 0;
20157 }
20158 _ACEOF
20159 rm -f conftest.$ac_objext
20160 if { (ac_try="$ac_compile"
20161 case "(($ac_try" in
20162   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20163   *) ac_try_echo=$ac_try;;
20164 esac
20165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20166 $as_echo "$ac_try_echo") >&5
20167   (eval "$ac_compile") 2>conftest.er1
20168   ac_status=$?
20169   grep -v '^ *+' conftest.er1 >conftest.err
20170   rm -f conftest.er1
20171   cat conftest.err >&5
20172   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20173   (exit $ac_status); } && {
20174          test -z "$ac_c_werror_flag" ||
20175          test ! -s conftest.err
20176        } && test -s conftest.$ac_objext; then
20177   cat >conftest.$ac_ext <<_ACEOF
20178 /* confdefs.h.  */
20179 _ACEOF
20180 cat confdefs.h >>conftest.$ac_ext
20181 cat >>conftest.$ac_ext <<_ACEOF
20182 /* end confdefs.h.  */
20183 $ac_includes_default
20184 int
20185 main ()
20186 {
20187 if (sizeof ((fsfilcnt_t)))
20188           return 0;
20189   ;
20190   return 0;
20191 }
20192 _ACEOF
20193 rm -f conftest.$ac_objext
20194 if { (ac_try="$ac_compile"
20195 case "(($ac_try" in
20196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20197   *) ac_try_echo=$ac_try;;
20198 esac
20199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20200 $as_echo "$ac_try_echo") >&5
20201   (eval "$ac_compile") 2>conftest.er1
20202   ac_status=$?
20203   grep -v '^ *+' conftest.er1 >conftest.err
20204   rm -f conftest.er1
20205   cat conftest.err >&5
20206   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20207   (exit $ac_status); } && {
20208          test -z "$ac_c_werror_flag" ||
20209          test ! -s conftest.err
20210        } && test -s conftest.$ac_objext; then
20211   :
20212 else
20213   $as_echo "$as_me: failed program was:" >&5
20214 sed 's/^/| /' conftest.$ac_ext >&5
20215
20216         ac_cv_type_fsfilcnt_t=yes
20217 fi
20218
20219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20220 else
20221   $as_echo "$as_me: failed program was:" >&5
20222 sed 's/^/| /' conftest.$ac_ext >&5
20223
20224
20225 fi
20226
20227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20228 fi
20229 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20230 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20231 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20232
20233 cat >>confdefs.h <<_ACEOF
20234 #define HAVE_FSFILCNT_T 1
20235 _ACEOF
20236
20237
20238 fi
20239
20240 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20241 $as_echo_n "checking for sigset_t... " >&6; }
20242 if test "${ac_cv_type_sigset_t+set}" = set; then
20243   $as_echo_n "(cached) " >&6
20244 else
20245   ac_cv_type_sigset_t=no
20246 cat >conftest.$ac_ext <<_ACEOF
20247 /* confdefs.h.  */
20248 _ACEOF
20249 cat confdefs.h >>conftest.$ac_ext
20250 cat >>conftest.$ac_ext <<_ACEOF
20251 /* end confdefs.h.  */
20252 #include <sys/types.h>
20253 #include <signal.h>
20254
20255 int
20256 main ()
20257 {
20258 if (sizeof (sigset_t))
20259        return 0;
20260   ;
20261   return 0;
20262 }
20263 _ACEOF
20264 rm -f conftest.$ac_objext
20265 if { (ac_try="$ac_compile"
20266 case "(($ac_try" in
20267   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20268   *) ac_try_echo=$ac_try;;
20269 esac
20270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20271 $as_echo "$ac_try_echo") >&5
20272   (eval "$ac_compile") 2>conftest.er1
20273   ac_status=$?
20274   grep -v '^ *+' conftest.er1 >conftest.err
20275   rm -f conftest.er1
20276   cat conftest.err >&5
20277   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20278   (exit $ac_status); } && {
20279          test -z "$ac_c_werror_flag" ||
20280          test ! -s conftest.err
20281        } && test -s conftest.$ac_objext; then
20282   cat >conftest.$ac_ext <<_ACEOF
20283 /* confdefs.h.  */
20284 _ACEOF
20285 cat confdefs.h >>conftest.$ac_ext
20286 cat >>conftest.$ac_ext <<_ACEOF
20287 /* end confdefs.h.  */
20288 #include <sys/types.h>
20289 #include <signal.h>
20290
20291 int
20292 main ()
20293 {
20294 if (sizeof ((sigset_t)))
20295           return 0;
20296   ;
20297   return 0;
20298 }
20299 _ACEOF
20300 rm -f conftest.$ac_objext
20301 if { (ac_try="$ac_compile"
20302 case "(($ac_try" in
20303   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20304   *) ac_try_echo=$ac_try;;
20305 esac
20306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20307 $as_echo "$ac_try_echo") >&5
20308   (eval "$ac_compile") 2>conftest.er1
20309   ac_status=$?
20310   grep -v '^ *+' conftest.er1 >conftest.err
20311   rm -f conftest.er1
20312   cat conftest.err >&5
20313   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20314   (exit $ac_status); } && {
20315          test -z "$ac_c_werror_flag" ||
20316          test ! -s conftest.err
20317        } && test -s conftest.$ac_objext; then
20318   :
20319 else
20320   $as_echo "$as_me: failed program was:" >&5
20321 sed 's/^/| /' conftest.$ac_ext >&5
20322
20323         ac_cv_type_sigset_t=yes
20324 fi
20325
20326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20327 else
20328   $as_echo "$as_me: failed program was:" >&5
20329 sed 's/^/| /' conftest.$ac_ext >&5
20330
20331
20332 fi
20333
20334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20335 fi
20336 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20337 $as_echo "$ac_cv_type_sigset_t" >&6; }
20338 if test "x$ac_cv_type_sigset_t" = x""yes; then
20339
20340 cat >>confdefs.h <<_ACEOF
20341 #define HAVE_SIGSET_T 1
20342 _ACEOF
20343
20344
20345 fi
20346
20347 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20348 $as_echo_n "checking for request_sense... " >&6; }
20349 if test "${ac_cv_type_request_sense+set}" = set; then
20350   $as_echo_n "(cached) " >&6
20351 else
20352   ac_cv_type_request_sense=no
20353 cat >conftest.$ac_ext <<_ACEOF
20354 /* confdefs.h.  */
20355 _ACEOF
20356 cat confdefs.h >>conftest.$ac_ext
20357 cat >>conftest.$ac_ext <<_ACEOF
20358 /* end confdefs.h.  */
20359 #include <linux/cdrom.h>
20360
20361 int
20362 main ()
20363 {
20364 if (sizeof (request_sense))
20365        return 0;
20366   ;
20367   return 0;
20368 }
20369 _ACEOF
20370 rm -f conftest.$ac_objext
20371 if { (ac_try="$ac_compile"
20372 case "(($ac_try" in
20373   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20374   *) ac_try_echo=$ac_try;;
20375 esac
20376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20377 $as_echo "$ac_try_echo") >&5
20378   (eval "$ac_compile") 2>conftest.er1
20379   ac_status=$?
20380   grep -v '^ *+' conftest.er1 >conftest.err
20381   rm -f conftest.er1
20382   cat conftest.err >&5
20383   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20384   (exit $ac_status); } && {
20385          test -z "$ac_c_werror_flag" ||
20386          test ! -s conftest.err
20387        } && test -s conftest.$ac_objext; then
20388   cat >conftest.$ac_ext <<_ACEOF
20389 /* confdefs.h.  */
20390 _ACEOF
20391 cat confdefs.h >>conftest.$ac_ext
20392 cat >>conftest.$ac_ext <<_ACEOF
20393 /* end confdefs.h.  */
20394 #include <linux/cdrom.h>
20395
20396 int
20397 main ()
20398 {
20399 if (sizeof ((request_sense)))
20400           return 0;
20401   ;
20402   return 0;
20403 }
20404 _ACEOF
20405 rm -f conftest.$ac_objext
20406 if { (ac_try="$ac_compile"
20407 case "(($ac_try" in
20408   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20409   *) ac_try_echo=$ac_try;;
20410 esac
20411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20412 $as_echo "$ac_try_echo") >&5
20413   (eval "$ac_compile") 2>conftest.er1
20414   ac_status=$?
20415   grep -v '^ *+' conftest.er1 >conftest.err
20416   rm -f conftest.er1
20417   cat conftest.err >&5
20418   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20419   (exit $ac_status); } && {
20420          test -z "$ac_c_werror_flag" ||
20421          test ! -s conftest.err
20422        } && test -s conftest.$ac_objext; then
20423   :
20424 else
20425   $as_echo "$as_me: failed program was:" >&5
20426 sed 's/^/| /' conftest.$ac_ext >&5
20427
20428         ac_cv_type_request_sense=yes
20429 fi
20430
20431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20432 else
20433   $as_echo "$as_me: failed program was:" >&5
20434 sed 's/^/| /' conftest.$ac_ext >&5
20435
20436
20437 fi
20438
20439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20440 fi
20441 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20442 $as_echo "$ac_cv_type_request_sense" >&6; }
20443 if test "x$ac_cv_type_request_sense" = x""yes; then
20444
20445 cat >>confdefs.h <<_ACEOF
20446 #define HAVE_REQUEST_SENSE 1
20447 _ACEOF
20448
20449
20450 fi
20451
20452
20453 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20454 $as_echo_n "checking for struct xinpgen... " >&6; }
20455 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20456   $as_echo_n "(cached) " >&6
20457 else
20458   ac_cv_type_struct_xinpgen=no
20459 cat >conftest.$ac_ext <<_ACEOF
20460 /* confdefs.h.  */
20461 _ACEOF
20462 cat confdefs.h >>conftest.$ac_ext
20463 cat >>conftest.$ac_ext <<_ACEOF
20464 /* end confdefs.h.  */
20465 #include <sys/types.h>
20466 #ifdef HAVE_SYS_SOCKET_H
20467 #include <sys/socket.h>
20468 #endif
20469 #ifdef HAVE_SYS_SOCKETVAR_H
20470 #include <sys/socketvar.h>
20471 #endif
20472 #ifdef HAVE_NET_ROUTE_H
20473 #include <net/route.h>
20474 #endif
20475 #ifdef HAVE_NETINET_IN_H
20476 #include <netinet/in.h>
20477 #endif
20478 #ifdef HAVE_NETINET_IN_SYSTM_H
20479 #include <netinet/in_systm.h>
20480 #endif
20481 #ifdef HAVE_NETINET_IP_H
20482 #include <netinet/ip.h>
20483 #endif
20484 #ifdef HAVE_NETINET_IN_PCB_H
20485 #include <netinet/in_pcb.h>
20486 #endif
20487
20488 int
20489 main ()
20490 {
20491 if (sizeof (struct xinpgen))
20492        return 0;
20493   ;
20494   return 0;
20495 }
20496 _ACEOF
20497 rm -f conftest.$ac_objext
20498 if { (ac_try="$ac_compile"
20499 case "(($ac_try" in
20500   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20501   *) ac_try_echo=$ac_try;;
20502 esac
20503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20504 $as_echo "$ac_try_echo") >&5
20505   (eval "$ac_compile") 2>conftest.er1
20506   ac_status=$?
20507   grep -v '^ *+' conftest.er1 >conftest.err
20508   rm -f conftest.er1
20509   cat conftest.err >&5
20510   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20511   (exit $ac_status); } && {
20512          test -z "$ac_c_werror_flag" ||
20513          test ! -s conftest.err
20514        } && test -s conftest.$ac_objext; then
20515   cat >conftest.$ac_ext <<_ACEOF
20516 /* confdefs.h.  */
20517 _ACEOF
20518 cat confdefs.h >>conftest.$ac_ext
20519 cat >>conftest.$ac_ext <<_ACEOF
20520 /* end confdefs.h.  */
20521 #include <sys/types.h>
20522 #ifdef HAVE_SYS_SOCKET_H
20523 #include <sys/socket.h>
20524 #endif
20525 #ifdef HAVE_SYS_SOCKETVAR_H
20526 #include <sys/socketvar.h>
20527 #endif
20528 #ifdef HAVE_NET_ROUTE_H
20529 #include <net/route.h>
20530 #endif
20531 #ifdef HAVE_NETINET_IN_H
20532 #include <netinet/in.h>
20533 #endif
20534 #ifdef HAVE_NETINET_IN_SYSTM_H
20535 #include <netinet/in_systm.h>
20536 #endif
20537 #ifdef HAVE_NETINET_IP_H
20538 #include <netinet/ip.h>
20539 #endif
20540 #ifdef HAVE_NETINET_IN_PCB_H
20541 #include <netinet/in_pcb.h>
20542 #endif
20543
20544 int
20545 main ()
20546 {
20547 if (sizeof ((struct xinpgen)))
20548           return 0;
20549   ;
20550   return 0;
20551 }
20552 _ACEOF
20553 rm -f conftest.$ac_objext
20554 if { (ac_try="$ac_compile"
20555 case "(($ac_try" in
20556   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20557   *) ac_try_echo=$ac_try;;
20558 esac
20559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20560 $as_echo "$ac_try_echo") >&5
20561   (eval "$ac_compile") 2>conftest.er1
20562   ac_status=$?
20563   grep -v '^ *+' conftest.er1 >conftest.err
20564   rm -f conftest.er1
20565   cat conftest.err >&5
20566   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20567   (exit $ac_status); } && {
20568          test -z "$ac_c_werror_flag" ||
20569          test ! -s conftest.err
20570        } && test -s conftest.$ac_objext; then
20571   :
20572 else
20573   $as_echo "$as_me: failed program was:" >&5
20574 sed 's/^/| /' conftest.$ac_ext >&5
20575
20576         ac_cv_type_struct_xinpgen=yes
20577 fi
20578
20579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20580 else
20581   $as_echo "$as_me: failed program was:" >&5
20582 sed 's/^/| /' conftest.$ac_ext >&5
20583
20584
20585 fi
20586
20587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20588 fi
20589 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20590 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20591 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20592
20593 cat >>confdefs.h <<_ACEOF
20594 #define HAVE_STRUCT_XINPGEN 1
20595 _ACEOF
20596
20597
20598 fi
20599
20600
20601 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20602 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20603 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20604   $as_echo_n "(cached) " >&6
20605 else
20606   cat >conftest.$ac_ext <<_ACEOF
20607 /* confdefs.h.  */
20608 _ACEOF
20609 cat confdefs.h >>conftest.$ac_ext
20610 cat >>conftest.$ac_ext <<_ACEOF
20611 /* end confdefs.h.  */
20612 #ifdef HAVE_LINUX_INPUT_H
20613 #include <linux/input.h>
20614 #endif
20615
20616 int
20617 main ()
20618 {
20619 static struct ff_effect ac_aggr;
20620 if (ac_aggr.direction)
20621 return 0;
20622   ;
20623   return 0;
20624 }
20625 _ACEOF
20626 rm -f conftest.$ac_objext
20627 if { (ac_try="$ac_compile"
20628 case "(($ac_try" in
20629   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20630   *) ac_try_echo=$ac_try;;
20631 esac
20632 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20633 $as_echo "$ac_try_echo") >&5
20634   (eval "$ac_compile") 2>conftest.er1
20635   ac_status=$?
20636   grep -v '^ *+' conftest.er1 >conftest.err
20637   rm -f conftest.er1
20638   cat conftest.err >&5
20639   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20640   (exit $ac_status); } && {
20641          test -z "$ac_c_werror_flag" ||
20642          test ! -s conftest.err
20643        } && test -s conftest.$ac_objext; then
20644   ac_cv_member_struct_ff_effect_direction=yes
20645 else
20646   $as_echo "$as_me: failed program was:" >&5
20647 sed 's/^/| /' conftest.$ac_ext >&5
20648
20649         cat >conftest.$ac_ext <<_ACEOF
20650 /* confdefs.h.  */
20651 _ACEOF
20652 cat confdefs.h >>conftest.$ac_ext
20653 cat >>conftest.$ac_ext <<_ACEOF
20654 /* end confdefs.h.  */
20655 #ifdef HAVE_LINUX_INPUT_H
20656 #include <linux/input.h>
20657 #endif
20658
20659 int
20660 main ()
20661 {
20662 static struct ff_effect ac_aggr;
20663 if (sizeof ac_aggr.direction)
20664 return 0;
20665   ;
20666   return 0;
20667 }
20668 _ACEOF
20669 rm -f conftest.$ac_objext
20670 if { (ac_try="$ac_compile"
20671 case "(($ac_try" in
20672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20673   *) ac_try_echo=$ac_try;;
20674 esac
20675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20676 $as_echo "$ac_try_echo") >&5
20677   (eval "$ac_compile") 2>conftest.er1
20678   ac_status=$?
20679   grep -v '^ *+' conftest.er1 >conftest.err
20680   rm -f conftest.er1
20681   cat conftest.err >&5
20682   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20683   (exit $ac_status); } && {
20684          test -z "$ac_c_werror_flag" ||
20685          test ! -s conftest.err
20686        } && test -s conftest.$ac_objext; then
20687   ac_cv_member_struct_ff_effect_direction=yes
20688 else
20689   $as_echo "$as_me: failed program was:" >&5
20690 sed 's/^/| /' conftest.$ac_ext >&5
20691
20692         ac_cv_member_struct_ff_effect_direction=no
20693 fi
20694
20695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20696 fi
20697
20698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20699 fi
20700 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20701 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20702 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20703
20704 cat >>confdefs.h <<_ACEOF
20705 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20706 _ACEOF
20707
20708
20709 fi
20710
20711
20712 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20713 $as_echo_n "checking for sigaddset... " >&6; }
20714 if test "${wine_cv_have_sigaddset+set}" = set; then
20715   $as_echo_n "(cached) " >&6
20716 else
20717   cat >conftest.$ac_ext <<_ACEOF
20718 /* confdefs.h.  */
20719 _ACEOF
20720 cat confdefs.h >>conftest.$ac_ext
20721 cat >>conftest.$ac_ext <<_ACEOF
20722 /* end confdefs.h.  */
20723 #include <signal.h>
20724 int
20725 main ()
20726 {
20727 sigset_t set; sigaddset(&set,SIGTERM);
20728   ;
20729   return 0;
20730 }
20731 _ACEOF
20732 rm -f conftest.$ac_objext conftest$ac_exeext
20733 if { (ac_try="$ac_link"
20734 case "(($ac_try" in
20735   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20736   *) ac_try_echo=$ac_try;;
20737 esac
20738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20739 $as_echo "$ac_try_echo") >&5
20740   (eval "$ac_link") 2>conftest.er1
20741   ac_status=$?
20742   grep -v '^ *+' conftest.er1 >conftest.err
20743   rm -f conftest.er1
20744   cat conftest.err >&5
20745   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20746   (exit $ac_status); } && {
20747          test -z "$ac_c_werror_flag" ||
20748          test ! -s conftest.err
20749        } && test -s conftest$ac_exeext && {
20750          test "$cross_compiling" = yes ||
20751          $as_test_x conftest$ac_exeext
20752        }; then
20753   wine_cv_have_sigaddset=yes
20754 else
20755   $as_echo "$as_me: failed program was:" >&5
20756 sed 's/^/| /' conftest.$ac_ext >&5
20757
20758         wine_cv_have_sigaddset=no
20759 fi
20760
20761 rm -rf conftest.dSYM
20762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20763       conftest$ac_exeext conftest.$ac_ext
20764 fi
20765 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20766 $as_echo "$wine_cv_have_sigaddset" >&6; }
20767 if test "$wine_cv_have_sigaddset" = "yes"
20768 then
20769
20770 cat >>confdefs.h <<\_ACEOF
20771 #define HAVE_SIGADDSET 1
20772 _ACEOF
20773
20774 fi
20775
20776
20777 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20778 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20779 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20780   $as_echo_n "(cached) " >&6
20781 else
20782   cat >conftest.$ac_ext <<_ACEOF
20783 /* confdefs.h.  */
20784 _ACEOF
20785 cat confdefs.h >>conftest.$ac_ext
20786 cat >>conftest.$ac_ext <<_ACEOF
20787 /* end confdefs.h.  */
20788 #include <netdb.h>
20789 int
20790 main ()
20791 {
20792
20793     char *name=0;
20794     struct hostent he;
20795     struct hostent *result;
20796     char *buf=0;
20797     int bufsize=0;
20798     int res,errnr;
20799     char *addr=0;
20800     int addrlen=0;
20801     int addrtype=0;
20802     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20803     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20804
20805   ;
20806   return 0;
20807 }
20808 _ACEOF
20809 rm -f conftest.$ac_objext conftest$ac_exeext
20810 if { (ac_try="$ac_link"
20811 case "(($ac_try" in
20812   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20813   *) ac_try_echo=$ac_try;;
20814 esac
20815 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20816 $as_echo "$ac_try_echo") >&5
20817   (eval "$ac_link") 2>conftest.er1
20818   ac_status=$?
20819   grep -v '^ *+' conftest.er1 >conftest.err
20820   rm -f conftest.er1
20821   cat conftest.err >&5
20822   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20823   (exit $ac_status); } && {
20824          test -z "$ac_c_werror_flag" ||
20825          test ! -s conftest.err
20826        } && test -s conftest$ac_exeext && {
20827          test "$cross_compiling" = yes ||
20828          $as_test_x conftest$ac_exeext
20829        }; then
20830   wine_cv_linux_gethostbyname_r_6=yes
20831 else
20832   $as_echo "$as_me: failed program was:" >&5
20833 sed 's/^/| /' conftest.$ac_ext >&5
20834
20835         wine_cv_linux_gethostbyname_r_6=no
20836
20837 fi
20838
20839 rm -rf conftest.dSYM
20840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20841       conftest$ac_exeext conftest.$ac_ext
20842
20843 fi
20844 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20845 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20846    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20847    then
20848
20849 cat >>confdefs.h <<\_ACEOF
20850 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20851 _ACEOF
20852
20853    fi
20854
20855 if test "$ac_cv_header_linux_joystick_h" = "yes"
20856 then
20857    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20858 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20859 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20860   $as_echo_n "(cached) " >&6
20861 else
20862   cat >conftest.$ac_ext <<_ACEOF
20863 /* confdefs.h.  */
20864 _ACEOF
20865 cat confdefs.h >>conftest.$ac_ext
20866 cat >>conftest.$ac_ext <<_ACEOF
20867 /* end confdefs.h.  */
20868
20869         #include <sys/ioctl.h>
20870         #include <sys/types.h>
20871         #include <linux/joystick.h>
20872
20873         struct js_event blub;
20874         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20875         #error "no 2.2 header"
20876         #endif
20877
20878 int
20879 main ()
20880 {
20881 /*empty*/
20882   ;
20883   return 0;
20884 }
20885 _ACEOF
20886 rm -f conftest.$ac_objext
20887 if { (ac_try="$ac_compile"
20888 case "(($ac_try" in
20889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20890   *) ac_try_echo=$ac_try;;
20891 esac
20892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20893 $as_echo "$ac_try_echo") >&5
20894   (eval "$ac_compile") 2>conftest.er1
20895   ac_status=$?
20896   grep -v '^ *+' conftest.er1 >conftest.err
20897   rm -f conftest.er1
20898   cat conftest.err >&5
20899   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20900   (exit $ac_status); } && {
20901          test -z "$ac_c_werror_flag" ||
20902          test ! -s conftest.err
20903        } && test -s conftest.$ac_objext; then
20904   wine_cv_linux_joystick_22_api=yes
20905 else
20906   $as_echo "$as_me: failed program was:" >&5
20907 sed 's/^/| /' conftest.$ac_ext >&5
20908
20909         wine_cv_linux_joystick_22_api=no
20910 fi
20911
20912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20913
20914 fi
20915 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20916 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20917    if test "$wine_cv_linux_joystick_22_api" = "yes"
20918    then
20919
20920 cat >>confdefs.h <<\_ACEOF
20921 #define HAVE_LINUX_22_JOYSTICK_API 1
20922 _ACEOF
20923
20924    fi
20925 fi
20926
20927
20928 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20929 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20930 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20931   $as_echo_n "(cached) " >&6
20932 else
20933   cat >conftest.$ac_ext <<_ACEOF
20934 /* confdefs.h.  */
20935 _ACEOF
20936 cat confdefs.h >>conftest.$ac_ext
20937 cat >>conftest.$ac_ext <<_ACEOF
20938 /* end confdefs.h.  */
20939 #include <sys/types.h>
20940 #ifdef HAVE_SYS_PARAM_H
20941 # include <sys/param.h>
20942 #endif
20943 #ifdef HAVE_SYS_MOUNT_H
20944 # include <sys/mount.h>
20945 #endif
20946 #ifdef HAVE_SYS_VFS_H
20947 # include <sys/vfs.h>
20948 #endif
20949 #ifdef HAVE_SYS_STATFS_H
20950 # include <sys/statfs.h>
20951 #endif
20952
20953 int
20954 main ()
20955 {
20956 static struct statfs ac_aggr;
20957 if (ac_aggr.f_bfree)
20958 return 0;
20959   ;
20960   return 0;
20961 }
20962 _ACEOF
20963 rm -f conftest.$ac_objext
20964 if { (ac_try="$ac_compile"
20965 case "(($ac_try" in
20966   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20967   *) ac_try_echo=$ac_try;;
20968 esac
20969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20970 $as_echo "$ac_try_echo") >&5
20971   (eval "$ac_compile") 2>conftest.er1
20972   ac_status=$?
20973   grep -v '^ *+' conftest.er1 >conftest.err
20974   rm -f conftest.er1
20975   cat conftest.err >&5
20976   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20977   (exit $ac_status); } && {
20978          test -z "$ac_c_werror_flag" ||
20979          test ! -s conftest.err
20980        } && test -s conftest.$ac_objext; then
20981   ac_cv_member_struct_statfs_f_bfree=yes
20982 else
20983   $as_echo "$as_me: failed program was:" >&5
20984 sed 's/^/| /' conftest.$ac_ext >&5
20985
20986         cat >conftest.$ac_ext <<_ACEOF
20987 /* confdefs.h.  */
20988 _ACEOF
20989 cat confdefs.h >>conftest.$ac_ext
20990 cat >>conftest.$ac_ext <<_ACEOF
20991 /* end confdefs.h.  */
20992 #include <sys/types.h>
20993 #ifdef HAVE_SYS_PARAM_H
20994 # include <sys/param.h>
20995 #endif
20996 #ifdef HAVE_SYS_MOUNT_H
20997 # include <sys/mount.h>
20998 #endif
20999 #ifdef HAVE_SYS_VFS_H
21000 # include <sys/vfs.h>
21001 #endif
21002 #ifdef HAVE_SYS_STATFS_H
21003 # include <sys/statfs.h>
21004 #endif
21005
21006 int
21007 main ()
21008 {
21009 static struct statfs ac_aggr;
21010 if (sizeof ac_aggr.f_bfree)
21011 return 0;
21012   ;
21013   return 0;
21014 }
21015 _ACEOF
21016 rm -f conftest.$ac_objext
21017 if { (ac_try="$ac_compile"
21018 case "(($ac_try" in
21019   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21020   *) ac_try_echo=$ac_try;;
21021 esac
21022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21023 $as_echo "$ac_try_echo") >&5
21024   (eval "$ac_compile") 2>conftest.er1
21025   ac_status=$?
21026   grep -v '^ *+' conftest.er1 >conftest.err
21027   rm -f conftest.er1
21028   cat conftest.err >&5
21029   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21030   (exit $ac_status); } && {
21031          test -z "$ac_c_werror_flag" ||
21032          test ! -s conftest.err
21033        } && test -s conftest.$ac_objext; then
21034   ac_cv_member_struct_statfs_f_bfree=yes
21035 else
21036   $as_echo "$as_me: failed program was:" >&5
21037 sed 's/^/| /' conftest.$ac_ext >&5
21038
21039         ac_cv_member_struct_statfs_f_bfree=no
21040 fi
21041
21042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21043 fi
21044
21045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21046 fi
21047 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21048 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21049 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21050
21051 cat >>confdefs.h <<_ACEOF
21052 #define HAVE_STRUCT_STATFS_F_BFREE 1
21053 _ACEOF
21054
21055
21056 fi
21057 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21058 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21059 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21060   $as_echo_n "(cached) " >&6
21061 else
21062   cat >conftest.$ac_ext <<_ACEOF
21063 /* confdefs.h.  */
21064 _ACEOF
21065 cat confdefs.h >>conftest.$ac_ext
21066 cat >>conftest.$ac_ext <<_ACEOF
21067 /* end confdefs.h.  */
21068 #include <sys/types.h>
21069 #ifdef HAVE_SYS_PARAM_H
21070 # include <sys/param.h>
21071 #endif
21072 #ifdef HAVE_SYS_MOUNT_H
21073 # include <sys/mount.h>
21074 #endif
21075 #ifdef HAVE_SYS_VFS_H
21076 # include <sys/vfs.h>
21077 #endif
21078 #ifdef HAVE_SYS_STATFS_H
21079 # include <sys/statfs.h>
21080 #endif
21081
21082 int
21083 main ()
21084 {
21085 static struct statfs ac_aggr;
21086 if (ac_aggr.f_bavail)
21087 return 0;
21088   ;
21089   return 0;
21090 }
21091 _ACEOF
21092 rm -f conftest.$ac_objext
21093 if { (ac_try="$ac_compile"
21094 case "(($ac_try" in
21095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21096   *) ac_try_echo=$ac_try;;
21097 esac
21098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21099 $as_echo "$ac_try_echo") >&5
21100   (eval "$ac_compile") 2>conftest.er1
21101   ac_status=$?
21102   grep -v '^ *+' conftest.er1 >conftest.err
21103   rm -f conftest.er1
21104   cat conftest.err >&5
21105   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21106   (exit $ac_status); } && {
21107          test -z "$ac_c_werror_flag" ||
21108          test ! -s conftest.err
21109        } && test -s conftest.$ac_objext; then
21110   ac_cv_member_struct_statfs_f_bavail=yes
21111 else
21112   $as_echo "$as_me: failed program was:" >&5
21113 sed 's/^/| /' conftest.$ac_ext >&5
21114
21115         cat >conftest.$ac_ext <<_ACEOF
21116 /* confdefs.h.  */
21117 _ACEOF
21118 cat confdefs.h >>conftest.$ac_ext
21119 cat >>conftest.$ac_ext <<_ACEOF
21120 /* end confdefs.h.  */
21121 #include <sys/types.h>
21122 #ifdef HAVE_SYS_PARAM_H
21123 # include <sys/param.h>
21124 #endif
21125 #ifdef HAVE_SYS_MOUNT_H
21126 # include <sys/mount.h>
21127 #endif
21128 #ifdef HAVE_SYS_VFS_H
21129 # include <sys/vfs.h>
21130 #endif
21131 #ifdef HAVE_SYS_STATFS_H
21132 # include <sys/statfs.h>
21133 #endif
21134
21135 int
21136 main ()
21137 {
21138 static struct statfs ac_aggr;
21139 if (sizeof ac_aggr.f_bavail)
21140 return 0;
21141   ;
21142   return 0;
21143 }
21144 _ACEOF
21145 rm -f conftest.$ac_objext
21146 if { (ac_try="$ac_compile"
21147 case "(($ac_try" in
21148   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21149   *) ac_try_echo=$ac_try;;
21150 esac
21151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21152 $as_echo "$ac_try_echo") >&5
21153   (eval "$ac_compile") 2>conftest.er1
21154   ac_status=$?
21155   grep -v '^ *+' conftest.er1 >conftest.err
21156   rm -f conftest.er1
21157   cat conftest.err >&5
21158   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21159   (exit $ac_status); } && {
21160          test -z "$ac_c_werror_flag" ||
21161          test ! -s conftest.err
21162        } && test -s conftest.$ac_objext; then
21163   ac_cv_member_struct_statfs_f_bavail=yes
21164 else
21165   $as_echo "$as_me: failed program was:" >&5
21166 sed 's/^/| /' conftest.$ac_ext >&5
21167
21168         ac_cv_member_struct_statfs_f_bavail=no
21169 fi
21170
21171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21172 fi
21173
21174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21175 fi
21176 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21177 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21178 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21179
21180 cat >>confdefs.h <<_ACEOF
21181 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21182 _ACEOF
21183
21184
21185 fi
21186 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21187 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21188 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21189   $as_echo_n "(cached) " >&6
21190 else
21191   cat >conftest.$ac_ext <<_ACEOF
21192 /* confdefs.h.  */
21193 _ACEOF
21194 cat confdefs.h >>conftest.$ac_ext
21195 cat >>conftest.$ac_ext <<_ACEOF
21196 /* end confdefs.h.  */
21197 #include <sys/types.h>
21198 #ifdef HAVE_SYS_PARAM_H
21199 # include <sys/param.h>
21200 #endif
21201 #ifdef HAVE_SYS_MOUNT_H
21202 # include <sys/mount.h>
21203 #endif
21204 #ifdef HAVE_SYS_VFS_H
21205 # include <sys/vfs.h>
21206 #endif
21207 #ifdef HAVE_SYS_STATFS_H
21208 # include <sys/statfs.h>
21209 #endif
21210
21211 int
21212 main ()
21213 {
21214 static struct statfs ac_aggr;
21215 if (ac_aggr.f_frsize)
21216 return 0;
21217   ;
21218   return 0;
21219 }
21220 _ACEOF
21221 rm -f conftest.$ac_objext
21222 if { (ac_try="$ac_compile"
21223 case "(($ac_try" in
21224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21225   *) ac_try_echo=$ac_try;;
21226 esac
21227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21228 $as_echo "$ac_try_echo") >&5
21229   (eval "$ac_compile") 2>conftest.er1
21230   ac_status=$?
21231   grep -v '^ *+' conftest.er1 >conftest.err
21232   rm -f conftest.er1
21233   cat conftest.err >&5
21234   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21235   (exit $ac_status); } && {
21236          test -z "$ac_c_werror_flag" ||
21237          test ! -s conftest.err
21238        } && test -s conftest.$ac_objext; then
21239   ac_cv_member_struct_statfs_f_frsize=yes
21240 else
21241   $as_echo "$as_me: failed program was:" >&5
21242 sed 's/^/| /' conftest.$ac_ext >&5
21243
21244         cat >conftest.$ac_ext <<_ACEOF
21245 /* confdefs.h.  */
21246 _ACEOF
21247 cat confdefs.h >>conftest.$ac_ext
21248 cat >>conftest.$ac_ext <<_ACEOF
21249 /* end confdefs.h.  */
21250 #include <sys/types.h>
21251 #ifdef HAVE_SYS_PARAM_H
21252 # include <sys/param.h>
21253 #endif
21254 #ifdef HAVE_SYS_MOUNT_H
21255 # include <sys/mount.h>
21256 #endif
21257 #ifdef HAVE_SYS_VFS_H
21258 # include <sys/vfs.h>
21259 #endif
21260 #ifdef HAVE_SYS_STATFS_H
21261 # include <sys/statfs.h>
21262 #endif
21263
21264 int
21265 main ()
21266 {
21267 static struct statfs ac_aggr;
21268 if (sizeof ac_aggr.f_frsize)
21269 return 0;
21270   ;
21271   return 0;
21272 }
21273 _ACEOF
21274 rm -f conftest.$ac_objext
21275 if { (ac_try="$ac_compile"
21276 case "(($ac_try" in
21277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21278   *) ac_try_echo=$ac_try;;
21279 esac
21280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21281 $as_echo "$ac_try_echo") >&5
21282   (eval "$ac_compile") 2>conftest.er1
21283   ac_status=$?
21284   grep -v '^ *+' conftest.er1 >conftest.err
21285   rm -f conftest.er1
21286   cat conftest.err >&5
21287   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21288   (exit $ac_status); } && {
21289          test -z "$ac_c_werror_flag" ||
21290          test ! -s conftest.err
21291        } && test -s conftest.$ac_objext; then
21292   ac_cv_member_struct_statfs_f_frsize=yes
21293 else
21294   $as_echo "$as_me: failed program was:" >&5
21295 sed 's/^/| /' conftest.$ac_ext >&5
21296
21297         ac_cv_member_struct_statfs_f_frsize=no
21298 fi
21299
21300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21301 fi
21302
21303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21304 fi
21305 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21306 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21307 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21308
21309 cat >>confdefs.h <<_ACEOF
21310 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21311 _ACEOF
21312
21313
21314 fi
21315 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21316 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21317 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21318   $as_echo_n "(cached) " >&6
21319 else
21320   cat >conftest.$ac_ext <<_ACEOF
21321 /* confdefs.h.  */
21322 _ACEOF
21323 cat confdefs.h >>conftest.$ac_ext
21324 cat >>conftest.$ac_ext <<_ACEOF
21325 /* end confdefs.h.  */
21326 #include <sys/types.h>
21327 #ifdef HAVE_SYS_PARAM_H
21328 # include <sys/param.h>
21329 #endif
21330 #ifdef HAVE_SYS_MOUNT_H
21331 # include <sys/mount.h>
21332 #endif
21333 #ifdef HAVE_SYS_VFS_H
21334 # include <sys/vfs.h>
21335 #endif
21336 #ifdef HAVE_SYS_STATFS_H
21337 # include <sys/statfs.h>
21338 #endif
21339
21340 int
21341 main ()
21342 {
21343 static struct statfs ac_aggr;
21344 if (ac_aggr.f_ffree)
21345 return 0;
21346   ;
21347   return 0;
21348 }
21349 _ACEOF
21350 rm -f conftest.$ac_objext
21351 if { (ac_try="$ac_compile"
21352 case "(($ac_try" in
21353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21354   *) ac_try_echo=$ac_try;;
21355 esac
21356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21357 $as_echo "$ac_try_echo") >&5
21358   (eval "$ac_compile") 2>conftest.er1
21359   ac_status=$?
21360   grep -v '^ *+' conftest.er1 >conftest.err
21361   rm -f conftest.er1
21362   cat conftest.err >&5
21363   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21364   (exit $ac_status); } && {
21365          test -z "$ac_c_werror_flag" ||
21366          test ! -s conftest.err
21367        } && test -s conftest.$ac_objext; then
21368   ac_cv_member_struct_statfs_f_ffree=yes
21369 else
21370   $as_echo "$as_me: failed program was:" >&5
21371 sed 's/^/| /' conftest.$ac_ext >&5
21372
21373         cat >conftest.$ac_ext <<_ACEOF
21374 /* confdefs.h.  */
21375 _ACEOF
21376 cat confdefs.h >>conftest.$ac_ext
21377 cat >>conftest.$ac_ext <<_ACEOF
21378 /* end confdefs.h.  */
21379 #include <sys/types.h>
21380 #ifdef HAVE_SYS_PARAM_H
21381 # include <sys/param.h>
21382 #endif
21383 #ifdef HAVE_SYS_MOUNT_H
21384 # include <sys/mount.h>
21385 #endif
21386 #ifdef HAVE_SYS_VFS_H
21387 # include <sys/vfs.h>
21388 #endif
21389 #ifdef HAVE_SYS_STATFS_H
21390 # include <sys/statfs.h>
21391 #endif
21392
21393 int
21394 main ()
21395 {
21396 static struct statfs ac_aggr;
21397 if (sizeof ac_aggr.f_ffree)
21398 return 0;
21399   ;
21400   return 0;
21401 }
21402 _ACEOF
21403 rm -f conftest.$ac_objext
21404 if { (ac_try="$ac_compile"
21405 case "(($ac_try" in
21406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21407   *) ac_try_echo=$ac_try;;
21408 esac
21409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21410 $as_echo "$ac_try_echo") >&5
21411   (eval "$ac_compile") 2>conftest.er1
21412   ac_status=$?
21413   grep -v '^ *+' conftest.er1 >conftest.err
21414   rm -f conftest.er1
21415   cat conftest.err >&5
21416   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21417   (exit $ac_status); } && {
21418          test -z "$ac_c_werror_flag" ||
21419          test ! -s conftest.err
21420        } && test -s conftest.$ac_objext; then
21421   ac_cv_member_struct_statfs_f_ffree=yes
21422 else
21423   $as_echo "$as_me: failed program was:" >&5
21424 sed 's/^/| /' conftest.$ac_ext >&5
21425
21426         ac_cv_member_struct_statfs_f_ffree=no
21427 fi
21428
21429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21430 fi
21431
21432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21433 fi
21434 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21435 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21436 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21437
21438 cat >>confdefs.h <<_ACEOF
21439 #define HAVE_STRUCT_STATFS_F_FFREE 1
21440 _ACEOF
21441
21442
21443 fi
21444 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21445 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21446 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21447   $as_echo_n "(cached) " >&6
21448 else
21449   cat >conftest.$ac_ext <<_ACEOF
21450 /* confdefs.h.  */
21451 _ACEOF
21452 cat confdefs.h >>conftest.$ac_ext
21453 cat >>conftest.$ac_ext <<_ACEOF
21454 /* end confdefs.h.  */
21455 #include <sys/types.h>
21456 #ifdef HAVE_SYS_PARAM_H
21457 # include <sys/param.h>
21458 #endif
21459 #ifdef HAVE_SYS_MOUNT_H
21460 # include <sys/mount.h>
21461 #endif
21462 #ifdef HAVE_SYS_VFS_H
21463 # include <sys/vfs.h>
21464 #endif
21465 #ifdef HAVE_SYS_STATFS_H
21466 # include <sys/statfs.h>
21467 #endif
21468
21469 int
21470 main ()
21471 {
21472 static struct statfs ac_aggr;
21473 if (ac_aggr.f_favail)
21474 return 0;
21475   ;
21476   return 0;
21477 }
21478 _ACEOF
21479 rm -f conftest.$ac_objext
21480 if { (ac_try="$ac_compile"
21481 case "(($ac_try" in
21482   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21483   *) ac_try_echo=$ac_try;;
21484 esac
21485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21486 $as_echo "$ac_try_echo") >&5
21487   (eval "$ac_compile") 2>conftest.er1
21488   ac_status=$?
21489   grep -v '^ *+' conftest.er1 >conftest.err
21490   rm -f conftest.er1
21491   cat conftest.err >&5
21492   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21493   (exit $ac_status); } && {
21494          test -z "$ac_c_werror_flag" ||
21495          test ! -s conftest.err
21496        } && test -s conftest.$ac_objext; then
21497   ac_cv_member_struct_statfs_f_favail=yes
21498 else
21499   $as_echo "$as_me: failed program was:" >&5
21500 sed 's/^/| /' conftest.$ac_ext >&5
21501
21502         cat >conftest.$ac_ext <<_ACEOF
21503 /* confdefs.h.  */
21504 _ACEOF
21505 cat confdefs.h >>conftest.$ac_ext
21506 cat >>conftest.$ac_ext <<_ACEOF
21507 /* end confdefs.h.  */
21508 #include <sys/types.h>
21509 #ifdef HAVE_SYS_PARAM_H
21510 # include <sys/param.h>
21511 #endif
21512 #ifdef HAVE_SYS_MOUNT_H
21513 # include <sys/mount.h>
21514 #endif
21515 #ifdef HAVE_SYS_VFS_H
21516 # include <sys/vfs.h>
21517 #endif
21518 #ifdef HAVE_SYS_STATFS_H
21519 # include <sys/statfs.h>
21520 #endif
21521
21522 int
21523 main ()
21524 {
21525 static struct statfs ac_aggr;
21526 if (sizeof ac_aggr.f_favail)
21527 return 0;
21528   ;
21529   return 0;
21530 }
21531 _ACEOF
21532 rm -f conftest.$ac_objext
21533 if { (ac_try="$ac_compile"
21534 case "(($ac_try" in
21535   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21536   *) ac_try_echo=$ac_try;;
21537 esac
21538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21539 $as_echo "$ac_try_echo") >&5
21540   (eval "$ac_compile") 2>conftest.er1
21541   ac_status=$?
21542   grep -v '^ *+' conftest.er1 >conftest.err
21543   rm -f conftest.er1
21544   cat conftest.err >&5
21545   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21546   (exit $ac_status); } && {
21547          test -z "$ac_c_werror_flag" ||
21548          test ! -s conftest.err
21549        } && test -s conftest.$ac_objext; then
21550   ac_cv_member_struct_statfs_f_favail=yes
21551 else
21552   $as_echo "$as_me: failed program was:" >&5
21553 sed 's/^/| /' conftest.$ac_ext >&5
21554
21555         ac_cv_member_struct_statfs_f_favail=no
21556 fi
21557
21558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21559 fi
21560
21561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21562 fi
21563 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21564 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21565 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21566
21567 cat >>confdefs.h <<_ACEOF
21568 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21569 _ACEOF
21570
21571
21572 fi
21573 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21574 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21575 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21576   $as_echo_n "(cached) " >&6
21577 else
21578   cat >conftest.$ac_ext <<_ACEOF
21579 /* confdefs.h.  */
21580 _ACEOF
21581 cat confdefs.h >>conftest.$ac_ext
21582 cat >>conftest.$ac_ext <<_ACEOF
21583 /* end confdefs.h.  */
21584 #include <sys/types.h>
21585 #ifdef HAVE_SYS_PARAM_H
21586 # include <sys/param.h>
21587 #endif
21588 #ifdef HAVE_SYS_MOUNT_H
21589 # include <sys/mount.h>
21590 #endif
21591 #ifdef HAVE_SYS_VFS_H
21592 # include <sys/vfs.h>
21593 #endif
21594 #ifdef HAVE_SYS_STATFS_H
21595 # include <sys/statfs.h>
21596 #endif
21597
21598 int
21599 main ()
21600 {
21601 static struct statfs ac_aggr;
21602 if (ac_aggr.f_namelen)
21603 return 0;
21604   ;
21605   return 0;
21606 }
21607 _ACEOF
21608 rm -f conftest.$ac_objext
21609 if { (ac_try="$ac_compile"
21610 case "(($ac_try" in
21611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21612   *) ac_try_echo=$ac_try;;
21613 esac
21614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21615 $as_echo "$ac_try_echo") >&5
21616   (eval "$ac_compile") 2>conftest.er1
21617   ac_status=$?
21618   grep -v '^ *+' conftest.er1 >conftest.err
21619   rm -f conftest.er1
21620   cat conftest.err >&5
21621   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21622   (exit $ac_status); } && {
21623          test -z "$ac_c_werror_flag" ||
21624          test ! -s conftest.err
21625        } && test -s conftest.$ac_objext; then
21626   ac_cv_member_struct_statfs_f_namelen=yes
21627 else
21628   $as_echo "$as_me: failed program was:" >&5
21629 sed 's/^/| /' conftest.$ac_ext >&5
21630
21631         cat >conftest.$ac_ext <<_ACEOF
21632 /* confdefs.h.  */
21633 _ACEOF
21634 cat confdefs.h >>conftest.$ac_ext
21635 cat >>conftest.$ac_ext <<_ACEOF
21636 /* end confdefs.h.  */
21637 #include <sys/types.h>
21638 #ifdef HAVE_SYS_PARAM_H
21639 # include <sys/param.h>
21640 #endif
21641 #ifdef HAVE_SYS_MOUNT_H
21642 # include <sys/mount.h>
21643 #endif
21644 #ifdef HAVE_SYS_VFS_H
21645 # include <sys/vfs.h>
21646 #endif
21647 #ifdef HAVE_SYS_STATFS_H
21648 # include <sys/statfs.h>
21649 #endif
21650
21651 int
21652 main ()
21653 {
21654 static struct statfs ac_aggr;
21655 if (sizeof ac_aggr.f_namelen)
21656 return 0;
21657   ;
21658   return 0;
21659 }
21660 _ACEOF
21661 rm -f conftest.$ac_objext
21662 if { (ac_try="$ac_compile"
21663 case "(($ac_try" in
21664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21665   *) ac_try_echo=$ac_try;;
21666 esac
21667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21668 $as_echo "$ac_try_echo") >&5
21669   (eval "$ac_compile") 2>conftest.er1
21670   ac_status=$?
21671   grep -v '^ *+' conftest.er1 >conftest.err
21672   rm -f conftest.er1
21673   cat conftest.err >&5
21674   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21675   (exit $ac_status); } && {
21676          test -z "$ac_c_werror_flag" ||
21677          test ! -s conftest.err
21678        } && test -s conftest.$ac_objext; then
21679   ac_cv_member_struct_statfs_f_namelen=yes
21680 else
21681   $as_echo "$as_me: failed program was:" >&5
21682 sed 's/^/| /' conftest.$ac_ext >&5
21683
21684         ac_cv_member_struct_statfs_f_namelen=no
21685 fi
21686
21687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21688 fi
21689
21690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21691 fi
21692 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21693 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21694 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21695
21696 cat >>confdefs.h <<_ACEOF
21697 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21698 _ACEOF
21699
21700
21701 fi
21702
21703
21704 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21705 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21706 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21707   $as_echo_n "(cached) " >&6
21708 else
21709   cat >conftest.$ac_ext <<_ACEOF
21710 /* confdefs.h.  */
21711 _ACEOF
21712 cat confdefs.h >>conftest.$ac_ext
21713 cat >>conftest.$ac_ext <<_ACEOF
21714 /* end confdefs.h.  */
21715 #ifdef HAVE_SYS_STATVFS_H
21716 #include <sys/statvfs.h>
21717 #endif
21718
21719 int
21720 main ()
21721 {
21722 static struct statvfs ac_aggr;
21723 if (ac_aggr.f_blocks)
21724 return 0;
21725   ;
21726   return 0;
21727 }
21728 _ACEOF
21729 rm -f conftest.$ac_objext
21730 if { (ac_try="$ac_compile"
21731 case "(($ac_try" in
21732   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21733   *) ac_try_echo=$ac_try;;
21734 esac
21735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21736 $as_echo "$ac_try_echo") >&5
21737   (eval "$ac_compile") 2>conftest.er1
21738   ac_status=$?
21739   grep -v '^ *+' conftest.er1 >conftest.err
21740   rm -f conftest.er1
21741   cat conftest.err >&5
21742   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21743   (exit $ac_status); } && {
21744          test -z "$ac_c_werror_flag" ||
21745          test ! -s conftest.err
21746        } && test -s conftest.$ac_objext; then
21747   ac_cv_member_struct_statvfs_f_blocks=yes
21748 else
21749   $as_echo "$as_me: failed program was:" >&5
21750 sed 's/^/| /' conftest.$ac_ext >&5
21751
21752         cat >conftest.$ac_ext <<_ACEOF
21753 /* confdefs.h.  */
21754 _ACEOF
21755 cat confdefs.h >>conftest.$ac_ext
21756 cat >>conftest.$ac_ext <<_ACEOF
21757 /* end confdefs.h.  */
21758 #ifdef HAVE_SYS_STATVFS_H
21759 #include <sys/statvfs.h>
21760 #endif
21761
21762 int
21763 main ()
21764 {
21765 static struct statvfs ac_aggr;
21766 if (sizeof ac_aggr.f_blocks)
21767 return 0;
21768   ;
21769   return 0;
21770 }
21771 _ACEOF
21772 rm -f conftest.$ac_objext
21773 if { (ac_try="$ac_compile"
21774 case "(($ac_try" in
21775   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21776   *) ac_try_echo=$ac_try;;
21777 esac
21778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21779 $as_echo "$ac_try_echo") >&5
21780   (eval "$ac_compile") 2>conftest.er1
21781   ac_status=$?
21782   grep -v '^ *+' conftest.er1 >conftest.err
21783   rm -f conftest.er1
21784   cat conftest.err >&5
21785   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21786   (exit $ac_status); } && {
21787          test -z "$ac_c_werror_flag" ||
21788          test ! -s conftest.err
21789        } && test -s conftest.$ac_objext; then
21790   ac_cv_member_struct_statvfs_f_blocks=yes
21791 else
21792   $as_echo "$as_me: failed program was:" >&5
21793 sed 's/^/| /' conftest.$ac_ext >&5
21794
21795         ac_cv_member_struct_statvfs_f_blocks=no
21796 fi
21797
21798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21799 fi
21800
21801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21802 fi
21803 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21804 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21805 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21806
21807 cat >>confdefs.h <<_ACEOF
21808 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21809 _ACEOF
21810
21811
21812 fi
21813
21814
21815 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21816 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21817 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21818   $as_echo_n "(cached) " >&6
21819 else
21820   cat >conftest.$ac_ext <<_ACEOF
21821 /* confdefs.h.  */
21822 _ACEOF
21823 cat confdefs.h >>conftest.$ac_ext
21824 cat >>conftest.$ac_ext <<_ACEOF
21825 /* end confdefs.h.  */
21826 #include <sys/types.h>
21827 #ifdef HAVE_SYS_SOCKET_H
21828 # include <sys/socket.h>
21829 #endif
21830 #ifdef HAVE_SYS_UN_H
21831 # include <sys/un.h>
21832 #endif
21833
21834 int
21835 main ()
21836 {
21837 static struct msghdr ac_aggr;
21838 if (ac_aggr.msg_accrights)
21839 return 0;
21840   ;
21841   return 0;
21842 }
21843 _ACEOF
21844 rm -f conftest.$ac_objext
21845 if { (ac_try="$ac_compile"
21846 case "(($ac_try" in
21847   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21848   *) ac_try_echo=$ac_try;;
21849 esac
21850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21851 $as_echo "$ac_try_echo") >&5
21852   (eval "$ac_compile") 2>conftest.er1
21853   ac_status=$?
21854   grep -v '^ *+' conftest.er1 >conftest.err
21855   rm -f conftest.er1
21856   cat conftest.err >&5
21857   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21858   (exit $ac_status); } && {
21859          test -z "$ac_c_werror_flag" ||
21860          test ! -s conftest.err
21861        } && test -s conftest.$ac_objext; then
21862   ac_cv_member_struct_msghdr_msg_accrights=yes
21863 else
21864   $as_echo "$as_me: failed program was:" >&5
21865 sed 's/^/| /' conftest.$ac_ext >&5
21866
21867         cat >conftest.$ac_ext <<_ACEOF
21868 /* confdefs.h.  */
21869 _ACEOF
21870 cat confdefs.h >>conftest.$ac_ext
21871 cat >>conftest.$ac_ext <<_ACEOF
21872 /* end confdefs.h.  */
21873 #include <sys/types.h>
21874 #ifdef HAVE_SYS_SOCKET_H
21875 # include <sys/socket.h>
21876 #endif
21877 #ifdef HAVE_SYS_UN_H
21878 # include <sys/un.h>
21879 #endif
21880
21881 int
21882 main ()
21883 {
21884 static struct msghdr ac_aggr;
21885 if (sizeof ac_aggr.msg_accrights)
21886 return 0;
21887   ;
21888   return 0;
21889 }
21890 _ACEOF
21891 rm -f conftest.$ac_objext
21892 if { (ac_try="$ac_compile"
21893 case "(($ac_try" in
21894   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21895   *) ac_try_echo=$ac_try;;
21896 esac
21897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21898 $as_echo "$ac_try_echo") >&5
21899   (eval "$ac_compile") 2>conftest.er1
21900   ac_status=$?
21901   grep -v '^ *+' conftest.er1 >conftest.err
21902   rm -f conftest.er1
21903   cat conftest.err >&5
21904   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21905   (exit $ac_status); } && {
21906          test -z "$ac_c_werror_flag" ||
21907          test ! -s conftest.err
21908        } && test -s conftest.$ac_objext; then
21909   ac_cv_member_struct_msghdr_msg_accrights=yes
21910 else
21911   $as_echo "$as_me: failed program was:" >&5
21912 sed 's/^/| /' conftest.$ac_ext >&5
21913
21914         ac_cv_member_struct_msghdr_msg_accrights=no
21915 fi
21916
21917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21918 fi
21919
21920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21921 fi
21922 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21923 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21924 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21925
21926 cat >>confdefs.h <<_ACEOF
21927 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21928 _ACEOF
21929
21930
21931 fi
21932 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21933 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21934 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21935   $as_echo_n "(cached) " >&6
21936 else
21937   cat >conftest.$ac_ext <<_ACEOF
21938 /* confdefs.h.  */
21939 _ACEOF
21940 cat confdefs.h >>conftest.$ac_ext
21941 cat >>conftest.$ac_ext <<_ACEOF
21942 /* end confdefs.h.  */
21943 #include <sys/types.h>
21944 #ifdef HAVE_SYS_SOCKET_H
21945 # include <sys/socket.h>
21946 #endif
21947 #ifdef HAVE_SYS_UN_H
21948 # include <sys/un.h>
21949 #endif
21950
21951 int
21952 main ()
21953 {
21954 static struct sockaddr ac_aggr;
21955 if (ac_aggr.sa_len)
21956 return 0;
21957   ;
21958   return 0;
21959 }
21960 _ACEOF
21961 rm -f conftest.$ac_objext
21962 if { (ac_try="$ac_compile"
21963 case "(($ac_try" in
21964   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21965   *) ac_try_echo=$ac_try;;
21966 esac
21967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21968 $as_echo "$ac_try_echo") >&5
21969   (eval "$ac_compile") 2>conftest.er1
21970   ac_status=$?
21971   grep -v '^ *+' conftest.er1 >conftest.err
21972   rm -f conftest.er1
21973   cat conftest.err >&5
21974   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21975   (exit $ac_status); } && {
21976          test -z "$ac_c_werror_flag" ||
21977          test ! -s conftest.err
21978        } && test -s conftest.$ac_objext; then
21979   ac_cv_member_struct_sockaddr_sa_len=yes
21980 else
21981   $as_echo "$as_me: failed program was:" >&5
21982 sed 's/^/| /' conftest.$ac_ext >&5
21983
21984         cat >conftest.$ac_ext <<_ACEOF
21985 /* confdefs.h.  */
21986 _ACEOF
21987 cat confdefs.h >>conftest.$ac_ext
21988 cat >>conftest.$ac_ext <<_ACEOF
21989 /* end confdefs.h.  */
21990 #include <sys/types.h>
21991 #ifdef HAVE_SYS_SOCKET_H
21992 # include <sys/socket.h>
21993 #endif
21994 #ifdef HAVE_SYS_UN_H
21995 # include <sys/un.h>
21996 #endif
21997
21998 int
21999 main ()
22000 {
22001 static struct sockaddr ac_aggr;
22002 if (sizeof ac_aggr.sa_len)
22003 return 0;
22004   ;
22005   return 0;
22006 }
22007 _ACEOF
22008 rm -f conftest.$ac_objext
22009 if { (ac_try="$ac_compile"
22010 case "(($ac_try" in
22011   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22012   *) ac_try_echo=$ac_try;;
22013 esac
22014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22015 $as_echo "$ac_try_echo") >&5
22016   (eval "$ac_compile") 2>conftest.er1
22017   ac_status=$?
22018   grep -v '^ *+' conftest.er1 >conftest.err
22019   rm -f conftest.er1
22020   cat conftest.err >&5
22021   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22022   (exit $ac_status); } && {
22023          test -z "$ac_c_werror_flag" ||
22024          test ! -s conftest.err
22025        } && test -s conftest.$ac_objext; then
22026   ac_cv_member_struct_sockaddr_sa_len=yes
22027 else
22028   $as_echo "$as_me: failed program was:" >&5
22029 sed 's/^/| /' conftest.$ac_ext >&5
22030
22031         ac_cv_member_struct_sockaddr_sa_len=no
22032 fi
22033
22034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22035 fi
22036
22037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22038 fi
22039 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22040 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22041 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22042
22043 cat >>confdefs.h <<_ACEOF
22044 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22045 _ACEOF
22046
22047
22048 fi
22049 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22050 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22051 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22052   $as_echo_n "(cached) " >&6
22053 else
22054   cat >conftest.$ac_ext <<_ACEOF
22055 /* confdefs.h.  */
22056 _ACEOF
22057 cat confdefs.h >>conftest.$ac_ext
22058 cat >>conftest.$ac_ext <<_ACEOF
22059 /* end confdefs.h.  */
22060 #include <sys/types.h>
22061 #ifdef HAVE_SYS_SOCKET_H
22062 # include <sys/socket.h>
22063 #endif
22064 #ifdef HAVE_SYS_UN_H
22065 # include <sys/un.h>
22066 #endif
22067
22068 int
22069 main ()
22070 {
22071 static struct sockaddr_un ac_aggr;
22072 if (ac_aggr.sun_len)
22073 return 0;
22074   ;
22075   return 0;
22076 }
22077 _ACEOF
22078 rm -f conftest.$ac_objext
22079 if { (ac_try="$ac_compile"
22080 case "(($ac_try" in
22081   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22082   *) ac_try_echo=$ac_try;;
22083 esac
22084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22085 $as_echo "$ac_try_echo") >&5
22086   (eval "$ac_compile") 2>conftest.er1
22087   ac_status=$?
22088   grep -v '^ *+' conftest.er1 >conftest.err
22089   rm -f conftest.er1
22090   cat conftest.err >&5
22091   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22092   (exit $ac_status); } && {
22093          test -z "$ac_c_werror_flag" ||
22094          test ! -s conftest.err
22095        } && test -s conftest.$ac_objext; then
22096   ac_cv_member_struct_sockaddr_un_sun_len=yes
22097 else
22098   $as_echo "$as_me: failed program was:" >&5
22099 sed 's/^/| /' conftest.$ac_ext >&5
22100
22101         cat >conftest.$ac_ext <<_ACEOF
22102 /* confdefs.h.  */
22103 _ACEOF
22104 cat confdefs.h >>conftest.$ac_ext
22105 cat >>conftest.$ac_ext <<_ACEOF
22106 /* end confdefs.h.  */
22107 #include <sys/types.h>
22108 #ifdef HAVE_SYS_SOCKET_H
22109 # include <sys/socket.h>
22110 #endif
22111 #ifdef HAVE_SYS_UN_H
22112 # include <sys/un.h>
22113 #endif
22114
22115 int
22116 main ()
22117 {
22118 static struct sockaddr_un ac_aggr;
22119 if (sizeof ac_aggr.sun_len)
22120 return 0;
22121   ;
22122   return 0;
22123 }
22124 _ACEOF
22125 rm -f conftest.$ac_objext
22126 if { (ac_try="$ac_compile"
22127 case "(($ac_try" in
22128   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22129   *) ac_try_echo=$ac_try;;
22130 esac
22131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22132 $as_echo "$ac_try_echo") >&5
22133   (eval "$ac_compile") 2>conftest.er1
22134   ac_status=$?
22135   grep -v '^ *+' conftest.er1 >conftest.err
22136   rm -f conftest.er1
22137   cat conftest.err >&5
22138   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22139   (exit $ac_status); } && {
22140          test -z "$ac_c_werror_flag" ||
22141          test ! -s conftest.err
22142        } && test -s conftest.$ac_objext; then
22143   ac_cv_member_struct_sockaddr_un_sun_len=yes
22144 else
22145   $as_echo "$as_me: failed program was:" >&5
22146 sed 's/^/| /' conftest.$ac_ext >&5
22147
22148         ac_cv_member_struct_sockaddr_un_sun_len=no
22149 fi
22150
22151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22152 fi
22153
22154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22155 fi
22156 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22157 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22158 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22159
22160 cat >>confdefs.h <<_ACEOF
22161 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22162 _ACEOF
22163
22164
22165 fi
22166
22167
22168 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22169 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22170 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22171   $as_echo_n "(cached) " >&6
22172 else
22173   cat >conftest.$ac_ext <<_ACEOF
22174 /* confdefs.h.  */
22175 _ACEOF
22176 cat confdefs.h >>conftest.$ac_ext
22177 cat >>conftest.$ac_ext <<_ACEOF
22178 /* end confdefs.h.  */
22179 #include <sys/types.h>
22180 #ifdef HAVE_SCSI_SG_H
22181 #include <scsi/sg.h>
22182 #endif
22183
22184 int
22185 main ()
22186 {
22187 static scsireq_t ac_aggr;
22188 if (ac_aggr.cmd)
22189 return 0;
22190   ;
22191   return 0;
22192 }
22193 _ACEOF
22194 rm -f conftest.$ac_objext
22195 if { (ac_try="$ac_compile"
22196 case "(($ac_try" in
22197   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22198   *) ac_try_echo=$ac_try;;
22199 esac
22200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22201 $as_echo "$ac_try_echo") >&5
22202   (eval "$ac_compile") 2>conftest.er1
22203   ac_status=$?
22204   grep -v '^ *+' conftest.er1 >conftest.err
22205   rm -f conftest.er1
22206   cat conftest.err >&5
22207   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22208   (exit $ac_status); } && {
22209          test -z "$ac_c_werror_flag" ||
22210          test ! -s conftest.err
22211        } && test -s conftest.$ac_objext; then
22212   ac_cv_member_scsireq_t_cmd=yes
22213 else
22214   $as_echo "$as_me: failed program was:" >&5
22215 sed 's/^/| /' conftest.$ac_ext >&5
22216
22217         cat >conftest.$ac_ext <<_ACEOF
22218 /* confdefs.h.  */
22219 _ACEOF
22220 cat confdefs.h >>conftest.$ac_ext
22221 cat >>conftest.$ac_ext <<_ACEOF
22222 /* end confdefs.h.  */
22223 #include <sys/types.h>
22224 #ifdef HAVE_SCSI_SG_H
22225 #include <scsi/sg.h>
22226 #endif
22227
22228 int
22229 main ()
22230 {
22231 static scsireq_t ac_aggr;
22232 if (sizeof ac_aggr.cmd)
22233 return 0;
22234   ;
22235   return 0;
22236 }
22237 _ACEOF
22238 rm -f conftest.$ac_objext
22239 if { (ac_try="$ac_compile"
22240 case "(($ac_try" in
22241   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22242   *) ac_try_echo=$ac_try;;
22243 esac
22244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22245 $as_echo "$ac_try_echo") >&5
22246   (eval "$ac_compile") 2>conftest.er1
22247   ac_status=$?
22248   grep -v '^ *+' conftest.er1 >conftest.err
22249   rm -f conftest.er1
22250   cat conftest.err >&5
22251   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22252   (exit $ac_status); } && {
22253          test -z "$ac_c_werror_flag" ||
22254          test ! -s conftest.err
22255        } && test -s conftest.$ac_objext; then
22256   ac_cv_member_scsireq_t_cmd=yes
22257 else
22258   $as_echo "$as_me: failed program was:" >&5
22259 sed 's/^/| /' conftest.$ac_ext >&5
22260
22261         ac_cv_member_scsireq_t_cmd=no
22262 fi
22263
22264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22265 fi
22266
22267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22268 fi
22269 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22270 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22271 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22272
22273 cat >>confdefs.h <<_ACEOF
22274 #define HAVE_SCSIREQ_T_CMD 1
22275 _ACEOF
22276
22277
22278 fi
22279 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22280 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22281 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22282   $as_echo_n "(cached) " >&6
22283 else
22284   cat >conftest.$ac_ext <<_ACEOF
22285 /* confdefs.h.  */
22286 _ACEOF
22287 cat confdefs.h >>conftest.$ac_ext
22288 cat >>conftest.$ac_ext <<_ACEOF
22289 /* end confdefs.h.  */
22290 #include <sys/types.h>
22291 #ifdef HAVE_SCSI_SG_H
22292 #include <scsi/sg.h>
22293 #endif
22294
22295 int
22296 main ()
22297 {
22298 static sg_io_hdr_t ac_aggr;
22299 if (ac_aggr.interface_id)
22300 return 0;
22301   ;
22302   return 0;
22303 }
22304 _ACEOF
22305 rm -f conftest.$ac_objext
22306 if { (ac_try="$ac_compile"
22307 case "(($ac_try" in
22308   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22309   *) ac_try_echo=$ac_try;;
22310 esac
22311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22312 $as_echo "$ac_try_echo") >&5
22313   (eval "$ac_compile") 2>conftest.er1
22314   ac_status=$?
22315   grep -v '^ *+' conftest.er1 >conftest.err
22316   rm -f conftest.er1
22317   cat conftest.err >&5
22318   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22319   (exit $ac_status); } && {
22320          test -z "$ac_c_werror_flag" ||
22321          test ! -s conftest.err
22322        } && test -s conftest.$ac_objext; then
22323   ac_cv_member_sg_io_hdr_t_interface_id=yes
22324 else
22325   $as_echo "$as_me: failed program was:" >&5
22326 sed 's/^/| /' conftest.$ac_ext >&5
22327
22328         cat >conftest.$ac_ext <<_ACEOF
22329 /* confdefs.h.  */
22330 _ACEOF
22331 cat confdefs.h >>conftest.$ac_ext
22332 cat >>conftest.$ac_ext <<_ACEOF
22333 /* end confdefs.h.  */
22334 #include <sys/types.h>
22335 #ifdef HAVE_SCSI_SG_H
22336 #include <scsi/sg.h>
22337 #endif
22338
22339 int
22340 main ()
22341 {
22342 static sg_io_hdr_t ac_aggr;
22343 if (sizeof ac_aggr.interface_id)
22344 return 0;
22345   ;
22346   return 0;
22347 }
22348 _ACEOF
22349 rm -f conftest.$ac_objext
22350 if { (ac_try="$ac_compile"
22351 case "(($ac_try" in
22352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22353   *) ac_try_echo=$ac_try;;
22354 esac
22355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22356 $as_echo "$ac_try_echo") >&5
22357   (eval "$ac_compile") 2>conftest.er1
22358   ac_status=$?
22359   grep -v '^ *+' conftest.er1 >conftest.err
22360   rm -f conftest.er1
22361   cat conftest.err >&5
22362   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22363   (exit $ac_status); } && {
22364          test -z "$ac_c_werror_flag" ||
22365          test ! -s conftest.err
22366        } && test -s conftest.$ac_objext; then
22367   ac_cv_member_sg_io_hdr_t_interface_id=yes
22368 else
22369   $as_echo "$as_me: failed program was:" >&5
22370 sed 's/^/| /' conftest.$ac_ext >&5
22371
22372         ac_cv_member_sg_io_hdr_t_interface_id=no
22373 fi
22374
22375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22376 fi
22377
22378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22379 fi
22380 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22381 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22382 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22383
22384 cat >>confdefs.h <<_ACEOF
22385 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22386 _ACEOF
22387
22388
22389 fi
22390
22391
22392 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22393 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22394 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22395   $as_echo_n "(cached) " >&6
22396 else
22397   cat >conftest.$ac_ext <<_ACEOF
22398 /* confdefs.h.  */
22399 _ACEOF
22400 cat confdefs.h >>conftest.$ac_ext
22401 cat >>conftest.$ac_ext <<_ACEOF
22402 /* end confdefs.h.  */
22403 #include <signal.h>
22404
22405 int
22406 main ()
22407 {
22408 static siginfo_t ac_aggr;
22409 if (ac_aggr.si_fd)
22410 return 0;
22411   ;
22412   return 0;
22413 }
22414 _ACEOF
22415 rm -f conftest.$ac_objext
22416 if { (ac_try="$ac_compile"
22417 case "(($ac_try" in
22418   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22419   *) ac_try_echo=$ac_try;;
22420 esac
22421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22422 $as_echo "$ac_try_echo") >&5
22423   (eval "$ac_compile") 2>conftest.er1
22424   ac_status=$?
22425   grep -v '^ *+' conftest.er1 >conftest.err
22426   rm -f conftest.er1
22427   cat conftest.err >&5
22428   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22429   (exit $ac_status); } && {
22430          test -z "$ac_c_werror_flag" ||
22431          test ! -s conftest.err
22432        } && test -s conftest.$ac_objext; then
22433   ac_cv_member_siginfo_t_si_fd=yes
22434 else
22435   $as_echo "$as_me: failed program was:" >&5
22436 sed 's/^/| /' conftest.$ac_ext >&5
22437
22438         cat >conftest.$ac_ext <<_ACEOF
22439 /* confdefs.h.  */
22440 _ACEOF
22441 cat confdefs.h >>conftest.$ac_ext
22442 cat >>conftest.$ac_ext <<_ACEOF
22443 /* end confdefs.h.  */
22444 #include <signal.h>
22445
22446 int
22447 main ()
22448 {
22449 static siginfo_t ac_aggr;
22450 if (sizeof ac_aggr.si_fd)
22451 return 0;
22452   ;
22453   return 0;
22454 }
22455 _ACEOF
22456 rm -f conftest.$ac_objext
22457 if { (ac_try="$ac_compile"
22458 case "(($ac_try" in
22459   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22460   *) ac_try_echo=$ac_try;;
22461 esac
22462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22463 $as_echo "$ac_try_echo") >&5
22464   (eval "$ac_compile") 2>conftest.er1
22465   ac_status=$?
22466   grep -v '^ *+' conftest.er1 >conftest.err
22467   rm -f conftest.er1
22468   cat conftest.err >&5
22469   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22470   (exit $ac_status); } && {
22471          test -z "$ac_c_werror_flag" ||
22472          test ! -s conftest.err
22473        } && test -s conftest.$ac_objext; then
22474   ac_cv_member_siginfo_t_si_fd=yes
22475 else
22476   $as_echo "$as_me: failed program was:" >&5
22477 sed 's/^/| /' conftest.$ac_ext >&5
22478
22479         ac_cv_member_siginfo_t_si_fd=no
22480 fi
22481
22482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22483 fi
22484
22485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22486 fi
22487 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22488 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22489 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22490
22491 cat >>confdefs.h <<_ACEOF
22492 #define HAVE_SIGINFO_T_SI_FD 1
22493 _ACEOF
22494
22495
22496 fi
22497
22498
22499 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22500 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22501 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22502   $as_echo_n "(cached) " >&6
22503 else
22504   cat >conftest.$ac_ext <<_ACEOF
22505 /* confdefs.h.  */
22506 _ACEOF
22507 cat confdefs.h >>conftest.$ac_ext
22508 cat >>conftest.$ac_ext <<_ACEOF
22509 /* end confdefs.h.  */
22510 #include <sys/types.h>
22511 #ifdef HAVE_SYS_MTIO_H
22512 #include <sys/mtio.h>
22513 #endif
22514
22515 int
22516 main ()
22517 {
22518 static struct mtget ac_aggr;
22519 if (ac_aggr.mt_blksiz)
22520 return 0;
22521   ;
22522   return 0;
22523 }
22524 _ACEOF
22525 rm -f conftest.$ac_objext
22526 if { (ac_try="$ac_compile"
22527 case "(($ac_try" in
22528   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22529   *) ac_try_echo=$ac_try;;
22530 esac
22531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22532 $as_echo "$ac_try_echo") >&5
22533   (eval "$ac_compile") 2>conftest.er1
22534   ac_status=$?
22535   grep -v '^ *+' conftest.er1 >conftest.err
22536   rm -f conftest.er1
22537   cat conftest.err >&5
22538   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22539   (exit $ac_status); } && {
22540          test -z "$ac_c_werror_flag" ||
22541          test ! -s conftest.err
22542        } && test -s conftest.$ac_objext; then
22543   ac_cv_member_struct_mtget_mt_blksiz=yes
22544 else
22545   $as_echo "$as_me: failed program was:" >&5
22546 sed 's/^/| /' conftest.$ac_ext >&5
22547
22548         cat >conftest.$ac_ext <<_ACEOF
22549 /* confdefs.h.  */
22550 _ACEOF
22551 cat confdefs.h >>conftest.$ac_ext
22552 cat >>conftest.$ac_ext <<_ACEOF
22553 /* end confdefs.h.  */
22554 #include <sys/types.h>
22555 #ifdef HAVE_SYS_MTIO_H
22556 #include <sys/mtio.h>
22557 #endif
22558
22559 int
22560 main ()
22561 {
22562 static struct mtget ac_aggr;
22563 if (sizeof ac_aggr.mt_blksiz)
22564 return 0;
22565   ;
22566   return 0;
22567 }
22568 _ACEOF
22569 rm -f conftest.$ac_objext
22570 if { (ac_try="$ac_compile"
22571 case "(($ac_try" in
22572   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22573   *) ac_try_echo=$ac_try;;
22574 esac
22575 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22576 $as_echo "$ac_try_echo") >&5
22577   (eval "$ac_compile") 2>conftest.er1
22578   ac_status=$?
22579   grep -v '^ *+' conftest.er1 >conftest.err
22580   rm -f conftest.er1
22581   cat conftest.err >&5
22582   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22583   (exit $ac_status); } && {
22584          test -z "$ac_c_werror_flag" ||
22585          test ! -s conftest.err
22586        } && test -s conftest.$ac_objext; then
22587   ac_cv_member_struct_mtget_mt_blksiz=yes
22588 else
22589   $as_echo "$as_me: failed program was:" >&5
22590 sed 's/^/| /' conftest.$ac_ext >&5
22591
22592         ac_cv_member_struct_mtget_mt_blksiz=no
22593 fi
22594
22595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22596 fi
22597
22598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22599 fi
22600 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22601 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22602 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22603
22604 cat >>confdefs.h <<_ACEOF
22605 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22606 _ACEOF
22607
22608
22609 fi
22610 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22611 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22612 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22613   $as_echo_n "(cached) " >&6
22614 else
22615   cat >conftest.$ac_ext <<_ACEOF
22616 /* confdefs.h.  */
22617 _ACEOF
22618 cat confdefs.h >>conftest.$ac_ext
22619 cat >>conftest.$ac_ext <<_ACEOF
22620 /* end confdefs.h.  */
22621 #include <sys/types.h>
22622 #ifdef HAVE_SYS_MTIO_H
22623 #include <sys/mtio.h>
22624 #endif
22625
22626 int
22627 main ()
22628 {
22629 static struct mtget ac_aggr;
22630 if (ac_aggr.mt_gstat)
22631 return 0;
22632   ;
22633   return 0;
22634 }
22635 _ACEOF
22636 rm -f conftest.$ac_objext
22637 if { (ac_try="$ac_compile"
22638 case "(($ac_try" in
22639   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22640   *) ac_try_echo=$ac_try;;
22641 esac
22642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22643 $as_echo "$ac_try_echo") >&5
22644   (eval "$ac_compile") 2>conftest.er1
22645   ac_status=$?
22646   grep -v '^ *+' conftest.er1 >conftest.err
22647   rm -f conftest.er1
22648   cat conftest.err >&5
22649   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22650   (exit $ac_status); } && {
22651          test -z "$ac_c_werror_flag" ||
22652          test ! -s conftest.err
22653        } && test -s conftest.$ac_objext; then
22654   ac_cv_member_struct_mtget_mt_gstat=yes
22655 else
22656   $as_echo "$as_me: failed program was:" >&5
22657 sed 's/^/| /' conftest.$ac_ext >&5
22658
22659         cat >conftest.$ac_ext <<_ACEOF
22660 /* confdefs.h.  */
22661 _ACEOF
22662 cat confdefs.h >>conftest.$ac_ext
22663 cat >>conftest.$ac_ext <<_ACEOF
22664 /* end confdefs.h.  */
22665 #include <sys/types.h>
22666 #ifdef HAVE_SYS_MTIO_H
22667 #include <sys/mtio.h>
22668 #endif
22669
22670 int
22671 main ()
22672 {
22673 static struct mtget ac_aggr;
22674 if (sizeof ac_aggr.mt_gstat)
22675 return 0;
22676   ;
22677   return 0;
22678 }
22679 _ACEOF
22680 rm -f conftest.$ac_objext
22681 if { (ac_try="$ac_compile"
22682 case "(($ac_try" in
22683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22684   *) ac_try_echo=$ac_try;;
22685 esac
22686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22687 $as_echo "$ac_try_echo") >&5
22688   (eval "$ac_compile") 2>conftest.er1
22689   ac_status=$?
22690   grep -v '^ *+' conftest.er1 >conftest.err
22691   rm -f conftest.er1
22692   cat conftest.err >&5
22693   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22694   (exit $ac_status); } && {
22695          test -z "$ac_c_werror_flag" ||
22696          test ! -s conftest.err
22697        } && test -s conftest.$ac_objext; then
22698   ac_cv_member_struct_mtget_mt_gstat=yes
22699 else
22700   $as_echo "$as_me: failed program was:" >&5
22701 sed 's/^/| /' conftest.$ac_ext >&5
22702
22703         ac_cv_member_struct_mtget_mt_gstat=no
22704 fi
22705
22706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22707 fi
22708
22709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22710 fi
22711 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22712 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22713 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22714
22715 cat >>confdefs.h <<_ACEOF
22716 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22717 _ACEOF
22718
22719
22720 fi
22721 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22722 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22723 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22724   $as_echo_n "(cached) " >&6
22725 else
22726   cat >conftest.$ac_ext <<_ACEOF
22727 /* confdefs.h.  */
22728 _ACEOF
22729 cat confdefs.h >>conftest.$ac_ext
22730 cat >>conftest.$ac_ext <<_ACEOF
22731 /* end confdefs.h.  */
22732 #include <sys/types.h>
22733 #ifdef HAVE_SYS_MTIO_H
22734 #include <sys/mtio.h>
22735 #endif
22736
22737 int
22738 main ()
22739 {
22740 static struct mtget ac_aggr;
22741 if (ac_aggr.mt_blkno)
22742 return 0;
22743   ;
22744   return 0;
22745 }
22746 _ACEOF
22747 rm -f conftest.$ac_objext
22748 if { (ac_try="$ac_compile"
22749 case "(($ac_try" in
22750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22751   *) ac_try_echo=$ac_try;;
22752 esac
22753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22754 $as_echo "$ac_try_echo") >&5
22755   (eval "$ac_compile") 2>conftest.er1
22756   ac_status=$?
22757   grep -v '^ *+' conftest.er1 >conftest.err
22758   rm -f conftest.er1
22759   cat conftest.err >&5
22760   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22761   (exit $ac_status); } && {
22762          test -z "$ac_c_werror_flag" ||
22763          test ! -s conftest.err
22764        } && test -s conftest.$ac_objext; then
22765   ac_cv_member_struct_mtget_mt_blkno=yes
22766 else
22767   $as_echo "$as_me: failed program was:" >&5
22768 sed 's/^/| /' conftest.$ac_ext >&5
22769
22770         cat >conftest.$ac_ext <<_ACEOF
22771 /* confdefs.h.  */
22772 _ACEOF
22773 cat confdefs.h >>conftest.$ac_ext
22774 cat >>conftest.$ac_ext <<_ACEOF
22775 /* end confdefs.h.  */
22776 #include <sys/types.h>
22777 #ifdef HAVE_SYS_MTIO_H
22778 #include <sys/mtio.h>
22779 #endif
22780
22781 int
22782 main ()
22783 {
22784 static struct mtget ac_aggr;
22785 if (sizeof ac_aggr.mt_blkno)
22786 return 0;
22787   ;
22788   return 0;
22789 }
22790 _ACEOF
22791 rm -f conftest.$ac_objext
22792 if { (ac_try="$ac_compile"
22793 case "(($ac_try" in
22794   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22795   *) ac_try_echo=$ac_try;;
22796 esac
22797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22798 $as_echo "$ac_try_echo") >&5
22799   (eval "$ac_compile") 2>conftest.er1
22800   ac_status=$?
22801   grep -v '^ *+' conftest.er1 >conftest.err
22802   rm -f conftest.er1
22803   cat conftest.err >&5
22804   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22805   (exit $ac_status); } && {
22806          test -z "$ac_c_werror_flag" ||
22807          test ! -s conftest.err
22808        } && test -s conftest.$ac_objext; then
22809   ac_cv_member_struct_mtget_mt_blkno=yes
22810 else
22811   $as_echo "$as_me: failed program was:" >&5
22812 sed 's/^/| /' conftest.$ac_ext >&5
22813
22814         ac_cv_member_struct_mtget_mt_blkno=no
22815 fi
22816
22817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22818 fi
22819
22820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22821 fi
22822 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22823 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22824 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22825
22826 cat >>confdefs.h <<_ACEOF
22827 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22828 _ACEOF
22829
22830
22831 fi
22832
22833
22834 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22835 $as_echo_n "checking for struct option.name... " >&6; }
22836 if test "${ac_cv_member_struct_option_name+set}" = set; then
22837   $as_echo_n "(cached) " >&6
22838 else
22839   cat >conftest.$ac_ext <<_ACEOF
22840 /* confdefs.h.  */
22841 _ACEOF
22842 cat confdefs.h >>conftest.$ac_ext
22843 cat >>conftest.$ac_ext <<_ACEOF
22844 /* end confdefs.h.  */
22845 #ifdef HAVE_GETOPT_H
22846 #include <getopt.h>
22847 #endif
22848
22849 int
22850 main ()
22851 {
22852 static struct option ac_aggr;
22853 if (ac_aggr.name)
22854 return 0;
22855   ;
22856   return 0;
22857 }
22858 _ACEOF
22859 rm -f conftest.$ac_objext
22860 if { (ac_try="$ac_compile"
22861 case "(($ac_try" in
22862   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22863   *) ac_try_echo=$ac_try;;
22864 esac
22865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22866 $as_echo "$ac_try_echo") >&5
22867   (eval "$ac_compile") 2>conftest.er1
22868   ac_status=$?
22869   grep -v '^ *+' conftest.er1 >conftest.err
22870   rm -f conftest.er1
22871   cat conftest.err >&5
22872   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22873   (exit $ac_status); } && {
22874          test -z "$ac_c_werror_flag" ||
22875          test ! -s conftest.err
22876        } && test -s conftest.$ac_objext; then
22877   ac_cv_member_struct_option_name=yes
22878 else
22879   $as_echo "$as_me: failed program was:" >&5
22880 sed 's/^/| /' conftest.$ac_ext >&5
22881
22882         cat >conftest.$ac_ext <<_ACEOF
22883 /* confdefs.h.  */
22884 _ACEOF
22885 cat confdefs.h >>conftest.$ac_ext
22886 cat >>conftest.$ac_ext <<_ACEOF
22887 /* end confdefs.h.  */
22888 #ifdef HAVE_GETOPT_H
22889 #include <getopt.h>
22890 #endif
22891
22892 int
22893 main ()
22894 {
22895 static struct option ac_aggr;
22896 if (sizeof ac_aggr.name)
22897 return 0;
22898   ;
22899   return 0;
22900 }
22901 _ACEOF
22902 rm -f conftest.$ac_objext
22903 if { (ac_try="$ac_compile"
22904 case "(($ac_try" in
22905   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22906   *) ac_try_echo=$ac_try;;
22907 esac
22908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22909 $as_echo "$ac_try_echo") >&5
22910   (eval "$ac_compile") 2>conftest.er1
22911   ac_status=$?
22912   grep -v '^ *+' conftest.er1 >conftest.err
22913   rm -f conftest.er1
22914   cat conftest.err >&5
22915   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22916   (exit $ac_status); } && {
22917          test -z "$ac_c_werror_flag" ||
22918          test ! -s conftest.err
22919        } && test -s conftest.$ac_objext; then
22920   ac_cv_member_struct_option_name=yes
22921 else
22922   $as_echo "$as_me: failed program was:" >&5
22923 sed 's/^/| /' conftest.$ac_ext >&5
22924
22925         ac_cv_member_struct_option_name=no
22926 fi
22927
22928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22929 fi
22930
22931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22932 fi
22933 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22934 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22935 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22936
22937 cat >>confdefs.h <<_ACEOF
22938 #define HAVE_STRUCT_OPTION_NAME 1
22939 _ACEOF
22940
22941
22942 fi
22943
22944
22945 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22946 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22947 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22948   $as_echo_n "(cached) " >&6
22949 else
22950   cat >conftest.$ac_ext <<_ACEOF
22951 /* confdefs.h.  */
22952 _ACEOF
22953 cat confdefs.h >>conftest.$ac_ext
22954 cat >>conftest.$ac_ext <<_ACEOF
22955 /* end confdefs.h.  */
22956 $ac_includes_default
22957 int
22958 main ()
22959 {
22960 static struct stat ac_aggr;
22961 if (ac_aggr.st_blocks)
22962 return 0;
22963   ;
22964   return 0;
22965 }
22966 _ACEOF
22967 rm -f conftest.$ac_objext
22968 if { (ac_try="$ac_compile"
22969 case "(($ac_try" in
22970   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22971   *) ac_try_echo=$ac_try;;
22972 esac
22973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22974 $as_echo "$ac_try_echo") >&5
22975   (eval "$ac_compile") 2>conftest.er1
22976   ac_status=$?
22977   grep -v '^ *+' conftest.er1 >conftest.err
22978   rm -f conftest.er1
22979   cat conftest.err >&5
22980   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22981   (exit $ac_status); } && {
22982          test -z "$ac_c_werror_flag" ||
22983          test ! -s conftest.err
22984        } && test -s conftest.$ac_objext; then
22985   ac_cv_member_struct_stat_st_blocks=yes
22986 else
22987   $as_echo "$as_me: failed program was:" >&5
22988 sed 's/^/| /' conftest.$ac_ext >&5
22989
22990         cat >conftest.$ac_ext <<_ACEOF
22991 /* confdefs.h.  */
22992 _ACEOF
22993 cat confdefs.h >>conftest.$ac_ext
22994 cat >>conftest.$ac_ext <<_ACEOF
22995 /* end confdefs.h.  */
22996 $ac_includes_default
22997 int
22998 main ()
22999 {
23000 static struct stat ac_aggr;
23001 if (sizeof ac_aggr.st_blocks)
23002 return 0;
23003   ;
23004   return 0;
23005 }
23006 _ACEOF
23007 rm -f conftest.$ac_objext
23008 if { (ac_try="$ac_compile"
23009 case "(($ac_try" in
23010   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23011   *) ac_try_echo=$ac_try;;
23012 esac
23013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23014 $as_echo "$ac_try_echo") >&5
23015   (eval "$ac_compile") 2>conftest.er1
23016   ac_status=$?
23017   grep -v '^ *+' conftest.er1 >conftest.err
23018   rm -f conftest.er1
23019   cat conftest.err >&5
23020   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23021   (exit $ac_status); } && {
23022          test -z "$ac_c_werror_flag" ||
23023          test ! -s conftest.err
23024        } && test -s conftest.$ac_objext; then
23025   ac_cv_member_struct_stat_st_blocks=yes
23026 else
23027   $as_echo "$as_me: failed program was:" >&5
23028 sed 's/^/| /' conftest.$ac_ext >&5
23029
23030         ac_cv_member_struct_stat_st_blocks=no
23031 fi
23032
23033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23034 fi
23035
23036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23037 fi
23038 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23039 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23040 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23041
23042 cat >>confdefs.h <<_ACEOF
23043 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23044 _ACEOF
23045
23046
23047 fi
23048 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23049 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23050 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23051   $as_echo_n "(cached) " >&6
23052 else
23053   cat >conftest.$ac_ext <<_ACEOF
23054 /* confdefs.h.  */
23055 _ACEOF
23056 cat confdefs.h >>conftest.$ac_ext
23057 cat >>conftest.$ac_ext <<_ACEOF
23058 /* end confdefs.h.  */
23059 $ac_includes_default
23060 int
23061 main ()
23062 {
23063 static struct stat ac_aggr;
23064 if (ac_aggr.st_mtim)
23065 return 0;
23066   ;
23067   return 0;
23068 }
23069 _ACEOF
23070 rm -f conftest.$ac_objext
23071 if { (ac_try="$ac_compile"
23072 case "(($ac_try" in
23073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23074   *) ac_try_echo=$ac_try;;
23075 esac
23076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23077 $as_echo "$ac_try_echo") >&5
23078   (eval "$ac_compile") 2>conftest.er1
23079   ac_status=$?
23080   grep -v '^ *+' conftest.er1 >conftest.err
23081   rm -f conftest.er1
23082   cat conftest.err >&5
23083   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23084   (exit $ac_status); } && {
23085          test -z "$ac_c_werror_flag" ||
23086          test ! -s conftest.err
23087        } && test -s conftest.$ac_objext; then
23088   ac_cv_member_struct_stat_st_mtim=yes
23089 else
23090   $as_echo "$as_me: failed program was:" >&5
23091 sed 's/^/| /' conftest.$ac_ext >&5
23092
23093         cat >conftest.$ac_ext <<_ACEOF
23094 /* confdefs.h.  */
23095 _ACEOF
23096 cat confdefs.h >>conftest.$ac_ext
23097 cat >>conftest.$ac_ext <<_ACEOF
23098 /* end confdefs.h.  */
23099 $ac_includes_default
23100 int
23101 main ()
23102 {
23103 static struct stat ac_aggr;
23104 if (sizeof ac_aggr.st_mtim)
23105 return 0;
23106   ;
23107   return 0;
23108 }
23109 _ACEOF
23110 rm -f conftest.$ac_objext
23111 if { (ac_try="$ac_compile"
23112 case "(($ac_try" in
23113   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23114   *) ac_try_echo=$ac_try;;
23115 esac
23116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23117 $as_echo "$ac_try_echo") >&5
23118   (eval "$ac_compile") 2>conftest.er1
23119   ac_status=$?
23120   grep -v '^ *+' conftest.er1 >conftest.err
23121   rm -f conftest.er1
23122   cat conftest.err >&5
23123   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23124   (exit $ac_status); } && {
23125          test -z "$ac_c_werror_flag" ||
23126          test ! -s conftest.err
23127        } && test -s conftest.$ac_objext; then
23128   ac_cv_member_struct_stat_st_mtim=yes
23129 else
23130   $as_echo "$as_me: failed program was:" >&5
23131 sed 's/^/| /' conftest.$ac_ext >&5
23132
23133         ac_cv_member_struct_stat_st_mtim=no
23134 fi
23135
23136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23137 fi
23138
23139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23140 fi
23141 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23142 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23143 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23144
23145 cat >>confdefs.h <<_ACEOF
23146 #define HAVE_STRUCT_STAT_ST_MTIM 1
23147 _ACEOF
23148
23149
23150 fi
23151 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23152 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23153 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23154   $as_echo_n "(cached) " >&6
23155 else
23156   cat >conftest.$ac_ext <<_ACEOF
23157 /* confdefs.h.  */
23158 _ACEOF
23159 cat confdefs.h >>conftest.$ac_ext
23160 cat >>conftest.$ac_ext <<_ACEOF
23161 /* end confdefs.h.  */
23162 $ac_includes_default
23163 int
23164 main ()
23165 {
23166 static struct stat ac_aggr;
23167 if (ac_aggr.st_ctim)
23168 return 0;
23169   ;
23170   return 0;
23171 }
23172 _ACEOF
23173 rm -f conftest.$ac_objext
23174 if { (ac_try="$ac_compile"
23175 case "(($ac_try" in
23176   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23177   *) ac_try_echo=$ac_try;;
23178 esac
23179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23180 $as_echo "$ac_try_echo") >&5
23181   (eval "$ac_compile") 2>conftest.er1
23182   ac_status=$?
23183   grep -v '^ *+' conftest.er1 >conftest.err
23184   rm -f conftest.er1
23185   cat conftest.err >&5
23186   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23187   (exit $ac_status); } && {
23188          test -z "$ac_c_werror_flag" ||
23189          test ! -s conftest.err
23190        } && test -s conftest.$ac_objext; then
23191   ac_cv_member_struct_stat_st_ctim=yes
23192 else
23193   $as_echo "$as_me: failed program was:" >&5
23194 sed 's/^/| /' conftest.$ac_ext >&5
23195
23196         cat >conftest.$ac_ext <<_ACEOF
23197 /* confdefs.h.  */
23198 _ACEOF
23199 cat confdefs.h >>conftest.$ac_ext
23200 cat >>conftest.$ac_ext <<_ACEOF
23201 /* end confdefs.h.  */
23202 $ac_includes_default
23203 int
23204 main ()
23205 {
23206 static struct stat ac_aggr;
23207 if (sizeof ac_aggr.st_ctim)
23208 return 0;
23209   ;
23210   return 0;
23211 }
23212 _ACEOF
23213 rm -f conftest.$ac_objext
23214 if { (ac_try="$ac_compile"
23215 case "(($ac_try" in
23216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23217   *) ac_try_echo=$ac_try;;
23218 esac
23219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23220 $as_echo "$ac_try_echo") >&5
23221   (eval "$ac_compile") 2>conftest.er1
23222   ac_status=$?
23223   grep -v '^ *+' conftest.er1 >conftest.err
23224   rm -f conftest.er1
23225   cat conftest.err >&5
23226   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23227   (exit $ac_status); } && {
23228          test -z "$ac_c_werror_flag" ||
23229          test ! -s conftest.err
23230        } && test -s conftest.$ac_objext; then
23231   ac_cv_member_struct_stat_st_ctim=yes
23232 else
23233   $as_echo "$as_me: failed program was:" >&5
23234 sed 's/^/| /' conftest.$ac_ext >&5
23235
23236         ac_cv_member_struct_stat_st_ctim=no
23237 fi
23238
23239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23240 fi
23241
23242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23243 fi
23244 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23245 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23246 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23247
23248 cat >>confdefs.h <<_ACEOF
23249 #define HAVE_STRUCT_STAT_ST_CTIM 1
23250 _ACEOF
23251
23252
23253 fi
23254 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23255 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23256 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23257   $as_echo_n "(cached) " >&6
23258 else
23259   cat >conftest.$ac_ext <<_ACEOF
23260 /* confdefs.h.  */
23261 _ACEOF
23262 cat confdefs.h >>conftest.$ac_ext
23263 cat >>conftest.$ac_ext <<_ACEOF
23264 /* end confdefs.h.  */
23265 $ac_includes_default
23266 int
23267 main ()
23268 {
23269 static struct stat ac_aggr;
23270 if (ac_aggr.st_atim)
23271 return 0;
23272   ;
23273   return 0;
23274 }
23275 _ACEOF
23276 rm -f conftest.$ac_objext
23277 if { (ac_try="$ac_compile"
23278 case "(($ac_try" in
23279   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23280   *) ac_try_echo=$ac_try;;
23281 esac
23282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23283 $as_echo "$ac_try_echo") >&5
23284   (eval "$ac_compile") 2>conftest.er1
23285   ac_status=$?
23286   grep -v '^ *+' conftest.er1 >conftest.err
23287   rm -f conftest.er1
23288   cat conftest.err >&5
23289   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23290   (exit $ac_status); } && {
23291          test -z "$ac_c_werror_flag" ||
23292          test ! -s conftest.err
23293        } && test -s conftest.$ac_objext; then
23294   ac_cv_member_struct_stat_st_atim=yes
23295 else
23296   $as_echo "$as_me: failed program was:" >&5
23297 sed 's/^/| /' conftest.$ac_ext >&5
23298
23299         cat >conftest.$ac_ext <<_ACEOF
23300 /* confdefs.h.  */
23301 _ACEOF
23302 cat confdefs.h >>conftest.$ac_ext
23303 cat >>conftest.$ac_ext <<_ACEOF
23304 /* end confdefs.h.  */
23305 $ac_includes_default
23306 int
23307 main ()
23308 {
23309 static struct stat ac_aggr;
23310 if (sizeof ac_aggr.st_atim)
23311 return 0;
23312   ;
23313   return 0;
23314 }
23315 _ACEOF
23316 rm -f conftest.$ac_objext
23317 if { (ac_try="$ac_compile"
23318 case "(($ac_try" in
23319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23320   *) ac_try_echo=$ac_try;;
23321 esac
23322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23323 $as_echo "$ac_try_echo") >&5
23324   (eval "$ac_compile") 2>conftest.er1
23325   ac_status=$?
23326   grep -v '^ *+' conftest.er1 >conftest.err
23327   rm -f conftest.er1
23328   cat conftest.err >&5
23329   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23330   (exit $ac_status); } && {
23331          test -z "$ac_c_werror_flag" ||
23332          test ! -s conftest.err
23333        } && test -s conftest.$ac_objext; then
23334   ac_cv_member_struct_stat_st_atim=yes
23335 else
23336   $as_echo "$as_me: failed program was:" >&5
23337 sed 's/^/| /' conftest.$ac_ext >&5
23338
23339         ac_cv_member_struct_stat_st_atim=no
23340 fi
23341
23342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23343 fi
23344
23345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23346 fi
23347 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23348 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23349 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23350
23351 cat >>confdefs.h <<_ACEOF
23352 #define HAVE_STRUCT_STAT_ST_ATIM 1
23353 _ACEOF
23354
23355
23356 fi
23357
23358
23359 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23360 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23361 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23362   $as_echo_n "(cached) " >&6
23363 else
23364   cat >conftest.$ac_ext <<_ACEOF
23365 /* confdefs.h.  */
23366 _ACEOF
23367 cat confdefs.h >>conftest.$ac_ext
23368 cat >>conftest.$ac_ext <<_ACEOF
23369 /* end confdefs.h.  */
23370 #ifdef HAVE_SYS_TYPES_H
23371 #include <sys/types.h>
23372 #endif
23373 #ifdef HAVE_NETINET_IN_H
23374 #include <netinet/in.h>
23375 #endif
23376
23377 int
23378 main ()
23379 {
23380 static struct sockaddr_in6 ac_aggr;
23381 if (ac_aggr.sin6_scope_id)
23382 return 0;
23383   ;
23384   return 0;
23385 }
23386 _ACEOF
23387 rm -f conftest.$ac_objext
23388 if { (ac_try="$ac_compile"
23389 case "(($ac_try" in
23390   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23391   *) ac_try_echo=$ac_try;;
23392 esac
23393 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23394 $as_echo "$ac_try_echo") >&5
23395   (eval "$ac_compile") 2>conftest.er1
23396   ac_status=$?
23397   grep -v '^ *+' conftest.er1 >conftest.err
23398   rm -f conftest.er1
23399   cat conftest.err >&5
23400   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23401   (exit $ac_status); } && {
23402          test -z "$ac_c_werror_flag" ||
23403          test ! -s conftest.err
23404        } && test -s conftest.$ac_objext; then
23405   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23406 else
23407   $as_echo "$as_me: failed program was:" >&5
23408 sed 's/^/| /' conftest.$ac_ext >&5
23409
23410         cat >conftest.$ac_ext <<_ACEOF
23411 /* confdefs.h.  */
23412 _ACEOF
23413 cat confdefs.h >>conftest.$ac_ext
23414 cat >>conftest.$ac_ext <<_ACEOF
23415 /* end confdefs.h.  */
23416 #ifdef HAVE_SYS_TYPES_H
23417 #include <sys/types.h>
23418 #endif
23419 #ifdef HAVE_NETINET_IN_H
23420 #include <netinet/in.h>
23421 #endif
23422
23423 int
23424 main ()
23425 {
23426 static struct sockaddr_in6 ac_aggr;
23427 if (sizeof ac_aggr.sin6_scope_id)
23428 return 0;
23429   ;
23430   return 0;
23431 }
23432 _ACEOF
23433 rm -f conftest.$ac_objext
23434 if { (ac_try="$ac_compile"
23435 case "(($ac_try" in
23436   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23437   *) ac_try_echo=$ac_try;;
23438 esac
23439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23440 $as_echo "$ac_try_echo") >&5
23441   (eval "$ac_compile") 2>conftest.er1
23442   ac_status=$?
23443   grep -v '^ *+' conftest.er1 >conftest.err
23444   rm -f conftest.er1
23445   cat conftest.err >&5
23446   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23447   (exit $ac_status); } && {
23448          test -z "$ac_c_werror_flag" ||
23449          test ! -s conftest.err
23450        } && test -s conftest.$ac_objext; then
23451   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23452 else
23453   $as_echo "$as_me: failed program was:" >&5
23454 sed 's/^/| /' conftest.$ac_ext >&5
23455
23456         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23457 fi
23458
23459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23460 fi
23461
23462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23463 fi
23464 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23465 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23466 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23467
23468 cat >>confdefs.h <<_ACEOF
23469 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23470 _ACEOF
23471
23472
23473 fi
23474
23475
23476 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23477 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23478 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23479   $as_echo_n "(cached) " >&6
23480 else
23481   cat >conftest.$ac_ext <<_ACEOF
23482 /* confdefs.h.  */
23483 _ACEOF
23484 cat confdefs.h >>conftest.$ac_ext
23485 cat >>conftest.$ac_ext <<_ACEOF
23486 /* end confdefs.h.  */
23487 #ifdef HAVE_SYS_TYPES_H
23488 #include <sys/types.h>
23489 #endif
23490 #ifdef HAVE_NETINET_IN_H
23491 # include <netinet/in.h>
23492 #endif
23493 #ifdef HAVE_ARPA_NAMESER_H
23494 # include <arpa/nameser.h>
23495 #endif
23496
23497 int
23498 main ()
23499 {
23500 static ns_msg ac_aggr;
23501 if (ac_aggr._msg_ptr)
23502 return 0;
23503   ;
23504   return 0;
23505 }
23506 _ACEOF
23507 rm -f conftest.$ac_objext
23508 if { (ac_try="$ac_compile"
23509 case "(($ac_try" in
23510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23511   *) ac_try_echo=$ac_try;;
23512 esac
23513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23514 $as_echo "$ac_try_echo") >&5
23515   (eval "$ac_compile") 2>conftest.er1
23516   ac_status=$?
23517   grep -v '^ *+' conftest.er1 >conftest.err
23518   rm -f conftest.er1
23519   cat conftest.err >&5
23520   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23521   (exit $ac_status); } && {
23522          test -z "$ac_c_werror_flag" ||
23523          test ! -s conftest.err
23524        } && test -s conftest.$ac_objext; then
23525   ac_cv_member_ns_msg__msg_ptr=yes
23526 else
23527   $as_echo "$as_me: failed program was:" >&5
23528 sed 's/^/| /' conftest.$ac_ext >&5
23529
23530         cat >conftest.$ac_ext <<_ACEOF
23531 /* confdefs.h.  */
23532 _ACEOF
23533 cat confdefs.h >>conftest.$ac_ext
23534 cat >>conftest.$ac_ext <<_ACEOF
23535 /* end confdefs.h.  */
23536 #ifdef HAVE_SYS_TYPES_H
23537 #include <sys/types.h>
23538 #endif
23539 #ifdef HAVE_NETINET_IN_H
23540 # include <netinet/in.h>
23541 #endif
23542 #ifdef HAVE_ARPA_NAMESER_H
23543 # include <arpa/nameser.h>
23544 #endif
23545
23546 int
23547 main ()
23548 {
23549 static ns_msg ac_aggr;
23550 if (sizeof ac_aggr._msg_ptr)
23551 return 0;
23552   ;
23553   return 0;
23554 }
23555 _ACEOF
23556 rm -f conftest.$ac_objext
23557 if { (ac_try="$ac_compile"
23558 case "(($ac_try" in
23559   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23560   *) ac_try_echo=$ac_try;;
23561 esac
23562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23563 $as_echo "$ac_try_echo") >&5
23564   (eval "$ac_compile") 2>conftest.er1
23565   ac_status=$?
23566   grep -v '^ *+' conftest.er1 >conftest.err
23567   rm -f conftest.er1
23568   cat conftest.err >&5
23569   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23570   (exit $ac_status); } && {
23571          test -z "$ac_c_werror_flag" ||
23572          test ! -s conftest.err
23573        } && test -s conftest.$ac_objext; then
23574   ac_cv_member_ns_msg__msg_ptr=yes
23575 else
23576   $as_echo "$as_me: failed program was:" >&5
23577 sed 's/^/| /' conftest.$ac_ext >&5
23578
23579         ac_cv_member_ns_msg__msg_ptr=no
23580 fi
23581
23582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23583 fi
23584
23585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23586 fi
23587 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23588 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23589 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23590
23591 cat >>confdefs.h <<_ACEOF
23592 #define HAVE_NS_MSG__MSG_PTR 1
23593 _ACEOF
23594
23595
23596 fi
23597
23598
23599 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23600 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23601 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23602   $as_echo_n "(cached) " >&6
23603 else
23604   cat >conftest.$ac_ext <<_ACEOF
23605 /* confdefs.h.  */
23606 _ACEOF
23607 cat confdefs.h >>conftest.$ac_ext
23608 cat >>conftest.$ac_ext <<_ACEOF
23609 /* end confdefs.h.  */
23610 #ifdef HAVE_SYS_TYPES_H
23611 #include <sys/types.h>
23612 #endif
23613 #ifdef HAVE_ALIAS_H
23614 #include <alias.h>
23615 #endif
23616 #ifdef HAVE_SYS_SOCKET_H
23617 #include <sys/socket.h>
23618 #endif
23619 #ifdef HAVE_SYS_SOCKETVAR_H
23620 #include <sys/socketvar.h>
23621 #endif
23622 #ifdef HAVE_SYS_TIMEOUT_H
23623 #include <sys/timeout.h>
23624 #endif
23625 #ifdef HAVE_NETINET_IN_H
23626 #include <netinet/in.h>
23627 #endif
23628 #ifdef HAVE_NETINET_IN_SYSTM_H
23629 #include <netinet/in_systm.h>
23630 #endif
23631 #ifdef HAVE_NETINET_IP_H
23632 #include <netinet/ip.h>
23633 #endif
23634 #ifdef HAVE_NETINET_IP_VAR_H
23635 #include <netinet/ip_var.h>
23636 #endif
23637 #ifdef HAVE_NETINET_IP_ICMP_H
23638 #include <netinet/ip_icmp.h>
23639 #endif
23640 #ifdef HAVE_NETINET_ICMP_VAR
23641 #include <netinet/icmp_var.h>
23642 #endif
23643
23644 int
23645 main ()
23646 {
23647 static struct icmpstat ac_aggr;
23648 if (ac_aggr.icps_outhist)
23649 return 0;
23650   ;
23651   return 0;
23652 }
23653 _ACEOF
23654 rm -f conftest.$ac_objext
23655 if { (ac_try="$ac_compile"
23656 case "(($ac_try" in
23657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23658   *) ac_try_echo=$ac_try;;
23659 esac
23660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23661 $as_echo "$ac_try_echo") >&5
23662   (eval "$ac_compile") 2>conftest.er1
23663   ac_status=$?
23664   grep -v '^ *+' conftest.er1 >conftest.err
23665   rm -f conftest.er1
23666   cat conftest.err >&5
23667   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23668   (exit $ac_status); } && {
23669          test -z "$ac_c_werror_flag" ||
23670          test ! -s conftest.err
23671        } && test -s conftest.$ac_objext; then
23672   ac_cv_member_struct_icmpstat_icps_outhist=yes
23673 else
23674   $as_echo "$as_me: failed program was:" >&5
23675 sed 's/^/| /' conftest.$ac_ext >&5
23676
23677         cat >conftest.$ac_ext <<_ACEOF
23678 /* confdefs.h.  */
23679 _ACEOF
23680 cat confdefs.h >>conftest.$ac_ext
23681 cat >>conftest.$ac_ext <<_ACEOF
23682 /* end confdefs.h.  */
23683 #ifdef HAVE_SYS_TYPES_H
23684 #include <sys/types.h>
23685 #endif
23686 #ifdef HAVE_ALIAS_H
23687 #include <alias.h>
23688 #endif
23689 #ifdef HAVE_SYS_SOCKET_H
23690 #include <sys/socket.h>
23691 #endif
23692 #ifdef HAVE_SYS_SOCKETVAR_H
23693 #include <sys/socketvar.h>
23694 #endif
23695 #ifdef HAVE_SYS_TIMEOUT_H
23696 #include <sys/timeout.h>
23697 #endif
23698 #ifdef HAVE_NETINET_IN_H
23699 #include <netinet/in.h>
23700 #endif
23701 #ifdef HAVE_NETINET_IN_SYSTM_H
23702 #include <netinet/in_systm.h>
23703 #endif
23704 #ifdef HAVE_NETINET_IP_H
23705 #include <netinet/ip.h>
23706 #endif
23707 #ifdef HAVE_NETINET_IP_VAR_H
23708 #include <netinet/ip_var.h>
23709 #endif
23710 #ifdef HAVE_NETINET_IP_ICMP_H
23711 #include <netinet/ip_icmp.h>
23712 #endif
23713 #ifdef HAVE_NETINET_ICMP_VAR
23714 #include <netinet/icmp_var.h>
23715 #endif
23716
23717 int
23718 main ()
23719 {
23720 static struct icmpstat ac_aggr;
23721 if (sizeof ac_aggr.icps_outhist)
23722 return 0;
23723   ;
23724   return 0;
23725 }
23726 _ACEOF
23727 rm -f conftest.$ac_objext
23728 if { (ac_try="$ac_compile"
23729 case "(($ac_try" in
23730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23731   *) ac_try_echo=$ac_try;;
23732 esac
23733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23734 $as_echo "$ac_try_echo") >&5
23735   (eval "$ac_compile") 2>conftest.er1
23736   ac_status=$?
23737   grep -v '^ *+' conftest.er1 >conftest.err
23738   rm -f conftest.er1
23739   cat conftest.err >&5
23740   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23741   (exit $ac_status); } && {
23742          test -z "$ac_c_werror_flag" ||
23743          test ! -s conftest.err
23744        } && test -s conftest.$ac_objext; then
23745   ac_cv_member_struct_icmpstat_icps_outhist=yes
23746 else
23747   $as_echo "$as_me: failed program was:" >&5
23748 sed 's/^/| /' conftest.$ac_ext >&5
23749
23750         ac_cv_member_struct_icmpstat_icps_outhist=no
23751 fi
23752
23753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23754 fi
23755
23756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23757 fi
23758 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23759 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23760 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23761
23762 cat >>confdefs.h <<_ACEOF
23763 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23764 _ACEOF
23765
23766
23767 fi
23768
23769
23770 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23771 $as_echo_n "checking for timezone variable... " >&6; }
23772 if test "${ac_cv_have_timezone+set}" = set; then
23773   $as_echo_n "(cached) " >&6
23774 else
23775   cat >conftest.$ac_ext <<_ACEOF
23776 /* confdefs.h.  */
23777 _ACEOF
23778 cat confdefs.h >>conftest.$ac_ext
23779 cat >>conftest.$ac_ext <<_ACEOF
23780 /* end confdefs.h.  */
23781 #include <time.h>
23782 int
23783 main ()
23784 {
23785 timezone = 1
23786   ;
23787   return 0;
23788 }
23789 _ACEOF
23790 rm -f conftest.$ac_objext conftest$ac_exeext
23791 if { (ac_try="$ac_link"
23792 case "(($ac_try" in
23793   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23794   *) ac_try_echo=$ac_try;;
23795 esac
23796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23797 $as_echo "$ac_try_echo") >&5
23798   (eval "$ac_link") 2>conftest.er1
23799   ac_status=$?
23800   grep -v '^ *+' conftest.er1 >conftest.err
23801   rm -f conftest.er1
23802   cat conftest.err >&5
23803   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23804   (exit $ac_status); } && {
23805          test -z "$ac_c_werror_flag" ||
23806          test ! -s conftest.err
23807        } && test -s conftest$ac_exeext && {
23808          test "$cross_compiling" = yes ||
23809          $as_test_x conftest$ac_exeext
23810        }; then
23811   ac_cv_have_timezone="yes"
23812 else
23813   $as_echo "$as_me: failed program was:" >&5
23814 sed 's/^/| /' conftest.$ac_ext >&5
23815
23816         ac_cv_have_timezone="no"
23817 fi
23818
23819 rm -rf conftest.dSYM
23820 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23821       conftest$ac_exeext conftest.$ac_ext
23822 fi
23823 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23824 $as_echo "$ac_cv_have_timezone" >&6; }
23825 if test "$ac_cv_have_timezone" = "yes"
23826 then
23827
23828 cat >>confdefs.h <<\_ACEOF
23829 #define HAVE_TIMEZONE 1
23830 _ACEOF
23831
23832 fi
23833 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23834 $as_echo_n "checking for daylight variable... " >&6; }
23835 if test "${ac_cv_have_daylight+set}" = set; then
23836   $as_echo_n "(cached) " >&6
23837 else
23838   cat >conftest.$ac_ext <<_ACEOF
23839 /* confdefs.h.  */
23840 _ACEOF
23841 cat confdefs.h >>conftest.$ac_ext
23842 cat >>conftest.$ac_ext <<_ACEOF
23843 /* end confdefs.h.  */
23844 #include <time.h>
23845 int
23846 main ()
23847 {
23848 daylight = 1
23849   ;
23850   return 0;
23851 }
23852 _ACEOF
23853 rm -f conftest.$ac_objext conftest$ac_exeext
23854 if { (ac_try="$ac_link"
23855 case "(($ac_try" in
23856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23857   *) ac_try_echo=$ac_try;;
23858 esac
23859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23860 $as_echo "$ac_try_echo") >&5
23861   (eval "$ac_link") 2>conftest.er1
23862   ac_status=$?
23863   grep -v '^ *+' conftest.er1 >conftest.err
23864   rm -f conftest.er1
23865   cat conftest.err >&5
23866   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23867   (exit $ac_status); } && {
23868          test -z "$ac_c_werror_flag" ||
23869          test ! -s conftest.err
23870        } && test -s conftest$ac_exeext && {
23871          test "$cross_compiling" = yes ||
23872          $as_test_x conftest$ac_exeext
23873        }; then
23874   ac_cv_have_daylight="yes"
23875 else
23876   $as_echo "$as_me: failed program was:" >&5
23877 sed 's/^/| /' conftest.$ac_ext >&5
23878
23879         ac_cv_have_daylight="no"
23880 fi
23881
23882 rm -rf conftest.dSYM
23883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23884       conftest$ac_exeext conftest.$ac_ext
23885 fi
23886 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23887 $as_echo "$ac_cv_have_daylight" >&6; }
23888 if test "$ac_cv_have_daylight" = "yes"
23889 then
23890
23891 cat >>confdefs.h <<\_ACEOF
23892 #define HAVE_DAYLIGHT 1
23893 _ACEOF
23894
23895 fi
23896
23897 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23898 $as_echo_n "checking for isinf... " >&6; }
23899 if test "${ac_cv_have_isinf+set}" = set; then
23900   $as_echo_n "(cached) " >&6
23901 else
23902   cat >conftest.$ac_ext <<_ACEOF
23903 /* confdefs.h.  */
23904 _ACEOF
23905 cat confdefs.h >>conftest.$ac_ext
23906 cat >>conftest.$ac_ext <<_ACEOF
23907 /* end confdefs.h.  */
23908 #include <math.h>
23909 int
23910 main ()
23911 {
23912 float f = 0.0; int i=isinf(f)
23913   ;
23914   return 0;
23915 }
23916 _ACEOF
23917 rm -f conftest.$ac_objext conftest$ac_exeext
23918 if { (ac_try="$ac_link"
23919 case "(($ac_try" in
23920   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23921   *) ac_try_echo=$ac_try;;
23922 esac
23923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23924 $as_echo "$ac_try_echo") >&5
23925   (eval "$ac_link") 2>conftest.er1
23926   ac_status=$?
23927   grep -v '^ *+' conftest.er1 >conftest.err
23928   rm -f conftest.er1
23929   cat conftest.err >&5
23930   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23931   (exit $ac_status); } && {
23932          test -z "$ac_c_werror_flag" ||
23933          test ! -s conftest.err
23934        } && test -s conftest$ac_exeext && {
23935          test "$cross_compiling" = yes ||
23936          $as_test_x conftest$ac_exeext
23937        }; then
23938   ac_cv_have_isinf="yes"
23939 else
23940   $as_echo "$as_me: failed program was:" >&5
23941 sed 's/^/| /' conftest.$ac_ext >&5
23942
23943         ac_cv_have_isinf="no"
23944 fi
23945
23946 rm -rf conftest.dSYM
23947 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23948       conftest$ac_exeext conftest.$ac_ext
23949 fi
23950 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23951 $as_echo "$ac_cv_have_isinf" >&6; }
23952 if test "$ac_cv_have_isinf" = "yes"
23953 then
23954
23955 cat >>confdefs.h <<\_ACEOF
23956 #define HAVE_ISINF 1
23957 _ACEOF
23958
23959 fi
23960
23961 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23962 $as_echo_n "checking for isnan... " >&6; }
23963 if test "${ac_cv_have_isnan+set}" = set; then
23964   $as_echo_n "(cached) " >&6
23965 else
23966   cat >conftest.$ac_ext <<_ACEOF
23967 /* confdefs.h.  */
23968 _ACEOF
23969 cat confdefs.h >>conftest.$ac_ext
23970 cat >>conftest.$ac_ext <<_ACEOF
23971 /* end confdefs.h.  */
23972 #include <math.h>
23973 int
23974 main ()
23975 {
23976 float f = 0.0; int i=isnan(f)
23977   ;
23978   return 0;
23979 }
23980 _ACEOF
23981 rm -f conftest.$ac_objext conftest$ac_exeext
23982 if { (ac_try="$ac_link"
23983 case "(($ac_try" in
23984   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23985   *) ac_try_echo=$ac_try;;
23986 esac
23987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23988 $as_echo "$ac_try_echo") >&5
23989   (eval "$ac_link") 2>conftest.er1
23990   ac_status=$?
23991   grep -v '^ *+' conftest.er1 >conftest.err
23992   rm -f conftest.er1
23993   cat conftest.err >&5
23994   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23995   (exit $ac_status); } && {
23996          test -z "$ac_c_werror_flag" ||
23997          test ! -s conftest.err
23998        } && test -s conftest$ac_exeext && {
23999          test "$cross_compiling" = yes ||
24000          $as_test_x conftest$ac_exeext
24001        }; then
24002   ac_cv_have_isnan="yes"
24003 else
24004   $as_echo "$as_me: failed program was:" >&5
24005 sed 's/^/| /' conftest.$ac_ext >&5
24006
24007         ac_cv_have_isnan="no"
24008 fi
24009
24010 rm -rf conftest.dSYM
24011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24012       conftest$ac_exeext conftest.$ac_ext
24013 fi
24014 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24015 $as_echo "$ac_cv_have_isnan" >&6; }
24016 if test "$ac_cv_have_isnan" = "yes"
24017 then
24018
24019 cat >>confdefs.h <<\_ACEOF
24020 #define HAVE_ISNAN 1
24021 _ACEOF
24022
24023 fi
24024
24025
24026 case $host_cpu in
24027   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24028 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24029 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24030   $as_echo_n "(cached) " >&6
24031 else
24032   cat >conftest.$ac_ext <<_ACEOF
24033 /* confdefs.h.  */
24034 _ACEOF
24035 cat confdefs.h >>conftest.$ac_ext
24036 cat >>conftest.$ac_ext <<_ACEOF
24037 /* end confdefs.h.  */
24038 #ifndef __i386__
24039 yes
24040 #endif
24041 _ACEOF
24042 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24043   $EGREP "yes" >/dev/null 2>&1; then
24044   ac_cv_cpp_def___i386__=yes
24045 else
24046   ac_cv_cpp_def___i386__=no
24047 fi
24048 rm -f conftest*
24049
24050 fi
24051 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24052 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24053 if test $ac_cv_cpp_def___i386__ = yes; then
24054   CFLAGS="$CFLAGS -D__i386__"
24055   LINTFLAGS="$LINTFLAGS -D__i386__"
24056 fi
24057  ;;
24058   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24059 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24060 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24061   $as_echo_n "(cached) " >&6
24062 else
24063   cat >conftest.$ac_ext <<_ACEOF
24064 /* confdefs.h.  */
24065 _ACEOF
24066 cat confdefs.h >>conftest.$ac_ext
24067 cat >>conftest.$ac_ext <<_ACEOF
24068 /* end confdefs.h.  */
24069 #ifndef __x86_64__
24070 yes
24071 #endif
24072 _ACEOF
24073 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24074   $EGREP "yes" >/dev/null 2>&1; then
24075   ac_cv_cpp_def___x86_64__=yes
24076 else
24077   ac_cv_cpp_def___x86_64__=no
24078 fi
24079 rm -f conftest*
24080
24081 fi
24082 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24083 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24084 if test $ac_cv_cpp_def___x86_64__ = yes; then
24085   CFLAGS="$CFLAGS -D__x86_64__"
24086   LINTFLAGS="$LINTFLAGS -D__x86_64__"
24087 fi
24088  ;;
24089   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24090 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24091 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24092   $as_echo_n "(cached) " >&6
24093 else
24094   cat >conftest.$ac_ext <<_ACEOF
24095 /* confdefs.h.  */
24096 _ACEOF
24097 cat confdefs.h >>conftest.$ac_ext
24098 cat >>conftest.$ac_ext <<_ACEOF
24099 /* end confdefs.h.  */
24100 #ifndef __ALPHA__
24101 yes
24102 #endif
24103 _ACEOF
24104 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24105   $EGREP "yes" >/dev/null 2>&1; then
24106   ac_cv_cpp_def___ALPHA__=yes
24107 else
24108   ac_cv_cpp_def___ALPHA__=no
24109 fi
24110 rm -f conftest*
24111
24112 fi
24113 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24114 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24115 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24116   CFLAGS="$CFLAGS -D__ALPHA__"
24117   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24118 fi
24119  ;;
24120   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24121 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24122 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24123   $as_echo_n "(cached) " >&6
24124 else
24125   cat >conftest.$ac_ext <<_ACEOF
24126 /* confdefs.h.  */
24127 _ACEOF
24128 cat confdefs.h >>conftest.$ac_ext
24129 cat >>conftest.$ac_ext <<_ACEOF
24130 /* end confdefs.h.  */
24131 #ifndef __sparc__
24132 yes
24133 #endif
24134 _ACEOF
24135 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24136   $EGREP "yes" >/dev/null 2>&1; then
24137   ac_cv_cpp_def___sparc__=yes
24138 else
24139   ac_cv_cpp_def___sparc__=no
24140 fi
24141 rm -f conftest*
24142
24143 fi
24144 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24145 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24146 if test $ac_cv_cpp_def___sparc__ = yes; then
24147   CFLAGS="$CFLAGS -D__sparc__"
24148   LINTFLAGS="$LINTFLAGS -D__sparc__"
24149 fi
24150  ;;
24151   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24152 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24153 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24154   $as_echo_n "(cached) " >&6
24155 else
24156   cat >conftest.$ac_ext <<_ACEOF
24157 /* confdefs.h.  */
24158 _ACEOF
24159 cat confdefs.h >>conftest.$ac_ext
24160 cat >>conftest.$ac_ext <<_ACEOF
24161 /* end confdefs.h.  */
24162 #ifndef __powerpc__
24163 yes
24164 #endif
24165 _ACEOF
24166 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24167   $EGREP "yes" >/dev/null 2>&1; then
24168   ac_cv_cpp_def___powerpc__=yes
24169 else
24170   ac_cv_cpp_def___powerpc__=no
24171 fi
24172 rm -f conftest*
24173
24174 fi
24175 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24176 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24177 if test $ac_cv_cpp_def___powerpc__ = yes; then
24178   CFLAGS="$CFLAGS -D__powerpc__"
24179   LINTFLAGS="$LINTFLAGS -D__powerpc__"
24180 fi
24181  ;;
24182 esac
24183
24184 case $host_vendor in
24185   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24186 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24187 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24188   $as_echo_n "(cached) " >&6
24189 else
24190   cat >conftest.$ac_ext <<_ACEOF
24191 /* confdefs.h.  */
24192 _ACEOF
24193 cat confdefs.h >>conftest.$ac_ext
24194 cat >>conftest.$ac_ext <<_ACEOF
24195 /* end confdefs.h.  */
24196 #ifndef __sun__
24197 yes
24198 #endif
24199 _ACEOF
24200 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24201   $EGREP "yes" >/dev/null 2>&1; then
24202   ac_cv_cpp_def___sun__=yes
24203 else
24204   ac_cv_cpp_def___sun__=no
24205 fi
24206 rm -f conftest*
24207
24208 fi
24209 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24210 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24211 if test $ac_cv_cpp_def___sun__ = yes; then
24212   CFLAGS="$CFLAGS -D__sun__"
24213   LINTFLAGS="$LINTFLAGS -D__sun__"
24214 fi
24215  ;;
24216 esac
24217
24218
24219 DEPENDENCIES="### Dependencies:
24220
24221 .INIT: Makefile
24222 .BEGIN: Makefile
24223 Makefile: dummy
24224         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24225
24226 \$(OBJS): \$(IDL_GEN_HEADERS)
24227 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24228 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24229 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24230 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24231
24232
24233 ALL_MAKERULES=""
24234
24235 ALL_MAKEFILES=""
24236
24237 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24238
24239
24240 ALL_TOP_DIRS=""
24241
24242 ALL_DLL_DIRS=""
24243
24244 ALL_IMPLIB_DIRS=""
24245
24246 ALL_TEST_DIRS=""
24247
24248 ALL_PROGRAM_DIRS=""
24249
24250 ALL_PROGRAM_INSTALL_DIRS=""
24251
24252 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24253
24254
24255
24256
24257
24258 ac_config_commands="$ac_config_commands include/stamp-h"
24259
24260
24261 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24262
24263 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24264
24265 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24266
24267 ac_config_commands="$ac_config_commands dlls/user32/resources"
24268
24269 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24270
24271 ac_config_commands="$ac_config_commands include/wine"
24272
24273
24274 ALL_MAKERULES="$ALL_MAKERULES \\
24275         Make.rules"
24276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24277 Make.rules: Make.rules.in"
24278 MAKE_RULES=Make.rules
24279 ac_config_files="$ac_config_files Make.rules"
24280
24281 ALL_MAKERULES="$ALL_MAKERULES \\
24282         dlls/Makedll.rules"
24283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24284 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24285 MAKE_DLL_RULES=dlls/Makedll.rules
24286 ac_config_files="$ac_config_files dlls/Makedll.rules"
24287
24288 ALL_MAKERULES="$ALL_MAKERULES \\
24289         dlls/Makeimplib.rules"
24290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24291 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24292 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24293 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24294
24295 ALL_MAKERULES="$ALL_MAKERULES \\
24296         dlls/Maketest.rules"
24297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24298 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24299 MAKE_TEST_RULES=dlls/Maketest.rules
24300 ac_config_files="$ac_config_files dlls/Maketest.rules"
24301
24302 ALL_MAKERULES="$ALL_MAKERULES \\
24303         programs/Makeprog.rules"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24306 MAKE_PROG_RULES=programs/Makeprog.rules
24307 ac_config_files="$ac_config_files programs/Makeprog.rules"
24308
24309
24310
24311
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 Makefile: Makefile.in Make.rules"
24314 ac_config_files="$ac_config_files Makefile"
24315
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317         dlls/Makefile"
24318 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24319         dlls"
24320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24321 dlls/Makefile: dlls/Makefile.in Make.rules"
24322 ac_config_files="$ac_config_files dlls/Makefile"
24323
24324 ALL_MAKEFILES="$ALL_MAKEFILES \\
24325         dlls/acledit/Makefile"
24326 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24327         acledit"
24328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24329 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24330 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24331
24332 ALL_MAKEFILES="$ALL_MAKEFILES \\
24333         dlls/aclui/Makefile"
24334 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24335         aclui"
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24338 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24339
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341         dlls/activeds/Makefile"
24342 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24343         activeds"
24344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24345 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24346 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24347
24348 ALL_MAKEFILES="$ALL_MAKEFILES \\
24349         dlls/actxprxy/Makefile"
24350 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24351         actxprxy"
24352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24353 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24354 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24355
24356 ALL_MAKEFILES="$ALL_MAKEFILES \\
24357         dlls/adsiid/Makefile"
24358 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24359         adsiid"
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24362 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24363
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365         dlls/advapi32/Makefile"
24366 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24367         advapi32"
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24370 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24371
24372 ALL_MAKEFILES="$ALL_MAKEFILES \\
24373         dlls/advapi32/tests/Makefile"
24374 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24375         advapi32/tests"
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24378 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24379
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381         dlls/advpack/Makefile"
24382 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24383         advpack"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24386 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24387
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389         dlls/advpack/tests/Makefile"
24390 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24391         advpack/tests"
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24394 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24395
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397         dlls/amstream/Makefile"
24398 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24399         amstream"
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24402 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24403
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405         dlls/appwiz.cpl/Makefile"
24406 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24407         appwiz.cpl"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24410 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24411
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413         dlls/atl/Makefile"
24414 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24415         atl"
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24418 ac_config_files="$ac_config_files dlls/atl/Makefile"
24419
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421         dlls/authz/Makefile"
24422 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24423         authz"
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24426 ac_config_files="$ac_config_files dlls/authz/Makefile"
24427
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429         dlls/avicap32/Makefile"
24430 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24431         avicap32"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24434 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24435
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437         dlls/avifil32/Makefile"
24438 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24439         avifil32"
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24442 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24443
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445         dlls/browseui/Makefile"
24446 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24447         browseui"
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24450 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24451
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453         dlls/browseui/tests/Makefile"
24454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24455         browseui/tests"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24458 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24459
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461         dlls/cabinet/Makefile"
24462 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24463         cabinet"
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24466 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24467
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469         dlls/cabinet/tests/Makefile"
24470 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24471         cabinet/tests"
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24474 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24475
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477         dlls/capi2032/Makefile"
24478 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24479         capi2032"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24482 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24483
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485         dlls/cards/Makefile"
24486 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24487         cards"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24490 ac_config_files="$ac_config_files dlls/cards/Makefile"
24491
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493         dlls/cfgmgr32/Makefile"
24494 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24495         cfgmgr32"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24498 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24499
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501         dlls/clusapi/Makefile"
24502 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24503         clusapi"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24506 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24507
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509         dlls/comcat/Makefile"
24510 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24511         comcat"
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24514 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24515
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517         dlls/comcat/tests/Makefile"
24518 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24519         comcat/tests"
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24522 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24523
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525         dlls/comctl32/Makefile"
24526 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24527         comctl32"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24530 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24531
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533         dlls/comctl32/tests/Makefile"
24534 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24535         comctl32/tests"
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24538 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24539
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541         dlls/comdlg32/Makefile"
24542 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24543         comdlg32"
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24546 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24547
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549         dlls/comdlg32/tests/Makefile"
24550 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24551         comdlg32/tests"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24554 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24555
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557         dlls/compstui/Makefile"
24558 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24559         compstui"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24562 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24563
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565         dlls/credui/Makefile"
24566 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24567         credui"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24570 ac_config_files="$ac_config_files dlls/credui/Makefile"
24571
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573         dlls/credui/tests/Makefile"
24574 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24575         credui/tests"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24578 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24579
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581         dlls/crtdll/Makefile"
24582 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24583         crtdll"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24586 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24587
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589         dlls/crypt32/Makefile"
24590 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24591         crypt32"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24594 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24595
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597         dlls/crypt32/tests/Makefile"
24598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24599         crypt32/tests"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24602 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24603
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605         dlls/cryptdlg/Makefile"
24606 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24607         cryptdlg"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24610 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24611
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613         dlls/cryptdll/Makefile"
24614 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24615         cryptdll"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24618 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24619
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621         dlls/cryptnet/Makefile"
24622 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24623         cryptnet"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24626 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24627
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629         dlls/cryptnet/tests/Makefile"
24630 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24631         cryptnet/tests"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24634 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24635
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637         dlls/cryptui/Makefile"
24638 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24639         cryptui"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24642 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24643
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645         dlls/cryptui/tests/Makefile"
24646 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24647         cryptui/tests"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24650 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24651
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653         dlls/ctapi32/Makefile"
24654 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24655         ctapi32"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24659
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661         dlls/ctl3d32/Makefile"
24662 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24663         ctl3d32"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24666 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24667
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669         dlls/d3d10/Makefile"
24670 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24671         d3d10"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24674 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24675
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677         dlls/d3d10/tests/Makefile"
24678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24679         d3d10/tests"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24682 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24683
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685         dlls/d3d10core/Makefile"
24686 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24687         d3d10core"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24690 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24691
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693         dlls/d3d10core/tests/Makefile"
24694 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24695         d3d10core/tests"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24698 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24699
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701         dlls/d3d8/Makefile"
24702 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24703         d3d8"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24706 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24707
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709         dlls/d3d8/tests/Makefile"
24710 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24711         d3d8/tests"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24714 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24715
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717         dlls/d3d9/Makefile"
24718 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24719         d3d9"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24722 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24723
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725         dlls/d3d9/tests/Makefile"
24726 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24727         d3d9/tests"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24730 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24731
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733         dlls/d3dim/Makefile"
24734 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24735         d3dim"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24738 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24739
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741         dlls/d3drm/Makefile"
24742 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24743         d3drm"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24746 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24747
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749         dlls/d3drm/tests/Makefile"
24750 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24751         d3drm/tests"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24754 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24755
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757         dlls/d3dx8/Makefile"
24758 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24759         d3dx8"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24762 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24763
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765         dlls/d3dx8/tests/Makefile"
24766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24767         d3dx8/tests"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24770 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24771
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773         dlls/d3dx9_24/Makefile"
24774 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24775         d3dx9_24"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24778 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24779
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781         dlls/d3dx9_25/Makefile"
24782 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24783         d3dx9_25"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24786 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24787
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789         dlls/d3dx9_26/Makefile"
24790 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24791         d3dx9_26"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24794 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24795
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797         dlls/d3dx9_27/Makefile"
24798 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24799         d3dx9_27"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24802 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24803
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805         dlls/d3dx9_28/Makefile"
24806 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24807         d3dx9_28"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24810 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24811
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813         dlls/d3dx9_29/Makefile"
24814 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24815         d3dx9_29"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24818 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24819
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821         dlls/d3dx9_30/Makefile"
24822 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823         d3dx9_30"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24827
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829         dlls/d3dx9_31/Makefile"
24830 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24831         d3dx9_31"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24834 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24835
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837         dlls/d3dx9_32/Makefile"
24838 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24839         d3dx9_32"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24842 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24843
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845         dlls/d3dx9_33/Makefile"
24846 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24847         d3dx9_33"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24850 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24851
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853         dlls/d3dx9_34/Makefile"
24854 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24855         d3dx9_34"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24858 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24859
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861         dlls/d3dx9_35/Makefile"
24862 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24863         d3dx9_35"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24866 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24867
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869         dlls/d3dx9_36/Makefile"
24870 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24871         d3dx9_36"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24874 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24875
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877         dlls/d3dx9_36/tests/Makefile"
24878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24879         d3dx9_36/tests"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24882 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24883
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885         dlls/d3dx9_37/Makefile"
24886 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24887         d3dx9_37"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24890 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24891
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893         dlls/d3dx9_38/Makefile"
24894 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24895         d3dx9_38"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24898 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24899
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901         dlls/d3dx9_39/Makefile"
24902 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24903         d3dx9_39"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24907
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909         dlls/d3dx9_40/Makefile"
24910 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24911         d3dx9_40"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24914 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24915
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917         dlls/d3dxof/Makefile"
24918 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24919         d3dxof"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24922 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24923
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925         dlls/d3dxof/tests/Makefile"
24926 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24927         d3dxof/tests"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24930 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24931
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933         dlls/dbghelp/Makefile"
24934 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24935         dbghelp"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24939
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941         dlls/dciman32/Makefile"
24942 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24943         dciman32"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24946 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24947
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949         dlls/ddraw/Makefile"
24950 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24951         ddraw"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24954 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24955
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957         dlls/ddraw/tests/Makefile"
24958 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24959         ddraw/tests"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24962 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24963
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965         dlls/ddrawex/Makefile"
24966 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24967         ddrawex"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24970 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24971
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973         dlls/ddrawex/tests/Makefile"
24974 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24975         ddrawex/tests"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24978 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24979
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981         dlls/devenum/Makefile"
24982 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24983         devenum"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24986 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24987
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989         dlls/dinput/Makefile"
24990 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24991         dinput"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24994 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24995
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997         dlls/dinput/tests/Makefile"
24998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24999         dinput/tests"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25002 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25003
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005         dlls/dinput8/Makefile"
25006 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25007         dinput8"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25010 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25011
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013         dlls/dmband/Makefile"
25014 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25015         dmband"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25018 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25019
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021         dlls/dmcompos/Makefile"
25022 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25023         dmcompos"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25026 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25027
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029         dlls/dmime/Makefile"
25030 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25031         dmime"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25034 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25035
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037         dlls/dmloader/Makefile"
25038 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25039         dmloader"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25042 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25043
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045         dlls/dmscript/Makefile"
25046 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25047         dmscript"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25050 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25051
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053         dlls/dmstyle/Makefile"
25054 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25055         dmstyle"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25058 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25059
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061         dlls/dmsynth/Makefile"
25062 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25063         dmsynth"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25066 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25067
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069         dlls/dmusic/Makefile"
25070 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25071         dmusic"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25074 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25075
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077         dlls/dmusic32/Makefile"
25078 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25079         dmusic32"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25082 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25083
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085         dlls/dnsapi/Makefile"
25086 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25087         dnsapi"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25090 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25091
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093         dlls/dnsapi/tests/Makefile"
25094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25095         dnsapi/tests"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25098 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25099
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101         dlls/dplay/Makefile"
25102 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25103         dplay"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25106 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25107
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109         dlls/dplayx/Makefile"
25110 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25111         dplayx"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25114 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25115
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117         dlls/dplayx/tests/Makefile"
25118 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25119         dplayx/tests"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25122 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25123
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125         dlls/dpnaddr/Makefile"
25126 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25127         dpnaddr"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25130 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25131
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133         dlls/dpnet/Makefile"
25134 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25135         dpnet"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25138 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25139
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141         dlls/dpnhpast/Makefile"
25142 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25143         dpnhpast"
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25146 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25147
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149         dlls/dpnlobby/Makefile"
25150 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25151         dpnlobby"
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25154 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25155
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157         dlls/dpwsockx/Makefile"
25158 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25159         dpwsockx"
25160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25161 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25162 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25163
25164 ALL_MAKEFILES="$ALL_MAKEFILES \\
25165         dlls/dsound/Makefile"
25166 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25167         dsound"
25168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25169 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25170 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25171
25172 ALL_MAKEFILES="$ALL_MAKEFILES \\
25173         dlls/dsound/tests/Makefile"
25174 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25175         dsound/tests"
25176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25177 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25178 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25179
25180 ALL_MAKEFILES="$ALL_MAKEFILES \\
25181         dlls/dssenh/Makefile"
25182 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25183         dssenh"
25184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25185 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25186 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25187
25188 ALL_MAKEFILES="$ALL_MAKEFILES \\
25189         dlls/dswave/Makefile"
25190 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25191         dswave"
25192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25193 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25194 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25195
25196 ALL_MAKEFILES="$ALL_MAKEFILES \\
25197         dlls/dwmapi/Makefile"
25198 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25199         dwmapi"
25200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25201 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25202 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25203
25204 ALL_MAKEFILES="$ALL_MAKEFILES \\
25205         dlls/dxdiagn/Makefile"
25206 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25207         dxdiagn"
25208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25209 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25210 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25211
25212 ALL_MAKEFILES="$ALL_MAKEFILES \\
25213         dlls/dxerr8/Makefile"
25214 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25215         dxerr8"
25216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25217 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25218 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25219
25220 ALL_MAKEFILES="$ALL_MAKEFILES \\
25221         dlls/dxerr9/Makefile"
25222 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25223         dxerr9"
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25226 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25227
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229         dlls/dxgi/Makefile"
25230 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25231         dxgi"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25234 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25235
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237         dlls/dxgi/tests/Makefile"
25238 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25239         dxgi/tests"
25240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25241 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25242 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25243
25244 ALL_MAKEFILES="$ALL_MAKEFILES \\
25245         dlls/dxguid/Makefile"
25246 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25247         dxguid"
25248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25249 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25250 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25251
25252 ALL_MAKEFILES="$ALL_MAKEFILES \\
25253         dlls/faultrep/Makefile"
25254 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25255         faultrep"
25256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25257 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25258 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25259
25260 ALL_MAKEFILES="$ALL_MAKEFILES \\
25261         dlls/fusion/Makefile"
25262 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25263         fusion"
25264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25265 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25266 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25267
25268 ALL_MAKEFILES="$ALL_MAKEFILES \\
25269         dlls/fusion/tests/Makefile"
25270 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25271         fusion/tests"
25272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25273 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25274 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25275
25276 ALL_MAKEFILES="$ALL_MAKEFILES \\
25277         dlls/gdi32/Makefile"
25278 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25279         gdi32"
25280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25281 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25282 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25283
25284 ALL_MAKEFILES="$ALL_MAKEFILES \\
25285         dlls/gdi32/tests/Makefile"
25286 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25287         gdi32/tests"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25290 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25291
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293         dlls/gdiplus/Makefile"
25294 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25295         gdiplus"
25296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25297 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25298 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25299
25300 ALL_MAKEFILES="$ALL_MAKEFILES \\
25301         dlls/gdiplus/tests/Makefile"
25302 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25303         gdiplus/tests"
25304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25305 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25306 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25307
25308 ALL_MAKEFILES="$ALL_MAKEFILES \\
25309         dlls/glu32/Makefile"
25310 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25311         glu32"
25312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25313 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25314 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25315
25316 ALL_MAKEFILES="$ALL_MAKEFILES \\
25317         dlls/gphoto2.ds/Makefile"
25318 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25319         gphoto2.ds"
25320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25321 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25322 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25323
25324 ALL_MAKEFILES="$ALL_MAKEFILES \\
25325         dlls/gpkcsp/Makefile"
25326 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25327         gpkcsp"
25328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25329 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25330 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25331
25332 ALL_MAKEFILES="$ALL_MAKEFILES \\
25333         dlls/hal/Makefile"
25334 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25335         hal"
25336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25337 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25338 ac_config_files="$ac_config_files dlls/hal/Makefile"
25339
25340 ALL_MAKEFILES="$ALL_MAKEFILES \\
25341         dlls/hhctrl.ocx/Makefile"
25342 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25343         hhctrl.ocx"
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25346 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25347
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349         dlls/hid/Makefile"
25350 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25351         hid"
25352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25353 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25354 ac_config_files="$ac_config_files dlls/hid/Makefile"
25355
25356 ALL_MAKEFILES="$ALL_MAKEFILES \\
25357         dlls/hlink/Makefile"
25358 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25359         hlink"
25360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25361 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25362 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25363
25364 ALL_MAKEFILES="$ALL_MAKEFILES \\
25365         dlls/hlink/tests/Makefile"
25366 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25367         hlink/tests"
25368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25369 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25370 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25371
25372 ALL_MAKEFILES="$ALL_MAKEFILES \\
25373         dlls/hnetcfg/Makefile"
25374 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25375         hnetcfg"
25376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25377 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25378 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25379
25380 ALL_MAKEFILES="$ALL_MAKEFILES \\
25381         dlls/httpapi/Makefile"
25382 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25383         httpapi"
25384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25385 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25386 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25387
25388 ALL_MAKEFILES="$ALL_MAKEFILES \\
25389         dlls/iccvid/Makefile"
25390 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25391         iccvid"
25392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25393 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25394 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25395
25396 ALL_MAKEFILES="$ALL_MAKEFILES \\
25397         dlls/icmp/Makefile"
25398 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25399         icmp"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25402 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25403
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405         dlls/ifsmgr.vxd/Makefile"
25406 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25407         ifsmgr.vxd"
25408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25409 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25410 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25411
25412 ALL_MAKEFILES="$ALL_MAKEFILES \\
25413         dlls/imaadp32.acm/Makefile"
25414 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25415         imaadp32.acm"
25416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25417 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25418 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25419
25420 ALL_MAKEFILES="$ALL_MAKEFILES \\
25421         dlls/imagehlp/Makefile"
25422 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25423         imagehlp"
25424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25425 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25426 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25427
25428 ALL_MAKEFILES="$ALL_MAKEFILES \\
25429         dlls/imm32/Makefile"
25430 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25431         imm32"
25432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25433 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25434 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25435
25436 ALL_MAKEFILES="$ALL_MAKEFILES \\
25437         dlls/imm32/tests/Makefile"
25438 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25439         imm32/tests"
25440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25441 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25442 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25443
25444 ALL_MAKEFILES="$ALL_MAKEFILES \\
25445         dlls/inetcomm/Makefile"
25446 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25447         inetcomm"
25448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25449 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25450 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25451
25452 ALL_MAKEFILES="$ALL_MAKEFILES \\
25453         dlls/inetcomm/tests/Makefile"
25454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25455         inetcomm/tests"
25456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25457 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25458 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25459
25460 ALL_MAKEFILES="$ALL_MAKEFILES \\
25461         dlls/inetmib1/Makefile"
25462 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25463         inetmib1"
25464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25465 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25466 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25467
25468 ALL_MAKEFILES="$ALL_MAKEFILES \\
25469         dlls/inetmib1/tests/Makefile"
25470 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25471         inetmib1/tests"
25472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25473 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25474 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25475
25476 ALL_MAKEFILES="$ALL_MAKEFILES \\
25477         dlls/infosoft/Makefile"
25478 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25479         infosoft"
25480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25481 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25482 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25483
25484 ALL_MAKEFILES="$ALL_MAKEFILES \\
25485         dlls/infosoft/tests/Makefile"
25486 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25487         infosoft/tests"
25488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25489 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25490 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25491
25492 ALL_MAKEFILES="$ALL_MAKEFILES \\
25493         dlls/initpki/Makefile"
25494 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25495         initpki"
25496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25497 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25498 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25499
25500 ALL_MAKEFILES="$ALL_MAKEFILES \\
25501         dlls/inkobj/Makefile"
25502 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25503         inkobj"
25504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25505 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25506 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25507
25508 ALL_MAKEFILES="$ALL_MAKEFILES \\
25509         dlls/inseng/Makefile"
25510 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25511         inseng"
25512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25513 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25514 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25515
25516 ALL_MAKEFILES="$ALL_MAKEFILES \\
25517         dlls/iphlpapi/Makefile"
25518 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25519         iphlpapi"
25520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25521 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25522 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25523
25524 ALL_MAKEFILES="$ALL_MAKEFILES \\
25525         dlls/iphlpapi/tests/Makefile"
25526 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25527         iphlpapi/tests"
25528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25529 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25530 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25531
25532 ALL_MAKEFILES="$ALL_MAKEFILES \\
25533         dlls/itircl/Makefile"
25534 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25535         itircl"
25536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25537 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25538 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25539
25540 ALL_MAKEFILES="$ALL_MAKEFILES \\
25541         dlls/itss/Makefile"
25542 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25543         itss"
25544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25545 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25546 ac_config_files="$ac_config_files dlls/itss/Makefile"
25547
25548 ALL_MAKEFILES="$ALL_MAKEFILES \\
25549         dlls/itss/tests/Makefile"
25550 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25551         itss/tests"
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25554 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25555
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557         dlls/jscript/Makefile"
25558 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25559         jscript"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25562 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25563
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565         dlls/jscript/tests/Makefile"
25566 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25567         jscript/tests"
25568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25569 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25570 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25571
25572 ALL_MAKEFILES="$ALL_MAKEFILES \\
25573         dlls/kernel32/Makefile"
25574 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25575         kernel32"
25576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25577 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25578 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25579
25580 ALL_MAKEFILES="$ALL_MAKEFILES \\
25581         dlls/kernel32/tests/Makefile"
25582 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25583         kernel32/tests"
25584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25585 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25586 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25587
25588 ALL_MAKEFILES="$ALL_MAKEFILES \\
25589         dlls/loadperf/Makefile"
25590 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25591         loadperf"
25592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25593 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25594 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25595
25596 ALL_MAKEFILES="$ALL_MAKEFILES \\
25597         dlls/localspl/Makefile"
25598 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25599         localspl"
25600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25601 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25602 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25603
25604 ALL_MAKEFILES="$ALL_MAKEFILES \\
25605         dlls/localspl/tests/Makefile"
25606 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25607         localspl/tests"
25608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25609 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25610 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25611
25612 ALL_MAKEFILES="$ALL_MAKEFILES \\
25613         dlls/localui/Makefile"
25614 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25615         localui"
25616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25617 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25618 ac_config_files="$ac_config_files dlls/localui/Makefile"
25619
25620 ALL_MAKEFILES="$ALL_MAKEFILES \\
25621         dlls/localui/tests/Makefile"
25622 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25623         localui/tests"
25624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25625 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25626 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25627
25628 ALL_MAKEFILES="$ALL_MAKEFILES \\
25629         dlls/lz32/Makefile"
25630 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25631         lz32"
25632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25633 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25634 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25635
25636 ALL_MAKEFILES="$ALL_MAKEFILES \\
25637         dlls/lz32/tests/Makefile"
25638 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25639         lz32/tests"
25640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25641 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25642 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25643
25644 ALL_MAKEFILES="$ALL_MAKEFILES \\
25645         dlls/mapi32/Makefile"
25646 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25647         mapi32"
25648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25649 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25650 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25651
25652 ALL_MAKEFILES="$ALL_MAKEFILES \\
25653         dlls/mapi32/tests/Makefile"
25654 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25655         mapi32/tests"
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25658 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25659
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661         dlls/mciavi32/Makefile"
25662 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25663         mciavi32"
25664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25665 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25666 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25667
25668 ALL_MAKEFILES="$ALL_MAKEFILES \\
25669         dlls/mcicda/Makefile"
25670 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25671         mcicda"
25672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25673 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25674 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25675
25676 ALL_MAKEFILES="$ALL_MAKEFILES \\
25677         dlls/mciqtz32/Makefile"
25678 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25679         mciqtz32"
25680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25681 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25682 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25683
25684 ALL_MAKEFILES="$ALL_MAKEFILES \\
25685         dlls/mciseq/Makefile"
25686 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25687         mciseq"
25688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25689 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25690 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25691
25692 ALL_MAKEFILES="$ALL_MAKEFILES \\
25693         dlls/mciwave/Makefile"
25694 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25695         mciwave"
25696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25697 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25698 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25699
25700 ALL_MAKEFILES="$ALL_MAKEFILES \\
25701         dlls/midimap/Makefile"
25702 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25703         midimap"
25704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25705 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25706 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25707
25708 ALL_MAKEFILES="$ALL_MAKEFILES \\
25709         dlls/mlang/Makefile"
25710 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25711         mlang"
25712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25713 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25714 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25715
25716 ALL_MAKEFILES="$ALL_MAKEFILES \\
25717         dlls/mlang/tests/Makefile"
25718 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25719         mlang/tests"
25720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25721 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25722 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25723
25724 ALL_MAKEFILES="$ALL_MAKEFILES \\
25725         dlls/mmdevldr.vxd/Makefile"
25726 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25727         mmdevldr.vxd"
25728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25729 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25730 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25731
25732 ALL_MAKEFILES="$ALL_MAKEFILES \\
25733         dlls/monodebg.vxd/Makefile"
25734 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25735         monodebg.vxd"
25736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25737 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25738 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25739
25740 ALL_MAKEFILES="$ALL_MAKEFILES \\
25741         dlls/mountmgr.sys/Makefile"
25742 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25743         mountmgr.sys"
25744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25745 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25746 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25747
25748 ALL_MAKEFILES="$ALL_MAKEFILES \\
25749         dlls/mpr/Makefile"
25750 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25751         mpr"
25752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25753 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25754 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25755
25756 ALL_MAKEFILES="$ALL_MAKEFILES \\
25757         dlls/mprapi/Makefile"
25758 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25759         mprapi"
25760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25761 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25762 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25763
25764 ALL_MAKEFILES="$ALL_MAKEFILES \\
25765         dlls/msacm32.drv/Makefile"
25766 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25767         msacm32.drv"
25768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25769 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25770 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25771
25772 ALL_MAKEFILES="$ALL_MAKEFILES \\
25773         dlls/msacm32/Makefile"
25774 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25775         msacm32"
25776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25777 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25778 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25779
25780 ALL_MAKEFILES="$ALL_MAKEFILES \\
25781         dlls/msacm32/tests/Makefile"
25782 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25783         msacm32/tests"
25784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25785 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25786 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25787
25788 ALL_MAKEFILES="$ALL_MAKEFILES \\
25789         dlls/msadp32.acm/Makefile"
25790 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25791         msadp32.acm"
25792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25793 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25794 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25795
25796 ALL_MAKEFILES="$ALL_MAKEFILES \\
25797         dlls/mscat32/Makefile"
25798 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25799         mscat32"
25800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25801 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25802 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25803
25804 ALL_MAKEFILES="$ALL_MAKEFILES \\
25805         dlls/mscms/Makefile"
25806 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25807         mscms"
25808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25809 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25810 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25811
25812 ALL_MAKEFILES="$ALL_MAKEFILES \\
25813         dlls/mscms/tests/Makefile"
25814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25815         mscms/tests"
25816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25817 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25818 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25819
25820 ALL_MAKEFILES="$ALL_MAKEFILES \\
25821         dlls/mscoree/Makefile"
25822 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25823         mscoree"
25824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25825 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25826 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25827
25828 ALL_MAKEFILES="$ALL_MAKEFILES \\
25829         dlls/msctf/Makefile"
25830 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25831         msctf"
25832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25833 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25834 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25835
25836 ALL_MAKEFILES="$ALL_MAKEFILES \\
25837         dlls/msctf/tests/Makefile"
25838 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25839         msctf/tests"
25840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25841 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25842 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25843
25844 ALL_MAKEFILES="$ALL_MAKEFILES \\
25845         dlls/msdmo/Makefile"
25846 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25847         msdmo"
25848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25849 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25850 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25851
25852 ALL_MAKEFILES="$ALL_MAKEFILES \\
25853         dlls/msftedit/Makefile"
25854 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25855         msftedit"
25856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25857 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25858 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25859
25860 ALL_MAKEFILES="$ALL_MAKEFILES \\
25861         dlls/msg711.acm/Makefile"
25862 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25863         msg711.acm"
25864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25865 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25866 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25867
25868 ALL_MAKEFILES="$ALL_MAKEFILES \\
25869         dlls/mshtml.tlb/Makefile"
25870 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25871         mshtml.tlb"
25872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25873 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25874 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25875
25876 ALL_MAKEFILES="$ALL_MAKEFILES \\
25877         dlls/mshtml/Makefile"
25878 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25879         mshtml"
25880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25881 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25882 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25883
25884 ALL_MAKEFILES="$ALL_MAKEFILES \\
25885         dlls/mshtml/tests/Makefile"
25886 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25887         mshtml/tests"
25888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25889 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25890 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25891
25892 ALL_MAKEFILES="$ALL_MAKEFILES \\
25893         dlls/msi/Makefile"
25894 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25895         msi"
25896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25897 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25898 ac_config_files="$ac_config_files dlls/msi/Makefile"
25899
25900 ALL_MAKEFILES="$ALL_MAKEFILES \\
25901         dlls/msi/tests/Makefile"
25902 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25903         msi/tests"
25904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25905 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25906 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25907
25908 ALL_MAKEFILES="$ALL_MAKEFILES \\
25909         dlls/msimg32/Makefile"
25910 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25911         msimg32"
25912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25913 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25914 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25915
25916 ALL_MAKEFILES="$ALL_MAKEFILES \\
25917         dlls/msimtf/Makefile"
25918 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25919         msimtf"
25920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25921 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25922 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25923
25924 ALL_MAKEFILES="$ALL_MAKEFILES \\
25925         dlls/msisip/Makefile"
25926 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25927         msisip"
25928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25929 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25930 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25931
25932 ALL_MAKEFILES="$ALL_MAKEFILES \\
25933         dlls/msisys.ocx/Makefile"
25934 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25935         msisys.ocx"
25936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25937 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25938 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25939
25940 ALL_MAKEFILES="$ALL_MAKEFILES \\
25941         dlls/msnet32/Makefile"
25942 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25943         msnet32"
25944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25945 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25946 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25947
25948 ALL_MAKEFILES="$ALL_MAKEFILES \\
25949         dlls/msrle32/Makefile"
25950 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25951         msrle32"
25952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25953 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25954 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25955
25956 ALL_MAKEFILES="$ALL_MAKEFILES \\
25957         dlls/mssign32/Makefile"
25958 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25959         mssign32"
25960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25961 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25962 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25963
25964 ALL_MAKEFILES="$ALL_MAKEFILES \\
25965         dlls/mssip32/Makefile"
25966 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25967         mssip32"
25968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25969 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25970 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25971
25972 ALL_MAKEFILES="$ALL_MAKEFILES \\
25973         dlls/mstask/Makefile"
25974 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25975         mstask"
25976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25977 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25978 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25979
25980 ALL_MAKEFILES="$ALL_MAKEFILES \\
25981         dlls/mstask/tests/Makefile"
25982 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25983         mstask/tests"
25984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25985 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25986 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25987
25988 ALL_MAKEFILES="$ALL_MAKEFILES \\
25989         dlls/msvcirt/Makefile"
25990 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25991         msvcirt"
25992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25993 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25994 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25995
25996 ALL_MAKEFILES="$ALL_MAKEFILES \\
25997         dlls/msvcr71/Makefile"
25998 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25999         msvcr71"
26000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26001 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26002 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26003
26004 ALL_MAKEFILES="$ALL_MAKEFILES \\
26005         dlls/msvcrt/Makefile"
26006 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26007         msvcrt"
26008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26009 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26010 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26011
26012 ALL_MAKEFILES="$ALL_MAKEFILES \\
26013         dlls/msvcrt/tests/Makefile"
26014 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26015         msvcrt/tests"
26016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26017 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26018 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26019
26020 ALL_MAKEFILES="$ALL_MAKEFILES \\
26021         dlls/msvcrt20/Makefile"
26022 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26023         msvcrt20"
26024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26025 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26026 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26027
26028 ALL_MAKEFILES="$ALL_MAKEFILES \\
26029         dlls/msvcrt40/Makefile"
26030 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26031         msvcrt40"
26032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26033 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26034 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26035
26036 ALL_MAKEFILES="$ALL_MAKEFILES \\
26037         dlls/msvcrtd/Makefile"
26038 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26039         msvcrtd"
26040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26041 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26042 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26043
26044 ALL_MAKEFILES="$ALL_MAKEFILES \\
26045         dlls/msvcrtd/tests/Makefile"
26046 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26047         msvcrtd/tests"
26048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26049 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26050 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26051
26052 ALL_MAKEFILES="$ALL_MAKEFILES \\
26053         dlls/msvfw32/Makefile"
26054 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26055         msvfw32"
26056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26057 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26058 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26059
26060 ALL_MAKEFILES="$ALL_MAKEFILES \\
26061         dlls/msvfw32/tests/Makefile"
26062 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26063         msvfw32/tests"
26064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26065 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26066 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26067
26068 ALL_MAKEFILES="$ALL_MAKEFILES \\
26069         dlls/msvidc32/Makefile"
26070 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26071         msvidc32"
26072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26073 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26074 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26075
26076 ALL_MAKEFILES="$ALL_MAKEFILES \\
26077         dlls/mswsock/Makefile"
26078 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26079         mswsock"
26080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26081 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26082 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26083
26084 ALL_MAKEFILES="$ALL_MAKEFILES \\
26085         dlls/msxml3/Makefile"
26086 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26087         msxml3"
26088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26089 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26090 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26091
26092 ALL_MAKEFILES="$ALL_MAKEFILES \\
26093         dlls/msxml3/tests/Makefile"
26094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26095         msxml3/tests"
26096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26097 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26098 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26099
26100 ALL_MAKEFILES="$ALL_MAKEFILES \\
26101         dlls/nddeapi/Makefile"
26102 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26103         nddeapi"
26104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26105 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26106 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26107
26108 ALL_MAKEFILES="$ALL_MAKEFILES \\
26109         dlls/netapi32/Makefile"
26110 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26111         netapi32"
26112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26113 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26114 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26115
26116 ALL_MAKEFILES="$ALL_MAKEFILES \\
26117         dlls/netapi32/tests/Makefile"
26118 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26119         netapi32/tests"
26120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26121 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26122 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26123
26124 ALL_MAKEFILES="$ALL_MAKEFILES \\
26125         dlls/newdev/Makefile"
26126 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26127         newdev"
26128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26129 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26130 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26131
26132 ALL_MAKEFILES="$ALL_MAKEFILES \\
26133         dlls/ntdll/Makefile"
26134 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26135         ntdll"
26136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26137 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26138 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26139
26140 ALL_MAKEFILES="$ALL_MAKEFILES \\
26141         dlls/ntdll/tests/Makefile"
26142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26143         ntdll/tests"
26144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26145 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26146 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26147
26148 ALL_MAKEFILES="$ALL_MAKEFILES \\
26149         dlls/ntdsapi/Makefile"
26150 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26151         ntdsapi"
26152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26153 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26154 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26155
26156 ALL_MAKEFILES="$ALL_MAKEFILES \\
26157         dlls/ntdsapi/tests/Makefile"
26158 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26159         ntdsapi/tests"
26160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26161 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26162 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26163
26164 ALL_MAKEFILES="$ALL_MAKEFILES \\
26165         dlls/ntoskrnl.exe/Makefile"
26166 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26167         ntoskrnl.exe"
26168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26169 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26170 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26171
26172 ALL_MAKEFILES="$ALL_MAKEFILES \\
26173         dlls/ntprint/Makefile"
26174 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26175         ntprint"
26176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26177 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26178 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26179
26180 ALL_MAKEFILES="$ALL_MAKEFILES \\
26181         dlls/ntprint/tests/Makefile"
26182 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26183         ntprint/tests"
26184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26185 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26186 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26187
26188 ALL_MAKEFILES="$ALL_MAKEFILES \\
26189         dlls/objsel/Makefile"
26190 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26191         objsel"
26192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26193 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26194 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26195
26196 ALL_MAKEFILES="$ALL_MAKEFILES \\
26197         dlls/odbc32/Makefile"
26198 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26199         odbc32"
26200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26201 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26202 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26203
26204 ALL_MAKEFILES="$ALL_MAKEFILES \\
26205         dlls/odbccp32/Makefile"
26206 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26207         odbccp32"
26208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26209 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26210 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26211
26212 ALL_MAKEFILES="$ALL_MAKEFILES \\
26213         dlls/odbccp32/tests/Makefile"
26214 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26215         odbccp32/tests"
26216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26217 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26218 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26219
26220 ALL_MAKEFILES="$ALL_MAKEFILES \\
26221         dlls/ole32/Makefile"
26222 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26223         ole32"
26224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26225 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26226 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26227
26228 ALL_MAKEFILES="$ALL_MAKEFILES \\
26229         dlls/ole32/tests/Makefile"
26230 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26231         ole32/tests"
26232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26233 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26234 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26235
26236 ALL_MAKEFILES="$ALL_MAKEFILES \\
26237         dlls/oleacc/Makefile"
26238 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26239         oleacc"
26240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26241 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26242 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26243
26244 ALL_MAKEFILES="$ALL_MAKEFILES \\
26245         dlls/oleacc/tests/Makefile"
26246 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26247         oleacc/tests"
26248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26249 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26250 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26251
26252 ALL_MAKEFILES="$ALL_MAKEFILES \\
26253         dlls/oleaut32/Makefile"
26254 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26255         oleaut32"
26256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26257 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26258 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26259
26260 ALL_MAKEFILES="$ALL_MAKEFILES \\
26261         dlls/oleaut32/tests/Makefile"
26262 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26263         oleaut32/tests"
26264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26265 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26266 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26267
26268 ALL_MAKEFILES="$ALL_MAKEFILES \\
26269         dlls/olecli32/Makefile"
26270 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26271         olecli32"
26272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26273 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26274 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26275
26276 ALL_MAKEFILES="$ALL_MAKEFILES \\
26277         dlls/oledlg/Makefile"
26278 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26279         oledlg"
26280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26281 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26282 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26283
26284 ALL_MAKEFILES="$ALL_MAKEFILES \\
26285         dlls/olepro32/Makefile"
26286 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26287         olepro32"
26288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26289 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26290 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26291
26292 ALL_MAKEFILES="$ALL_MAKEFILES \\
26293         dlls/olesvr32/Makefile"
26294 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26295         olesvr32"
26296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26297 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26298 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26299
26300 ALL_MAKEFILES="$ALL_MAKEFILES \\
26301         dlls/olethk32/Makefile"
26302 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26303         olethk32"
26304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26305 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26306 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26307
26308 ALL_MAKEFILES="$ALL_MAKEFILES \\
26309         dlls/opengl32/Makefile"
26310 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26311         opengl32"
26312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26313 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26314 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26315
26316 ALL_MAKEFILES="$ALL_MAKEFILES \\
26317         dlls/opengl32/tests/Makefile"
26318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26319         opengl32/tests"
26320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26321 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26322 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26323
26324 ALL_MAKEFILES="$ALL_MAKEFILES \\
26325         dlls/pdh/Makefile"
26326 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26327         pdh"
26328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26329 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26330 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26331
26332 ALL_MAKEFILES="$ALL_MAKEFILES \\
26333         dlls/pdh/tests/Makefile"
26334 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26335         pdh/tests"
26336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26337 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26338 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26339
26340 ALL_MAKEFILES="$ALL_MAKEFILES \\
26341         dlls/pidgen/Makefile"
26342 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26343         pidgen"
26344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26345 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26346 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26347
26348 ALL_MAKEFILES="$ALL_MAKEFILES \\
26349         dlls/powrprof/Makefile"
26350 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26351         powrprof"
26352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26353 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26354 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26355
26356 ALL_MAKEFILES="$ALL_MAKEFILES \\
26357         dlls/printui/Makefile"
26358 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26359         printui"
26360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26361 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26362 ac_config_files="$ac_config_files dlls/printui/Makefile"
26363
26364 ALL_MAKEFILES="$ALL_MAKEFILES \\
26365         dlls/propsys/Makefile"
26366 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26367         propsys"
26368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26369 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26370 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26371
26372 ALL_MAKEFILES="$ALL_MAKEFILES \\
26373         dlls/psapi/Makefile"
26374 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26375         psapi"
26376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26377 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26378 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26379
26380 ALL_MAKEFILES="$ALL_MAKEFILES \\
26381         dlls/psapi/tests/Makefile"
26382 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26383         psapi/tests"
26384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26385 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26386 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26387
26388 ALL_MAKEFILES="$ALL_MAKEFILES \\
26389         dlls/pstorec/Makefile"
26390 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26391         pstorec"
26392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26393 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26394 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26395
26396 ALL_MAKEFILES="$ALL_MAKEFILES \\
26397         dlls/qcap/Makefile"
26398 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26399         qcap"
26400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26401 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26402 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26403
26404 ALL_MAKEFILES="$ALL_MAKEFILES \\
26405         dlls/qedit/Makefile"
26406 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26407         qedit"
26408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26409 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26410 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26411
26412 ALL_MAKEFILES="$ALL_MAKEFILES \\
26413         dlls/qedit/tests/Makefile"
26414 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26415         qedit/tests"
26416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26417 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26418 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26419
26420 ALL_MAKEFILES="$ALL_MAKEFILES \\
26421         dlls/qmgr/Makefile"
26422 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26423         qmgr"
26424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26425 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26426 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26427
26428 ALL_MAKEFILES="$ALL_MAKEFILES \\
26429         dlls/qmgr/tests/Makefile"
26430 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26431         qmgr/tests"
26432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26433 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26434 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26435
26436 ALL_MAKEFILES="$ALL_MAKEFILES \\
26437         dlls/qmgrprxy/Makefile"
26438 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26439         qmgrprxy"
26440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26441 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26442 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26443
26444 ALL_MAKEFILES="$ALL_MAKEFILES \\
26445         dlls/quartz/Makefile"
26446 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26447         quartz"
26448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26449 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26450 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26451
26452 ALL_MAKEFILES="$ALL_MAKEFILES \\
26453         dlls/quartz/tests/Makefile"
26454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26455         quartz/tests"
26456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26457 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26458 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26459
26460 ALL_MAKEFILES="$ALL_MAKEFILES \\
26461         dlls/query/Makefile"
26462 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26463         query"
26464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26465 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26466 ac_config_files="$ac_config_files dlls/query/Makefile"
26467
26468 ALL_MAKEFILES="$ALL_MAKEFILES \\
26469         dlls/rasapi32/Makefile"
26470 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26471         rasapi32"
26472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26473 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26474 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26475
26476 ALL_MAKEFILES="$ALL_MAKEFILES \\
26477         dlls/rasapi32/tests/Makefile"
26478 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26479         rasapi32/tests"
26480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26481 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26482 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26483
26484 ALL_MAKEFILES="$ALL_MAKEFILES \\
26485         dlls/rasdlg/Makefile"
26486 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26487         rasdlg"
26488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26489 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26490 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26491
26492 ALL_MAKEFILES="$ALL_MAKEFILES \\
26493         dlls/resutils/Makefile"
26494 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26495         resutils"
26496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26497 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26498 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26499
26500 ALL_MAKEFILES="$ALL_MAKEFILES \\
26501         dlls/riched20/Makefile"
26502 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26503         riched20"
26504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26505 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26506 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26507
26508 ALL_MAKEFILES="$ALL_MAKEFILES \\
26509         dlls/riched20/tests/Makefile"
26510 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26511         riched20/tests"
26512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26513 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26514 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26515
26516 ALL_MAKEFILES="$ALL_MAKEFILES \\
26517         dlls/riched32/Makefile"
26518 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26519         riched32"
26520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26521 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26522 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26523
26524 ALL_MAKEFILES="$ALL_MAKEFILES \\
26525         dlls/riched32/tests/Makefile"
26526 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26527         riched32/tests"
26528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26529 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26530 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26531
26532 ALL_MAKEFILES="$ALL_MAKEFILES \\
26533         dlls/rpcrt4/Makefile"
26534 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26535         rpcrt4"
26536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26537 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26538 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26539
26540 ALL_MAKEFILES="$ALL_MAKEFILES \\
26541         dlls/rpcrt4/tests/Makefile"
26542 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26543         rpcrt4/tests"
26544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26545 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26546 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26547
26548 ALL_MAKEFILES="$ALL_MAKEFILES \\
26549         dlls/rsabase/Makefile"
26550 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26551         rsabase"
26552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26553 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26554 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26555
26556 ALL_MAKEFILES="$ALL_MAKEFILES \\
26557         dlls/rsaenh/Makefile"
26558 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26559         rsaenh"
26560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26561 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26562 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26563
26564 ALL_MAKEFILES="$ALL_MAKEFILES \\
26565         dlls/rsaenh/tests/Makefile"
26566 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26567         rsaenh/tests"
26568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26569 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26570 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26571
26572 ALL_MAKEFILES="$ALL_MAKEFILES \\
26573         dlls/sane.ds/Makefile"
26574 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26575         sane.ds"
26576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26577 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26578 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26579
26580 ALL_MAKEFILES="$ALL_MAKEFILES \\
26581         dlls/sccbase/Makefile"
26582 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26583         sccbase"
26584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26585 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26586 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26587
26588 ALL_MAKEFILES="$ALL_MAKEFILES \\
26589         dlls/schannel/Makefile"
26590 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26591         schannel"
26592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26593 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26594 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26595
26596 ALL_MAKEFILES="$ALL_MAKEFILES \\
26597         dlls/schannel/tests/Makefile"
26598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26599         schannel/tests"
26600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26601 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26602 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26603
26604 ALL_MAKEFILES="$ALL_MAKEFILES \\
26605         dlls/secur32/Makefile"
26606 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26607         secur32"
26608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26609 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26610 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26611
26612 ALL_MAKEFILES="$ALL_MAKEFILES \\
26613         dlls/secur32/tests/Makefile"
26614 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26615         secur32/tests"
26616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26617 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26618 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26619
26620 ALL_MAKEFILES="$ALL_MAKEFILES \\
26621         dlls/security/Makefile"
26622 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26623         security"
26624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26625 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26626 ac_config_files="$ac_config_files dlls/security/Makefile"
26627
26628 ALL_MAKEFILES="$ALL_MAKEFILES \\
26629         dlls/sensapi/Makefile"
26630 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26631         sensapi"
26632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26633 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26634 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26635
26636 ALL_MAKEFILES="$ALL_MAKEFILES \\
26637         dlls/serialui/Makefile"
26638 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26639         serialui"
26640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26641 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26642 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26643
26644 ALL_MAKEFILES="$ALL_MAKEFILES \\
26645         dlls/serialui/tests/Makefile"
26646 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26647         serialui/tests"
26648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26649 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26650 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26651
26652 ALL_MAKEFILES="$ALL_MAKEFILES \\
26653         dlls/setupapi/Makefile"
26654 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26655         setupapi"
26656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26657 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26658 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26659
26660 ALL_MAKEFILES="$ALL_MAKEFILES \\
26661         dlls/setupapi/tests/Makefile"
26662 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26663         setupapi/tests"
26664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26665 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26666 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26667
26668 ALL_MAKEFILES="$ALL_MAKEFILES \\
26669         dlls/sfc/Makefile"
26670 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26671         sfc"
26672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26673 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26674 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26675
26676 ALL_MAKEFILES="$ALL_MAKEFILES \\
26677         dlls/sfc_os/Makefile"
26678 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26679         sfc_os"
26680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26681 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26682 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26683
26684 ALL_MAKEFILES="$ALL_MAKEFILES \\
26685         dlls/shdoclc/Makefile"
26686 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26687         shdoclc"
26688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26689 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26690 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26691
26692 ALL_MAKEFILES="$ALL_MAKEFILES \\
26693         dlls/shdocvw/Makefile"
26694 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26695         shdocvw"
26696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26697 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26698 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26699
26700 ALL_MAKEFILES="$ALL_MAKEFILES \\
26701         dlls/shdocvw/tests/Makefile"
26702 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26703         shdocvw/tests"
26704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26705 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26706 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26707
26708 ALL_MAKEFILES="$ALL_MAKEFILES \\
26709         dlls/shell32/Makefile"
26710 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26711         shell32"
26712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26713 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26714 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26715
26716 ALL_MAKEFILES="$ALL_MAKEFILES \\
26717         dlls/shell32/tests/Makefile"
26718 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26719         shell32/tests"
26720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26721 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26722 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26723
26724 ALL_MAKEFILES="$ALL_MAKEFILES \\
26725         dlls/shfolder/Makefile"
26726 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26727         shfolder"
26728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26729 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26730 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26731
26732 ALL_MAKEFILES="$ALL_MAKEFILES \\
26733         dlls/shlwapi/Makefile"
26734 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26735         shlwapi"
26736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26737 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26738 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26739
26740 ALL_MAKEFILES="$ALL_MAKEFILES \\
26741         dlls/shlwapi/tests/Makefile"
26742 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26743         shlwapi/tests"
26744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26745 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26746 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26747
26748 ALL_MAKEFILES="$ALL_MAKEFILES \\
26749         dlls/slbcsp/Makefile"
26750 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26751         slbcsp"
26752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26753 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26754 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26755
26756 ALL_MAKEFILES="$ALL_MAKEFILES \\
26757         dlls/slc/Makefile"
26758 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26759         slc"
26760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26761 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26762 ac_config_files="$ac_config_files dlls/slc/Makefile"
26763
26764 ALL_MAKEFILES="$ALL_MAKEFILES \\
26765         dlls/snmpapi/Makefile"
26766 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26767         snmpapi"
26768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26769 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26770 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26771
26772 ALL_MAKEFILES="$ALL_MAKEFILES \\
26773         dlls/snmpapi/tests/Makefile"
26774 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26775         snmpapi/tests"
26776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26777 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26778 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26779
26780 ALL_MAKEFILES="$ALL_MAKEFILES \\
26781         dlls/softpub/Makefile"
26782 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26783         softpub"
26784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26785 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26786 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26787
26788 ALL_MAKEFILES="$ALL_MAKEFILES \\
26789         dlls/spoolss/Makefile"
26790 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26791         spoolss"
26792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26793 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26794 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26795
26796 ALL_MAKEFILES="$ALL_MAKEFILES \\
26797         dlls/spoolss/tests/Makefile"
26798 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26799         spoolss/tests"
26800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26801 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26802 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26803
26804 ALL_MAKEFILES="$ALL_MAKEFILES \\
26805         dlls/stdole2.tlb/Makefile"
26806 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26807         stdole2.tlb"
26808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26809 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26810 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26811
26812 ALL_MAKEFILES="$ALL_MAKEFILES \\
26813         dlls/stdole32.tlb/Makefile"
26814 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26815         stdole32.tlb"
26816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26817 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26818 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26819
26820 ALL_MAKEFILES="$ALL_MAKEFILES \\
26821         dlls/sti/Makefile"
26822 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26823         sti"
26824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26825 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26826 ac_config_files="$ac_config_files dlls/sti/Makefile"
26827
26828 ALL_MAKEFILES="$ALL_MAKEFILES \\
26829         dlls/strmiids/Makefile"
26830 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26831         strmiids"
26832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26833 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26834 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26835
26836 ALL_MAKEFILES="$ALL_MAKEFILES \\
26837         dlls/svrapi/Makefile"
26838 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26839         svrapi"
26840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26841 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26842 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26843
26844 ALL_MAKEFILES="$ALL_MAKEFILES \\
26845         dlls/sxs/Makefile"
26846 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26847         sxs"
26848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26849 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26850 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26851
26852 ALL_MAKEFILES="$ALL_MAKEFILES \\
26853         dlls/tapi32/Makefile"
26854 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26855         tapi32"
26856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26857 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26858 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26859
26860 ALL_MAKEFILES="$ALL_MAKEFILES \\
26861         dlls/traffic/Makefile"
26862 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26863         traffic"
26864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26865 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26866 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26867
26868 ALL_MAKEFILES="$ALL_MAKEFILES \\
26869         dlls/twain_32/Makefile"
26870 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26871         twain_32"
26872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26873 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26874 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26875
26876 ALL_MAKEFILES="$ALL_MAKEFILES \\
26877         dlls/twain_32/tests/Makefile"
26878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26879         twain_32/tests"
26880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26881 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26882 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26883
26884 ALL_MAKEFILES="$ALL_MAKEFILES \\
26885         dlls/unicows/Makefile"
26886 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26887         unicows"
26888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26889 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26890 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26891
26892 ALL_MAKEFILES="$ALL_MAKEFILES \\
26893         dlls/updspapi/Makefile"
26894 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26895         updspapi"
26896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26897 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26898 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26899
26900 ALL_MAKEFILES="$ALL_MAKEFILES \\
26901         dlls/url/Makefile"
26902 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26903         url"
26904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26905 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26906 ac_config_files="$ac_config_files dlls/url/Makefile"
26907
26908 ALL_MAKEFILES="$ALL_MAKEFILES \\
26909         dlls/urlmon/Makefile"
26910 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26911         urlmon"
26912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26913 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26914 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26915
26916 ALL_MAKEFILES="$ALL_MAKEFILES \\
26917         dlls/urlmon/tests/Makefile"
26918 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26919         urlmon/tests"
26920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26921 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26922 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26923
26924 ALL_MAKEFILES="$ALL_MAKEFILES \\
26925         dlls/user32/Makefile"
26926 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26927         user32"
26928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26929 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26930 ac_config_files="$ac_config_files dlls/user32/Makefile"
26931
26932 ALL_MAKEFILES="$ALL_MAKEFILES \\
26933         dlls/user32/tests/Makefile"
26934 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26935         user32/tests"
26936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26937 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26938 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26939
26940 ALL_MAKEFILES="$ALL_MAKEFILES \\
26941         dlls/userenv/Makefile"
26942 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26943         userenv"
26944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26945 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26946 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26947
26948 ALL_MAKEFILES="$ALL_MAKEFILES \\
26949         dlls/userenv/tests/Makefile"
26950 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26951         userenv/tests"
26952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26953 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26954 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26955
26956 ALL_MAKEFILES="$ALL_MAKEFILES \\
26957         dlls/usp10/Makefile"
26958 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26959         usp10"
26960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26961 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26962 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26963
26964 ALL_MAKEFILES="$ALL_MAKEFILES \\
26965         dlls/usp10/tests/Makefile"
26966 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26967         usp10/tests"
26968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26969 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26970 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26971
26972 ALL_MAKEFILES="$ALL_MAKEFILES \\
26973         dlls/uuid/Makefile"
26974 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26975         uuid"
26976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26977 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26978 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26979
26980 ALL_MAKEFILES="$ALL_MAKEFILES \\
26981         dlls/uxtheme/Makefile"
26982 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26983         uxtheme"
26984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26985 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26986 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26987
26988 ALL_MAKEFILES="$ALL_MAKEFILES \\
26989         dlls/uxtheme/tests/Makefile"
26990 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26991         uxtheme/tests"
26992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26993 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26994 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26995
26996 ALL_MAKEFILES="$ALL_MAKEFILES \\
26997         dlls/vdhcp.vxd/Makefile"
26998 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26999         vdhcp.vxd"
27000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27001 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27002 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27003
27004 ALL_MAKEFILES="$ALL_MAKEFILES \\
27005         dlls/vdmdbg/Makefile"
27006 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27007         vdmdbg"
27008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27009 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27010 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27011
27012 ALL_MAKEFILES="$ALL_MAKEFILES \\
27013         dlls/version/Makefile"
27014 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27015         version"
27016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27017 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27018 ac_config_files="$ac_config_files dlls/version/Makefile"
27019
27020 ALL_MAKEFILES="$ALL_MAKEFILES \\
27021         dlls/version/tests/Makefile"
27022 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27023         version/tests"
27024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27025 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27026 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27027
27028 ALL_MAKEFILES="$ALL_MAKEFILES \\
27029         dlls/vmm.vxd/Makefile"
27030 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27031         vmm.vxd"
27032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27033 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27034 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27035
27036 ALL_MAKEFILES="$ALL_MAKEFILES \\
27037         dlls/vnbt.vxd/Makefile"
27038 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27039         vnbt.vxd"
27040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27041 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27042 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27043
27044 ALL_MAKEFILES="$ALL_MAKEFILES \\
27045         dlls/vnetbios.vxd/Makefile"
27046 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27047         vnetbios.vxd"
27048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27049 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27050 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27051
27052 ALL_MAKEFILES="$ALL_MAKEFILES \\
27053         dlls/vtdapi.vxd/Makefile"
27054 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27055         vtdapi.vxd"
27056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27057 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27058 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27059
27060 ALL_MAKEFILES="$ALL_MAKEFILES \\
27061         dlls/vwin32.vxd/Makefile"
27062 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27063         vwin32.vxd"
27064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27065 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27066 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27067
27068 ALL_MAKEFILES="$ALL_MAKEFILES \\
27069         dlls/w32skrnl/Makefile"
27070 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27071         w32skrnl"
27072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27073 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27074 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27075
27076 ALL_MAKEFILES="$ALL_MAKEFILES \\
27077         dlls/winealsa.drv/Makefile"
27078 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27079         winealsa.drv"
27080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27081 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27082 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27083
27084 ALL_MAKEFILES="$ALL_MAKEFILES \\
27085         dlls/wineaudioio.drv/Makefile"
27086 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27087         wineaudioio.drv"
27088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27089 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27090 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27091
27092 ALL_MAKEFILES="$ALL_MAKEFILES \\
27093         dlls/winecoreaudio.drv/Makefile"
27094 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27095         winecoreaudio.drv"
27096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27097 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27098 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27099
27100 ALL_MAKEFILES="$ALL_MAKEFILES \\
27101         dlls/winecrt0/Makefile"
27102 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27103         winecrt0"
27104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27105 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27106 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27107
27108 ALL_MAKEFILES="$ALL_MAKEFILES \\
27109         dlls/wined3d/Makefile"
27110 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27111         wined3d"
27112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27113 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27114 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27115
27116 ALL_MAKEFILES="$ALL_MAKEFILES \\
27117         dlls/winedos/Makefile"
27118 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27119         winedos"
27120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27121 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27122 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27123
27124 ALL_MAKEFILES="$ALL_MAKEFILES \\
27125         dlls/wineesd.drv/Makefile"
27126 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27127         wineesd.drv"
27128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27129 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27130 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27131
27132 ALL_MAKEFILES="$ALL_MAKEFILES \\
27133         dlls/winejack.drv/Makefile"
27134 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27135         winejack.drv"
27136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27137 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27138 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27139
27140 ALL_MAKEFILES="$ALL_MAKEFILES \\
27141         dlls/winejoystick.drv/Makefile"
27142 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27143         winejoystick.drv"
27144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27145 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27146 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27147
27148 ALL_MAKEFILES="$ALL_MAKEFILES \\
27149         dlls/winemp3.acm/Makefile"
27150 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27151         winemp3.acm"
27152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27153 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27154 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27155
27156 ALL_MAKEFILES="$ALL_MAKEFILES \\
27157         dlls/winenas.drv/Makefile"
27158 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27159         winenas.drv"
27160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27161 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27162 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27163
27164 ALL_MAKEFILES="$ALL_MAKEFILES \\
27165         dlls/wineoss.drv/Makefile"
27166 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27167         wineoss.drv"
27168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27169 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27170 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27171
27172 ALL_MAKEFILES="$ALL_MAKEFILES \\
27173         dlls/wineps.drv/Makefile"
27174 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27175         wineps.drv"
27176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27177 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27178 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27179
27180 ALL_MAKEFILES="$ALL_MAKEFILES \\
27181         dlls/winequartz.drv/Makefile"
27182 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27183         winequartz.drv"
27184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27185 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27186 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27187
27188 ALL_MAKEFILES="$ALL_MAKEFILES \\
27189         dlls/winex11.drv/Makefile"
27190 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27191         winex11.drv"
27192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27193 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27194 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27195
27196 ALL_MAKEFILES="$ALL_MAKEFILES \\
27197         dlls/wing32/Makefile"
27198 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27199         wing32"
27200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27201 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27202 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27203
27204 ALL_MAKEFILES="$ALL_MAKEFILES \\
27205         dlls/winhttp/Makefile"
27206 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27207         winhttp"
27208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27209 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27210 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27211
27212 ALL_MAKEFILES="$ALL_MAKEFILES \\
27213         dlls/winhttp/tests/Makefile"
27214 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27215         winhttp/tests"
27216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27217 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27218 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27219
27220 ALL_MAKEFILES="$ALL_MAKEFILES \\
27221         dlls/wininet/Makefile"
27222 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27223         wininet"
27224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27225 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27226 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27227
27228 ALL_MAKEFILES="$ALL_MAKEFILES \\
27229         dlls/wininet/tests/Makefile"
27230 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27231         wininet/tests"
27232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27233 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27234 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27235
27236 ALL_MAKEFILES="$ALL_MAKEFILES \\
27237         dlls/winmm/Makefile"
27238 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27239         winmm"
27240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27241 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27242 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27243
27244 ALL_MAKEFILES="$ALL_MAKEFILES \\
27245         dlls/winmm/tests/Makefile"
27246 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27247         winmm/tests"
27248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27249 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27250 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27251
27252 ALL_MAKEFILES="$ALL_MAKEFILES \\
27253         dlls/winnls32/Makefile"
27254 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27255         winnls32"
27256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27257 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27258 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27259
27260 ALL_MAKEFILES="$ALL_MAKEFILES \\
27261         dlls/winscard/Makefile"
27262 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27263         winscard"
27264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27265 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27266 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27267
27268 ALL_MAKEFILES="$ALL_MAKEFILES \\
27269         dlls/winspool.drv/Makefile"
27270 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27271         winspool.drv"
27272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27273 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27274 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27275
27276 ALL_MAKEFILES="$ALL_MAKEFILES \\
27277         dlls/winspool.drv/tests/Makefile"
27278 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27279         winspool.drv/tests"
27280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27281 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27282 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27283
27284 ALL_MAKEFILES="$ALL_MAKEFILES \\
27285         dlls/wintab32/Makefile"
27286 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27287         wintab32"
27288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27289 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27290 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27291
27292 ALL_MAKEFILES="$ALL_MAKEFILES \\
27293         dlls/wintrust/Makefile"
27294 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27295         wintrust"
27296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27297 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27298 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27299
27300 ALL_MAKEFILES="$ALL_MAKEFILES \\
27301         dlls/wintrust/tests/Makefile"
27302 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27303         wintrust/tests"
27304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27305 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27306 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27307
27308 ALL_MAKEFILES="$ALL_MAKEFILES \\
27309         dlls/wldap32/Makefile"
27310 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27311         wldap32"
27312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27313 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27314 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27315
27316 ALL_MAKEFILES="$ALL_MAKEFILES \\
27317         dlls/wldap32/tests/Makefile"
27318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27319         wldap32/tests"
27320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27321 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27322 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27323
27324 ALL_MAKEFILES="$ALL_MAKEFILES \\
27325         dlls/wmi/Makefile"
27326 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27327         wmi"
27328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27329 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27330 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27331
27332 ALL_MAKEFILES="$ALL_MAKEFILES \\
27333         dlls/wnaspi32/Makefile"
27334 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27335         wnaspi32"
27336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27337 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27338 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27339
27340 ALL_MAKEFILES="$ALL_MAKEFILES \\
27341         dlls/wow32/Makefile"
27342 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27343         wow32"
27344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27345 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27346 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27347
27348 ALL_MAKEFILES="$ALL_MAKEFILES \\
27349         dlls/ws2_32/Makefile"
27350 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27351         ws2_32"
27352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27353 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27354 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27355
27356 ALL_MAKEFILES="$ALL_MAKEFILES \\
27357         dlls/ws2_32/tests/Makefile"
27358 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27359         ws2_32/tests"
27360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27361 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27362 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27363
27364 ALL_MAKEFILES="$ALL_MAKEFILES \\
27365         dlls/wsock32/Makefile"
27366 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27367         wsock32"
27368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27369 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27370 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27371
27372 ALL_MAKEFILES="$ALL_MAKEFILES \\
27373         dlls/wtsapi32/Makefile"
27374 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27375         wtsapi32"
27376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27377 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27378 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27379
27380 ALL_MAKEFILES="$ALL_MAKEFILES \\
27381         dlls/wuapi/Makefile"
27382 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27383         wuapi"
27384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27385 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27386 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27387
27388 ALL_MAKEFILES="$ALL_MAKEFILES \\
27389         dlls/xinput1_1/Makefile"
27390 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27391         xinput1_1"
27392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27393 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27394 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27395
27396 ALL_MAKEFILES="$ALL_MAKEFILES \\
27397         dlls/xinput1_2/Makefile"
27398 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27399         xinput1_2"
27400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27401 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27402 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27403
27404 ALL_MAKEFILES="$ALL_MAKEFILES \\
27405         dlls/xinput1_3/Makefile"
27406 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27407         xinput1_3"
27408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27409 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27410 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27411
27412 ALL_MAKEFILES="$ALL_MAKEFILES \\
27413         dlls/xinput1_3/tests/Makefile"
27414 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27415         xinput1_3/tests"
27416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27417 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27418 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27419
27420 ALL_MAKEFILES="$ALL_MAKEFILES \\
27421         dlls/xinput9_1_0/Makefile"
27422 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27423         xinput9_1_0"
27424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27425 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27426 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27427
27428 ALL_MAKEFILES="$ALL_MAKEFILES \\
27429         documentation/Makefile"
27430 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27431         documentation"
27432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27433 documentation/Makefile: documentation/Makefile.in Make.rules"
27434 ac_config_files="$ac_config_files documentation/Makefile"
27435
27436 ALL_MAKEFILES="$ALL_MAKEFILES \\
27437         fonts/Makefile"
27438 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27439         fonts"
27440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27441 fonts/Makefile: fonts/Makefile.in Make.rules"
27442 ac_config_files="$ac_config_files fonts/Makefile"
27443
27444 ALL_MAKEFILES="$ALL_MAKEFILES \\
27445         include/Makefile"
27446 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27447         include"
27448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27449 include/Makefile: include/Makefile.in Make.rules"
27450 ac_config_files="$ac_config_files include/Makefile"
27451
27452 ALL_MAKEFILES="$ALL_MAKEFILES \\
27453         libs/Makefile"
27454 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27455         libs"
27456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27457 libs/Makefile: libs/Makefile.in Make.rules"
27458 ac_config_files="$ac_config_files libs/Makefile"
27459
27460 ALL_MAKEFILES="$ALL_MAKEFILES \\
27461         libs/port/Makefile"
27462
27463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27464 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27465 ac_config_files="$ac_config_files libs/port/Makefile"
27466
27467 ALL_MAKEFILES="$ALL_MAKEFILES \\
27468         libs/wine/Makefile"
27469
27470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27471 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27472 ac_config_files="$ac_config_files libs/wine/Makefile"
27473
27474 ALL_MAKEFILES="$ALL_MAKEFILES \\
27475         libs/wpp/Makefile"
27476
27477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27478 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27479 ac_config_files="$ac_config_files libs/wpp/Makefile"
27480
27481 ALL_MAKEFILES="$ALL_MAKEFILES \\
27482         loader/Makefile"
27483 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27484         loader"
27485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27486 loader/Makefile: loader/Makefile.in Make.rules"
27487 ac_config_files="$ac_config_files loader/Makefile"
27488
27489 ALL_MAKEFILES="$ALL_MAKEFILES \\
27490         programs/Makefile"
27491 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27492         programs"
27493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27494 programs/Makefile: programs/Makefile.in Make.rules"
27495 ac_config_files="$ac_config_files programs/Makefile"
27496
27497 ALL_MAKEFILES="$ALL_MAKEFILES \\
27498         programs/cacls/Makefile"
27499 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27500         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27501         cacls"
27502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27503 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27504 ac_config_files="$ac_config_files programs/cacls/Makefile"
27505
27506 ALL_MAKEFILES="$ALL_MAKEFILES \\
27507         programs/clock/Makefile"
27508 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27509         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27510         clock"
27511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27512 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27513 ac_config_files="$ac_config_files programs/clock/Makefile"
27514
27515 ALL_MAKEFILES="$ALL_MAKEFILES \\
27516         programs/cmd/Makefile"
27517 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27518         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27519         cmd"
27520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27521 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27522 ac_config_files="$ac_config_files programs/cmd/Makefile"
27523
27524 ALL_MAKEFILES="$ALL_MAKEFILES \\
27525         programs/cmdlgtst/Makefile"
27526 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27527         cmdlgtst"
27528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27529 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27530 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27531
27532 ALL_MAKEFILES="$ALL_MAKEFILES \\
27533         programs/control/Makefile"
27534 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27535         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27536         control"
27537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27538 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27539 ac_config_files="$ac_config_files programs/control/Makefile"
27540
27541 ALL_MAKEFILES="$ALL_MAKEFILES \\
27542         programs/eject/Makefile"
27543 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27544         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27545         eject"
27546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27547 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27548 ac_config_files="$ac_config_files programs/eject/Makefile"
27549
27550 ALL_MAKEFILES="$ALL_MAKEFILES \\
27551         programs/expand/Makefile"
27552 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27553         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27554         expand"
27555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27556 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27557 ac_config_files="$ac_config_files programs/expand/Makefile"
27558
27559 ALL_MAKEFILES="$ALL_MAKEFILES \\
27560         programs/explorer/Makefile"
27561 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27562         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27563         explorer"
27564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27565 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27566 ac_config_files="$ac_config_files programs/explorer/Makefile"
27567
27568 ALL_MAKEFILES="$ALL_MAKEFILES \\
27569         programs/hh/Makefile"
27570 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27571         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27572         hh"
27573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27574 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27575 ac_config_files="$ac_config_files programs/hh/Makefile"
27576
27577 ALL_MAKEFILES="$ALL_MAKEFILES \\
27578         programs/icinfo/Makefile"
27579 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27580         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27581         icinfo"
27582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27583 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27584 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27585
27586 ALL_MAKEFILES="$ALL_MAKEFILES \\
27587         programs/iexplore/Makefile"
27588 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27589         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27590         iexplore"
27591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27592 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27593 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27594
27595 ALL_MAKEFILES="$ALL_MAKEFILES \\
27596         programs/lodctr/Makefile"
27597 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27598         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27599         lodctr"
27600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27601 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27602 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27603
27604 ALL_MAKEFILES="$ALL_MAKEFILES \\
27605         programs/msiexec/Makefile"
27606 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27607         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27608         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27609         msiexec"
27610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27611 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27612 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27613
27614 ALL_MAKEFILES="$ALL_MAKEFILES \\
27615         programs/net/Makefile"
27616 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27617         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27618         net"
27619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27620 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27621 ac_config_files="$ac_config_files programs/net/Makefile"
27622
27623 ALL_MAKEFILES="$ALL_MAKEFILES \\
27624         programs/notepad/Makefile"
27625 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27626         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27627         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27628         notepad"
27629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27630 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27631 ac_config_files="$ac_config_files programs/notepad/Makefile"
27632
27633 ALL_MAKEFILES="$ALL_MAKEFILES \\
27634         programs/oleview/Makefile"
27635 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27636         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27637         oleview"
27638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27639 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27640 ac_config_files="$ac_config_files programs/oleview/Makefile"
27641
27642 ALL_MAKEFILES="$ALL_MAKEFILES \\
27643         programs/progman/Makefile"
27644 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27645         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27646         progman"
27647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27648 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27649 ac_config_files="$ac_config_files programs/progman/Makefile"
27650
27651 ALL_MAKEFILES="$ALL_MAKEFILES \\
27652         programs/reg/Makefile"
27653 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27654         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27655         reg"
27656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27657 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27658 ac_config_files="$ac_config_files programs/reg/Makefile"
27659
27660 ALL_MAKEFILES="$ALL_MAKEFILES \\
27661         programs/regedit/Makefile"
27662 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27663         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27664         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27665         regedit"
27666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27667 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27668 ac_config_files="$ac_config_files programs/regedit/Makefile"
27669
27670 ALL_MAKEFILES="$ALL_MAKEFILES \\
27671         programs/regsvr32/Makefile"
27672 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27673         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27674         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27675         regsvr32"
27676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27677 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27678 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27679
27680 ALL_MAKEFILES="$ALL_MAKEFILES \\
27681         programs/rpcss/Makefile"
27682 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27683         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27684         rpcss"
27685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27686 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27687 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27688
27689 ALL_MAKEFILES="$ALL_MAKEFILES \\
27690         programs/rundll32/Makefile"
27691 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27692         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27693         rundll32"
27694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27695 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27696 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27697
27698 ALL_MAKEFILES="$ALL_MAKEFILES \\
27699         programs/secedit/Makefile"
27700 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27701         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27702         secedit"
27703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27704 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27705 ac_config_files="$ac_config_files programs/secedit/Makefile"
27706
27707 ALL_MAKEFILES="$ALL_MAKEFILES \\
27708         programs/services/Makefile"
27709 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27710         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27711         services"
27712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27713 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27714 ac_config_files="$ac_config_files programs/services/Makefile"
27715
27716 ALL_MAKEFILES="$ALL_MAKEFILES \\
27717         programs/spoolsv/Makefile"
27718 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27719         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27720         spoolsv"
27721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27722 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27723 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27724
27725 ALL_MAKEFILES="$ALL_MAKEFILES \\
27726         programs/start/Makefile"
27727 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27728         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27729         start"
27730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27731 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27732 ac_config_files="$ac_config_files programs/start/Makefile"
27733
27734 ALL_MAKEFILES="$ALL_MAKEFILES \\
27735         programs/svchost/Makefile"
27736 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27737         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27738         svchost"
27739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27740 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27741 ac_config_files="$ac_config_files programs/svchost/Makefile"
27742
27743 ALL_MAKEFILES="$ALL_MAKEFILES \\
27744         programs/taskmgr/Makefile"
27745 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27746         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27747         taskmgr"
27748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27749 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27750 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27751
27752 ALL_MAKEFILES="$ALL_MAKEFILES \\
27753         programs/uninstaller/Makefile"
27754 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27755         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27756         uninstaller"
27757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27758 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27759 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27760
27761 ALL_MAKEFILES="$ALL_MAKEFILES \\
27762         programs/unlodctr/Makefile"
27763 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27764         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27765         unlodctr"
27766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27767 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27768 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27769
27770 ALL_MAKEFILES="$ALL_MAKEFILES \\
27771         programs/view/Makefile"
27772 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27773         view"
27774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27775 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27776 ac_config_files="$ac_config_files programs/view/Makefile"
27777
27778 ALL_MAKEFILES="$ALL_MAKEFILES \\
27779         programs/wineboot/Makefile"
27780 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27781         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27782         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27783         wineboot"
27784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27785 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27786 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27787
27788 ALL_MAKEFILES="$ALL_MAKEFILES \\
27789         programs/winebrowser/Makefile"
27790 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27791         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27792         winebrowser"
27793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27794 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27795 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27796
27797 ALL_MAKEFILES="$ALL_MAKEFILES \\
27798         programs/winecfg/Makefile"
27799 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27800         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27801         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27802         winecfg"
27803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27804 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27805 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27806
27807 ALL_MAKEFILES="$ALL_MAKEFILES \\
27808         programs/wineconsole/Makefile"
27809 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27810         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27811         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27812         wineconsole"
27813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27814 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27815 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27816
27817 ALL_MAKEFILES="$ALL_MAKEFILES \\
27818         programs/winedbg/Makefile"
27819 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27820         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27821         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27822         winedbg"
27823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27824 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27825 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27826
27827 ALL_MAKEFILES="$ALL_MAKEFILES \\
27828         programs/winedevice/Makefile"
27829 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27830         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27831         winedevice"
27832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27833 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27834 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27835
27836 ALL_MAKEFILES="$ALL_MAKEFILES \\
27837         programs/winefile/Makefile"
27838 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27839         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27840         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27841         winefile"
27842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27843 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27844 ac_config_files="$ac_config_files programs/winefile/Makefile"
27845
27846 ALL_MAKEFILES="$ALL_MAKEFILES \\
27847         programs/winemenubuilder/Makefile"
27848 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27849         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27850         winemenubuilder"
27851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27852 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27853 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27854
27855 ALL_MAKEFILES="$ALL_MAKEFILES \\
27856         programs/winemine/Makefile"
27857 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27858         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27859         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27860         winemine"
27861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27862 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27863 ac_config_files="$ac_config_files programs/winemine/Makefile"
27864
27865 ALL_MAKEFILES="$ALL_MAKEFILES \\
27866         programs/winepath/Makefile"
27867 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27868         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27869         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27870         winepath"
27871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27872 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27873 ac_config_files="$ac_config_files programs/winepath/Makefile"
27874
27875 ALL_MAKEFILES="$ALL_MAKEFILES \\
27876         programs/winetest/Makefile"
27877 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27878         winetest"
27879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27880 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27881 ac_config_files="$ac_config_files programs/winetest/Makefile"
27882
27883 ALL_MAKEFILES="$ALL_MAKEFILES \\
27884         programs/winevdm/Makefile"
27885 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27886         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27887         winevdm"
27888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27889 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27890 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27891
27892 ALL_MAKEFILES="$ALL_MAKEFILES \\
27893         programs/winhelp.exe16/Makefile"
27894 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27895         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27896         winhelp.exe16"
27897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27898 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
27899 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
27900
27901 ALL_MAKEFILES="$ALL_MAKEFILES \\
27902         programs/winhlp32/Makefile"
27903 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27904         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27905         winhlp32"
27906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27907 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27908 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27909
27910 ALL_MAKEFILES="$ALL_MAKEFILES \\
27911         programs/winoldap.mod16/Makefile"
27912 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27913         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27914         winoldap.mod16"
27915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27916 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27917 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27918
27919 ALL_MAKEFILES="$ALL_MAKEFILES \\
27920         programs/winver/Makefile"
27921 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27922         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27923         winver"
27924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27925 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27926 ac_config_files="$ac_config_files programs/winver/Makefile"
27927
27928 ALL_MAKEFILES="$ALL_MAKEFILES \\
27929         programs/wordpad/Makefile"
27930 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27931         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27932         wordpad"
27933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27934 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27935 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27936
27937 ALL_MAKEFILES="$ALL_MAKEFILES \\
27938         programs/write/Makefile"
27939 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27940         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27941         write"
27942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27943 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27944 ac_config_files="$ac_config_files programs/write/Makefile"
27945
27946 ALL_MAKEFILES="$ALL_MAKEFILES \\
27947         programs/xcopy/Makefile"
27948 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27949         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27950         xcopy"
27951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27952 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27953 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27954
27955 ALL_MAKEFILES="$ALL_MAKEFILES \\
27956         server/Makefile"
27957 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27958         server"
27959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27960 server/Makefile: server/Makefile.in Make.rules"
27961 ac_config_files="$ac_config_files server/Makefile"
27962
27963 ALL_MAKEFILES="$ALL_MAKEFILES \\
27964         tools/Makefile"
27965 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27966         tools"
27967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27968 tools/Makefile: tools/Makefile.in Make.rules"
27969 ac_config_files="$ac_config_files tools/Makefile"
27970
27971 ALL_MAKEFILES="$ALL_MAKEFILES \\
27972         tools/widl/Makefile"
27973
27974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27975 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27976 ac_config_files="$ac_config_files tools/widl/Makefile"
27977
27978 ALL_MAKEFILES="$ALL_MAKEFILES \\
27979         tools/winebuild/Makefile"
27980
27981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27982 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27983 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27984
27985 ALL_MAKEFILES="$ALL_MAKEFILES \\
27986         tools/winedump/Makefile"
27987
27988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27989 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27990 ac_config_files="$ac_config_files tools/winedump/Makefile"
27991
27992 ALL_MAKEFILES="$ALL_MAKEFILES \\
27993         tools/winegcc/Makefile"
27994
27995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27996 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27997 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27998
27999 ALL_MAKEFILES="$ALL_MAKEFILES \\
28000         tools/wmc/Makefile"
28001
28002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28003 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28004 ac_config_files="$ac_config_files tools/wmc/Makefile"
28005
28006 ALL_MAKEFILES="$ALL_MAKEFILES \\
28007         tools/wrc/Makefile"
28008
28009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28010 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28011 ac_config_files="$ac_config_files tools/wrc/Makefile"
28012
28013
28014
28015 ALL_WINETEST_DEPENDS="# Test binaries"
28016
28017 for dir in $ALL_TEST_DIRS
28018 do
28019     if test "$dir" != "\\"
28020     then
28021         testname=`expr $dir : '\(.*\)/tests'`_test.exe
28022         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28023 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28024         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28025     fi
28026 done
28027
28028 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28029
28030 cat >confcache <<\_ACEOF
28031 # This file is a shell script that caches the results of configure
28032 # tests run on this system so they can be shared between configure
28033 # scripts and configure runs, see configure's option --config-cache.
28034 # It is not useful on other systems.  If it contains results you don't
28035 # want to keep, you may remove or edit it.
28036 #
28037 # config.status only pays attention to the cache file if you give it
28038 # the --recheck option to rerun configure.
28039 #
28040 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28041 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28042 # following values.
28043
28044 _ACEOF
28045
28046 # The following way of writing the cache mishandles newlines in values,
28047 # but we know of no workaround that is simple, portable, and efficient.
28048 # So, we kill variables containing newlines.
28049 # Ultrix sh set writes to stderr and can't be redirected directly,
28050 # and sets the high bit in the cache file unless we assign to the vars.
28051 (
28052   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28053     eval ac_val=\$$ac_var
28054     case $ac_val in #(
28055     *${as_nl}*)
28056       case $ac_var in #(
28057       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28058 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28059       esac
28060       case $ac_var in #(
28061       _ | IFS | as_nl) ;; #(
28062       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28063       *) $as_unset $ac_var ;;
28064       esac ;;
28065     esac
28066   done
28067
28068   (set) 2>&1 |
28069     case $as_nl`(ac_space=' '; set) 2>&1` in #(
28070     *${as_nl}ac_space=\ *)
28071       # `set' does not quote correctly, so add quotes (double-quote
28072       # substitution turns \\\\ into \\, and sed turns \\ into \).
28073       sed -n \
28074         "s/'/'\\\\''/g;
28075           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28076       ;; #(
28077     *)
28078       # `set' quotes correctly as required by POSIX, so do not add quotes.
28079       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28080       ;;
28081     esac |
28082     sort
28083 ) |
28084   sed '
28085      /^ac_cv_env_/b end
28086      t clear
28087      :clear
28088      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28089      t end
28090      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28091      :end' >>confcache
28092 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28093   if test -w "$cache_file"; then
28094     test "x$cache_file" != "x/dev/null" &&
28095       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28096 $as_echo "$as_me: updating cache $cache_file" >&6;}
28097     cat confcache >$cache_file
28098   else
28099     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28100 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28101   fi
28102 fi
28103 rm -f confcache
28104
28105 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28106 # Let make expand exec_prefix.
28107 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28108
28109 DEFS=-DHAVE_CONFIG_H
28110
28111 ac_libobjs=
28112 ac_ltlibobjs=
28113 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28114   # 1. Remove the extension, and $U if already installed.
28115   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28116   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28117   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
28118   #    will be set to the directory where LIBOBJS objects are built.
28119   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28120   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28121 done
28122 LIBOBJS=$ac_libobjs
28123
28124 LTLIBOBJS=$ac_ltlibobjs
28125
28126
28127
28128 : ${CONFIG_STATUS=./config.status}
28129 ac_write_fail=0
28130 ac_clean_files_save=$ac_clean_files
28131 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28132 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28133 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28134 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28135 #! $SHELL
28136 # Generated by $as_me.
28137 # Run this file to recreate the current configuration.
28138 # Compiler output produced by configure, useful for debugging
28139 # configure, is in config.log if it exists.
28140
28141 debug=false
28142 ac_cs_recheck=false
28143 ac_cs_silent=false
28144 SHELL=\${CONFIG_SHELL-$SHELL}
28145 _ACEOF
28146
28147 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28148 ## --------------------- ##
28149 ## M4sh Initialization.  ##
28150 ## --------------------- ##
28151
28152 # Be more Bourne compatible
28153 DUALCASE=1; export DUALCASE # for MKS sh
28154 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28155   emulate sh
28156   NULLCMD=:
28157   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28158   # is contrary to our usage.  Disable this feature.
28159   alias -g '${1+"$@"}'='"$@"'
28160   setopt NO_GLOB_SUBST
28161 else
28162   case `(set -o) 2>/dev/null` in
28163   *posix*) set -o posix ;;
28164 esac
28165
28166 fi
28167
28168
28169
28170
28171 # PATH needs CR
28172 # Avoid depending upon Character Ranges.
28173 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28174 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28175 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28176 as_cr_digits='0123456789'
28177 as_cr_alnum=$as_cr_Letters$as_cr_digits
28178
28179 as_nl='
28180 '
28181 export as_nl
28182 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28183 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28184 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28185 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28186 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28187   as_echo='printf %s\n'
28188   as_echo_n='printf %s'
28189 else
28190   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28191     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28192     as_echo_n='/usr/ucb/echo -n'
28193   else
28194     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28195     as_echo_n_body='eval
28196       arg=$1;
28197       case $arg in
28198       *"$as_nl"*)
28199         expr "X$arg" : "X\\(.*\\)$as_nl";
28200         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28201       esac;
28202       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28203     '
28204     export as_echo_n_body
28205     as_echo_n='sh -c $as_echo_n_body as_echo'
28206   fi
28207   export as_echo_body
28208   as_echo='sh -c $as_echo_body as_echo'
28209 fi
28210
28211 # The user is always right.
28212 if test "${PATH_SEPARATOR+set}" != set; then
28213   PATH_SEPARATOR=:
28214   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28215     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28216       PATH_SEPARATOR=';'
28217   }
28218 fi
28219
28220 # Support unset when possible.
28221 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28222   as_unset=unset
28223 else
28224   as_unset=false
28225 fi
28226
28227
28228 # IFS
28229 # We need space, tab and new line, in precisely that order.  Quoting is
28230 # there to prevent editors from complaining about space-tab.
28231 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28232 # splitting by setting IFS to empty value.)
28233 IFS=" ""        $as_nl"
28234
28235 # Find who we are.  Look in the path if we contain no directory separator.
28236 case $0 in
28237   *[\\/]* ) as_myself=$0 ;;
28238   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28239 for as_dir in $PATH
28240 do
28241   IFS=$as_save_IFS
28242   test -z "$as_dir" && as_dir=.
28243   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28244 done
28245 IFS=$as_save_IFS
28246
28247      ;;
28248 esac
28249 # We did not find ourselves, most probably we were run as `sh COMMAND'
28250 # in which case we are not to be found in the path.
28251 if test "x$as_myself" = x; then
28252   as_myself=$0
28253 fi
28254 if test ! -f "$as_myself"; then
28255   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28256   { (exit 1); exit 1; }
28257 fi
28258
28259 # Work around bugs in pre-3.0 UWIN ksh.
28260 for as_var in ENV MAIL MAILPATH
28261 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28262 done
28263 PS1='$ '
28264 PS2='> '
28265 PS4='+ '
28266
28267 # NLS nuisances.
28268 LC_ALL=C
28269 export LC_ALL
28270 LANGUAGE=C
28271 export LANGUAGE
28272
28273 # Required to use basename.
28274 if expr a : '\(a\)' >/dev/null 2>&1 &&
28275    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28276   as_expr=expr
28277 else
28278   as_expr=false
28279 fi
28280
28281 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28282   as_basename=basename
28283 else
28284   as_basename=false
28285 fi
28286
28287
28288 # Name of the executable.
28289 as_me=`$as_basename -- "$0" ||
28290 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28291          X"$0" : 'X\(//\)$' \| \
28292          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28293 $as_echo X/"$0" |
28294     sed '/^.*\/\([^/][^/]*\)\/*$/{
28295             s//\1/
28296             q
28297           }
28298           /^X\/\(\/\/\)$/{
28299             s//\1/
28300             q
28301           }
28302           /^X\/\(\/\).*/{
28303             s//\1/
28304             q
28305           }
28306           s/.*/./; q'`
28307
28308 # CDPATH.
28309 $as_unset CDPATH
28310
28311
28312
28313   as_lineno_1=$LINENO
28314   as_lineno_2=$LINENO
28315   test "x$as_lineno_1" != "x$as_lineno_2" &&
28316   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28317
28318   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28319   # uniformly replaced by the line number.  The first 'sed' inserts a
28320   # line-number line after each line using $LINENO; the second 'sed'
28321   # does the real work.  The second script uses 'N' to pair each
28322   # line-number line with the line containing $LINENO, and appends
28323   # trailing '-' during substitution so that $LINENO is not a special
28324   # case at line end.
28325   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28326   # scripts with optimization help from Paolo Bonzini.  Blame Lee
28327   # E. McMahon (1931-1989) for sed's syntax.  :-)
28328   sed -n '
28329     p
28330     /[$]LINENO/=
28331   ' <$as_myself |
28332     sed '
28333       s/[$]LINENO.*/&-/
28334       t lineno
28335       b
28336       :lineno
28337       N
28338       :loop
28339       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28340       t loop
28341       s/-\n.*//
28342     ' >$as_me.lineno &&
28343   chmod +x "$as_me.lineno" ||
28344     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28345    { (exit 1); exit 1; }; }
28346
28347   # Don't try to exec as it changes $[0], causing all sort of problems
28348   # (the dirname of $[0] is not the place where we might find the
28349   # original and so on.  Autoconf is especially sensitive to this).
28350   . "./$as_me.lineno"
28351   # Exit status is that of the last command.
28352   exit
28353 }
28354
28355
28356 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28357   as_dirname=dirname
28358 else
28359   as_dirname=false
28360 fi
28361
28362 ECHO_C= ECHO_N= ECHO_T=
28363 case `echo -n x` in
28364 -n*)
28365   case `echo 'x\c'` in
28366   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
28367   *)   ECHO_C='\c';;
28368   esac;;
28369 *)
28370   ECHO_N='-n';;
28371 esac
28372 if expr a : '\(a\)' >/dev/null 2>&1 &&
28373    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28374   as_expr=expr
28375 else
28376   as_expr=false
28377 fi
28378
28379 rm -f conf$$ conf$$.exe conf$$.file
28380 if test -d conf$$.dir; then
28381   rm -f conf$$.dir/conf$$.file
28382 else
28383   rm -f conf$$.dir
28384   mkdir conf$$.dir 2>/dev/null
28385 fi
28386 if (echo >conf$$.file) 2>/dev/null; then
28387   if ln -s conf$$.file conf$$ 2>/dev/null; then
28388     as_ln_s='ln -s'
28389     # ... but there are two gotchas:
28390     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28391     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28392     # In both cases, we have to default to `cp -p'.
28393     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28394       as_ln_s='cp -p'
28395   elif ln conf$$.file conf$$ 2>/dev/null; then
28396     as_ln_s=ln
28397   else
28398     as_ln_s='cp -p'
28399   fi
28400 else
28401   as_ln_s='cp -p'
28402 fi
28403 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28404 rmdir conf$$.dir 2>/dev/null
28405
28406 if mkdir -p . 2>/dev/null; then
28407   as_mkdir_p=:
28408 else
28409   test -d ./-p && rmdir ./-p
28410   as_mkdir_p=false
28411 fi
28412
28413 if test -x / >/dev/null 2>&1; then
28414   as_test_x='test -x'
28415 else
28416   if ls -dL / >/dev/null 2>&1; then
28417     as_ls_L_option=L
28418   else
28419     as_ls_L_option=
28420   fi
28421   as_test_x='
28422     eval sh -c '\''
28423       if test -d "$1"; then
28424         test -d "$1/.";
28425       else
28426         case $1 in
28427         -*)set "./$1";;
28428         esac;
28429         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28430         ???[sx]*):;;*)false;;esac;fi
28431     '\'' sh
28432   '
28433 fi
28434 as_executable_p=$as_test_x
28435
28436 # Sed expression to map a string onto a valid CPP name.
28437 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28438
28439 # Sed expression to map a string onto a valid variable name.
28440 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28441
28442
28443 exec 6>&1
28444
28445 # Save the log message, to keep $[0] and so on meaningful, and to
28446 # report actual input values of CONFIG_FILES etc. instead of their
28447 # values after options handling.
28448 ac_log="
28449 This file was extended by Wine $as_me 1.1.16, which was
28450 generated by GNU Autoconf 2.63.  Invocation command line was
28451
28452   CONFIG_FILES    = $CONFIG_FILES
28453   CONFIG_HEADERS  = $CONFIG_HEADERS
28454   CONFIG_LINKS    = $CONFIG_LINKS
28455   CONFIG_COMMANDS = $CONFIG_COMMANDS
28456   $ $0 $@
28457
28458 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28459 "
28460
28461 _ACEOF
28462
28463 case $ac_config_files in *"
28464 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28465 esac
28466
28467 case $ac_config_headers in *"
28468 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28469 esac
28470
28471
28472 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28473 # Files that config.status was made for.
28474 config_files="$ac_config_files"
28475 config_headers="$ac_config_headers"
28476 config_commands="$ac_config_commands"
28477
28478 _ACEOF
28479
28480 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28481 ac_cs_usage="\
28482 \`$as_me' instantiates files from templates according to the
28483 current configuration.
28484
28485 Usage: $0 [OPTION]... [FILE]...
28486
28487   -h, --help       print this help, then exit
28488   -V, --version    print version number and configuration settings, then exit
28489   -q, --quiet, --silent
28490                    do not print progress messages
28491   -d, --debug      don't remove temporary files
28492       --recheck    update $as_me by reconfiguring in the same conditions
28493       --file=FILE[:TEMPLATE]
28494                    instantiate the configuration file FILE
28495       --header=FILE[:TEMPLATE]
28496                    instantiate the configuration header FILE
28497
28498 Configuration files:
28499 $config_files
28500
28501 Configuration headers:
28502 $config_headers
28503
28504 Configuration commands:
28505 $config_commands
28506
28507 Report bugs to <bug-autoconf@gnu.org>."
28508
28509 _ACEOF
28510 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28511 ac_cs_version="\\
28512 Wine config.status 1.1.16
28513 configured by $0, generated by GNU Autoconf 2.63,
28514   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28515
28516 Copyright (C) 2008 Free Software Foundation, Inc.
28517 This config.status script is free software; the Free Software Foundation
28518 gives unlimited permission to copy, distribute and modify it."
28519
28520 ac_pwd='$ac_pwd'
28521 srcdir='$srcdir'
28522 INSTALL='$INSTALL'
28523 test -n "\$AWK" || AWK=awk
28524 _ACEOF
28525
28526 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28527 # The default lists apply if the user does not specify any file.
28528 ac_need_defaults=:
28529 while test $# != 0
28530 do
28531   case $1 in
28532   --*=*)
28533     ac_option=`expr "X$1" : 'X\([^=]*\)='`
28534     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28535     ac_shift=:
28536     ;;
28537   *)
28538     ac_option=$1
28539     ac_optarg=$2
28540     ac_shift=shift
28541     ;;
28542   esac
28543
28544   case $ac_option in
28545   # Handling of the options.
28546   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28547     ac_cs_recheck=: ;;
28548   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28549     $as_echo "$ac_cs_version"; exit ;;
28550   --debug | --debu | --deb | --de | --d | -d )
28551     debug=: ;;
28552   --file | --fil | --fi | --f )
28553     $ac_shift
28554     case $ac_optarg in
28555     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28556     esac
28557     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28558     ac_need_defaults=false;;
28559   --header | --heade | --head | --hea )
28560     $ac_shift
28561     case $ac_optarg in
28562     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28563     esac
28564     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28565     ac_need_defaults=false;;
28566   --he | --h)
28567     # Conflict between --help and --header
28568     { $as_echo "$as_me: error: ambiguous option: $1
28569 Try \`$0 --help' for more information." >&2
28570    { (exit 1); exit 1; }; };;
28571   --help | --hel | -h )
28572     $as_echo "$ac_cs_usage"; exit ;;
28573   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28574   | -silent | --silent | --silen | --sile | --sil | --si | --s)
28575     ac_cs_silent=: ;;
28576
28577   # This is an error.
28578   -*) { $as_echo "$as_me: error: unrecognized option: $1
28579 Try \`$0 --help' for more information." >&2
28580    { (exit 1); exit 1; }; } ;;
28581
28582   *) ac_config_targets="$ac_config_targets $1"
28583      ac_need_defaults=false ;;
28584
28585   esac
28586   shift
28587 done
28588
28589 ac_configure_extra_args=
28590
28591 if $ac_cs_silent; then
28592   exec 6>/dev/null
28593   ac_configure_extra_args="$ac_configure_extra_args --silent"
28594 fi
28595
28596 _ACEOF
28597 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28598 if \$ac_cs_recheck; then
28599   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28600   shift
28601   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28602   CONFIG_SHELL='$SHELL'
28603   export CONFIG_SHELL
28604   exec "\$@"
28605 fi
28606
28607 _ACEOF
28608 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28609 exec 5>>config.log
28610 {
28611   echo
28612   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28613 ## Running $as_me. ##
28614 _ASBOX
28615   $as_echo "$ac_log"
28616 } >&5
28617
28618 _ACEOF
28619 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28620 _ACEOF
28621
28622 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28623
28624 # Handling of arguments.
28625 for ac_config_target in $ac_config_targets
28626 do
28627   case $ac_config_target in
28628     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28629     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28630     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28631     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28632     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28633     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28634     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28635     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28636     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28637     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28638     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28639     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28640     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28641     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28642     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28643     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28644     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28645     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28646     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28647     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28648     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28649     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28650     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28651     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28652     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28653     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28654     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28655     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28656     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28657     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28658     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28659     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28660     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28661     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28662     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28663     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28664     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28665     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28666     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28667     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28668     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28669     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28670     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28671     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28672     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28673     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28674     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28675     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28676     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28677     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28678     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28679     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28680     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28681     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28682     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28683     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28684     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28685     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28686     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28687     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28688     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28689     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28690     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28691     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28692     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28693     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28694     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28695     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28696     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28697     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28698     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28699     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28700     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28701     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28702     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28703     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28704     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28705     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28706     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28707     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28708     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28709     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28710     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28711     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28712     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28713     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28714     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28715     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28716     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28717     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28718     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28719     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28720     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28721     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28722     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28723     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28724     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28725     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28726     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28727     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28728     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28729     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28730     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28731     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28732     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28733     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28734     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28735     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28736     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28737     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28738     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28739     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28740     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28741     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28742     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28743     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28744     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28745     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28746     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28747     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28748     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28749     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28750     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28751     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28752     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28753     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28754     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28755     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28756     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28757     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28758     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28759     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28760     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28761     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28762     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28763     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28764     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28765     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28766     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28767     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28768     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28769     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28770     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28771     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28772     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28773     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28774     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28775     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28776     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28777     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28778     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28779     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28780     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28781     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28782     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28783     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28784     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28785     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28786     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28787     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28788     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28789     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28790     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28791     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28792     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28793     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28794     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28795     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28796     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28797     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28798     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28799     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28800     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28801     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28802     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28803     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28804     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28805     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28806     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28807     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28808     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28809     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28810     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28811     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28812     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
28813     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28814     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28815     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28816     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28817     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28818     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28819     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28820     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28821     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28822     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28823     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28824     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28825     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28826     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28827     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28828     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28829     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28830     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28831     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28832     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28833     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28834     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28835     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28836     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28837     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28838     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28839     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28840     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28841     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28842     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28843     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28844     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28845     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28846     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28847     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28848     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28849     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28850     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28851     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28852     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28853     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28854     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28855     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28856     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28857     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28858     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28859     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28860     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28861     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28862     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28863     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28864     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28865     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28866     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28867     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28868     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28869     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28870     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28871     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28872     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28873     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28874     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28875     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28876     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28877     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28878     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28879     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28880     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28881     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28882     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28883     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28884     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28885     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28886     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28887     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28888     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28889     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28890     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28891     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28892     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28893     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28894     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28895     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28896     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28897     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28898     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28899     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28900     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28901     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28902     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28903     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28904     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28905     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28906     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28907     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28908     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28909     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28910     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28911     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28912     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28913     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28914     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28915     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28916     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28917     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28918     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28919     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28920     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28921     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28922     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28923     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28924     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28925     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28926     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28927     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28928     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28929     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28930     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28931     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28932     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28933     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28934     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28935     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28936     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28937     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28938     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28939     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28940     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28941     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28942     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28943     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28944     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28945     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28946     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28947     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28948     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28949     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28950     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28951     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28952     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28953     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28954     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28955     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28956     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28957     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28958     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28959     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28960     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28961     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28962     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28963     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28964     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28965     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28966     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28967     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28968     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28969     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28970     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28971     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28972     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28973     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28974     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28975     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28976     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28977     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28978     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28979     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28980     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28981     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28982     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28983     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28984     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28985     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28986     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28987     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28988     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28989     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28990     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28991     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28992     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28993     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28994     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28995     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28996     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28997     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28998     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28999     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29000     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29001     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29002     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29003     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29004     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29005     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29006     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29007     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29008     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29009     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29010     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29011     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29012     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29013     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29014     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29015     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29016     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29017     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29018     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29019     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29020     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29021     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29022     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29023     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29024     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29025     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29026     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29027     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29028     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29029     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29030     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29031     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29032     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29033     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29034     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29035     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29036     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29037     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29038     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29039     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29040     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29041     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29042     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29043     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29044     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29045     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29046     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29047     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29048     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29049     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29050     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29051     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29052     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29053     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29054     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29055     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29056     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29057     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29058     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29059     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29060     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29061     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29062     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29063     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29064     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29065     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29066     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29067     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29068     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29069     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29070     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29071     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29072     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29073     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29074     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29075     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29076     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29077     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29078     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29079     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29080     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29081     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29082     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29083     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29084     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29085     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29086     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29087     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29088     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29089     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29090     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29091     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29092     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29093     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29094     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29095     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29096     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29097     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29098
29099   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29100 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29101    { (exit 1); exit 1; }; };;
29102   esac
29103 done
29104
29105
29106 # If the user did not use the arguments to specify the items to instantiate,
29107 # then the envvar interface is used.  Set only those that are not.
29108 # We use the long form for the default assignment because of an extremely
29109 # bizarre bug on SunOS 4.1.3.
29110 if $ac_need_defaults; then
29111   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29112   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29113   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29114 fi
29115
29116 # Have a temporary directory for convenience.  Make it in the build tree
29117 # simply because there is no reason against having it here, and in addition,
29118 # creating and moving files from /tmp can sometimes cause problems.
29119 # Hook for its removal unless debugging.
29120 # Note that there is a small window in which the directory will not be cleaned:
29121 # after its creation but before its name has been assigned to `$tmp'.
29122 $debug ||
29123 {
29124   tmp=
29125   trap 'exit_status=$?
29126   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29127 ' 0
29128   trap '{ (exit 1); exit 1; }' 1 2 13 15
29129 }
29130 # Create a (secure) tmp directory for tmp files.
29131
29132 {
29133   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29134   test -n "$tmp" && test -d "$tmp"
29135 }  ||
29136 {
29137   tmp=./conf$$-$RANDOM
29138   (umask 077 && mkdir "$tmp")
29139 } ||
29140 {
29141    $as_echo "$as_me: cannot create a temporary directory in ." >&2
29142    { (exit 1); exit 1; }
29143 }
29144
29145 # Set up the scripts for CONFIG_FILES section.
29146 # No need to generate them if there are no CONFIG_FILES.
29147 # This happens for instance with `./config.status config.h'.
29148 if test -n "$CONFIG_FILES"; then
29149
29150 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29151   ac_cs_awk_getline=:
29152   ac_cs_awk_pipe_init=
29153   ac_cs_awk_read_file='
29154       while ((getline aline < (F[key])) > 0)
29155         print(aline)
29156       close(F[key])'
29157   ac_cs_awk_pipe_fini=
29158 else
29159   ac_cs_awk_getline=false
29160   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29161   ac_cs_awk_read_file='
29162       print "|#_!!_#|"
29163       print "cat " F[key] " &&"
29164       '$ac_cs_awk_pipe_init
29165   # The final `:' finishes the AND list.
29166   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29167 fi
29168 ac_cr='\r'
29169 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29170 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29171   ac_cs_awk_cr='\\r'
29172 else
29173   ac_cs_awk_cr=$ac_cr
29174 fi
29175
29176 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29177 _ACEOF
29178
29179 # Create commands to substitute file output variables.
29180 {
29181   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29182   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29183   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29184   echo "_ACAWK" &&
29185   echo "_ACEOF"
29186 } >conf$$files.sh &&
29187 . ./conf$$files.sh ||
29188   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29189 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29190    { (exit 1); exit 1; }; }
29191 rm -f conf$$files.sh
29192
29193 {
29194   echo "cat >conf$$subs.awk <<_ACEOF" &&
29195   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29196   echo "_ACEOF"
29197 } >conf$$subs.sh ||
29198   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29199 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29200    { (exit 1); exit 1; }; }
29201 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29202 ac_delim='%!_!# '
29203 for ac_last_try in false false false false false :; do
29204   . ./conf$$subs.sh ||
29205     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29206 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29207    { (exit 1); exit 1; }; }
29208
29209   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29210   if test $ac_delim_n = $ac_delim_num; then
29211     break
29212   elif $ac_last_try; then
29213     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29214 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29215    { (exit 1); exit 1; }; }
29216   else
29217     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29218   fi
29219 done
29220 rm -f conf$$subs.sh
29221
29222 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29223 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29224 _ACEOF
29225 sed -n '
29226 h
29227 s/^/S["/; s/!.*/"]=/
29228 p
29229 g
29230 s/^[^!]*!//
29231 :repl
29232 t repl
29233 s/'"$ac_delim"'$//
29234 t delim
29235 :nl
29236 h
29237 s/\(.\{148\}\).*/\1/
29238 t more1
29239 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29240 p
29241 n
29242 b repl
29243 :more1
29244 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29245 p
29246 g
29247 s/.\{148\}//
29248 t nl
29249 :delim
29250 h
29251 s/\(.\{148\}\).*/\1/
29252 t more2
29253 s/["\\]/\\&/g; s/^/"/; s/$/"/
29254 p
29255 b
29256 :more2
29257 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29258 p
29259 g
29260 s/.\{148\}//
29261 t delim
29262 ' <conf$$subs.awk | sed '
29263 /^[^""]/{
29264   N
29265   s/\n//
29266 }
29267 ' >>$CONFIG_STATUS || ac_write_fail=1
29268 rm -f conf$$subs.awk
29269 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29270 _ACAWK
29271 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29272   for (key in S) S_is_set[key] = 1
29273   FS = "\a"
29274   \$ac_cs_awk_pipe_init
29275 }
29276 {
29277   line = $ 0
29278   nfields = split(line, field, "@")
29279   substed = 0
29280   len = length(field[1])
29281   for (i = 2; i < nfields; i++) {
29282     key = field[i]
29283     keylen = length(key)
29284     if (S_is_set[key]) {
29285       value = S[key]
29286       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29287       len += length(value) + length(field[++i])
29288       substed = 1
29289     } else
29290       len += 1 + keylen
29291   }
29292   if (nfields == 3 && !substed) {
29293     key = field[2]
29294     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
29295       \$ac_cs_awk_read_file
29296       next
29297     }
29298   }
29299   print line
29300 }
29301 \$ac_cs_awk_pipe_fini
29302 _ACAWK
29303 _ACEOF
29304 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29305 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29306   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29307 else
29308   cat
29309 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29310   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29311 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29312    { (exit 1); exit 1; }; }
29313 _ACEOF
29314
29315 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29316 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29317 # trailing colons and then remove the whole line if VPATH becomes empty
29318 # (actually we leave an empty line to preserve line numbers).
29319 if test "x$srcdir" = x.; then
29320   ac_vpsub='/^[  ]*VPATH[        ]*=/{
29321 s/:*\$(srcdir):*/:/
29322 s/:*\${srcdir}:*/:/
29323 s/:*@srcdir@:*/:/
29324 s/^\([^=]*=[     ]*\):*/\1/
29325 s/:*$//
29326 s/^[^=]*=[       ]*$//
29327 }'
29328 fi
29329
29330 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29331 fi # test -n "$CONFIG_FILES"
29332
29333 # Set up the scripts for CONFIG_HEADERS section.
29334 # No need to generate them if there are no CONFIG_HEADERS.
29335 # This happens for instance with `./config.status Makefile'.
29336 if test -n "$CONFIG_HEADERS"; then
29337 cat >"$tmp/defines.awk" <<\_ACAWK ||
29338 BEGIN {
29339 _ACEOF
29340
29341 # Transform confdefs.h into an awk script `defines.awk', embedded as
29342 # here-document in config.status, that substitutes the proper values into
29343 # config.h.in to produce config.h.
29344
29345 # Create a delimiter string that does not exist in confdefs.h, to ease
29346 # handling of long lines.
29347 ac_delim='%!_!# '
29348 for ac_last_try in false false :; do
29349   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29350   if test -z "$ac_t"; then
29351     break
29352   elif $ac_last_try; then
29353     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29354 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29355    { (exit 1); exit 1; }; }
29356   else
29357     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29358   fi
29359 done
29360
29361 # For the awk script, D is an array of macro values keyed by name,
29362 # likewise P contains macro parameters if any.  Preserve backslash
29363 # newline sequences.
29364
29365 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29366 sed -n '
29367 s/.\{148\}/&'"$ac_delim"'/g
29368 t rset
29369 :rset
29370 s/^[     ]*#[    ]*define[       ][      ]*/ /
29371 t def
29372 d
29373 :def
29374 s/\\$//
29375 t bsnl
29376 s/["\\]/\\&/g
29377 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29378 D["\1"]=" \3"/p
29379 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
29380 d
29381 :bsnl
29382 s/["\\]/\\&/g
29383 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29384 D["\1"]=" \3\\\\\\n"\\/p
29385 t cont
29386 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29387 t cont
29388 d
29389 :cont
29390 n
29391 s/.\{148\}/&'"$ac_delim"'/g
29392 t clear
29393 :clear
29394 s/\\$//
29395 t bsnlc
29396 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29397 d
29398 :bsnlc
29399 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29400 b cont
29401 ' <confdefs.h | sed '
29402 s/'"$ac_delim"'/"\\\
29403 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29404
29405 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29406   for (key in D) D_is_set[key] = 1
29407   FS = "\a"
29408 }
29409 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29410   line = \$ 0
29411   split(line, arg, " ")
29412   if (arg[1] == "#") {
29413     defundef = arg[2]
29414     mac1 = arg[3]
29415   } else {
29416     defundef = substr(arg[1], 2)
29417     mac1 = arg[2]
29418   }
29419   split(mac1, mac2, "(") #)
29420   macro = mac2[1]
29421   prefix = substr(line, 1, index(line, defundef) - 1)
29422   if (D_is_set[macro]) {
29423     # Preserve the white space surrounding the "#".
29424     print prefix "define", macro P[macro] D[macro]
29425     next
29426   } else {
29427     # Replace #undef with comments.  This is necessary, for example,
29428     # in the case of _POSIX_SOURCE, which is predefined and required
29429     # on some systems where configure will not decide to define it.
29430     if (defundef == "undef") {
29431       print "/*", prefix defundef, macro, "*/"
29432       next
29433     }
29434   }
29435 }
29436 { print }
29437 _ACAWK
29438 _ACEOF
29439 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29440   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29441 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29442    { (exit 1); exit 1; }; }
29443 fi # test -n "$CONFIG_HEADERS"
29444
29445
29446 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
29447 shift
29448 for ac_tag
29449 do
29450   case $ac_tag in
29451   :[FHLC]) ac_mode=$ac_tag; continue;;
29452   esac
29453   case $ac_mode$ac_tag in
29454   :[FHL]*:*);;
29455   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29456 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29457    { (exit 1); exit 1; }; };;
29458   :[FH]-) ac_tag=-:-;;
29459   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29460   esac
29461   ac_save_IFS=$IFS
29462   IFS=:
29463   set x $ac_tag
29464   IFS=$ac_save_IFS
29465   shift
29466   ac_file=$1
29467   shift
29468
29469   case $ac_mode in
29470   :L) ac_source=$1;;
29471   :[FH])
29472     ac_file_inputs=
29473     for ac_f
29474     do
29475       case $ac_f in
29476       -) ac_f="$tmp/stdin";;
29477       *) # Look for the file first in the build tree, then in the source tree
29478          # (if the path is not absolute).  The absolute path cannot be DOS-style,
29479          # because $ac_f cannot contain `:'.
29480          test -f "$ac_f" ||
29481            case $ac_f in
29482            [\\/$]*) false;;
29483            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29484            esac ||
29485            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29486 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29487    { (exit 1); exit 1; }; };;
29488       esac
29489       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29490       ac_file_inputs="$ac_file_inputs '$ac_f'"
29491     done
29492
29493     # Let's still pretend it is `configure' which instantiates (i.e., don't
29494     # use $as_me), people would be surprised to read:
29495     #    /* config.h.  Generated by config.status.  */
29496     configure_input='Generated from '`
29497           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29498         `' by configure.'
29499     if test x"$ac_file" != x-; then
29500       configure_input="$ac_file.  $configure_input"
29501       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29502 $as_echo "$as_me: creating $ac_file" >&6;}
29503     fi
29504     # Neutralize special characters interpreted by sed in replacement strings.
29505     case $configure_input in #(
29506     *\&* | *\|* | *\\* )
29507        ac_sed_conf_input=`$as_echo "$configure_input" |
29508        sed 's/[\\\\&|]/\\\\&/g'`;; #(
29509     *) ac_sed_conf_input=$configure_input;;
29510     esac
29511
29512     case $ac_tag in
29513     *:-:* | *:-) cat >"$tmp/stdin" \
29514       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29515 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29516    { (exit 1); exit 1; }; } ;;
29517     esac
29518     ;;
29519   esac
29520
29521   ac_dir=`$as_dirname -- "$ac_file" ||
29522 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29523          X"$ac_file" : 'X\(//\)[^/]' \| \
29524          X"$ac_file" : 'X\(//\)$' \| \
29525          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29526 $as_echo X"$ac_file" |
29527     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29528             s//\1/
29529             q
29530           }
29531           /^X\(\/\/\)[^/].*/{
29532             s//\1/
29533             q
29534           }
29535           /^X\(\/\/\)$/{
29536             s//\1/
29537             q
29538           }
29539           /^X\(\/\).*/{
29540             s//\1/
29541             q
29542           }
29543           s/.*/./; q'`
29544   { as_dir="$ac_dir"
29545   case $as_dir in #(
29546   -*) as_dir=./$as_dir;;
29547   esac
29548   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29549     as_dirs=
29550     while :; do
29551       case $as_dir in #(
29552       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29553       *) as_qdir=$as_dir;;
29554       esac
29555       as_dirs="'$as_qdir' $as_dirs"
29556       as_dir=`$as_dirname -- "$as_dir" ||
29557 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29558          X"$as_dir" : 'X\(//\)[^/]' \| \
29559          X"$as_dir" : 'X\(//\)$' \| \
29560          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29561 $as_echo X"$as_dir" |
29562     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29563             s//\1/
29564             q
29565           }
29566           /^X\(\/\/\)[^/].*/{
29567             s//\1/
29568             q
29569           }
29570           /^X\(\/\/\)$/{
29571             s//\1/
29572             q
29573           }
29574           /^X\(\/\).*/{
29575             s//\1/
29576             q
29577           }
29578           s/.*/./; q'`
29579       test -d "$as_dir" && break
29580     done
29581     test -z "$as_dirs" || eval "mkdir $as_dirs"
29582   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29583 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29584    { (exit 1); exit 1; }; }; }
29585   ac_builddir=.
29586
29587 case "$ac_dir" in
29588 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29589 *)
29590   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29591   # A ".." for each directory in $ac_dir_suffix.
29592   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29593   case $ac_top_builddir_sub in
29594   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29595   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29596   esac ;;
29597 esac
29598 ac_abs_top_builddir=$ac_pwd
29599 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29600 # for backward compatibility:
29601 ac_top_builddir=$ac_top_build_prefix
29602
29603 case $srcdir in
29604   .)  # We are building in place.
29605     ac_srcdir=.
29606     ac_top_srcdir=$ac_top_builddir_sub
29607     ac_abs_top_srcdir=$ac_pwd ;;
29608   [\\/]* | ?:[\\/]* )  # Absolute name.
29609     ac_srcdir=$srcdir$ac_dir_suffix;
29610     ac_top_srcdir=$srcdir
29611     ac_abs_top_srcdir=$srcdir ;;
29612   *) # Relative name.
29613     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29614     ac_top_srcdir=$ac_top_build_prefix$srcdir
29615     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29616 esac
29617 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29618
29619
29620   case $ac_mode in
29621   :F)
29622   #
29623   # CONFIG_FILE
29624   #
29625
29626   case $INSTALL in
29627   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29628   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29629   esac
29630 _ACEOF
29631
29632 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29633 # If the template does not know about datarootdir, expand it.
29634 # FIXME: This hack should be removed a few years after 2.60.
29635 ac_datarootdir_hack=; ac_datarootdir_seen=
29636
29637 ac_sed_dataroot='
29638 /datarootdir/ {
29639   p
29640   q
29641 }
29642 /@datadir@/p
29643 /@docdir@/p
29644 /@infodir@/p
29645 /@localedir@/p
29646 /@mandir@/p
29647 '
29648 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29649 *datarootdir*) ac_datarootdir_seen=yes;;
29650 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29651   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29652 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29653 _ACEOF
29654 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29655   ac_datarootdir_hack='
29656   s&@datadir@&$datadir&g
29657   s&@docdir@&$docdir&g
29658   s&@infodir@&$infodir&g
29659   s&@localedir@&$localedir&g
29660   s&@mandir@&$mandir&g
29661     s&\\\${datarootdir}&$datarootdir&g' ;;
29662 esac
29663 _ACEOF
29664
29665 # Neutralize VPATH when `$srcdir' = `.'.
29666 # Shell code in configure.ac might set extrasub.
29667 # FIXME: do we really want to maintain this feature?
29668 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29669 ac_sed_extra="$ac_vpsub
29670 $extrasub
29671 _ACEOF
29672 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29673 :t
29674 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29675 s|@configure_input@|$ac_sed_conf_input|;t t
29676 s&@top_builddir@&$ac_top_builddir_sub&;t t
29677 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29678 s&@srcdir@&$ac_srcdir&;t t
29679 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29680 s&@top_srcdir@&$ac_top_srcdir&;t t
29681 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29682 s&@builddir@&$ac_builddir&;t t
29683 s&@abs_builddir@&$ac_abs_builddir&;t t
29684 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29685 s&@INSTALL@&$ac_INSTALL&;t t
29686 $ac_datarootdir_hack
29687 "
29688 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29689 if $ac_cs_awk_getline; then
29690   $AWK -f "$tmp/subs.awk"
29691 else
29692   $AWK -f "$tmp/subs.awk" | $SHELL
29693 fi >$tmp/out \
29694   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29695 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29696    { (exit 1); exit 1; }; }
29697
29698 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29699   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29700   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29701   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29702 which seems to be undefined.  Please make sure it is defined." >&5
29703 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29704 which seems to be undefined.  Please make sure it is defined." >&2;}
29705
29706   rm -f "$tmp/stdin"
29707   case $ac_file in
29708   -) cat "$tmp/out" && rm -f "$tmp/out";;
29709   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29710   esac \
29711   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29712 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29713    { (exit 1); exit 1; }; }
29714  ;;
29715   :H)
29716   #
29717   # CONFIG_HEADER
29718   #
29719   if test x"$ac_file" != x-; then
29720     {
29721       $as_echo "/* $configure_input  */" \
29722       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29723     } >"$tmp/config.h" \
29724       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29725 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29726    { (exit 1); exit 1; }; }
29727     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29728       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29729 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29730     else
29731       rm -f "$ac_file"
29732       mv "$tmp/config.h" "$ac_file" \
29733         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29734 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29735    { (exit 1); exit 1; }; }
29736     fi
29737   else
29738     $as_echo "/* $configure_input  */" \
29739       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29740       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29741 $as_echo "$as_me: error: could not create -" >&2;}
29742    { (exit 1); exit 1; }; }
29743   fi
29744  ;;
29745
29746   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29747 $as_echo "$as_me: executing $ac_file commands" >&6;}
29748  ;;
29749   esac
29750
29751
29752   case $ac_file$ac_mode in
29753     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29754     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29755 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29756     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29757 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29758     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29759 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29760     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29761 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29762     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29763 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29764     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29765 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29766
29767   esac
29768 done # for ac_tag
29769
29770
29771 { (exit 0); exit 0; }
29772 _ACEOF
29773 chmod +x $CONFIG_STATUS
29774 ac_clean_files=$ac_clean_files_save
29775
29776 test $ac_write_fail = 0 ||
29777   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29778 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29779    { (exit 1); exit 1; }; }
29780
29781
29782 # configure is writing to config.log, and then calls config.status.
29783 # config.status does its own redirection, appending to config.log.
29784 # Unfortunately, on DOS this fails, as config.log is still kept open
29785 # by configure, so config.status won't be able to write to it; its
29786 # output is simply discarded.  So we exec the FD to /dev/null,
29787 # effectively closing config.log, so it can be properly (re)opened and
29788 # appended to by config.status.  When coming back to configure, we
29789 # need to make the FD available again.
29790 if test "$no_create" != yes; then
29791   ac_cs_success=:
29792   ac_config_status_args=
29793   test "$silent" = yes &&
29794     ac_config_status_args="$ac_config_status_args --quiet"
29795   exec 5>/dev/null
29796   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29797   exec 5>>config.log
29798   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29799   # would make configure fail if this is the last instruction.
29800   $ac_cs_success || { (exit 1); exit 1; }
29801 fi
29802 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29803   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29804 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29805 fi
29806
29807
29808 if test "$no_create" = "yes"
29809 then
29810   exit 0
29811 fi
29812
29813 ac_save_IFS="$IFS"
29814 if test "x$wine_notices != "x; then
29815     echo >&6
29816     IFS="|"
29817     for msg in $wine_notices; do
29818         IFS="$ac_save_IFS"
29819         if test -n "$msg"; then
29820             { $as_echo "$as_me:$LINENO: $msg" >&5
29821 $as_echo "$as_me: $msg" >&6;}
29822         fi
29823     done
29824 fi
29825 IFS="|"
29826 for msg in $wine_warnings; do
29827     IFS="$ac_save_IFS"
29828     if test -n "$msg"; then
29829         echo >&2
29830         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29831 $as_echo "$as_me: WARNING: $msg" >&2;}
29832     fi
29833 done
29834 IFS="$ac_save_IFS"
29835
29836 echo "
29837 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
29838 " >&6
29839