msgsm32.acm: Implement a stub dll.
[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.26.
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.26'
600 PACKAGE_STRING='Wine 1.1.26'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
602
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 #  include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 #  include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
639
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 PNGINCL
665 FONTCONFIGINCL
666 CUPSINCL
667 AUDIOIOLIBS
668 ALSALIBS
669 ESDLIBS
670 ESDINCL
671 ESDCONFIG
672 ZLIB
673 FREETYPEINCL
674 FREETYPELIBS
675 ft_devel
676 LCMSLIBS
677 RESOLVLIBS
678 GPHOTO2INCL
679 GPHOTO2LIBS
680 gphoto2port_devel
681 gphoto2_devel
682 SANEINCL
683 sane_devel
684 GNUTLSINCL
685 HALINCL
686 XSLTINCL
687 XML2INCL
688 XML2LIBS
689 NASLIBS
690 X_EXTRA_LIBS
691 X_LIBS
692 X_PRE_LIBS
693 X_CFLAGS
694 XMKMF
695 LIBPTHREAD
696 CROSSTARGETFLAGS
697 CROSSTEST
698 CROSSCC
699 CARBONLIB
700 COREAUDIO
701 DISKARBITRATIONLIB
702 LDEXECFLAGS
703 IOKITLIB
704 COREFOUNDATIONLIB
705 SECURITYLIB
706 MINGWAR
707 DLLWRAP
708 DLLTOOL
709 LDD
710 LDRPATH_LOCAL
711 LDRPATH_INSTALL
712 IMPLIBEXT
713 LIBEXT
714 LDDLLFLAGS
715 LDSHARED
716 DLLFLAGS
717 DLLEXT
718 CPP
719 OPENGL_LIBS
720 XLIB
721 PRELINK
722 ICOTOOL
723 RSVG
724 PKG_CONFIG
725 FONTFORGE
726 LINTFLAGS
727 LINT
728 INSTALL_DATA
729 INSTALL_SCRIPT
730 INSTALL_PROGRAM
731 LDCONFIG
732 EGREP
733 GREP
734 LN
735 LN_S
736 STRIP
737 RANLIB
738 ARFLAGS
739 ac_ct_AR
740 AR
741 BISON
742 FLEX
743 TOOLSDIR
744 WIN16_INSTALL
745 WIN16_FILES
746 TARGETFLAGS
747 CPPBIN
748 ac_ct_CXX
749 CXXFLAGS
750 CXX
751 OBJEXT
752 EXEEXT
753 ac_ct_CC
754 CPPFLAGS
755 LDFLAGS
756 CFLAGS
757 CC
758 SET_MAKE
759 host_os
760 host_vendor
761 host_cpu
762 host
763 build_os
764 build_vendor
765 build_cpu
766 build
767 MAINTAINER_MODE
768 target_alias
769 host_alias
770 build_alias
771 LIBS
772 ECHO_T
773 ECHO_N
774 ECHO_C
775 DEFS
776 mandir
777 localedir
778 libdir
779 psdir
780 pdfdir
781 dvidir
782 htmldir
783 infodir
784 docdir
785 oldincludedir
786 includedir
787 localstatedir
788 sharedstatedir
789 sysconfdir
790 datadir
791 datarootdir
792 libexecdir
793 sbindir
794 bindir
795 program_transform_name
796 prefix
797 exec_prefix
798 PACKAGE_BUGREPORT
799 PACKAGE_STRING
800 PACKAGE_VERSION
801 PACKAGE_TARNAME
802 PACKAGE_NAME
803 PATH_SEPARATOR
804 SHELL'
805 ac_subst_files='MAKE_RULES
806 MAKE_DLL_RULES
807 MAKE_IMPLIB_RULES
808 MAKE_TEST_RULES
809 MAKE_PROG_RULES'
810 ac_user_opts='
811 enable_option_checking
812 enable_win16
813 enable_win64
814 enable_tests
815 enable_maintainer_mode
816 with_alsa
817 with_audioio
818 with_capi
819 with_cms
820 with_coreaudio
821 with_cups
822 with_curses
823 with_esd
824 with_fontconfig
825 with_freetype
826 with_gphoto
827 with_glu
828 with_gnutls
829 with_libgsm
830 with_hal
831 with_jack
832 with_jpeg
833 with_ldap
834 with_nas
835 with_opengl
836 with_openssl
837 with_oss
838 with_png
839 with_pthread
840 with_sane
841 with_xcomposite
842 with_xcursor
843 with_xinerama
844 with_xinput
845 with_xml
846 with_xrandr
847 with_xrender
848 with_xshape
849 with_xshm
850 with_xslt
851 with_xxf86vm
852 with_wine_tools
853 with_x
854 '
855       ac_precious_vars='build_alias
856 host_alias
857 target_alias
858 CC
859 CFLAGS
860 LDFLAGS
861 LIBS
862 CPPFLAGS
863 CXX
864 CXXFLAGS
865 CCC
866 CPP
867 XMKMF'
868
869
870 # Initialize some variables set by options.
871 ac_init_help=
872 ac_init_version=false
873 ac_unrecognized_opts=
874 ac_unrecognized_sep=
875 # The variables have the same names as the options, with
876 # dashes changed to underlines.
877 cache_file=/dev/null
878 exec_prefix=NONE
879 no_create=
880 no_recursion=
881 prefix=NONE
882 program_prefix=NONE
883 program_suffix=NONE
884 program_transform_name=s,x,x,
885 silent=
886 site=
887 srcdir=
888 verbose=
889 x_includes=NONE
890 x_libraries=NONE
891
892 # Installation directory options.
893 # These are left unexpanded so users can "make install exec_prefix=/foo"
894 # and all the variables that are supposed to be based on exec_prefix
895 # by default will actually change.
896 # Use braces instead of parens because sh, perl, etc. also accept them.
897 # (The list follows the same order as the GNU Coding Standards.)
898 bindir='${exec_prefix}/bin'
899 sbindir='${exec_prefix}/sbin'
900 libexecdir='${exec_prefix}/libexec'
901 datarootdir='${prefix}/share'
902 datadir='${datarootdir}'
903 sysconfdir='${prefix}/etc'
904 sharedstatedir='${prefix}/com'
905 localstatedir='${prefix}/var'
906 includedir='${prefix}/include'
907 oldincludedir='/usr/include'
908 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
909 infodir='${datarootdir}/info'
910 htmldir='${docdir}'
911 dvidir='${docdir}'
912 pdfdir='${docdir}'
913 psdir='${docdir}'
914 libdir='${exec_prefix}/lib'
915 localedir='${datarootdir}/locale'
916 mandir='${datarootdir}/man'
917
918 ac_prev=
919 ac_dashdash=
920 for ac_option
921 do
922   # If the previous option needs an argument, assign it.
923   if test -n "$ac_prev"; then
924     eval $ac_prev=\$ac_option
925     ac_prev=
926     continue
927   fi
928
929   case $ac_option in
930   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
931   *)    ac_optarg=yes ;;
932   esac
933
934   # Accept the important Cygnus configure options, so we can diagnose typos.
935
936   case $ac_dashdash$ac_option in
937   --)
938     ac_dashdash=yes ;;
939
940   -bindir | --bindir | --bindi | --bind | --bin | --bi)
941     ac_prev=bindir ;;
942   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
943     bindir=$ac_optarg ;;
944
945   -build | --build | --buil | --bui | --bu)
946     ac_prev=build_alias ;;
947   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
948     build_alias=$ac_optarg ;;
949
950   -cache-file | --cache-file | --cache-fil | --cache-fi \
951   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
952     ac_prev=cache_file ;;
953   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
954   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
955     cache_file=$ac_optarg ;;
956
957   --config-cache | -C)
958     cache_file=config.cache ;;
959
960   -datadir | --datadir | --datadi | --datad)
961     ac_prev=datadir ;;
962   -datadir=* | --datadir=* | --datadi=* | --datad=*)
963     datadir=$ac_optarg ;;
964
965   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
966   | --dataroo | --dataro | --datar)
967     ac_prev=datarootdir ;;
968   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
969   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
970     datarootdir=$ac_optarg ;;
971
972   -disable-* | --disable-*)
973     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
974     # Reject names that are not valid shell variable names.
975     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
976       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
977    { (exit 1); exit 1; }; }
978     ac_useropt_orig=$ac_useropt
979     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
980     case $ac_user_opts in
981       *"
982 "enable_$ac_useropt"
983 "*) ;;
984       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
985          ac_unrecognized_sep=', ';;
986     esac
987     eval enable_$ac_useropt=no ;;
988
989   -docdir | --docdir | --docdi | --doc | --do)
990     ac_prev=docdir ;;
991   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
992     docdir=$ac_optarg ;;
993
994   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
995     ac_prev=dvidir ;;
996   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
997     dvidir=$ac_optarg ;;
998
999   -enable-* | --enable-*)
1000     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1001     # Reject names that are not valid shell variable names.
1002     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1003       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1004    { (exit 1); exit 1; }; }
1005     ac_useropt_orig=$ac_useropt
1006     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1007     case $ac_user_opts in
1008       *"
1009 "enable_$ac_useropt"
1010 "*) ;;
1011       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1012          ac_unrecognized_sep=', ';;
1013     esac
1014     eval enable_$ac_useropt=\$ac_optarg ;;
1015
1016   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1017   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1018   | --exec | --exe | --ex)
1019     ac_prev=exec_prefix ;;
1020   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1021   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1022   | --exec=* | --exe=* | --ex=*)
1023     exec_prefix=$ac_optarg ;;
1024
1025   -gas | --gas | --ga | --g)
1026     # Obsolete; use --with-gas.
1027     with_gas=yes ;;
1028
1029   -help | --help | --hel | --he | -h)
1030     ac_init_help=long ;;
1031   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1032     ac_init_help=recursive ;;
1033   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1034     ac_init_help=short ;;
1035
1036   -host | --host | --hos | --ho)
1037     ac_prev=host_alias ;;
1038   -host=* | --host=* | --hos=* | --ho=*)
1039     host_alias=$ac_optarg ;;
1040
1041   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1042     ac_prev=htmldir ;;
1043   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1044   | --ht=*)
1045     htmldir=$ac_optarg ;;
1046
1047   -includedir | --includedir | --includedi | --included | --include \
1048   | --includ | --inclu | --incl | --inc)
1049     ac_prev=includedir ;;
1050   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1051   | --includ=* | --inclu=* | --incl=* | --inc=*)
1052     includedir=$ac_optarg ;;
1053
1054   -infodir | --infodir | --infodi | --infod | --info | --inf)
1055     ac_prev=infodir ;;
1056   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1057     infodir=$ac_optarg ;;
1058
1059   -libdir | --libdir | --libdi | --libd)
1060     ac_prev=libdir ;;
1061   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1062     libdir=$ac_optarg ;;
1063
1064   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1065   | --libexe | --libex | --libe)
1066     ac_prev=libexecdir ;;
1067   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1068   | --libexe=* | --libex=* | --libe=*)
1069     libexecdir=$ac_optarg ;;
1070
1071   -localedir | --localedir | --localedi | --localed | --locale)
1072     ac_prev=localedir ;;
1073   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1074     localedir=$ac_optarg ;;
1075
1076   -localstatedir | --localstatedir | --localstatedi | --localstated \
1077   | --localstate | --localstat | --localsta | --localst | --locals)
1078     ac_prev=localstatedir ;;
1079   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1080   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1081     localstatedir=$ac_optarg ;;
1082
1083   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1084     ac_prev=mandir ;;
1085   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1086     mandir=$ac_optarg ;;
1087
1088   -nfp | --nfp | --nf)
1089     # Obsolete; use --without-fp.
1090     with_fp=no ;;
1091
1092   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1093   | --no-cr | --no-c | -n)
1094     no_create=yes ;;
1095
1096   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1097   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1098     no_recursion=yes ;;
1099
1100   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1101   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1102   | --oldin | --oldi | --old | --ol | --o)
1103     ac_prev=oldincludedir ;;
1104   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1105   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1106   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1107     oldincludedir=$ac_optarg ;;
1108
1109   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1110     ac_prev=prefix ;;
1111   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1112     prefix=$ac_optarg ;;
1113
1114   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1115   | --program-pre | --program-pr | --program-p)
1116     ac_prev=program_prefix ;;
1117   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1118   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1119     program_prefix=$ac_optarg ;;
1120
1121   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1122   | --program-suf | --program-su | --program-s)
1123     ac_prev=program_suffix ;;
1124   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1125   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1126     program_suffix=$ac_optarg ;;
1127
1128   -program-transform-name | --program-transform-name \
1129   | --program-transform-nam | --program-transform-na \
1130   | --program-transform-n | --program-transform- \
1131   | --program-transform | --program-transfor \
1132   | --program-transfo | --program-transf \
1133   | --program-trans | --program-tran \
1134   | --progr-tra | --program-tr | --program-t)
1135     ac_prev=program_transform_name ;;
1136   -program-transform-name=* | --program-transform-name=* \
1137   | --program-transform-nam=* | --program-transform-na=* \
1138   | --program-transform-n=* | --program-transform-=* \
1139   | --program-transform=* | --program-transfor=* \
1140   | --program-transfo=* | --program-transf=* \
1141   | --program-trans=* | --program-tran=* \
1142   | --progr-tra=* | --program-tr=* | --program-t=*)
1143     program_transform_name=$ac_optarg ;;
1144
1145   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1146     ac_prev=pdfdir ;;
1147   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1148     pdfdir=$ac_optarg ;;
1149
1150   -psdir | --psdir | --psdi | --psd | --ps)
1151     ac_prev=psdir ;;
1152   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1153     psdir=$ac_optarg ;;
1154
1155   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1156   | -silent | --silent | --silen | --sile | --sil)
1157     silent=yes ;;
1158
1159   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1160     ac_prev=sbindir ;;
1161   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1162   | --sbi=* | --sb=*)
1163     sbindir=$ac_optarg ;;
1164
1165   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1166   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1167   | --sharedst | --shareds | --shared | --share | --shar \
1168   | --sha | --sh)
1169     ac_prev=sharedstatedir ;;
1170   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1171   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1172   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1173   | --sha=* | --sh=*)
1174     sharedstatedir=$ac_optarg ;;
1175
1176   -site | --site | --sit)
1177     ac_prev=site ;;
1178   -site=* | --site=* | --sit=*)
1179     site=$ac_optarg ;;
1180
1181   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1182     ac_prev=srcdir ;;
1183   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1184     srcdir=$ac_optarg ;;
1185
1186   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1187   | --syscon | --sysco | --sysc | --sys | --sy)
1188     ac_prev=sysconfdir ;;
1189   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1190   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1191     sysconfdir=$ac_optarg ;;
1192
1193   -target | --target | --targe | --targ | --tar | --ta | --t)
1194     ac_prev=target_alias ;;
1195   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1196     target_alias=$ac_optarg ;;
1197
1198   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1199     verbose=yes ;;
1200
1201   -version | --version | --versio | --versi | --vers | -V)
1202     ac_init_version=: ;;
1203
1204   -with-* | --with-*)
1205     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1206     # Reject names that are not valid shell variable names.
1207     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1208       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1209    { (exit 1); exit 1; }; }
1210     ac_useropt_orig=$ac_useropt
1211     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1212     case $ac_user_opts in
1213       *"
1214 "with_$ac_useropt"
1215 "*) ;;
1216       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1217          ac_unrecognized_sep=', ';;
1218     esac
1219     eval with_$ac_useropt=\$ac_optarg ;;
1220
1221   -without-* | --without-*)
1222     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1223     # Reject names that are not valid shell variable names.
1224     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1225       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1226    { (exit 1); exit 1; }; }
1227     ac_useropt_orig=$ac_useropt
1228     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1229     case $ac_user_opts in
1230       *"
1231 "with_$ac_useropt"
1232 "*) ;;
1233       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1234          ac_unrecognized_sep=', ';;
1235     esac
1236     eval with_$ac_useropt=no ;;
1237
1238   --x)
1239     # Obsolete; use --with-x.
1240     with_x=yes ;;
1241
1242   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1243   | --x-incl | --x-inc | --x-in | --x-i)
1244     ac_prev=x_includes ;;
1245   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1246   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1247     x_includes=$ac_optarg ;;
1248
1249   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1250   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1251     ac_prev=x_libraries ;;
1252   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1253   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1254     x_libraries=$ac_optarg ;;
1255
1256   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1257 Try \`$0 --help' for more information." >&2
1258    { (exit 1); exit 1; }; }
1259     ;;
1260
1261   *=*)
1262     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1263     # Reject names that are not valid shell variable names.
1264     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1265       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1266    { (exit 1); exit 1; }; }
1267     eval $ac_envvar=\$ac_optarg
1268     export $ac_envvar ;;
1269
1270   *)
1271     # FIXME: should be removed in autoconf 3.0.
1272     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1273     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1274       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1275     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1276     ;;
1277
1278   esac
1279 done
1280
1281 if test -n "$ac_prev"; then
1282   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1283   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1284    { (exit 1); exit 1; }; }
1285 fi
1286
1287 if test -n "$ac_unrecognized_opts"; then
1288   case $enable_option_checking in
1289     no) ;;
1290     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1291    { (exit 1); exit 1; }; } ;;
1292     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1293   esac
1294 fi
1295
1296 # Check all directory arguments for consistency.
1297 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1298                 datadir sysconfdir sharedstatedir localstatedir includedir \
1299                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1300                 libdir localedir mandir
1301 do
1302   eval ac_val=\$$ac_var
1303   # Remove trailing slashes.
1304   case $ac_val in
1305     */ )
1306       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1307       eval $ac_var=\$ac_val;;
1308   esac
1309   # Be sure to have absolute directory names.
1310   case $ac_val in
1311     [\\/$]* | ?:[\\/]* )  continue;;
1312     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1313   esac
1314   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1315    { (exit 1); exit 1; }; }
1316 done
1317
1318 # There might be people who depend on the old broken behavior: `$host'
1319 # used to hold the argument of --host etc.
1320 # FIXME: To remove some day.
1321 build=$build_alias
1322 host=$host_alias
1323 target=$target_alias
1324
1325 # FIXME: To remove some day.
1326 if test "x$host_alias" != x; then
1327   if test "x$build_alias" = x; then
1328     cross_compiling=maybe
1329     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1330     If a cross compiler is detected then cross compile mode will be used." >&2
1331   elif test "x$build_alias" != "x$host_alias"; then
1332     cross_compiling=yes
1333   fi
1334 fi
1335
1336 ac_tool_prefix=
1337 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1338
1339 test "$silent" = yes && exec 6>/dev/null
1340
1341
1342 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1343 ac_ls_di=`ls -di .` &&
1344 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1345   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1346    { (exit 1); exit 1; }; }
1347 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1348   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1349    { (exit 1); exit 1; }; }
1350
1351
1352 # Find the source files, if location was not specified.
1353 if test -z "$srcdir"; then
1354   ac_srcdir_defaulted=yes
1355   # Try the directory containing this script, then the parent directory.
1356   ac_confdir=`$as_dirname -- "$as_myself" ||
1357 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1358          X"$as_myself" : 'X\(//\)[^/]' \| \
1359          X"$as_myself" : 'X\(//\)$' \| \
1360          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1361 $as_echo X"$as_myself" |
1362     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1363             s//\1/
1364             q
1365           }
1366           /^X\(\/\/\)[^/].*/{
1367             s//\1/
1368             q
1369           }
1370           /^X\(\/\/\)$/{
1371             s//\1/
1372             q
1373           }
1374           /^X\(\/\).*/{
1375             s//\1/
1376             q
1377           }
1378           s/.*/./; q'`
1379   srcdir=$ac_confdir
1380   if test ! -r "$srcdir/$ac_unique_file"; then
1381     srcdir=..
1382   fi
1383 else
1384   ac_srcdir_defaulted=no
1385 fi
1386 if test ! -r "$srcdir/$ac_unique_file"; then
1387   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1388   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1389    { (exit 1); exit 1; }; }
1390 fi
1391 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1392 ac_abs_confdir=`(
1393         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1394    { (exit 1); exit 1; }; }
1395         pwd)`
1396 # When building in place, set srcdir=.
1397 if test "$ac_abs_confdir" = "$ac_pwd"; then
1398   srcdir=.
1399 fi
1400 # Remove unnecessary trailing slashes from srcdir.
1401 # Double slashes in file names in object file debugging info
1402 # mess up M-x gdb in Emacs.
1403 case $srcdir in
1404 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1405 esac
1406 for ac_var in $ac_precious_vars; do
1407   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1408   eval ac_env_${ac_var}_value=\$${ac_var}
1409   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1410   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1411 done
1412
1413 #
1414 # Report the --help message.
1415 #
1416 if test "$ac_init_help" = "long"; then
1417   # Omit some internal or obsolete options to make the list less imposing.
1418   # This message is too long to be a string in the A/UX 3.1 sh.
1419   cat <<_ACEOF
1420 \`configure' configures Wine 1.1.26 to adapt to many kinds of systems.
1421
1422 Usage: $0 [OPTION]... [VAR=VALUE]...
1423
1424 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1425 VAR=VALUE.  See below for descriptions of some of the useful variables.
1426
1427 Defaults for the options are specified in brackets.
1428
1429 Configuration:
1430   -h, --help              display this help and exit
1431       --help=short        display options specific to this package
1432       --help=recursive    display the short help of all the included packages
1433   -V, --version           display version information and exit
1434   -q, --quiet, --silent   do not print \`checking...' messages
1435       --cache-file=FILE   cache test results in FILE [disabled]
1436   -C, --config-cache      alias for \`--cache-file=config.cache'
1437   -n, --no-create         do not create output files
1438       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1439
1440 Installation directories:
1441   --prefix=PREFIX         install architecture-independent files in PREFIX
1442                           [$ac_default_prefix]
1443   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1444                           [PREFIX]
1445
1446 By default, \`make install' will install all the files in
1447 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1448 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1449 for instance \`--prefix=\$HOME'.
1450
1451 For better control, use the options below.
1452
1453 Fine tuning of the installation directories:
1454   --bindir=DIR            user executables [EPREFIX/bin]
1455   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1456   --libexecdir=DIR        program executables [EPREFIX/libexec]
1457   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1458   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1459   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1460   --libdir=DIR            object code libraries [EPREFIX/lib]
1461   --includedir=DIR        C header files [PREFIX/include]
1462   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1463   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1464   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1465   --infodir=DIR           info documentation [DATAROOTDIR/info]
1466   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1467   --mandir=DIR            man documentation [DATAROOTDIR/man]
1468   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1469   --htmldir=DIR           html documentation [DOCDIR]
1470   --dvidir=DIR            dvi documentation [DOCDIR]
1471   --pdfdir=DIR            pdf documentation [DOCDIR]
1472   --psdir=DIR             ps documentation [DOCDIR]
1473 _ACEOF
1474
1475   cat <<\_ACEOF
1476
1477 X features:
1478   --x-includes=DIR    X include files are in DIR
1479   --x-libraries=DIR   X library files are in DIR
1480
1481 System types:
1482   --build=BUILD     configure for building on BUILD [guessed]
1483   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1484 _ACEOF
1485 fi
1486
1487 if test -n "$ac_init_help"; then
1488   case $ac_init_help in
1489      short | recursive ) echo "Configuration of Wine 1.1.26:";;
1490    esac
1491   cat <<\_ACEOF
1492
1493 Optional Features:
1494   --disable-option-checking  ignore unrecognized --enable/--with options
1495   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1496   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1497   --disable-win16         do not include Win16 support
1498   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1499                           binaries)
1500   --disable-tests         do not build the regression tests
1501   --enable-maintainer-mode
1502                           enable maintainer-specific build rules
1503
1504 Optional Packages:
1505   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1506   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1507   --without-alsa          do not use the Alsa sound support
1508   --without-audioio       do not use the AudioIO sound support
1509   --without-capi          do not use CAPI (ISDN support)
1510   --without-cms           do not use CMS (color management support)
1511   --without-coreaudio     do not use the CoreAudio sound support
1512   --without-cups          do not use CUPS
1513   --without-curses        do not use (n)curses
1514   --without-esd           do not use the EsounD sound support
1515   --without-fontconfig    do not use fontconfig
1516   --without-freetype      do not use the FreeType library
1517   --without-gphoto        do not use gphoto (Digital Camera support)
1518   --without-glu           do not use the GLU library
1519   --without-gnutls        do not use GnuTLS (schannel support)
1520   --without-libgsm        do not use libgsm (GSM 06.10 codec support)
1521   --without-hal           do not use HAL (dynamic device support)
1522   --without-jack          do not use the Jack sound support
1523   --without-jpeg          do not use JPEG
1524   --without-ldap          do not use LDAP
1525   --without-nas           do not use the NAS sound support
1526   --without-opengl        do not use OpenGL
1527   --without-openssl       do not use OpenSSL
1528   --without-oss           do not use the OSS sound support
1529   --without-png           do not use PNG
1530   --without-pthread       do not use the pthread library
1531   --without-sane          do not use SANE (scanner support)
1532   --without-xcomposite    do not use the Xcomposite extension
1533   --without-xcursor       do not use the Xcursor extension
1534   --without-xinerama      do not use Xinerama (multi-monitor support)
1535   --without-xinput        do not use the Xinput extension
1536   --without-xml           do not use XML
1537   --without-xrandr        do not use Xrandr (resolution changes)
1538   --without-xrender       do not use the Xrender extension
1539   --without-xshape        do not use the Xshape extension
1540   --without-xshm          do not use XShm (shared memory extension)
1541   --without-xslt          do not use XSLT
1542   --without-xxf86vm       do not use XFree video mode extension
1543   --with-wine-tools=DIR   use Wine tools from directory DIR
1544   --with-x                use the X Window System
1545
1546 Some influential environment variables:
1547   CC          C compiler command
1548   CFLAGS      C compiler flags
1549   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1550               nonstandard directory <lib dir>
1551   LIBS        libraries to pass to the linker, e.g. -l<library>
1552   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1553               you have headers in a nonstandard directory <include dir>
1554   CXX         C++ compiler command
1555   CXXFLAGS    C++ compiler flags
1556   CPP         C preprocessor
1557   XMKMF       Path to xmkmf, Makefile generator for X Window System
1558
1559 Use these variables to override the choices made by `configure' or to help
1560 it to find libraries and programs with nonstandard names/locations.
1561
1562 Report bugs to <wine-devel@winehq.org>.
1563 _ACEOF
1564 ac_status=$?
1565 fi
1566
1567 if test "$ac_init_help" = "recursive"; then
1568   # If there are subdirs, report their specific --help.
1569   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1570     test -d "$ac_dir" ||
1571       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1572       continue
1573     ac_builddir=.
1574
1575 case "$ac_dir" in
1576 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1577 *)
1578   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1579   # A ".." for each directory in $ac_dir_suffix.
1580   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1581   case $ac_top_builddir_sub in
1582   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1583   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1584   esac ;;
1585 esac
1586 ac_abs_top_builddir=$ac_pwd
1587 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1588 # for backward compatibility:
1589 ac_top_builddir=$ac_top_build_prefix
1590
1591 case $srcdir in
1592   .)  # We are building in place.
1593     ac_srcdir=.
1594     ac_top_srcdir=$ac_top_builddir_sub
1595     ac_abs_top_srcdir=$ac_pwd ;;
1596   [\\/]* | ?:[\\/]* )  # Absolute name.
1597     ac_srcdir=$srcdir$ac_dir_suffix;
1598     ac_top_srcdir=$srcdir
1599     ac_abs_top_srcdir=$srcdir ;;
1600   *) # Relative name.
1601     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1602     ac_top_srcdir=$ac_top_build_prefix$srcdir
1603     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1604 esac
1605 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1606
1607     cd "$ac_dir" || { ac_status=$?; continue; }
1608     # Check for guested configure.
1609     if test -f "$ac_srcdir/configure.gnu"; then
1610       echo &&
1611       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1612     elif test -f "$ac_srcdir/configure"; then
1613       echo &&
1614       $SHELL "$ac_srcdir/configure" --help=recursive
1615     else
1616       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1617     fi || ac_status=$?
1618     cd "$ac_pwd" || { ac_status=$?; break; }
1619   done
1620 fi
1621
1622 test -n "$ac_init_help" && exit $ac_status
1623 if $ac_init_version; then
1624   cat <<\_ACEOF
1625 Wine configure 1.1.26
1626 generated by GNU Autoconf 2.63
1627
1628 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1629 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1630 This configure script is free software; the Free Software Foundation
1631 gives unlimited permission to copy, distribute and modify it.
1632 _ACEOF
1633   exit
1634 fi
1635 cat >config.log <<_ACEOF
1636 This file contains any messages produced by compilers while
1637 running configure, to aid debugging if configure makes a mistake.
1638
1639 It was created by Wine $as_me 1.1.26, which was
1640 generated by GNU Autoconf 2.63.  Invocation command line was
1641
1642   $ $0 $@
1643
1644 _ACEOF
1645 exec 5>>config.log
1646 {
1647 cat <<_ASUNAME
1648 ## --------- ##
1649 ## Platform. ##
1650 ## --------- ##
1651
1652 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1653 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1654 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1655 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1656 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1657
1658 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1659 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1660
1661 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1662 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1663 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1664 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1665 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1666 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1667 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1668
1669 _ASUNAME
1670
1671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1672 for as_dir in $PATH
1673 do
1674   IFS=$as_save_IFS
1675   test -z "$as_dir" && as_dir=.
1676   $as_echo "PATH: $as_dir"
1677 done
1678 IFS=$as_save_IFS
1679
1680 } >&5
1681
1682 cat >&5 <<_ACEOF
1683
1684
1685 ## ----------- ##
1686 ## Core tests. ##
1687 ## ----------- ##
1688
1689 _ACEOF
1690
1691
1692 # Keep a trace of the command line.
1693 # Strip out --no-create and --no-recursion so they do not pile up.
1694 # Strip out --silent because we don't want to record it for future runs.
1695 # Also quote any args containing shell meta-characters.
1696 # Make two passes to allow for proper duplicate-argument suppression.
1697 ac_configure_args=
1698 ac_configure_args0=
1699 ac_configure_args1=
1700 ac_must_keep_next=false
1701 for ac_pass in 1 2
1702 do
1703   for ac_arg
1704   do
1705     case $ac_arg in
1706     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1707     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1708     | -silent | --silent | --silen | --sile | --sil)
1709       continue ;;
1710     *\'*)
1711       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1712     esac
1713     case $ac_pass in
1714     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1715     2)
1716       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1717       if test $ac_must_keep_next = true; then
1718         ac_must_keep_next=false # Got value, back to normal.
1719       else
1720         case $ac_arg in
1721           *=* | --config-cache | -C | -disable-* | --disable-* \
1722           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1723           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1724           | -with-* | --with-* | -without-* | --without-* | --x)
1725             case "$ac_configure_args0 " in
1726               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1727             esac
1728             ;;
1729           -* ) ac_must_keep_next=true ;;
1730         esac
1731       fi
1732       ac_configure_args="$ac_configure_args '$ac_arg'"
1733       ;;
1734     esac
1735   done
1736 done
1737 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1738 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1739
1740 # When interrupted or exit'd, cleanup temporary files, and complete
1741 # config.log.  We remove comments because anyway the quotes in there
1742 # would cause problems or look ugly.
1743 # WARNING: Use '\'' to represent an apostrophe within the trap.
1744 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1745 trap 'exit_status=$?
1746   # Save into config.log some information that might help in debugging.
1747   {
1748     echo
1749
1750     cat <<\_ASBOX
1751 ## ---------------- ##
1752 ## Cache variables. ##
1753 ## ---------------- ##
1754 _ASBOX
1755     echo
1756     # The following way of writing the cache mishandles newlines in values,
1757 (
1758   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1759     eval ac_val=\$$ac_var
1760     case $ac_val in #(
1761     *${as_nl}*)
1762       case $ac_var in #(
1763       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1764 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1765       esac
1766       case $ac_var in #(
1767       _ | IFS | as_nl) ;; #(
1768       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1769       *) $as_unset $ac_var ;;
1770       esac ;;
1771     esac
1772   done
1773   (set) 2>&1 |
1774     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1775     *${as_nl}ac_space=\ *)
1776       sed -n \
1777         "s/'\''/'\''\\\\'\'''\''/g;
1778           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1779       ;; #(
1780     *)
1781       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1782       ;;
1783     esac |
1784     sort
1785 )
1786     echo
1787
1788     cat <<\_ASBOX
1789 ## ----------------- ##
1790 ## Output variables. ##
1791 ## ----------------- ##
1792 _ASBOX
1793     echo
1794     for ac_var in $ac_subst_vars
1795     do
1796       eval ac_val=\$$ac_var
1797       case $ac_val in
1798       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1799       esac
1800       $as_echo "$ac_var='\''$ac_val'\''"
1801     done | sort
1802     echo
1803
1804     if test -n "$ac_subst_files"; then
1805       cat <<\_ASBOX
1806 ## ------------------- ##
1807 ## File substitutions. ##
1808 ## ------------------- ##
1809 _ASBOX
1810       echo
1811       for ac_var in $ac_subst_files
1812       do
1813         eval ac_val=\$$ac_var
1814         case $ac_val in
1815         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1816         esac
1817         $as_echo "$ac_var='\''$ac_val'\''"
1818       done | sort
1819       echo
1820     fi
1821
1822     if test -s confdefs.h; then
1823       cat <<\_ASBOX
1824 ## ----------- ##
1825 ## confdefs.h. ##
1826 ## ----------- ##
1827 _ASBOX
1828       echo
1829       cat confdefs.h
1830       echo
1831     fi
1832     test "$ac_signal" != 0 &&
1833       $as_echo "$as_me: caught signal $ac_signal"
1834     $as_echo "$as_me: exit $exit_status"
1835   } >&5
1836   rm -f core *.core core.conftest.* &&
1837     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1838     exit $exit_status
1839 ' 0
1840 for ac_signal in 1 2 13 15; do
1841   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1842 done
1843 ac_signal=0
1844
1845 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1846 rm -f -r conftest* confdefs.h
1847
1848 # Predefined preprocessor variables.
1849
1850 cat >>confdefs.h <<_ACEOF
1851 #define PACKAGE_NAME "$PACKAGE_NAME"
1852 _ACEOF
1853
1854
1855 cat >>confdefs.h <<_ACEOF
1856 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1857 _ACEOF
1858
1859
1860 cat >>confdefs.h <<_ACEOF
1861 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1862 _ACEOF
1863
1864
1865 cat >>confdefs.h <<_ACEOF
1866 #define PACKAGE_STRING "$PACKAGE_STRING"
1867 _ACEOF
1868
1869
1870 cat >>confdefs.h <<_ACEOF
1871 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1872 _ACEOF
1873
1874
1875 # Let the site file select an alternate cache file if it wants to.
1876 # Prefer an explicitly selected file to automatically selected ones.
1877 ac_site_file1=NONE
1878 ac_site_file2=NONE
1879 if test -n "$CONFIG_SITE"; then
1880   ac_site_file1=$CONFIG_SITE
1881 elif test "x$prefix" != xNONE; then
1882   ac_site_file1=$prefix/share/config.site
1883   ac_site_file2=$prefix/etc/config.site
1884 else
1885   ac_site_file1=$ac_default_prefix/share/config.site
1886   ac_site_file2=$ac_default_prefix/etc/config.site
1887 fi
1888 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1889 do
1890   test "x$ac_site_file" = xNONE && continue
1891   if test -r "$ac_site_file"; then
1892     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1893 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1894     sed 's/^/| /' "$ac_site_file" >&5
1895     . "$ac_site_file"
1896   fi
1897 done
1898
1899 if test -r "$cache_file"; then
1900   # Some versions of bash will fail to source /dev/null (special
1901   # files actually), so we avoid doing that.
1902   if test -f "$cache_file"; then
1903     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1904 $as_echo "$as_me: loading cache $cache_file" >&6;}
1905     case $cache_file in
1906       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1907       *)                      . "./$cache_file";;
1908     esac
1909   fi
1910 else
1911   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1912 $as_echo "$as_me: creating cache $cache_file" >&6;}
1913   >$cache_file
1914 fi
1915
1916 # Check that the precious variables saved in the cache have kept the same
1917 # value.
1918 ac_cache_corrupted=false
1919 for ac_var in $ac_precious_vars; do
1920   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1921   eval ac_new_set=\$ac_env_${ac_var}_set
1922   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1923   eval ac_new_val=\$ac_env_${ac_var}_value
1924   case $ac_old_set,$ac_new_set in
1925     set,)
1926       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1927 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1928       ac_cache_corrupted=: ;;
1929     ,set)
1930       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1931 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1932       ac_cache_corrupted=: ;;
1933     ,);;
1934     *)
1935       if test "x$ac_old_val" != "x$ac_new_val"; then
1936         # differences in whitespace do not lead to failure.
1937         ac_old_val_w=`echo x $ac_old_val`
1938         ac_new_val_w=`echo x $ac_new_val`
1939         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1940           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1941 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1942           ac_cache_corrupted=:
1943         else
1944           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1945 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1946           eval $ac_var=\$ac_old_val
1947         fi
1948         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1949 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1950         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1951 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1952       fi;;
1953   esac
1954   # Pass precious variables to config.status.
1955   if test "$ac_new_set" = set; then
1956     case $ac_new_val in
1957     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1958     *) ac_arg=$ac_var=$ac_new_val ;;
1959     esac
1960     case " $ac_configure_args " in
1961       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1962       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1963     esac
1964   fi
1965 done
1966 if $ac_cache_corrupted; then
1967   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1968 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1969   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1970 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1971   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1972 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1973    { (exit 1); exit 1; }; }
1974 fi
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000 ac_ext=c
2001 ac_cpp='$CPP $CPPFLAGS'
2002 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2003 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2004 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2005
2006
2007
2008 ac_config_headers="$ac_config_headers include/config.h"
2009
2010 ac_aux_dir=
2011 for ac_dir in tools "$srcdir"/tools; do
2012   if test -f "$ac_dir/install-sh"; then
2013     ac_aux_dir=$ac_dir
2014     ac_install_sh="$ac_aux_dir/install-sh -c"
2015     break
2016   elif test -f "$ac_dir/install.sh"; then
2017     ac_aux_dir=$ac_dir
2018     ac_install_sh="$ac_aux_dir/install.sh -c"
2019     break
2020   elif test -f "$ac_dir/shtool"; then
2021     ac_aux_dir=$ac_dir
2022     ac_install_sh="$ac_aux_dir/shtool install -c"
2023     break
2024   fi
2025 done
2026 if test -z "$ac_aux_dir"; then
2027   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2028 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2029    { (exit 1); exit 1; }; }
2030 fi
2031
2032 # These three variables are undocumented and unsupported,
2033 # and are intended to be withdrawn in a future Autoconf release.
2034 # They can cause serious problems if a builder's source tree is in a directory
2035 # whose full name contains unusual characters.
2036 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2037 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2038 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2039
2040
2041
2042
2043 # Check whether --enable-win16 was given.
2044 if test "${enable_win16+set}" = set; then
2045   enableval=$enable_win16;
2046 fi
2047
2048 # Check whether --enable-win64 was given.
2049 if test "${enable_win64+set}" = set; then
2050   enableval=$enable_win64;
2051 fi
2052
2053 # Check whether --enable-tests was given.
2054 if test "${enable_tests+set}" = set; then
2055   enableval=$enable_tests;
2056 fi
2057
2058 # Check whether --enable-maintainer-mode was given.
2059 if test "${enable_maintainer_mode+set}" = set; then
2060   enableval=$enable_maintainer_mode;
2061 else
2062   MAINTAINER_MODE=\#
2063
2064 fi
2065
2066
2067
2068 # Check whether --with-alsa was given.
2069 if test "${with_alsa+set}" = set; then
2070   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2071 fi
2072
2073
2074 # Check whether --with-audioio was given.
2075 if test "${with_audioio+set}" = set; then
2076   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2077 fi
2078
2079
2080 # Check whether --with-capi was given.
2081 if test "${with_capi+set}" = set; then
2082   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2083 fi
2084
2085
2086 # Check whether --with-cms was given.
2087 if test "${with_cms+set}" = set; then
2088   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2089 fi
2090
2091
2092 # Check whether --with-coreaudio was given.
2093 if test "${with_coreaudio+set}" = set; then
2094   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2095 fi
2096
2097
2098 # Check whether --with-cups was given.
2099 if test "${with_cups+set}" = set; then
2100   withval=$with_cups;
2101 fi
2102
2103
2104 # Check whether --with-curses was given.
2105 if test "${with_curses+set}" = set; then
2106   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2107 fi
2108
2109
2110 # Check whether --with-esd was given.
2111 if test "${with_esd+set}" = set; then
2112   withval=$with_esd;
2113 fi
2114
2115
2116 # Check whether --with-fontconfig was given.
2117 if test "${with_fontconfig+set}" = set; then
2118   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2119 fi
2120
2121
2122 # Check whether --with-freetype was given.
2123 if test "${with_freetype+set}" = set; then
2124   withval=$with_freetype;
2125 fi
2126
2127
2128 # Check whether --with-gphoto was given.
2129 if test "${with_gphoto+set}" = set; then
2130   withval=$with_gphoto;
2131 fi
2132
2133
2134 # Check whether --with-glu was given.
2135 if test "${with_glu+set}" = set; then
2136   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2137 fi
2138
2139
2140 # Check whether --with-gnutls was given.
2141 if test "${with_gnutls+set}" = set; then
2142   withval=$with_gnutls;
2143 fi
2144
2145
2146 # Check whether --with-libgsm was given.
2147 if test "${with_libgsm+set}" = set; then
2148   withval=$with_libgsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; fi
2149 fi
2150
2151
2152 # Check whether --with-hal was given.
2153 if test "${with_hal+set}" = set; then
2154   withval=$with_hal;
2155 fi
2156
2157
2158 # Check whether --with-jack was given.
2159 if test "${with_jack+set}" = set; then
2160   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2161 fi
2162
2163
2164 # Check whether --with-jpeg was given.
2165 if test "${with_jpeg+set}" = set; then
2166   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2167 fi
2168
2169
2170 # Check whether --with-ldap was given.
2171 if test "${with_ldap+set}" = set; then
2172   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2173 fi
2174
2175
2176 # Check whether --with-nas was given.
2177 if test "${with_nas+set}" = set; then
2178   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2179 fi
2180
2181
2182 # Check whether --with-opengl was given.
2183 if test "${with_opengl+set}" = set; then
2184   withval=$with_opengl;
2185 fi
2186
2187
2188 # Check whether --with-openssl was given.
2189 if test "${with_openssl+set}" = set; then
2190   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2191 fi
2192
2193
2194 # Check whether --with-oss was given.
2195 if test "${with_oss+set}" = set; then
2196   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
2197 fi
2198
2199
2200 # Check whether --with-png was given.
2201 if test "${with_png+set}" = set; then
2202   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2203 fi
2204
2205
2206 # Check whether --with-pthread was given.
2207 if test "${with_pthread+set}" = set; then
2208   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2209 fi
2210
2211
2212 # Check whether --with-sane was given.
2213 if test "${with_sane+set}" = set; then
2214   withval=$with_sane;
2215 fi
2216
2217
2218 # Check whether --with-xcomposite was given.
2219 if test "${with_xcomposite+set}" = set; then
2220   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2221 fi
2222
2223
2224 # Check whether --with-xcursor was given.
2225 if test "${with_xcursor+set}" = set; then
2226   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2227 fi
2228
2229
2230 # Check whether --with-xinerama was given.
2231 if test "${with_xinerama+set}" = set; then
2232   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2233 fi
2234
2235
2236 # Check whether --with-xinput was given.
2237 if test "${with_xinput+set}" = set; then
2238   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2239 fi
2240
2241
2242 # Check whether --with-xml was given.
2243 if test "${with_xml+set}" = set; then
2244   withval=$with_xml;
2245 fi
2246
2247
2248 # Check whether --with-xrandr was given.
2249 if test "${with_xrandr+set}" = set; then
2250   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2251 fi
2252
2253
2254 # Check whether --with-xrender was given.
2255 if test "${with_xrender+set}" = set; then
2256   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2257 fi
2258
2259
2260 # Check whether --with-xshape was given.
2261 if test "${with_xshape+set}" = set; then
2262   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2263 fi
2264
2265
2266 # Check whether --with-xshm was given.
2267 if test "${with_xshm+set}" = set; then
2268   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2269 fi
2270
2271
2272 # Check whether --with-xslt was given.
2273 if test "${with_xslt+set}" = set; then
2274   withval=$with_xslt;
2275 fi
2276
2277
2278 # Check whether --with-xxf86vm was given.
2279 if test "${with_xxf86vm+set}" = set; then
2280   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2281 fi
2282
2283
2284
2285 # Check whether --with-wine-tools was given.
2286 if test "${with_wine_tools+set}" = set; then
2287   withval=$with_wine_tools;
2288 fi
2289
2290
2291 # Make sure we can run config.sub.
2292 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2293   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2294 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2295    { (exit 1); exit 1; }; }
2296
2297 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2298 $as_echo_n "checking build system type... " >&6; }
2299 if test "${ac_cv_build+set}" = set; then
2300   $as_echo_n "(cached) " >&6
2301 else
2302   ac_build_alias=$build_alias
2303 test "x$ac_build_alias" = x &&
2304   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2305 test "x$ac_build_alias" = x &&
2306   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2307 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2308    { (exit 1); exit 1; }; }
2309 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2310   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2311 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2312    { (exit 1); exit 1; }; }
2313
2314 fi
2315 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2316 $as_echo "$ac_cv_build" >&6; }
2317 case $ac_cv_build in
2318 *-*-*) ;;
2319 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2320 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2321    { (exit 1); exit 1; }; };;
2322 esac
2323 build=$ac_cv_build
2324 ac_save_IFS=$IFS; IFS='-'
2325 set x $ac_cv_build
2326 shift
2327 build_cpu=$1
2328 build_vendor=$2
2329 shift; shift
2330 # Remember, the first character of IFS is used to create $*,
2331 # except with old shells:
2332 build_os=$*
2333 IFS=$ac_save_IFS
2334 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2335
2336
2337 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2338 $as_echo_n "checking host system type... " >&6; }
2339 if test "${ac_cv_host+set}" = set; then
2340   $as_echo_n "(cached) " >&6
2341 else
2342   if test "x$host_alias" = x; then
2343   ac_cv_host=$ac_cv_build
2344 else
2345   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2346     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2347 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2348    { (exit 1); exit 1; }; }
2349 fi
2350
2351 fi
2352 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2353 $as_echo "$ac_cv_host" >&6; }
2354 case $ac_cv_host in
2355 *-*-*) ;;
2356 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2357 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2358    { (exit 1); exit 1; }; };;
2359 esac
2360 host=$ac_cv_host
2361 ac_save_IFS=$IFS; IFS='-'
2362 set x $ac_cv_host
2363 shift
2364 host_cpu=$1
2365 host_vendor=$2
2366 shift; shift
2367 # Remember, the first character of IFS is used to create $*,
2368 # except with old shells:
2369 host_os=$*
2370 IFS=$ac_save_IFS
2371 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2372
2373
2374
2375 case "$srcdir" in
2376  .) ;;
2377  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2378       { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2379 You need to run 'make distclean' in the source tree first." >&5
2380 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2381 You need to run 'make distclean' in the source tree first." >&2;}
2382    { (exit 1); exit 1; }; }
2383     fi ;;
2384 esac
2385
2386
2387 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2388 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2389 set x ${MAKE-make}
2390 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2391 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2392   $as_echo_n "(cached) " >&6
2393 else
2394   cat >conftest.make <<\_ACEOF
2395 SHELL = /bin/sh
2396 all:
2397         @echo '@@@%%%=$(MAKE)=@@@%%%'
2398 _ACEOF
2399 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2400 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2401   *@@@%%%=?*=@@@%%%*)
2402     eval ac_cv_prog_make_${ac_make}_set=yes;;
2403   *)
2404     eval ac_cv_prog_make_${ac_make}_set=no;;
2405 esac
2406 rm -f conftest.make
2407 fi
2408 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2409   { $as_echo "$as_me:$LINENO: result: yes" >&5
2410 $as_echo "yes" >&6; }
2411   SET_MAKE=
2412 else
2413   { $as_echo "$as_me:$LINENO: result: no" >&5
2414 $as_echo "no" >&6; }
2415   SET_MAKE="MAKE=${MAKE-make}"
2416 fi
2417
2418 ac_ext=c
2419 ac_cpp='$CPP $CPPFLAGS'
2420 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2421 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2422 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2423 if test -n "$ac_tool_prefix"; then
2424   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2425 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2426 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2427 $as_echo_n "checking for $ac_word... " >&6; }
2428 if test "${ac_cv_prog_CC+set}" = set; then
2429   $as_echo_n "(cached) " >&6
2430 else
2431   if test -n "$CC"; then
2432   ac_cv_prog_CC="$CC" # Let the user override the test.
2433 else
2434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2435 for as_dir in $PATH
2436 do
2437   IFS=$as_save_IFS
2438   test -z "$as_dir" && as_dir=.
2439   for ac_exec_ext in '' $ac_executable_extensions; do
2440   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2441     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2442     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2443     break 2
2444   fi
2445 done
2446 done
2447 IFS=$as_save_IFS
2448
2449 fi
2450 fi
2451 CC=$ac_cv_prog_CC
2452 if test -n "$CC"; then
2453   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2454 $as_echo "$CC" >&6; }
2455 else
2456   { $as_echo "$as_me:$LINENO: result: no" >&5
2457 $as_echo "no" >&6; }
2458 fi
2459
2460
2461 fi
2462 if test -z "$ac_cv_prog_CC"; then
2463   ac_ct_CC=$CC
2464   # Extract the first word of "gcc", so it can be a program name with args.
2465 set dummy gcc; ac_word=$2
2466 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2467 $as_echo_n "checking for $ac_word... " >&6; }
2468 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2469   $as_echo_n "(cached) " >&6
2470 else
2471   if test -n "$ac_ct_CC"; then
2472   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2473 else
2474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2475 for as_dir in $PATH
2476 do
2477   IFS=$as_save_IFS
2478   test -z "$as_dir" && as_dir=.
2479   for ac_exec_ext in '' $ac_executable_extensions; do
2480   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2481     ac_cv_prog_ac_ct_CC="gcc"
2482     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2483     break 2
2484   fi
2485 done
2486 done
2487 IFS=$as_save_IFS
2488
2489 fi
2490 fi
2491 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2492 if test -n "$ac_ct_CC"; then
2493   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2494 $as_echo "$ac_ct_CC" >&6; }
2495 else
2496   { $as_echo "$as_me:$LINENO: result: no" >&5
2497 $as_echo "no" >&6; }
2498 fi
2499
2500   if test "x$ac_ct_CC" = x; then
2501     CC=""
2502   else
2503     case $cross_compiling:$ac_tool_warned in
2504 yes:)
2505 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2506 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2507 ac_tool_warned=yes ;;
2508 esac
2509     CC=$ac_ct_CC
2510   fi
2511 else
2512   CC="$ac_cv_prog_CC"
2513 fi
2514
2515 if test -z "$CC"; then
2516           if test -n "$ac_tool_prefix"; then
2517     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2518 set dummy ${ac_tool_prefix}cc; ac_word=$2
2519 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2520 $as_echo_n "checking for $ac_word... " >&6; }
2521 if test "${ac_cv_prog_CC+set}" = set; then
2522   $as_echo_n "(cached) " >&6
2523 else
2524   if test -n "$CC"; then
2525   ac_cv_prog_CC="$CC" # Let the user override the test.
2526 else
2527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2528 for as_dir in $PATH
2529 do
2530   IFS=$as_save_IFS
2531   test -z "$as_dir" && as_dir=.
2532   for ac_exec_ext in '' $ac_executable_extensions; do
2533   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2534     ac_cv_prog_CC="${ac_tool_prefix}cc"
2535     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2536     break 2
2537   fi
2538 done
2539 done
2540 IFS=$as_save_IFS
2541
2542 fi
2543 fi
2544 CC=$ac_cv_prog_CC
2545 if test -n "$CC"; then
2546   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2547 $as_echo "$CC" >&6; }
2548 else
2549   { $as_echo "$as_me:$LINENO: result: no" >&5
2550 $as_echo "no" >&6; }
2551 fi
2552
2553
2554   fi
2555 fi
2556 if test -z "$CC"; then
2557   # Extract the first word of "cc", so it can be a program name with args.
2558 set dummy cc; ac_word=$2
2559 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2560 $as_echo_n "checking for $ac_word... " >&6; }
2561 if test "${ac_cv_prog_CC+set}" = set; then
2562   $as_echo_n "(cached) " >&6
2563 else
2564   if test -n "$CC"; then
2565   ac_cv_prog_CC="$CC" # Let the user override the test.
2566 else
2567   ac_prog_rejected=no
2568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2569 for as_dir in $PATH
2570 do
2571   IFS=$as_save_IFS
2572   test -z "$as_dir" && as_dir=.
2573   for ac_exec_ext in '' $ac_executable_extensions; do
2574   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2575     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2576        ac_prog_rejected=yes
2577        continue
2578      fi
2579     ac_cv_prog_CC="cc"
2580     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2581     break 2
2582   fi
2583 done
2584 done
2585 IFS=$as_save_IFS
2586
2587 if test $ac_prog_rejected = yes; then
2588   # We found a bogon in the path, so make sure we never use it.
2589   set dummy $ac_cv_prog_CC
2590   shift
2591   if test $# != 0; then
2592     # We chose a different compiler from the bogus one.
2593     # However, it has the same basename, so the bogon will be chosen
2594     # first if we set CC to just the basename; use the full file name.
2595     shift
2596     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2597   fi
2598 fi
2599 fi
2600 fi
2601 CC=$ac_cv_prog_CC
2602 if test -n "$CC"; then
2603   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2604 $as_echo "$CC" >&6; }
2605 else
2606   { $as_echo "$as_me:$LINENO: result: no" >&5
2607 $as_echo "no" >&6; }
2608 fi
2609
2610
2611 fi
2612 if test -z "$CC"; then
2613   if test -n "$ac_tool_prefix"; then
2614   for ac_prog in cl.exe
2615   do
2616     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2617 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2618 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2619 $as_echo_n "checking for $ac_word... " >&6; }
2620 if test "${ac_cv_prog_CC+set}" = set; then
2621   $as_echo_n "(cached) " >&6
2622 else
2623   if test -n "$CC"; then
2624   ac_cv_prog_CC="$CC" # Let the user override the test.
2625 else
2626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2627 for as_dir in $PATH
2628 do
2629   IFS=$as_save_IFS
2630   test -z "$as_dir" && as_dir=.
2631   for ac_exec_ext in '' $ac_executable_extensions; do
2632   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2633     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2634     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2635     break 2
2636   fi
2637 done
2638 done
2639 IFS=$as_save_IFS
2640
2641 fi
2642 fi
2643 CC=$ac_cv_prog_CC
2644 if test -n "$CC"; then
2645   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2646 $as_echo "$CC" >&6; }
2647 else
2648   { $as_echo "$as_me:$LINENO: result: no" >&5
2649 $as_echo "no" >&6; }
2650 fi
2651
2652
2653     test -n "$CC" && break
2654   done
2655 fi
2656 if test -z "$CC"; then
2657   ac_ct_CC=$CC
2658   for ac_prog in cl.exe
2659 do
2660   # Extract the first word of "$ac_prog", so it can be a program name with args.
2661 set dummy $ac_prog; ac_word=$2
2662 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2663 $as_echo_n "checking for $ac_word... " >&6; }
2664 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2665   $as_echo_n "(cached) " >&6
2666 else
2667   if test -n "$ac_ct_CC"; then
2668   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2669 else
2670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2671 for as_dir in $PATH
2672 do
2673   IFS=$as_save_IFS
2674   test -z "$as_dir" && as_dir=.
2675   for ac_exec_ext in '' $ac_executable_extensions; do
2676   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2677     ac_cv_prog_ac_ct_CC="$ac_prog"
2678     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2679     break 2
2680   fi
2681 done
2682 done
2683 IFS=$as_save_IFS
2684
2685 fi
2686 fi
2687 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2688 if test -n "$ac_ct_CC"; then
2689   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2690 $as_echo "$ac_ct_CC" >&6; }
2691 else
2692   { $as_echo "$as_me:$LINENO: result: no" >&5
2693 $as_echo "no" >&6; }
2694 fi
2695
2696
2697   test -n "$ac_ct_CC" && break
2698 done
2699
2700   if test "x$ac_ct_CC" = x; then
2701     CC=""
2702   else
2703     case $cross_compiling:$ac_tool_warned in
2704 yes:)
2705 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2706 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2707 ac_tool_warned=yes ;;
2708 esac
2709     CC=$ac_ct_CC
2710   fi
2711 fi
2712
2713 fi
2714
2715
2716 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2717 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2718 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2719 See \`config.log' for more details." >&5
2720 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2721 See \`config.log' for more details." >&2;}
2722    { (exit 1); exit 1; }; }; }
2723
2724 # Provide some information about the compiler.
2725 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2726 set X $ac_compile
2727 ac_compiler=$2
2728 { (ac_try="$ac_compiler --version >&5"
2729 case "(($ac_try" in
2730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2731   *) ac_try_echo=$ac_try;;
2732 esac
2733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2734 $as_echo "$ac_try_echo") >&5
2735   (eval "$ac_compiler --version >&5") 2>&5
2736   ac_status=$?
2737   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738   (exit $ac_status); }
2739 { (ac_try="$ac_compiler -v >&5"
2740 case "(($ac_try" in
2741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2742   *) ac_try_echo=$ac_try;;
2743 esac
2744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2745 $as_echo "$ac_try_echo") >&5
2746   (eval "$ac_compiler -v >&5") 2>&5
2747   ac_status=$?
2748   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2749   (exit $ac_status); }
2750 { (ac_try="$ac_compiler -V >&5"
2751 case "(($ac_try" in
2752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2753   *) ac_try_echo=$ac_try;;
2754 esac
2755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2756 $as_echo "$ac_try_echo") >&5
2757   (eval "$ac_compiler -V >&5") 2>&5
2758   ac_status=$?
2759   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2760   (exit $ac_status); }
2761
2762 cat >conftest.$ac_ext <<_ACEOF
2763 /* confdefs.h.  */
2764 _ACEOF
2765 cat confdefs.h >>conftest.$ac_ext
2766 cat >>conftest.$ac_ext <<_ACEOF
2767 /* end confdefs.h.  */
2768
2769 int
2770 main ()
2771 {
2772
2773   ;
2774   return 0;
2775 }
2776 _ACEOF
2777 ac_clean_files_save=$ac_clean_files
2778 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2779 # Try to create an executable without -o first, disregard a.out.
2780 # It will help us diagnose broken compilers, and finding out an intuition
2781 # of exeext.
2782 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2783 $as_echo_n "checking for C compiler default output file name... " >&6; }
2784 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2785
2786 # The possible output files:
2787 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2788
2789 ac_rmfiles=
2790 for ac_file in $ac_files
2791 do
2792   case $ac_file in
2793     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2794     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2795   esac
2796 done
2797 rm -f $ac_rmfiles
2798
2799 if { (ac_try="$ac_link_default"
2800 case "(($ac_try" in
2801   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2802   *) ac_try_echo=$ac_try;;
2803 esac
2804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2805 $as_echo "$ac_try_echo") >&5
2806   (eval "$ac_link_default") 2>&5
2807   ac_status=$?
2808   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2809   (exit $ac_status); }; then
2810   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2811 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2812 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2813 # so that the user can short-circuit this test for compilers unknown to
2814 # Autoconf.
2815 for ac_file in $ac_files ''
2816 do
2817   test -f "$ac_file" || continue
2818   case $ac_file in
2819     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2820         ;;
2821     [ab].out )
2822         # We found the default executable, but exeext='' is most
2823         # certainly right.
2824         break;;
2825     *.* )
2826         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2827         then :; else
2828            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2829         fi
2830         # We set ac_cv_exeext here because the later test for it is not
2831         # safe: cross compilers may not add the suffix if given an `-o'
2832         # argument, so we may need to know it at that point already.
2833         # Even if this section looks crufty: it has the advantage of
2834         # actually working.
2835         break;;
2836     * )
2837         break;;
2838   esac
2839 done
2840 test "$ac_cv_exeext" = no && ac_cv_exeext=
2841
2842 else
2843   ac_file=''
2844 fi
2845
2846 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2847 $as_echo "$ac_file" >&6; }
2848 if test -z "$ac_file"; then
2849   $as_echo "$as_me: failed program was:" >&5
2850 sed 's/^/| /' conftest.$ac_ext >&5
2851
2852 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2853 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2854 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2855 See \`config.log' for more details." >&5
2856 $as_echo "$as_me: error: C compiler cannot create executables
2857 See \`config.log' for more details." >&2;}
2858    { (exit 77); exit 77; }; }; }
2859 fi
2860
2861 ac_exeext=$ac_cv_exeext
2862
2863 # Check that the compiler produces executables we can run.  If not, either
2864 # the compiler is broken, or we cross compile.
2865 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2866 $as_echo_n "checking whether the C compiler works... " >&6; }
2867 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2868 # If not cross compiling, check that we can run a simple program.
2869 if test "$cross_compiling" != yes; then
2870   if { ac_try='./$ac_file'
2871   { (case "(($ac_try" in
2872   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2873   *) ac_try_echo=$ac_try;;
2874 esac
2875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2876 $as_echo "$ac_try_echo") >&5
2877   (eval "$ac_try") 2>&5
2878   ac_status=$?
2879   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2880   (exit $ac_status); }; }; then
2881     cross_compiling=no
2882   else
2883     if test "$cross_compiling" = maybe; then
2884         cross_compiling=yes
2885     else
2886         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2887 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2888 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&5
2891 $as_echo "$as_me: error: cannot run C compiled programs.
2892 If you meant to cross compile, use \`--host'.
2893 See \`config.log' for more details." >&2;}
2894    { (exit 1); exit 1; }; }; }
2895     fi
2896   fi
2897 fi
2898 { $as_echo "$as_me:$LINENO: result: yes" >&5
2899 $as_echo "yes" >&6; }
2900
2901 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2902 ac_clean_files=$ac_clean_files_save
2903 # Check that the compiler produces executables we can run.  If not, either
2904 # the compiler is broken, or we cross compile.
2905 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2906 $as_echo_n "checking whether we are cross compiling... " >&6; }
2907 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2908 $as_echo "$cross_compiling" >&6; }
2909
2910 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2911 $as_echo_n "checking for suffix of executables... " >&6; }
2912 if { (ac_try="$ac_link"
2913 case "(($ac_try" in
2914   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2915   *) ac_try_echo=$ac_try;;
2916 esac
2917 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2918 $as_echo "$ac_try_echo") >&5
2919   (eval "$ac_link") 2>&5
2920   ac_status=$?
2921   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2922   (exit $ac_status); }; then
2923   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2924 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2925 # work properly (i.e., refer to `conftest.exe'), while it won't with
2926 # `rm'.
2927 for ac_file in conftest.exe conftest conftest.*; do
2928   test -f "$ac_file" || continue
2929   case $ac_file in
2930     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2931     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2932           break;;
2933     * ) break;;
2934   esac
2935 done
2936 else
2937   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2938 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2939 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2940 See \`config.log' for more details." >&5
2941 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2942 See \`config.log' for more details." >&2;}
2943    { (exit 1); exit 1; }; }; }
2944 fi
2945
2946 rm -f conftest$ac_cv_exeext
2947 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2948 $as_echo "$ac_cv_exeext" >&6; }
2949
2950 rm -f conftest.$ac_ext
2951 EXEEXT=$ac_cv_exeext
2952 ac_exeext=$EXEEXT
2953 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2954 $as_echo_n "checking for suffix of object files... " >&6; }
2955 if test "${ac_cv_objext+set}" = set; then
2956   $as_echo_n "(cached) " >&6
2957 else
2958   cat >conftest.$ac_ext <<_ACEOF
2959 /* confdefs.h.  */
2960 _ACEOF
2961 cat confdefs.h >>conftest.$ac_ext
2962 cat >>conftest.$ac_ext <<_ACEOF
2963 /* end confdefs.h.  */
2964
2965 int
2966 main ()
2967 {
2968
2969   ;
2970   return 0;
2971 }
2972 _ACEOF
2973 rm -f conftest.o conftest.obj
2974 if { (ac_try="$ac_compile"
2975 case "(($ac_try" in
2976   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2977   *) ac_try_echo=$ac_try;;
2978 esac
2979 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2980 $as_echo "$ac_try_echo") >&5
2981   (eval "$ac_compile") 2>&5
2982   ac_status=$?
2983   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2984   (exit $ac_status); }; then
2985   for ac_file in conftest.o conftest.obj conftest.*; do
2986   test -f "$ac_file" || continue;
2987   case $ac_file in
2988     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2989     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2990        break;;
2991   esac
2992 done
2993 else
2994   $as_echo "$as_me: failed program was:" >&5
2995 sed 's/^/| /' conftest.$ac_ext >&5
2996
2997 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2998 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2999 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3000 See \`config.log' for more details." >&5
3001 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3002 See \`config.log' for more details." >&2;}
3003    { (exit 1); exit 1; }; }; }
3004 fi
3005
3006 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3007 fi
3008 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3009 $as_echo "$ac_cv_objext" >&6; }
3010 OBJEXT=$ac_cv_objext
3011 ac_objext=$OBJEXT
3012 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3013 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3014 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3015   $as_echo_n "(cached) " >&6
3016 else
3017   cat >conftest.$ac_ext <<_ACEOF
3018 /* confdefs.h.  */
3019 _ACEOF
3020 cat confdefs.h >>conftest.$ac_ext
3021 cat >>conftest.$ac_ext <<_ACEOF
3022 /* end confdefs.h.  */
3023
3024 int
3025 main ()
3026 {
3027 #ifndef __GNUC__
3028        choke me
3029 #endif
3030
3031   ;
3032   return 0;
3033 }
3034 _ACEOF
3035 rm -f conftest.$ac_objext
3036 if { (ac_try="$ac_compile"
3037 case "(($ac_try" in
3038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3039   *) ac_try_echo=$ac_try;;
3040 esac
3041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3042 $as_echo "$ac_try_echo") >&5
3043   (eval "$ac_compile") 2>conftest.er1
3044   ac_status=$?
3045   grep -v '^ *+' conftest.er1 >conftest.err
3046   rm -f conftest.er1
3047   cat conftest.err >&5
3048   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3049   (exit $ac_status); } && {
3050          test -z "$ac_c_werror_flag" ||
3051          test ! -s conftest.err
3052        } && test -s conftest.$ac_objext; then
3053   ac_compiler_gnu=yes
3054 else
3055   $as_echo "$as_me: failed program was:" >&5
3056 sed 's/^/| /' conftest.$ac_ext >&5
3057
3058         ac_compiler_gnu=no
3059 fi
3060
3061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3062 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3063
3064 fi
3065 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3066 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3067 if test $ac_compiler_gnu = yes; then
3068   GCC=yes
3069 else
3070   GCC=
3071 fi
3072 ac_test_CFLAGS=${CFLAGS+set}
3073 ac_save_CFLAGS=$CFLAGS
3074 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3075 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3076 if test "${ac_cv_prog_cc_g+set}" = set; then
3077   $as_echo_n "(cached) " >&6
3078 else
3079   ac_save_c_werror_flag=$ac_c_werror_flag
3080    ac_c_werror_flag=yes
3081    ac_cv_prog_cc_g=no
3082    CFLAGS="-g"
3083    cat >conftest.$ac_ext <<_ACEOF
3084 /* confdefs.h.  */
3085 _ACEOF
3086 cat confdefs.h >>conftest.$ac_ext
3087 cat >>conftest.$ac_ext <<_ACEOF
3088 /* end confdefs.h.  */
3089
3090 int
3091 main ()
3092 {
3093
3094   ;
3095   return 0;
3096 }
3097 _ACEOF
3098 rm -f conftest.$ac_objext
3099 if { (ac_try="$ac_compile"
3100 case "(($ac_try" in
3101   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3102   *) ac_try_echo=$ac_try;;
3103 esac
3104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3105 $as_echo "$ac_try_echo") >&5
3106   (eval "$ac_compile") 2>conftest.er1
3107   ac_status=$?
3108   grep -v '^ *+' conftest.er1 >conftest.err
3109   rm -f conftest.er1
3110   cat conftest.err >&5
3111   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3112   (exit $ac_status); } && {
3113          test -z "$ac_c_werror_flag" ||
3114          test ! -s conftest.err
3115        } && test -s conftest.$ac_objext; then
3116   ac_cv_prog_cc_g=yes
3117 else
3118   $as_echo "$as_me: failed program was:" >&5
3119 sed 's/^/| /' conftest.$ac_ext >&5
3120
3121         CFLAGS=""
3122       cat >conftest.$ac_ext <<_ACEOF
3123 /* confdefs.h.  */
3124 _ACEOF
3125 cat confdefs.h >>conftest.$ac_ext
3126 cat >>conftest.$ac_ext <<_ACEOF
3127 /* end confdefs.h.  */
3128
3129 int
3130 main ()
3131 {
3132
3133   ;
3134   return 0;
3135 }
3136 _ACEOF
3137 rm -f conftest.$ac_objext
3138 if { (ac_try="$ac_compile"
3139 case "(($ac_try" in
3140   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3141   *) ac_try_echo=$ac_try;;
3142 esac
3143 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3144 $as_echo "$ac_try_echo") >&5
3145   (eval "$ac_compile") 2>conftest.er1
3146   ac_status=$?
3147   grep -v '^ *+' conftest.er1 >conftest.err
3148   rm -f conftest.er1
3149   cat conftest.err >&5
3150   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3151   (exit $ac_status); } && {
3152          test -z "$ac_c_werror_flag" ||
3153          test ! -s conftest.err
3154        } && test -s conftest.$ac_objext; then
3155   :
3156 else
3157   $as_echo "$as_me: failed program was:" >&5
3158 sed 's/^/| /' conftest.$ac_ext >&5
3159
3160         ac_c_werror_flag=$ac_save_c_werror_flag
3161          CFLAGS="-g"
3162          cat >conftest.$ac_ext <<_ACEOF
3163 /* confdefs.h.  */
3164 _ACEOF
3165 cat confdefs.h >>conftest.$ac_ext
3166 cat >>conftest.$ac_ext <<_ACEOF
3167 /* end confdefs.h.  */
3168
3169 int
3170 main ()
3171 {
3172
3173   ;
3174   return 0;
3175 }
3176 _ACEOF
3177 rm -f conftest.$ac_objext
3178 if { (ac_try="$ac_compile"
3179 case "(($ac_try" in
3180   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3181   *) ac_try_echo=$ac_try;;
3182 esac
3183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3184 $as_echo "$ac_try_echo") >&5
3185   (eval "$ac_compile") 2>conftest.er1
3186   ac_status=$?
3187   grep -v '^ *+' conftest.er1 >conftest.err
3188   rm -f conftest.er1
3189   cat conftest.err >&5
3190   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3191   (exit $ac_status); } && {
3192          test -z "$ac_c_werror_flag" ||
3193          test ! -s conftest.err
3194        } && test -s conftest.$ac_objext; then
3195   ac_cv_prog_cc_g=yes
3196 else
3197   $as_echo "$as_me: failed program was:" >&5
3198 sed 's/^/| /' conftest.$ac_ext >&5
3199
3200
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 fi
3208
3209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3210    ac_c_werror_flag=$ac_save_c_werror_flag
3211 fi
3212 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3213 $as_echo "$ac_cv_prog_cc_g" >&6; }
3214 if test "$ac_test_CFLAGS" = set; then
3215   CFLAGS=$ac_save_CFLAGS
3216 elif test $ac_cv_prog_cc_g = yes; then
3217   if test "$GCC" = yes; then
3218     CFLAGS="-g -O2"
3219   else
3220     CFLAGS="-g"
3221   fi
3222 else
3223   if test "$GCC" = yes; then
3224     CFLAGS="-O2"
3225   else
3226     CFLAGS=
3227   fi
3228 fi
3229 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3230 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3231 if test "${ac_cv_prog_cc_c89+set}" = set; then
3232   $as_echo_n "(cached) " >&6
3233 else
3234   ac_cv_prog_cc_c89=no
3235 ac_save_CC=$CC
3236 cat >conftest.$ac_ext <<_ACEOF
3237 /* confdefs.h.  */
3238 _ACEOF
3239 cat confdefs.h >>conftest.$ac_ext
3240 cat >>conftest.$ac_ext <<_ACEOF
3241 /* end confdefs.h.  */
3242 #include <stdarg.h>
3243 #include <stdio.h>
3244 #include <sys/types.h>
3245 #include <sys/stat.h>
3246 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3247 struct buf { int x; };
3248 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3249 static char *e (p, i)
3250      char **p;
3251      int i;
3252 {
3253   return p[i];
3254 }
3255 static char *f (char * (*g) (char **, int), char **p, ...)
3256 {
3257   char *s;
3258   va_list v;
3259   va_start (v,p);
3260   s = g (p, va_arg (v,int));
3261   va_end (v);
3262   return s;
3263 }
3264
3265 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3266    function prototypes and stuff, but not '\xHH' hex character constants.
3267    These don't provoke an error unfortunately, instead are silently treated
3268    as 'x'.  The following induces an error, until -std is added to get
3269    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3270    array size at least.  It's necessary to write '\x00'==0 to get something
3271    that's true only with -std.  */
3272 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3273
3274 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3275    inside strings and character constants.  */
3276 #define FOO(x) 'x'
3277 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3278
3279 int test (int i, double x);
3280 struct s1 {int (*f) (int a);};
3281 struct s2 {int (*f) (double a);};
3282 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3283 int argc;
3284 char **argv;
3285 int
3286 main ()
3287 {
3288 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3289   ;
3290   return 0;
3291 }
3292 _ACEOF
3293 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3294         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3295 do
3296   CC="$ac_save_CC $ac_arg"
3297   rm -f conftest.$ac_objext
3298 if { (ac_try="$ac_compile"
3299 case "(($ac_try" in
3300   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3301   *) ac_try_echo=$ac_try;;
3302 esac
3303 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3304 $as_echo "$ac_try_echo") >&5
3305   (eval "$ac_compile") 2>conftest.er1
3306   ac_status=$?
3307   grep -v '^ *+' conftest.er1 >conftest.err
3308   rm -f conftest.er1
3309   cat conftest.err >&5
3310   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3311   (exit $ac_status); } && {
3312          test -z "$ac_c_werror_flag" ||
3313          test ! -s conftest.err
3314        } && test -s conftest.$ac_objext; then
3315   ac_cv_prog_cc_c89=$ac_arg
3316 else
3317   $as_echo "$as_me: failed program was:" >&5
3318 sed 's/^/| /' conftest.$ac_ext >&5
3319
3320
3321 fi
3322
3323 rm -f core conftest.err conftest.$ac_objext
3324   test "x$ac_cv_prog_cc_c89" != "xno" && break
3325 done
3326 rm -f conftest.$ac_ext
3327 CC=$ac_save_CC
3328
3329 fi
3330 # AC_CACHE_VAL
3331 case "x$ac_cv_prog_cc_c89" in
3332   x)
3333     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3334 $as_echo "none needed" >&6; } ;;
3335   xno)
3336     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3337 $as_echo "unsupported" >&6; } ;;
3338   *)
3339     CC="$CC $ac_cv_prog_cc_c89"
3340     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3341 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3342 esac
3343
3344
3345 ac_ext=c
3346 ac_cpp='$CPP $CPPFLAGS'
3347 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3348 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3349 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3350
3351 ac_ext=cpp
3352 ac_cpp='$CXXCPP $CPPFLAGS'
3353 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3354 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3355 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3356 if test -z "$CXX"; then
3357   if test -n "$CCC"; then
3358     CXX=$CCC
3359   else
3360     if test -n "$ac_tool_prefix"; then
3361   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3362   do
3363     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3364 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3365 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3366 $as_echo_n "checking for $ac_word... " >&6; }
3367 if test "${ac_cv_prog_CXX+set}" = set; then
3368   $as_echo_n "(cached) " >&6
3369 else
3370   if test -n "$CXX"; then
3371   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3372 else
3373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3374 for as_dir in $PATH
3375 do
3376   IFS=$as_save_IFS
3377   test -z "$as_dir" && as_dir=.
3378   for ac_exec_ext in '' $ac_executable_extensions; do
3379   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3380     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3381     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3382     break 2
3383   fi
3384 done
3385 done
3386 IFS=$as_save_IFS
3387
3388 fi
3389 fi
3390 CXX=$ac_cv_prog_CXX
3391 if test -n "$CXX"; then
3392   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3393 $as_echo "$CXX" >&6; }
3394 else
3395   { $as_echo "$as_me:$LINENO: result: no" >&5
3396 $as_echo "no" >&6; }
3397 fi
3398
3399
3400     test -n "$CXX" && break
3401   done
3402 fi
3403 if test -z "$CXX"; then
3404   ac_ct_CXX=$CXX
3405   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3406 do
3407   # Extract the first word of "$ac_prog", so it can be a program name with args.
3408 set dummy $ac_prog; ac_word=$2
3409 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3410 $as_echo_n "checking for $ac_word... " >&6; }
3411 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3412   $as_echo_n "(cached) " >&6
3413 else
3414   if test -n "$ac_ct_CXX"; then
3415   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3416 else
3417 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3418 for as_dir in $PATH
3419 do
3420   IFS=$as_save_IFS
3421   test -z "$as_dir" && as_dir=.
3422   for ac_exec_ext in '' $ac_executable_extensions; do
3423   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3424     ac_cv_prog_ac_ct_CXX="$ac_prog"
3425     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3426     break 2
3427   fi
3428 done
3429 done
3430 IFS=$as_save_IFS
3431
3432 fi
3433 fi
3434 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3435 if test -n "$ac_ct_CXX"; then
3436   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3437 $as_echo "$ac_ct_CXX" >&6; }
3438 else
3439   { $as_echo "$as_me:$LINENO: result: no" >&5
3440 $as_echo "no" >&6; }
3441 fi
3442
3443
3444   test -n "$ac_ct_CXX" && break
3445 done
3446
3447   if test "x$ac_ct_CXX" = x; then
3448     CXX="g++"
3449   else
3450     case $cross_compiling:$ac_tool_warned in
3451 yes:)
3452 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3453 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3454 ac_tool_warned=yes ;;
3455 esac
3456     CXX=$ac_ct_CXX
3457   fi
3458 fi
3459
3460   fi
3461 fi
3462 # Provide some information about the compiler.
3463 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3464 set X $ac_compile
3465 ac_compiler=$2
3466 { (ac_try="$ac_compiler --version >&5"
3467 case "(($ac_try" in
3468   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3469   *) ac_try_echo=$ac_try;;
3470 esac
3471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3472 $as_echo "$ac_try_echo") >&5
3473   (eval "$ac_compiler --version >&5") 2>&5
3474   ac_status=$?
3475   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3476   (exit $ac_status); }
3477 { (ac_try="$ac_compiler -v >&5"
3478 case "(($ac_try" in
3479   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3480   *) ac_try_echo=$ac_try;;
3481 esac
3482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3483 $as_echo "$ac_try_echo") >&5
3484   (eval "$ac_compiler -v >&5") 2>&5
3485   ac_status=$?
3486   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3487   (exit $ac_status); }
3488 { (ac_try="$ac_compiler -V >&5"
3489 case "(($ac_try" in
3490   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3491   *) ac_try_echo=$ac_try;;
3492 esac
3493 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3494 $as_echo "$ac_try_echo") >&5
3495   (eval "$ac_compiler -V >&5") 2>&5
3496   ac_status=$?
3497   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3498   (exit $ac_status); }
3499
3500 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3501 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3502 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3503   $as_echo_n "(cached) " >&6
3504 else
3505   cat >conftest.$ac_ext <<_ACEOF
3506 /* confdefs.h.  */
3507 _ACEOF
3508 cat confdefs.h >>conftest.$ac_ext
3509 cat >>conftest.$ac_ext <<_ACEOF
3510 /* end confdefs.h.  */
3511
3512 int
3513 main ()
3514 {
3515 #ifndef __GNUC__
3516        choke me
3517 #endif
3518
3519   ;
3520   return 0;
3521 }
3522 _ACEOF
3523 rm -f conftest.$ac_objext
3524 if { (ac_try="$ac_compile"
3525 case "(($ac_try" in
3526   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3527   *) ac_try_echo=$ac_try;;
3528 esac
3529 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3530 $as_echo "$ac_try_echo") >&5
3531   (eval "$ac_compile") 2>conftest.er1
3532   ac_status=$?
3533   grep -v '^ *+' conftest.er1 >conftest.err
3534   rm -f conftest.er1
3535   cat conftest.err >&5
3536   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3537   (exit $ac_status); } && {
3538          test -z "$ac_cxx_werror_flag" ||
3539          test ! -s conftest.err
3540        } && test -s conftest.$ac_objext; then
3541   ac_compiler_gnu=yes
3542 else
3543   $as_echo "$as_me: failed program was:" >&5
3544 sed 's/^/| /' conftest.$ac_ext >&5
3545
3546         ac_compiler_gnu=no
3547 fi
3548
3549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3550 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3551
3552 fi
3553 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3554 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3555 if test $ac_compiler_gnu = yes; then
3556   GXX=yes
3557 else
3558   GXX=
3559 fi
3560 ac_test_CXXFLAGS=${CXXFLAGS+set}
3561 ac_save_CXXFLAGS=$CXXFLAGS
3562 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3563 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3564 if test "${ac_cv_prog_cxx_g+set}" = set; then
3565   $as_echo_n "(cached) " >&6
3566 else
3567   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3568    ac_cxx_werror_flag=yes
3569    ac_cv_prog_cxx_g=no
3570    CXXFLAGS="-g"
3571    cat >conftest.$ac_ext <<_ACEOF
3572 /* confdefs.h.  */
3573 _ACEOF
3574 cat confdefs.h >>conftest.$ac_ext
3575 cat >>conftest.$ac_ext <<_ACEOF
3576 /* end confdefs.h.  */
3577
3578 int
3579 main ()
3580 {
3581
3582   ;
3583   return 0;
3584 }
3585 _ACEOF
3586 rm -f conftest.$ac_objext
3587 if { (ac_try="$ac_compile"
3588 case "(($ac_try" in
3589   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3590   *) ac_try_echo=$ac_try;;
3591 esac
3592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3593 $as_echo "$ac_try_echo") >&5
3594   (eval "$ac_compile") 2>conftest.er1
3595   ac_status=$?
3596   grep -v '^ *+' conftest.er1 >conftest.err
3597   rm -f conftest.er1
3598   cat conftest.err >&5
3599   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3600   (exit $ac_status); } && {
3601          test -z "$ac_cxx_werror_flag" ||
3602          test ! -s conftest.err
3603        } && test -s conftest.$ac_objext; then
3604   ac_cv_prog_cxx_g=yes
3605 else
3606   $as_echo "$as_me: failed program was:" >&5
3607 sed 's/^/| /' conftest.$ac_ext >&5
3608
3609         CXXFLAGS=""
3610       cat >conftest.$ac_ext <<_ACEOF
3611 /* confdefs.h.  */
3612 _ACEOF
3613 cat confdefs.h >>conftest.$ac_ext
3614 cat >>conftest.$ac_ext <<_ACEOF
3615 /* end confdefs.h.  */
3616
3617 int
3618 main ()
3619 {
3620
3621   ;
3622   return 0;
3623 }
3624 _ACEOF
3625 rm -f conftest.$ac_objext
3626 if { (ac_try="$ac_compile"
3627 case "(($ac_try" in
3628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3629   *) ac_try_echo=$ac_try;;
3630 esac
3631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3632 $as_echo "$ac_try_echo") >&5
3633   (eval "$ac_compile") 2>conftest.er1
3634   ac_status=$?
3635   grep -v '^ *+' conftest.er1 >conftest.err
3636   rm -f conftest.er1
3637   cat conftest.err >&5
3638   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3639   (exit $ac_status); } && {
3640          test -z "$ac_cxx_werror_flag" ||
3641          test ! -s conftest.err
3642        } && test -s conftest.$ac_objext; then
3643   :
3644 else
3645   $as_echo "$as_me: failed program was:" >&5
3646 sed 's/^/| /' conftest.$ac_ext >&5
3647
3648         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3649          CXXFLAGS="-g"
3650          cat >conftest.$ac_ext <<_ACEOF
3651 /* confdefs.h.  */
3652 _ACEOF
3653 cat confdefs.h >>conftest.$ac_ext
3654 cat >>conftest.$ac_ext <<_ACEOF
3655 /* end confdefs.h.  */
3656
3657 int
3658 main ()
3659 {
3660
3661   ;
3662   return 0;
3663 }
3664 _ACEOF
3665 rm -f conftest.$ac_objext
3666 if { (ac_try="$ac_compile"
3667 case "(($ac_try" in
3668   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3669   *) ac_try_echo=$ac_try;;
3670 esac
3671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3672 $as_echo "$ac_try_echo") >&5
3673   (eval "$ac_compile") 2>conftest.er1
3674   ac_status=$?
3675   grep -v '^ *+' conftest.er1 >conftest.err
3676   rm -f conftest.er1
3677   cat conftest.err >&5
3678   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3679   (exit $ac_status); } && {
3680          test -z "$ac_cxx_werror_flag" ||
3681          test ! -s conftest.err
3682        } && test -s conftest.$ac_objext; then
3683   ac_cv_prog_cxx_g=yes
3684 else
3685   $as_echo "$as_me: failed program was:" >&5
3686 sed 's/^/| /' conftest.$ac_ext >&5
3687
3688
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 fi
3696
3697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3698    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3699 fi
3700 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3701 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3702 if test "$ac_test_CXXFLAGS" = set; then
3703   CXXFLAGS=$ac_save_CXXFLAGS
3704 elif test $ac_cv_prog_cxx_g = yes; then
3705   if test "$GXX" = yes; then
3706     CXXFLAGS="-g -O2"
3707   else
3708     CXXFLAGS="-g"
3709   fi
3710 else
3711   if test "$GXX" = yes; then
3712     CXXFLAGS="-O2"
3713   else
3714     CXXFLAGS=
3715   fi
3716 fi
3717 ac_ext=c
3718 ac_cpp='$CPP $CPPFLAGS'
3719 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3720 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3721 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3722
3723 if test -n "$ac_tool_prefix"; then
3724   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3725 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3726 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3727 $as_echo_n "checking for $ac_word... " >&6; }
3728 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3729   $as_echo_n "(cached) " >&6
3730 else
3731   if test -n "$CPPBIN"; then
3732   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3733 else
3734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3735 for as_dir in $PATH
3736 do
3737   IFS=$as_save_IFS
3738   test -z "$as_dir" && as_dir=.
3739   for ac_exec_ext in '' $ac_executable_extensions; do
3740   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3741     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3742     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3743     break 2
3744   fi
3745 done
3746 done
3747 IFS=$as_save_IFS
3748
3749 fi
3750 fi
3751 CPPBIN=$ac_cv_prog_CPPBIN
3752 if test -n "$CPPBIN"; then
3753   { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3754 $as_echo "$CPPBIN" >&6; }
3755 else
3756   { $as_echo "$as_me:$LINENO: result: no" >&5
3757 $as_echo "no" >&6; }
3758 fi
3759
3760
3761 fi
3762 if test -z "$ac_cv_prog_CPPBIN"; then
3763   ac_ct_CPPBIN=$CPPBIN
3764   # Extract the first word of "cpp", so it can be a program name with args.
3765 set dummy cpp; ac_word=$2
3766 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3767 $as_echo_n "checking for $ac_word... " >&6; }
3768 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3769   $as_echo_n "(cached) " >&6
3770 else
3771   if test -n "$ac_ct_CPPBIN"; then
3772   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3773 else
3774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3775 for as_dir in $PATH
3776 do
3777   IFS=$as_save_IFS
3778   test -z "$as_dir" && as_dir=.
3779   for ac_exec_ext in '' $ac_executable_extensions; do
3780   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3781     ac_cv_prog_ac_ct_CPPBIN="cpp"
3782     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3783     break 2
3784   fi
3785 done
3786 done
3787 IFS=$as_save_IFS
3788
3789 fi
3790 fi
3791 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3792 if test -n "$ac_ct_CPPBIN"; then
3793   { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3794 $as_echo "$ac_ct_CPPBIN" >&6; }
3795 else
3796   { $as_echo "$as_me:$LINENO: result: no" >&5
3797 $as_echo "no" >&6; }
3798 fi
3799
3800   if test "x$ac_ct_CPPBIN" = x; then
3801     CPPBIN="cpp"
3802   else
3803     case $cross_compiling:$ac_tool_warned in
3804 yes:)
3805 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3806 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3807 ac_tool_warned=yes ;;
3808 esac
3809     CPPBIN=$ac_ct_CPPBIN
3810   fi
3811 else
3812   CPPBIN="$ac_cv_prog_CPPBIN"
3813 fi
3814
3815
3816 case $host in
3817   *-darwin*)
3818     if test "x$enable_win64" == "xyes"
3819     then
3820       CC="$CC -m64"
3821       CXX="$CXX -m64"
3822       LD="${LD:-ld} -arch x86_64"
3823       AS="${AS:-as} -arch x86_64"
3824       host_cpu="x86_64"
3825       notice_platform="64-bit "
3826       TARGETFLAGS="-m64"
3827
3828     else
3829       CC="$CC -m32"
3830       CXX="$CXX -m32"
3831       LD="${LD:-ld} -arch i386"
3832       AS="${AS:-as} -arch i386"
3833       host_cpu="i386"
3834       notice_platform="32-bit "
3835       TARGETFLAGS="-m32"
3836
3837       enable_win16=${enable_win16:-yes}
3838     fi
3839     ;;
3840   x86_64*)
3841     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3842     then
3843       CC="$CC -m32"
3844       CXX="$CXX -m32"
3845       { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3846 $as_echo_n "checking whether $CC works... " >&6; }
3847
3848 cat >conftest.$ac_ext <<_ACEOF
3849 /* confdefs.h.  */
3850 _ACEOF
3851 cat confdefs.h >>conftest.$ac_ext
3852 cat >>conftest.$ac_ext <<_ACEOF
3853 /* end confdefs.h.  */
3854
3855 int
3856 main ()
3857 {
3858
3859   ;
3860   return 0;
3861 }
3862 _ACEOF
3863 rm -f conftest.$ac_objext conftest$ac_exeext
3864 if { (ac_try="$ac_link"
3865 case "(($ac_try" in
3866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3867   *) ac_try_echo=$ac_try;;
3868 esac
3869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3870 $as_echo "$ac_try_echo") >&5
3871   (eval "$ac_link") 2>conftest.er1
3872   ac_status=$?
3873   grep -v '^ *+' conftest.er1 >conftest.err
3874   rm -f conftest.er1
3875   cat conftest.err >&5
3876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3877   (exit $ac_status); } && {
3878          test -z "$ac_c_werror_flag" ||
3879          test ! -s conftest.err
3880        } && test -s conftest$ac_exeext && {
3881          test "$cross_compiling" = yes ||
3882          $as_test_x conftest$ac_exeext
3883        }; then
3884   { $as_echo "$as_me:$LINENO: result: yes" >&5
3885 $as_echo "yes" >&6; }
3886 else
3887   $as_echo "$as_me: failed program was:" >&5
3888 sed 's/^/| /' conftest.$ac_ext >&5
3889
3890         { $as_echo "$as_me:$LINENO: result: no" >&5
3891 $as_echo "no" >&6; }
3892                       { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3893 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3894    { (exit 1); exit 1; }; }
3895 fi
3896
3897 rm -rf conftest.dSYM
3898 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3899       conftest$ac_exeext conftest.$ac_ext
3900       LD="${LD:-ld} -m elf_i386"
3901       AS="${AS:-as} --32"
3902       host_cpu="i386"
3903       notice_platform="32-bit "
3904       TARGETFLAGS="-m32"
3905
3906       enable_win16=${enable_win16:-yes}
3907     else
3908       if test "x${GCC}" = "xyes"
3909       then
3910         { $as_echo "$as_me:$LINENO: checking whether $CC supports __builtin_ms_va_list" >&5
3911 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
3912         cat >conftest.$ac_ext <<_ACEOF
3913 /* confdefs.h.  */
3914 _ACEOF
3915 cat confdefs.h >>conftest.$ac_ext
3916 cat >>conftest.$ac_ext <<_ACEOF
3917 /* end confdefs.h.  */
3918 #include <stdarg.h>
3919 int
3920 main ()
3921 {
3922 void func(__builtin_ms_va_list *args);
3923   ;
3924   return 0;
3925 }
3926 _ACEOF
3927 rm -f conftest.$ac_objext
3928 if { (ac_try="$ac_compile"
3929 case "(($ac_try" in
3930   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3931   *) ac_try_echo=$ac_try;;
3932 esac
3933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3934 $as_echo "$ac_try_echo") >&5
3935   (eval "$ac_compile") 2>conftest.er1
3936   ac_status=$?
3937   grep -v '^ *+' conftest.er1 >conftest.err
3938   rm -f conftest.er1
3939   cat conftest.err >&5
3940   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3941   (exit $ac_status); } && {
3942          test -z "$ac_c_werror_flag" ||
3943          test ! -s conftest.err
3944        } && test -s conftest.$ac_objext; then
3945   { $as_echo "$as_me:$LINENO: result: yes" >&5
3946 $as_echo "yes" >&6; }
3947 else
3948   $as_echo "$as_me: failed program was:" >&5
3949 sed 's/^/| /' conftest.$ac_ext >&5
3950
3951         { $as_echo "$as_me:$LINENO: result: no" >&5
3952 $as_echo "no" >&6; }
3953                            { { $as_echo "$as_me:$LINENO: error: You need gcc >= 4.4 to build Wine as 64-bit." >&5
3954 $as_echo "$as_me: error: You need gcc >= 4.4 to build Wine as 64-bit." >&2;}
3955    { (exit 1); exit 1; }; }
3956 fi
3957
3958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3959       fi
3960       TARGETFLAGS="-m64"
3961
3962     fi
3963     ;;
3964   *-mingw32*|*-cygwin*)
3965     enable_win16=${enable_win16:-no}
3966     ;;
3967   i[3456789]86*)
3968     enable_win16=${enable_win16:-yes}
3969     ;;
3970 esac
3971
3972 enable_win16=${enable_win16:-no}
3973
3974 WIN16_FILES="\$(WIN16_FILES)"
3975
3976 WIN16_INSTALL="\$(WIN16_INSTALL)"
3977
3978 if test "x$enable_win16" != "xyes"
3979 then
3980     WIN16_FILES=""
3981     WIN16_INSTALL=""
3982     enable_w32skrnl=${enable_w32skrnl:-no}
3983     enable_winedos=${enable_winedos:-no}
3984     enable_winevdm=${enable_winevdm:-no}
3985 fi
3986
3987 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3988 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3989 if test "${wine_cv_toolsdir+set}" = set; then
3990   $as_echo_n "(cached) " >&6
3991 else
3992   if test -z "$with_wine_tools"; then
3993      if test "$cross_compiling" = "yes"; then
3994        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3995 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3996    { (exit 1); exit 1; }; }
3997      else
3998        wine_cv_toolsdir="\$(TOPOBJDIR)"
3999      fi
4000    elif test -d "$with_wine_tools/tools/winebuild"; then
4001      case $with_wine_tools in
4002        /*) wine_cv_toolsdir="$with_wine_tools" ;;
4003        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
4004      esac
4005    else
4006      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
4007 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
4008    { (exit 1); exit 1; }; }
4009    fi
4010 fi
4011 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
4012 $as_echo "$wine_cv_toolsdir" >&6; }
4013 TOOLSDIR=$wine_cv_toolsdir
4014
4015 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4016 then
4017     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4018
4019 fi
4020
4021 for ac_prog in flex
4022 do
4023   # Extract the first word of "$ac_prog", so it can be a program name with args.
4024 set dummy $ac_prog; ac_word=$2
4025 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4026 $as_echo_n "checking for $ac_word... " >&6; }
4027 if test "${ac_cv_prog_FLEX+set}" = set; then
4028   $as_echo_n "(cached) " >&6
4029 else
4030   if test -n "$FLEX"; then
4031   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4032 else
4033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4034 for as_dir in $PATH
4035 do
4036   IFS=$as_save_IFS
4037   test -z "$as_dir" && as_dir=.
4038   for ac_exec_ext in '' $ac_executable_extensions; do
4039   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4040     ac_cv_prog_FLEX="$ac_prog"
4041     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4042     break 2
4043   fi
4044 done
4045 done
4046 IFS=$as_save_IFS
4047
4048 fi
4049 fi
4050 FLEX=$ac_cv_prog_FLEX
4051 if test -n "$FLEX"; then
4052   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
4053 $as_echo "$FLEX" >&6; }
4054 else
4055   { $as_echo "$as_me:$LINENO: result: no" >&5
4056 $as_echo "no" >&6; }
4057 fi
4058
4059
4060   test -n "$FLEX" && break
4061 done
4062 test -n "$FLEX" || FLEX="none"
4063
4064 if test "$FLEX" = "none"
4065 then
4066   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4067 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4068    { (exit 1); exit 1; }; }
4069 fi
4070
4071 for ac_prog in bison
4072 do
4073   # Extract the first word of "$ac_prog", so it can be a program name with args.
4074 set dummy $ac_prog; ac_word=$2
4075 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4076 $as_echo_n "checking for $ac_word... " >&6; }
4077 if test "${ac_cv_prog_BISON+set}" = set; then
4078   $as_echo_n "(cached) " >&6
4079 else
4080   if test -n "$BISON"; then
4081   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4082 else
4083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4084 for as_dir in $PATH
4085 do
4086   IFS=$as_save_IFS
4087   test -z "$as_dir" && as_dir=.
4088   for ac_exec_ext in '' $ac_executable_extensions; do
4089   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4090     ac_cv_prog_BISON="$ac_prog"
4091     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4092     break 2
4093   fi
4094 done
4095 done
4096 IFS=$as_save_IFS
4097
4098 fi
4099 fi
4100 BISON=$ac_cv_prog_BISON
4101 if test -n "$BISON"; then
4102   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4103 $as_echo "$BISON" >&6; }
4104 else
4105   { $as_echo "$as_me:$LINENO: result: no" >&5
4106 $as_echo "no" >&6; }
4107 fi
4108
4109
4110   test -n "$BISON" && break
4111 done
4112 test -n "$BISON" || BISON="none"
4113
4114 if test "$BISON" = "none"
4115 then
4116   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4117 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4118    { (exit 1); exit 1; }; }
4119 fi
4120
4121 if test -n "$ac_tool_prefix"; then
4122   for ac_prog in ar gar
4123   do
4124     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4125 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4126 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4127 $as_echo_n "checking for $ac_word... " >&6; }
4128 if test "${ac_cv_prog_AR+set}" = set; then
4129   $as_echo_n "(cached) " >&6
4130 else
4131   if test -n "$AR"; then
4132   ac_cv_prog_AR="$AR" # Let the user override the test.
4133 else
4134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4135 for as_dir in $PATH
4136 do
4137   IFS=$as_save_IFS
4138   test -z "$as_dir" && as_dir=.
4139   for ac_exec_ext in '' $ac_executable_extensions; do
4140   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4141     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4142     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4143     break 2
4144   fi
4145 done
4146 done
4147 IFS=$as_save_IFS
4148
4149 fi
4150 fi
4151 AR=$ac_cv_prog_AR
4152 if test -n "$AR"; then
4153   { $as_echo "$as_me:$LINENO: result: $AR" >&5
4154 $as_echo "$AR" >&6; }
4155 else
4156   { $as_echo "$as_me:$LINENO: result: no" >&5
4157 $as_echo "no" >&6; }
4158 fi
4159
4160
4161     test -n "$AR" && break
4162   done
4163 fi
4164 if test -z "$AR"; then
4165   ac_ct_AR=$AR
4166   for ac_prog in ar gar
4167 do
4168   # Extract the first word of "$ac_prog", so it can be a program name with args.
4169 set dummy $ac_prog; ac_word=$2
4170 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4171 $as_echo_n "checking for $ac_word... " >&6; }
4172 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4173   $as_echo_n "(cached) " >&6
4174 else
4175   if test -n "$ac_ct_AR"; then
4176   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4177 else
4178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4179 for as_dir in $PATH
4180 do
4181   IFS=$as_save_IFS
4182   test -z "$as_dir" && as_dir=.
4183   for ac_exec_ext in '' $ac_executable_extensions; do
4184   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4185     ac_cv_prog_ac_ct_AR="$ac_prog"
4186     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4187     break 2
4188   fi
4189 done
4190 done
4191 IFS=$as_save_IFS
4192
4193 fi
4194 fi
4195 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4196 if test -n "$ac_ct_AR"; then
4197   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4198 $as_echo "$ac_ct_AR" >&6; }
4199 else
4200   { $as_echo "$as_me:$LINENO: result: no" >&5
4201 $as_echo "no" >&6; }
4202 fi
4203
4204
4205   test -n "$ac_ct_AR" && break
4206 done
4207
4208   if test "x$ac_ct_AR" = x; then
4209     AR="ar"
4210   else
4211     case $cross_compiling:$ac_tool_warned in
4212 yes:)
4213 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4214 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4215 ac_tool_warned=yes ;;
4216 esac
4217     AR=$ac_ct_AR
4218   fi
4219 fi
4220
4221 ARFLAGS=rc
4222
4223 if test -n "$ac_tool_prefix"; then
4224   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4225 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4226 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4227 $as_echo_n "checking for $ac_word... " >&6; }
4228 if test "${ac_cv_prog_RANLIB+set}" = set; then
4229   $as_echo_n "(cached) " >&6
4230 else
4231   if test -n "$RANLIB"; then
4232   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4233 else
4234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4235 for as_dir in $PATH
4236 do
4237   IFS=$as_save_IFS
4238   test -z "$as_dir" && as_dir=.
4239   for ac_exec_ext in '' $ac_executable_extensions; do
4240   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4241     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4242     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4243     break 2
4244   fi
4245 done
4246 done
4247 IFS=$as_save_IFS
4248
4249 fi
4250 fi
4251 RANLIB=$ac_cv_prog_RANLIB
4252 if test -n "$RANLIB"; then
4253   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4254 $as_echo "$RANLIB" >&6; }
4255 else
4256   { $as_echo "$as_me:$LINENO: result: no" >&5
4257 $as_echo "no" >&6; }
4258 fi
4259
4260
4261 fi
4262 if test -z "$ac_cv_prog_RANLIB"; then
4263   ac_ct_RANLIB=$RANLIB
4264   # Extract the first word of "ranlib", so it can be a program name with args.
4265 set dummy ranlib; ac_word=$2
4266 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4267 $as_echo_n "checking for $ac_word... " >&6; }
4268 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4269   $as_echo_n "(cached) " >&6
4270 else
4271   if test -n "$ac_ct_RANLIB"; then
4272   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4273 else
4274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4275 for as_dir in $PATH
4276 do
4277   IFS=$as_save_IFS
4278   test -z "$as_dir" && as_dir=.
4279   for ac_exec_ext in '' $ac_executable_extensions; do
4280   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4281     ac_cv_prog_ac_ct_RANLIB="ranlib"
4282     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4283     break 2
4284   fi
4285 done
4286 done
4287 IFS=$as_save_IFS
4288
4289 fi
4290 fi
4291 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4292 if test -n "$ac_ct_RANLIB"; then
4293   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4294 $as_echo "$ac_ct_RANLIB" >&6; }
4295 else
4296   { $as_echo "$as_me:$LINENO: result: no" >&5
4297 $as_echo "no" >&6; }
4298 fi
4299
4300   if test "x$ac_ct_RANLIB" = x; then
4301     RANLIB=":"
4302   else
4303     case $cross_compiling:$ac_tool_warned in
4304 yes:)
4305 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4306 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4307 ac_tool_warned=yes ;;
4308 esac
4309     RANLIB=$ac_ct_RANLIB
4310   fi
4311 else
4312   RANLIB="$ac_cv_prog_RANLIB"
4313 fi
4314
4315 if test -n "$ac_tool_prefix"; then
4316   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4317 set dummy ${ac_tool_prefix}strip; ac_word=$2
4318 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4319 $as_echo_n "checking for $ac_word... " >&6; }
4320 if test "${ac_cv_prog_STRIP+set}" = set; then
4321   $as_echo_n "(cached) " >&6
4322 else
4323   if test -n "$STRIP"; then
4324   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4325 else
4326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4327 for as_dir in $PATH
4328 do
4329   IFS=$as_save_IFS
4330   test -z "$as_dir" && as_dir=.
4331   for ac_exec_ext in '' $ac_executable_extensions; do
4332   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4333     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4334     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4335     break 2
4336   fi
4337 done
4338 done
4339 IFS=$as_save_IFS
4340
4341 fi
4342 fi
4343 STRIP=$ac_cv_prog_STRIP
4344 if test -n "$STRIP"; then
4345   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4346 $as_echo "$STRIP" >&6; }
4347 else
4348   { $as_echo "$as_me:$LINENO: result: no" >&5
4349 $as_echo "no" >&6; }
4350 fi
4351
4352
4353 fi
4354 if test -z "$ac_cv_prog_STRIP"; then
4355   ac_ct_STRIP=$STRIP
4356   # Extract the first word of "strip", so it can be a program name with args.
4357 set dummy strip; ac_word=$2
4358 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4359 $as_echo_n "checking for $ac_word... " >&6; }
4360 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4361   $as_echo_n "(cached) " >&6
4362 else
4363   if test -n "$ac_ct_STRIP"; then
4364   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4365 else
4366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4367 for as_dir in $PATH
4368 do
4369   IFS=$as_save_IFS
4370   test -z "$as_dir" && as_dir=.
4371   for ac_exec_ext in '' $ac_executable_extensions; do
4372   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4373     ac_cv_prog_ac_ct_STRIP="strip"
4374     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4375     break 2
4376   fi
4377 done
4378 done
4379 IFS=$as_save_IFS
4380
4381 fi
4382 fi
4383 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4384 if test -n "$ac_ct_STRIP"; then
4385   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4386 $as_echo "$ac_ct_STRIP" >&6; }
4387 else
4388   { $as_echo "$as_me:$LINENO: result: no" >&5
4389 $as_echo "no" >&6; }
4390 fi
4391
4392   if test "x$ac_ct_STRIP" = x; then
4393     STRIP="strip"
4394   else
4395     case $cross_compiling:$ac_tool_warned in
4396 yes:)
4397 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4398 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4399 ac_tool_warned=yes ;;
4400 esac
4401     STRIP=$ac_ct_STRIP
4402   fi
4403 else
4404   STRIP="$ac_cv_prog_STRIP"
4405 fi
4406
4407 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4408 $as_echo_n "checking whether ln -s works... " >&6; }
4409 LN_S=$as_ln_s
4410 if test "$LN_S" = "ln -s"; then
4411   { $as_echo "$as_me:$LINENO: result: yes" >&5
4412 $as_echo "yes" >&6; }
4413 else
4414   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4415 $as_echo "no, using $LN_S" >&6; }
4416 fi
4417
4418 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4419 $as_echo_n "checking whether ln works... " >&6; }
4420 rm -f conf$$ conf$$.file
4421 echo >conf$$.file
4422 if ln conf$$.file conf$$ 2>/dev/null; then
4423   LN=ln
4424
4425   { $as_echo "$as_me:$LINENO: result: yes" >&5
4426 $as_echo "yes" >&6; }
4427 else
4428   LN="cp -p"
4429
4430   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4431 $as_echo "no, using $LN" >&6; }
4432 fi
4433 rm -f conf$$ conf$$.file
4434 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4435 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4436 if test "${ac_cv_path_GREP+set}" = set; then
4437   $as_echo_n "(cached) " >&6
4438 else
4439   if test -z "$GREP"; then
4440   ac_path_GREP_found=false
4441   # Loop through the user's path and test for each of PROGNAME-LIST
4442   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4443 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4444 do
4445   IFS=$as_save_IFS
4446   test -z "$as_dir" && as_dir=.
4447   for ac_prog in grep ggrep; do
4448     for ac_exec_ext in '' $ac_executable_extensions; do
4449       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4450       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4451 # Check for GNU ac_path_GREP and select it if it is found.
4452   # Check for GNU $ac_path_GREP
4453 case `"$ac_path_GREP" --version 2>&1` in
4454 *GNU*)
4455   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4456 *)
4457   ac_count=0
4458   $as_echo_n 0123456789 >"conftest.in"
4459   while :
4460   do
4461     cat "conftest.in" "conftest.in" >"conftest.tmp"
4462     mv "conftest.tmp" "conftest.in"
4463     cp "conftest.in" "conftest.nl"
4464     $as_echo 'GREP' >> "conftest.nl"
4465     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4466     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4467     ac_count=`expr $ac_count + 1`
4468     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4469       # Best one so far, save it but keep looking for a better one
4470       ac_cv_path_GREP="$ac_path_GREP"
4471       ac_path_GREP_max=$ac_count
4472     fi
4473     # 10*(2^10) chars as input seems more than enough
4474     test $ac_count -gt 10 && break
4475   done
4476   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4477 esac
4478
4479       $ac_path_GREP_found && break 3
4480     done
4481   done
4482 done
4483 IFS=$as_save_IFS
4484   if test -z "$ac_cv_path_GREP"; then
4485     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4486 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4487    { (exit 1); exit 1; }; }
4488   fi
4489 else
4490   ac_cv_path_GREP=$GREP
4491 fi
4492
4493 fi
4494 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4495 $as_echo "$ac_cv_path_GREP" >&6; }
4496  GREP="$ac_cv_path_GREP"
4497
4498
4499 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4500 $as_echo_n "checking for egrep... " >&6; }
4501 if test "${ac_cv_path_EGREP+set}" = set; then
4502   $as_echo_n "(cached) " >&6
4503 else
4504   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4505    then ac_cv_path_EGREP="$GREP -E"
4506    else
4507      if test -z "$EGREP"; then
4508   ac_path_EGREP_found=false
4509   # Loop through the user's path and test for each of PROGNAME-LIST
4510   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4511 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4512 do
4513   IFS=$as_save_IFS
4514   test -z "$as_dir" && as_dir=.
4515   for ac_prog in egrep; do
4516     for ac_exec_ext in '' $ac_executable_extensions; do
4517       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4518       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4519 # Check for GNU ac_path_EGREP and select it if it is found.
4520   # Check for GNU $ac_path_EGREP
4521 case `"$ac_path_EGREP" --version 2>&1` in
4522 *GNU*)
4523   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4524 *)
4525   ac_count=0
4526   $as_echo_n 0123456789 >"conftest.in"
4527   while :
4528   do
4529     cat "conftest.in" "conftest.in" >"conftest.tmp"
4530     mv "conftest.tmp" "conftest.in"
4531     cp "conftest.in" "conftest.nl"
4532     $as_echo 'EGREP' >> "conftest.nl"
4533     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4534     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4535     ac_count=`expr $ac_count + 1`
4536     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4537       # Best one so far, save it but keep looking for a better one
4538       ac_cv_path_EGREP="$ac_path_EGREP"
4539       ac_path_EGREP_max=$ac_count
4540     fi
4541     # 10*(2^10) chars as input seems more than enough
4542     test $ac_count -gt 10 && break
4543   done
4544   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4545 esac
4546
4547       $ac_path_EGREP_found && break 3
4548     done
4549   done
4550 done
4551 IFS=$as_save_IFS
4552   if test -z "$ac_cv_path_EGREP"; then
4553     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4554 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4555    { (exit 1); exit 1; }; }
4556   fi
4557 else
4558   ac_cv_path_EGREP=$EGREP
4559 fi
4560
4561    fi
4562 fi
4563 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4564 $as_echo "$ac_cv_path_EGREP" >&6; }
4565  EGREP="$ac_cv_path_EGREP"
4566
4567
4568 # Extract the first word of "ldconfig", so it can be a program name with args.
4569 set dummy ldconfig; ac_word=$2
4570 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4571 $as_echo_n "checking for $ac_word... " >&6; }
4572 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4573   $as_echo_n "(cached) " >&6
4574 else
4575   case $LDCONFIG in
4576   [\\/]* | ?:[\\/]*)
4577   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4578   ;;
4579   *)
4580   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4581 for as_dir in /sbin /usr/sbin $PATH
4582 do
4583   IFS=$as_save_IFS
4584   test -z "$as_dir" && as_dir=.
4585   for ac_exec_ext in '' $ac_executable_extensions; do
4586   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4587     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4588     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4589     break 2
4590   fi
4591 done
4592 done
4593 IFS=$as_save_IFS
4594
4595   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4596   ;;
4597 esac
4598 fi
4599 LDCONFIG=$ac_cv_path_LDCONFIG
4600 if test -n "$LDCONFIG"; then
4601   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4602 $as_echo "$LDCONFIG" >&6; }
4603 else
4604   { $as_echo "$as_me:$LINENO: result: no" >&5
4605 $as_echo "no" >&6; }
4606 fi
4607
4608
4609 # Find a good install program.  We prefer a C program (faster),
4610 # so one script is as good as another.  But avoid the broken or
4611 # incompatible versions:
4612 # SysV /etc/install, /usr/sbin/install
4613 # SunOS /usr/etc/install
4614 # IRIX /sbin/install
4615 # AIX /bin/install
4616 # AmigaOS /C/install, which installs bootblocks on floppy discs
4617 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4618 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4619 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4620 # OS/2's system install, which has a completely different semantic
4621 # ./install, which can be erroneously created by make from ./install.sh.
4622 # Reject install programs that cannot install multiple files.
4623 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4624 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4625 if test -z "$INSTALL"; then
4626 if test "${ac_cv_path_install+set}" = set; then
4627   $as_echo_n "(cached) " >&6
4628 else
4629   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4630 for as_dir in $PATH
4631 do
4632   IFS=$as_save_IFS
4633   test -z "$as_dir" && as_dir=.
4634   # Account for people who put trailing slashes in PATH elements.
4635 case $as_dir/ in
4636   ./ | .// | /cC/* | \
4637   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4638   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4639   /usr/ucb/* ) ;;
4640   *)
4641     # OSF1 and SCO ODT 3.0 have their own names for install.
4642     # Don't use installbsd from OSF since it installs stuff as root
4643     # by default.
4644     for ac_prog in ginstall scoinst install; do
4645       for ac_exec_ext in '' $ac_executable_extensions; do
4646         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4647           if test $ac_prog = install &&
4648             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4649             # AIX install.  It has an incompatible calling convention.
4650             :
4651           elif test $ac_prog = install &&
4652             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4653             # program-specific install script used by HP pwplus--don't use.
4654             :
4655           else
4656             rm -rf conftest.one conftest.two conftest.dir
4657             echo one > conftest.one
4658             echo two > conftest.two
4659             mkdir conftest.dir
4660             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4661               test -s conftest.one && test -s conftest.two &&
4662               test -s conftest.dir/conftest.one &&
4663               test -s conftest.dir/conftest.two
4664             then
4665               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4666               break 3
4667             fi
4668           fi
4669         fi
4670       done
4671     done
4672     ;;
4673 esac
4674
4675 done
4676 IFS=$as_save_IFS
4677
4678 rm -rf conftest.one conftest.two conftest.dir
4679
4680 fi
4681   if test "${ac_cv_path_install+set}" = set; then
4682     INSTALL=$ac_cv_path_install
4683   else
4684     # As a last resort, use the slow shell script.  Don't cache a
4685     # value for INSTALL within a source directory, because that will
4686     # break other packages using the cache if that directory is
4687     # removed, or if the value is a relative name.
4688     INSTALL=$ac_install_sh
4689   fi
4690 fi
4691 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
4692 $as_echo "$INSTALL" >&6; }
4693
4694 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4695 # It thinks the first close brace ends the variable substitution.
4696 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4697
4698 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4699
4700 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4701
4702 case "$INSTALL" in
4703   [\\/$]* | ?:[\\/]* ) ;;
4704   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4705 esac
4706
4707 for ac_prog in lclint lint
4708 do
4709   # Extract the first word of "$ac_prog", so it can be a program name with args.
4710 set dummy $ac_prog; ac_word=$2
4711 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4712 $as_echo_n "checking for $ac_word... " >&6; }
4713 if test "${ac_cv_prog_LINT+set}" = set; then
4714   $as_echo_n "(cached) " >&6
4715 else
4716   if test -n "$LINT"; then
4717   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4718 else
4719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4720 for as_dir in $PATH
4721 do
4722   IFS=$as_save_IFS
4723   test -z "$as_dir" && as_dir=.
4724   for ac_exec_ext in '' $ac_executable_extensions; do
4725   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4726     ac_cv_prog_LINT="$ac_prog"
4727     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4728     break 2
4729   fi
4730 done
4731 done
4732 IFS=$as_save_IFS
4733
4734 fi
4735 fi
4736 LINT=$ac_cv_prog_LINT
4737 if test -n "$LINT"; then
4738   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
4739 $as_echo "$LINT" >&6; }
4740 else
4741   { $as_echo "$as_me:$LINENO: result: no" >&5
4742 $as_echo "no" >&6; }
4743 fi
4744
4745
4746   test -n "$LINT" && break
4747 done
4748
4749 if test "$LINT" = "lint"
4750 then
4751   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4752   fi
4753
4754
4755
4756 for ac_prog in fontforge
4757 do
4758   # Extract the first word of "$ac_prog", so it can be a program name with args.
4759 set dummy $ac_prog; ac_word=$2
4760 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4761 $as_echo_n "checking for $ac_word... " >&6; }
4762 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4763   $as_echo_n "(cached) " >&6
4764 else
4765   if test -n "$FONTFORGE"; then
4766   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4767 else
4768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4769 for as_dir in $PATH
4770 do
4771   IFS=$as_save_IFS
4772   test -z "$as_dir" && as_dir=.
4773   for ac_exec_ext in '' $ac_executable_extensions; do
4774   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4775     ac_cv_prog_FONTFORGE="$ac_prog"
4776     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4777     break 2
4778   fi
4779 done
4780 done
4781 IFS=$as_save_IFS
4782
4783 fi
4784 fi
4785 FONTFORGE=$ac_cv_prog_FONTFORGE
4786 if test -n "$FONTFORGE"; then
4787   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4788 $as_echo "$FONTFORGE" >&6; }
4789 else
4790   { $as_echo "$as_me:$LINENO: result: no" >&5
4791 $as_echo "no" >&6; }
4792 fi
4793
4794
4795   test -n "$FONTFORGE" && break
4796 done
4797 test -n "$FONTFORGE" || FONTFORGE="false"
4798
4799 for ac_prog in pkg-config
4800 do
4801   # Extract the first word of "$ac_prog", so it can be a program name with args.
4802 set dummy $ac_prog; ac_word=$2
4803 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4804 $as_echo_n "checking for $ac_word... " >&6; }
4805 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4806   $as_echo_n "(cached) " >&6
4807 else
4808   if test -n "$PKG_CONFIG"; then
4809   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4810 else
4811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4812 for as_dir in $PATH
4813 do
4814   IFS=$as_save_IFS
4815   test -z "$as_dir" && as_dir=.
4816   for ac_exec_ext in '' $ac_executable_extensions; do
4817   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4818     ac_cv_prog_PKG_CONFIG="$ac_prog"
4819     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4820     break 2
4821   fi
4822 done
4823 done
4824 IFS=$as_save_IFS
4825
4826 fi
4827 fi
4828 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4829 if test -n "$PKG_CONFIG"; then
4830   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4831 $as_echo "$PKG_CONFIG" >&6; }
4832 else
4833   { $as_echo "$as_me:$LINENO: result: no" >&5
4834 $as_echo "no" >&6; }
4835 fi
4836
4837
4838   test -n "$PKG_CONFIG" && break
4839 done
4840 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4841
4842 for ac_prog in rsvg
4843 do
4844   # Extract the first word of "$ac_prog", so it can be a program name with args.
4845 set dummy $ac_prog; ac_word=$2
4846 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4847 $as_echo_n "checking for $ac_word... " >&6; }
4848 if test "${ac_cv_prog_RSVG+set}" = set; then
4849   $as_echo_n "(cached) " >&6
4850 else
4851   if test -n "$RSVG"; then
4852   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4853 else
4854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4855 for as_dir in $PATH
4856 do
4857   IFS=$as_save_IFS
4858   test -z "$as_dir" && as_dir=.
4859   for ac_exec_ext in '' $ac_executable_extensions; do
4860   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4861     ac_cv_prog_RSVG="$ac_prog"
4862     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4863     break 2
4864   fi
4865 done
4866 done
4867 IFS=$as_save_IFS
4868
4869 fi
4870 fi
4871 RSVG=$ac_cv_prog_RSVG
4872 if test -n "$RSVG"; then
4873   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
4874 $as_echo "$RSVG" >&6; }
4875 else
4876   { $as_echo "$as_me:$LINENO: result: no" >&5
4877 $as_echo "no" >&6; }
4878 fi
4879
4880
4881   test -n "$RSVG" && break
4882 done
4883 test -n "$RSVG" || RSVG="false"
4884
4885 for ac_prog in icotool
4886 do
4887   # Extract the first word of "$ac_prog", so it can be a program name with args.
4888 set dummy $ac_prog; ac_word=$2
4889 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4890 $as_echo_n "checking for $ac_word... " >&6; }
4891 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4892   $as_echo_n "(cached) " >&6
4893 else
4894   if test -n "$ICOTOOL"; then
4895   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4896 else
4897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4898 for as_dir in $PATH
4899 do
4900   IFS=$as_save_IFS
4901   test -z "$as_dir" && as_dir=.
4902   for ac_exec_ext in '' $ac_executable_extensions; do
4903   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4904     ac_cv_prog_ICOTOOL="$ac_prog"
4905     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4906     break 2
4907   fi
4908 done
4909 done
4910 IFS=$as_save_IFS
4911
4912 fi
4913 fi
4914 ICOTOOL=$ac_cv_prog_ICOTOOL
4915 if test -n "$ICOTOOL"; then
4916   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4917 $as_echo "$ICOTOOL" >&6; }
4918 else
4919   { $as_echo "$as_me:$LINENO: result: no" >&5
4920 $as_echo "no" >&6; }
4921 fi
4922
4923
4924   test -n "$ICOTOOL" && break
4925 done
4926 test -n "$ICOTOOL" || ICOTOOL="false"
4927
4928
4929 if test "${enable_maintainer_mode+set}" = set
4930 then
4931   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4932   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4933   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4934 fi
4935
4936 case $host_cpu in
4937   *i[3456789]86*)
4938     # Extract the first word of "prelink", so it can be a program name with args.
4939 set dummy prelink; ac_word=$2
4940 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4941 $as_echo_n "checking for $ac_word... " >&6; }
4942 if test "${ac_cv_path_PRELINK+set}" = set; then
4943   $as_echo_n "(cached) " >&6
4944 else
4945   case $PRELINK in
4946   [\\/]* | ?:[\\/]*)
4947   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4948   ;;
4949   *)
4950   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4951 for as_dir in /sbin /usr/sbin $PATH
4952 do
4953   IFS=$as_save_IFS
4954   test -z "$as_dir" && as_dir=.
4955   for ac_exec_ext in '' $ac_executable_extensions; do
4956   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4957     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4958     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4959     break 2
4960   fi
4961 done
4962 done
4963 IFS=$as_save_IFS
4964
4965   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4966   ;;
4967 esac
4968 fi
4969 PRELINK=$ac_cv_path_PRELINK
4970 if test -n "$PRELINK"; then
4971   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
4972 $as_echo "$PRELINK" >&6; }
4973 else
4974   { $as_echo "$as_me:$LINENO: result: no" >&5
4975 $as_echo "no" >&6; }
4976 fi
4977
4978
4979     ;;
4980 esac
4981
4982
4983
4984 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4985 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
4986 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4987   $as_echo_n "(cached) " >&6
4988 else
4989   ac_check_lib_save_LIBS=$LIBS
4990 LIBS="-li386  $LIBS"
4991 cat >conftest.$ac_ext <<_ACEOF
4992 /* confdefs.h.  */
4993 _ACEOF
4994 cat confdefs.h >>conftest.$ac_ext
4995 cat >>conftest.$ac_ext <<_ACEOF
4996 /* end confdefs.h.  */
4997
4998 /* Override any GCC internal prototype to avoid an error.
4999    Use char because int might match the return type of a GCC
5000    builtin and then its argument prototype would still apply.  */
5001 #ifdef __cplusplus
5002 extern "C"
5003 #endif
5004 char i386_set_ldt ();
5005 int
5006 main ()
5007 {
5008 return i386_set_ldt ();
5009   ;
5010   return 0;
5011 }
5012 _ACEOF
5013 rm -f conftest.$ac_objext conftest$ac_exeext
5014 if { (ac_try="$ac_link"
5015 case "(($ac_try" in
5016   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5017   *) ac_try_echo=$ac_try;;
5018 esac
5019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5020 $as_echo "$ac_try_echo") >&5
5021   (eval "$ac_link") 2>conftest.er1
5022   ac_status=$?
5023   grep -v '^ *+' conftest.er1 >conftest.err
5024   rm -f conftest.er1
5025   cat conftest.err >&5
5026   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5027   (exit $ac_status); } && {
5028          test -z "$ac_c_werror_flag" ||
5029          test ! -s conftest.err
5030        } && test -s conftest$ac_exeext && {
5031          test "$cross_compiling" = yes ||
5032          $as_test_x conftest$ac_exeext
5033        }; then
5034   ac_cv_lib_i386_i386_set_ldt=yes
5035 else
5036   $as_echo "$as_me: failed program was:" >&5
5037 sed 's/^/| /' conftest.$ac_ext >&5
5038
5039         ac_cv_lib_i386_i386_set_ldt=no
5040 fi
5041
5042 rm -rf conftest.dSYM
5043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5044       conftest$ac_exeext conftest.$ac_ext
5045 LIBS=$ac_check_lib_save_LIBS
5046 fi
5047 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5048 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5049 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5050   cat >>confdefs.h <<_ACEOF
5051 #define HAVE_LIBI386 1
5052 _ACEOF
5053
5054   LIBS="-li386 $LIBS"
5055
5056 fi
5057
5058
5059 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5060 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5061 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5062   $as_echo_n "(cached) " >&6
5063 else
5064   ac_check_lib_save_LIBS=$LIBS
5065 LIBS="-lossaudio  $LIBS"
5066 cat >conftest.$ac_ext <<_ACEOF
5067 /* confdefs.h.  */
5068 _ACEOF
5069 cat confdefs.h >>conftest.$ac_ext
5070 cat >>conftest.$ac_ext <<_ACEOF
5071 /* end confdefs.h.  */
5072
5073 /* Override any GCC internal prototype to avoid an error.
5074    Use char because int might match the return type of a GCC
5075    builtin and then its argument prototype would still apply.  */
5076 #ifdef __cplusplus
5077 extern "C"
5078 #endif
5079 char _oss_ioctl ();
5080 int
5081 main ()
5082 {
5083 return _oss_ioctl ();
5084   ;
5085   return 0;
5086 }
5087 _ACEOF
5088 rm -f conftest.$ac_objext conftest$ac_exeext
5089 if { (ac_try="$ac_link"
5090 case "(($ac_try" in
5091   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5092   *) ac_try_echo=$ac_try;;
5093 esac
5094 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5095 $as_echo "$ac_try_echo") >&5
5096   (eval "$ac_link") 2>conftest.er1
5097   ac_status=$?
5098   grep -v '^ *+' conftest.er1 >conftest.err
5099   rm -f conftest.er1
5100   cat conftest.err >&5
5101   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5102   (exit $ac_status); } && {
5103          test -z "$ac_c_werror_flag" ||
5104          test ! -s conftest.err
5105        } && test -s conftest$ac_exeext && {
5106          test "$cross_compiling" = yes ||
5107          $as_test_x conftest$ac_exeext
5108        }; then
5109   ac_cv_lib_ossaudio__oss_ioctl=yes
5110 else
5111   $as_echo "$as_me: failed program was:" >&5
5112 sed 's/^/| /' conftest.$ac_ext >&5
5113
5114         ac_cv_lib_ossaudio__oss_ioctl=no
5115 fi
5116
5117 rm -rf conftest.dSYM
5118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5119       conftest$ac_exeext conftest.$ac_ext
5120 LIBS=$ac_check_lib_save_LIBS
5121 fi
5122 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5123 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5124 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5125   cat >>confdefs.h <<_ACEOF
5126 #define HAVE_LIBOSSAUDIO 1
5127 _ACEOF
5128
5129   LIBS="-lossaudio $LIBS"
5130
5131 fi
5132
5133
5134 XLIB=""
5135
5136 OPENGL_LIBS=""
5137
5138
5139
5140 ac_ext=c
5141 ac_cpp='$CPP $CPPFLAGS'
5142 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5143 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5144 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5145 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5146 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5147 # On Suns, sometimes $CPP names a directory.
5148 if test -n "$CPP" && test -d "$CPP"; then
5149   CPP=
5150 fi
5151 if test -z "$CPP"; then
5152   if test "${ac_cv_prog_CPP+set}" = set; then
5153   $as_echo_n "(cached) " >&6
5154 else
5155       # Double quotes because CPP needs to be expanded
5156     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5157     do
5158       ac_preproc_ok=false
5159 for ac_c_preproc_warn_flag in '' yes
5160 do
5161   # Use a header file that comes with gcc, so configuring glibc
5162   # with a fresh cross-compiler works.
5163   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5164   # <limits.h> exists even on freestanding compilers.
5165   # On the NeXT, cc -E runs the code through the compiler's parser,
5166   # not just through cpp. "Syntax error" is here to catch this case.
5167   cat >conftest.$ac_ext <<_ACEOF
5168 /* confdefs.h.  */
5169 _ACEOF
5170 cat confdefs.h >>conftest.$ac_ext
5171 cat >>conftest.$ac_ext <<_ACEOF
5172 /* end confdefs.h.  */
5173 #ifdef __STDC__
5174 # include <limits.h>
5175 #else
5176 # include <assert.h>
5177 #endif
5178                      Syntax error
5179 _ACEOF
5180 if { (ac_try="$ac_cpp conftest.$ac_ext"
5181 case "(($ac_try" in
5182   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5183   *) ac_try_echo=$ac_try;;
5184 esac
5185 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5186 $as_echo "$ac_try_echo") >&5
5187   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5188   ac_status=$?
5189   grep -v '^ *+' conftest.er1 >conftest.err
5190   rm -f conftest.er1
5191   cat conftest.err >&5
5192   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5193   (exit $ac_status); } >/dev/null && {
5194          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5195          test ! -s conftest.err
5196        }; then
5197   :
5198 else
5199   $as_echo "$as_me: failed program was:" >&5
5200 sed 's/^/| /' conftest.$ac_ext >&5
5201
5202   # Broken: fails on valid input.
5203 continue
5204 fi
5205
5206 rm -f conftest.err conftest.$ac_ext
5207
5208   # OK, works on sane cases.  Now check whether nonexistent headers
5209   # can be detected and how.
5210   cat >conftest.$ac_ext <<_ACEOF
5211 /* confdefs.h.  */
5212 _ACEOF
5213 cat confdefs.h >>conftest.$ac_ext
5214 cat >>conftest.$ac_ext <<_ACEOF
5215 /* end confdefs.h.  */
5216 #include <ac_nonexistent.h>
5217 _ACEOF
5218 if { (ac_try="$ac_cpp conftest.$ac_ext"
5219 case "(($ac_try" in
5220   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5221   *) ac_try_echo=$ac_try;;
5222 esac
5223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5224 $as_echo "$ac_try_echo") >&5
5225   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5226   ac_status=$?
5227   grep -v '^ *+' conftest.er1 >conftest.err
5228   rm -f conftest.er1
5229   cat conftest.err >&5
5230   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5231   (exit $ac_status); } >/dev/null && {
5232          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5233          test ! -s conftest.err
5234        }; then
5235   # Broken: success on invalid input.
5236 continue
5237 else
5238   $as_echo "$as_me: failed program was:" >&5
5239 sed 's/^/| /' conftest.$ac_ext >&5
5240
5241   # Passes both tests.
5242 ac_preproc_ok=:
5243 break
5244 fi
5245
5246 rm -f conftest.err conftest.$ac_ext
5247
5248 done
5249 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5250 rm -f conftest.err conftest.$ac_ext
5251 if $ac_preproc_ok; then
5252   break
5253 fi
5254
5255     done
5256     ac_cv_prog_CPP=$CPP
5257
5258 fi
5259   CPP=$ac_cv_prog_CPP
5260 else
5261   ac_cv_prog_CPP=$CPP
5262 fi
5263 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5264 $as_echo "$CPP" >&6; }
5265 ac_preproc_ok=false
5266 for ac_c_preproc_warn_flag in '' yes
5267 do
5268   # Use a header file that comes with gcc, so configuring glibc
5269   # with a fresh cross-compiler works.
5270   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5271   # <limits.h> exists even on freestanding compilers.
5272   # On the NeXT, cc -E runs the code through the compiler's parser,
5273   # not just through cpp. "Syntax error" is here to catch this case.
5274   cat >conftest.$ac_ext <<_ACEOF
5275 /* confdefs.h.  */
5276 _ACEOF
5277 cat confdefs.h >>conftest.$ac_ext
5278 cat >>conftest.$ac_ext <<_ACEOF
5279 /* end confdefs.h.  */
5280 #ifdef __STDC__
5281 # include <limits.h>
5282 #else
5283 # include <assert.h>
5284 #endif
5285                      Syntax error
5286 _ACEOF
5287 if { (ac_try="$ac_cpp conftest.$ac_ext"
5288 case "(($ac_try" in
5289   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5290   *) ac_try_echo=$ac_try;;
5291 esac
5292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5293 $as_echo "$ac_try_echo") >&5
5294   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5295   ac_status=$?
5296   grep -v '^ *+' conftest.er1 >conftest.err
5297   rm -f conftest.er1
5298   cat conftest.err >&5
5299   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5300   (exit $ac_status); } >/dev/null && {
5301          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5302          test ! -s conftest.err
5303        }; then
5304   :
5305 else
5306   $as_echo "$as_me: failed program was:" >&5
5307 sed 's/^/| /' conftest.$ac_ext >&5
5308
5309   # Broken: fails on valid input.
5310 continue
5311 fi
5312
5313 rm -f conftest.err conftest.$ac_ext
5314
5315   # OK, works on sane cases.  Now check whether nonexistent headers
5316   # can be detected and how.
5317   cat >conftest.$ac_ext <<_ACEOF
5318 /* confdefs.h.  */
5319 _ACEOF
5320 cat confdefs.h >>conftest.$ac_ext
5321 cat >>conftest.$ac_ext <<_ACEOF
5322 /* end confdefs.h.  */
5323 #include <ac_nonexistent.h>
5324 _ACEOF
5325 if { (ac_try="$ac_cpp conftest.$ac_ext"
5326 case "(($ac_try" in
5327   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5328   *) ac_try_echo=$ac_try;;
5329 esac
5330 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5331 $as_echo "$ac_try_echo") >&5
5332   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5333   ac_status=$?
5334   grep -v '^ *+' conftest.er1 >conftest.err
5335   rm -f conftest.er1
5336   cat conftest.err >&5
5337   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5338   (exit $ac_status); } >/dev/null && {
5339          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5340          test ! -s conftest.err
5341        }; then
5342   # Broken: success on invalid input.
5343 continue
5344 else
5345   $as_echo "$as_me: failed program was:" >&5
5346 sed 's/^/| /' conftest.$ac_ext >&5
5347
5348   # Passes both tests.
5349 ac_preproc_ok=:
5350 break
5351 fi
5352
5353 rm -f conftest.err conftest.$ac_ext
5354
5355 done
5356 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5357 rm -f conftest.err conftest.$ac_ext
5358 if $ac_preproc_ok; then
5359   :
5360 else
5361   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5362 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5363 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5364 See \`config.log' for more details." >&5
5365 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5366 See \`config.log' for more details." >&2;}
5367    { (exit 1); exit 1; }; }; }
5368 fi
5369
5370 ac_ext=c
5371 ac_cpp='$CPP $CPPFLAGS'
5372 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5373 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5374 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5375
5376
5377 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5378 $as_echo_n "checking for ANSI C header files... " >&6; }
5379 if test "${ac_cv_header_stdc+set}" = set; then
5380   $as_echo_n "(cached) " >&6
5381 else
5382   cat >conftest.$ac_ext <<_ACEOF
5383 /* confdefs.h.  */
5384 _ACEOF
5385 cat confdefs.h >>conftest.$ac_ext
5386 cat >>conftest.$ac_ext <<_ACEOF
5387 /* end confdefs.h.  */
5388 #include <stdlib.h>
5389 #include <stdarg.h>
5390 #include <string.h>
5391 #include <float.h>
5392
5393 int
5394 main ()
5395 {
5396
5397   ;
5398   return 0;
5399 }
5400 _ACEOF
5401 rm -f conftest.$ac_objext
5402 if { (ac_try="$ac_compile"
5403 case "(($ac_try" in
5404   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5405   *) ac_try_echo=$ac_try;;
5406 esac
5407 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5408 $as_echo "$ac_try_echo") >&5
5409   (eval "$ac_compile") 2>conftest.er1
5410   ac_status=$?
5411   grep -v '^ *+' conftest.er1 >conftest.err
5412   rm -f conftest.er1
5413   cat conftest.err >&5
5414   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5415   (exit $ac_status); } && {
5416          test -z "$ac_c_werror_flag" ||
5417          test ! -s conftest.err
5418        } && test -s conftest.$ac_objext; then
5419   ac_cv_header_stdc=yes
5420 else
5421   $as_echo "$as_me: failed program was:" >&5
5422 sed 's/^/| /' conftest.$ac_ext >&5
5423
5424         ac_cv_header_stdc=no
5425 fi
5426
5427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5428
5429 if test $ac_cv_header_stdc = yes; then
5430   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5431   cat >conftest.$ac_ext <<_ACEOF
5432 /* confdefs.h.  */
5433 _ACEOF
5434 cat confdefs.h >>conftest.$ac_ext
5435 cat >>conftest.$ac_ext <<_ACEOF
5436 /* end confdefs.h.  */
5437 #include <string.h>
5438
5439 _ACEOF
5440 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5441   $EGREP "memchr" >/dev/null 2>&1; then
5442   :
5443 else
5444   ac_cv_header_stdc=no
5445 fi
5446 rm -f conftest*
5447
5448 fi
5449
5450 if test $ac_cv_header_stdc = yes; then
5451   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5452   cat >conftest.$ac_ext <<_ACEOF
5453 /* confdefs.h.  */
5454 _ACEOF
5455 cat confdefs.h >>conftest.$ac_ext
5456 cat >>conftest.$ac_ext <<_ACEOF
5457 /* end confdefs.h.  */
5458 #include <stdlib.h>
5459
5460 _ACEOF
5461 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5462   $EGREP "free" >/dev/null 2>&1; then
5463   :
5464 else
5465   ac_cv_header_stdc=no
5466 fi
5467 rm -f conftest*
5468
5469 fi
5470
5471 if test $ac_cv_header_stdc = yes; then
5472   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5473   if test "$cross_compiling" = yes; then
5474   :
5475 else
5476   cat >conftest.$ac_ext <<_ACEOF
5477 /* confdefs.h.  */
5478 _ACEOF
5479 cat confdefs.h >>conftest.$ac_ext
5480 cat >>conftest.$ac_ext <<_ACEOF
5481 /* end confdefs.h.  */
5482 #include <ctype.h>
5483 #include <stdlib.h>
5484 #if ((' ' & 0x0FF) == 0x020)
5485 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5486 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5487 #else
5488 # define ISLOWER(c) \
5489                    (('a' <= (c) && (c) <= 'i') \
5490                      || ('j' <= (c) && (c) <= 'r') \
5491                      || ('s' <= (c) && (c) <= 'z'))
5492 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5493 #endif
5494
5495 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5496 int
5497 main ()
5498 {
5499   int i;
5500   for (i = 0; i < 256; i++)
5501     if (XOR (islower (i), ISLOWER (i))
5502         || toupper (i) != TOUPPER (i))
5503       return 2;
5504   return 0;
5505 }
5506 _ACEOF
5507 rm -f conftest$ac_exeext
5508 if { (ac_try="$ac_link"
5509 case "(($ac_try" in
5510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5511   *) ac_try_echo=$ac_try;;
5512 esac
5513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5514 $as_echo "$ac_try_echo") >&5
5515   (eval "$ac_link") 2>&5
5516   ac_status=$?
5517   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5518   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5519   { (case "(($ac_try" in
5520   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5521   *) ac_try_echo=$ac_try;;
5522 esac
5523 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5524 $as_echo "$ac_try_echo") >&5
5525   (eval "$ac_try") 2>&5
5526   ac_status=$?
5527   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5528   (exit $ac_status); }; }; then
5529   :
5530 else
5531   $as_echo "$as_me: program exited with status $ac_status" >&5
5532 $as_echo "$as_me: failed program was:" >&5
5533 sed 's/^/| /' conftest.$ac_ext >&5
5534
5535 ( exit $ac_status )
5536 ac_cv_header_stdc=no
5537 fi
5538 rm -rf conftest.dSYM
5539 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5540 fi
5541
5542
5543 fi
5544 fi
5545 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5546 $as_echo "$ac_cv_header_stdc" >&6; }
5547 if test $ac_cv_header_stdc = yes; then
5548
5549 cat >>confdefs.h <<\_ACEOF
5550 #define STDC_HEADERS 1
5551 _ACEOF
5552
5553 fi
5554
5555 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5566                   inttypes.h stdint.h unistd.h
5567 do
5568 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5569 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5570 $as_echo_n "checking for $ac_header... " >&6; }
5571 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5572   $as_echo_n "(cached) " >&6
5573 else
5574   cat >conftest.$ac_ext <<_ACEOF
5575 /* confdefs.h.  */
5576 _ACEOF
5577 cat confdefs.h >>conftest.$ac_ext
5578 cat >>conftest.$ac_ext <<_ACEOF
5579 /* end confdefs.h.  */
5580 $ac_includes_default
5581
5582 #include <$ac_header>
5583 _ACEOF
5584 rm -f conftest.$ac_objext
5585 if { (ac_try="$ac_compile"
5586 case "(($ac_try" in
5587   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5588   *) ac_try_echo=$ac_try;;
5589 esac
5590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5591 $as_echo "$ac_try_echo") >&5
5592   (eval "$ac_compile") 2>conftest.er1
5593   ac_status=$?
5594   grep -v '^ *+' conftest.er1 >conftest.err
5595   rm -f conftest.er1
5596   cat conftest.err >&5
5597   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5598   (exit $ac_status); } && {
5599          test -z "$ac_c_werror_flag" ||
5600          test ! -s conftest.err
5601        } && test -s conftest.$ac_objext; then
5602   eval "$as_ac_Header=yes"
5603 else
5604   $as_echo "$as_me: failed program was:" >&5
5605 sed 's/^/| /' conftest.$ac_ext >&5
5606
5607         eval "$as_ac_Header=no"
5608 fi
5609
5610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5611 fi
5612 ac_res=`eval 'as_val=${'$as_ac_Header'}
5613                  $as_echo "$as_val"'`
5614                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5615 $as_echo "$ac_res" >&6; }
5616 as_val=`eval 'as_val=${'$as_ac_Header'}
5617                  $as_echo "$as_val"'`
5618    if test "x$as_val" = x""yes; then
5619   cat >>confdefs.h <<_ACEOF
5620 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5621 _ACEOF
5622
5623 fi
5624
5625 done
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753 for ac_header in \
5754         AudioUnit/AudioUnit.h \
5755         Carbon/Carbon.h \
5756         CoreAudio/CoreAudio.h \
5757         DiskArbitration/DiskArbitration.h \
5758         IOKit/IOKitLib.h \
5759         IOKit/hid/IOHIDLib.h \
5760         alias.h \
5761         alsa/asoundlib.h \
5762         arpa/inet.h \
5763         arpa/nameser.h \
5764         asm/types.h \
5765         capi20.h \
5766         curses.h \
5767         direct.h \
5768         dirent.h \
5769         dlfcn.h \
5770         elf.h \
5771         float.h \
5772         fnmatch.h \
5773         fontconfig/fontconfig.h \
5774         getopt.h \
5775         grp.h \
5776         gsm.h \
5777         ieeefp.h \
5778         inet/mib2.h \
5779         io.h \
5780         jack/jack.h \
5781         jpeglib.h \
5782         kstat.h \
5783         lber.h \
5784         lcms.h \
5785         lcms/lcms.h \
5786         ldap.h \
5787         libaudioio.h \
5788         link.h \
5789         linux/cdrom.h \
5790         linux/compiler.h \
5791         linux/hdreg.h \
5792         linux/input.h \
5793         linux/ioctl.h \
5794         linux/joystick.h \
5795         linux/major.h \
5796         linux/param.h \
5797         linux/serial.h \
5798         linux/types.h \
5799         linux/ucdrom.h \
5800         mach-o/nlist.h \
5801         mach/mach.h \
5802         mach/machine.h \
5803         machine/cpu.h \
5804         machine/limits.h \
5805         machine/soundcard.h \
5806         mntent.h \
5807         ncurses.h \
5808         netdb.h \
5809         netinet/in.h \
5810         netinet/in_systm.h \
5811         netinet/tcp.h \
5812         netinet/tcp_fsm.h \
5813         openssl/err.h \
5814         openssl/ssl.h \
5815         png.h \
5816         poll.h \
5817         process.h \
5818         pthread.h \
5819         pwd.h \
5820         regex.h \
5821         sched.h \
5822         scsi/scsi.h \
5823         scsi/scsi_ioctl.h \
5824         scsi/sg.h \
5825         soundcard.h \
5826         stdbool.h \
5827         stdint.h \
5828         strings.h \
5829         stropts.h \
5830         sys/asoundlib.h \
5831         sys/cdio.h \
5832         sys/elf32.h \
5833         sys/epoll.h \
5834         sys/errno.h \
5835         sys/event.h \
5836         sys/exec_elf.h \
5837         sys/filio.h \
5838         sys/inotify.h \
5839         sys/ioctl.h \
5840         sys/ipc.h \
5841         sys/limits.h \
5842         sys/link.h \
5843         sys/mman.h \
5844         sys/modem.h \
5845         sys/msg.h \
5846         sys/mtio.h \
5847         sys/param.h \
5848         sys/poll.h \
5849         sys/prctl.h \
5850         sys/protosw.h \
5851         sys/ptrace.h \
5852         sys/resource.h \
5853         sys/scsiio.h \
5854         sys/shm.h \
5855         sys/signal.h \
5856         sys/socket.h \
5857         sys/socketvar.h \
5858         sys/sockio.h \
5859         sys/soundcard.h \
5860         sys/statvfs.h \
5861         sys/strtio.h \
5862         sys/syscall.h \
5863         sys/tihdr.h \
5864         sys/time.h \
5865         sys/timeout.h \
5866         sys/times.h \
5867         sys/uio.h \
5868         sys/un.h \
5869         sys/utsname.h \
5870         sys/vm86.h \
5871         sys/wait.h \
5872         syscall.h \
5873         termios.h \
5874         unistd.h \
5875         utime.h \
5876         valgrind/memcheck.h \
5877         valgrind/valgrind.h \
5878         zlib.h
5879
5880 do
5881 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5882 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5883   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5884 $as_echo_n "checking for $ac_header... " >&6; }
5885 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5886   $as_echo_n "(cached) " >&6
5887 fi
5888 ac_res=`eval 'as_val=${'$as_ac_Header'}
5889                  $as_echo "$as_val"'`
5890                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5891 $as_echo "$ac_res" >&6; }
5892 else
5893   # Is the header compilable?
5894 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
5895 $as_echo_n "checking $ac_header usability... " >&6; }
5896 cat >conftest.$ac_ext <<_ACEOF
5897 /* confdefs.h.  */
5898 _ACEOF
5899 cat confdefs.h >>conftest.$ac_ext
5900 cat >>conftest.$ac_ext <<_ACEOF
5901 /* end confdefs.h.  */
5902 $ac_includes_default
5903 #include <$ac_header>
5904 _ACEOF
5905 rm -f conftest.$ac_objext
5906 if { (ac_try="$ac_compile"
5907 case "(($ac_try" in
5908   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5909   *) ac_try_echo=$ac_try;;
5910 esac
5911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5912 $as_echo "$ac_try_echo") >&5
5913   (eval "$ac_compile") 2>conftest.er1
5914   ac_status=$?
5915   grep -v '^ *+' conftest.er1 >conftest.err
5916   rm -f conftest.er1
5917   cat conftest.err >&5
5918   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5919   (exit $ac_status); } && {
5920          test -z "$ac_c_werror_flag" ||
5921          test ! -s conftest.err
5922        } && test -s conftest.$ac_objext; then
5923   ac_header_compiler=yes
5924 else
5925   $as_echo "$as_me: failed program was:" >&5
5926 sed 's/^/| /' conftest.$ac_ext >&5
5927
5928         ac_header_compiler=no
5929 fi
5930
5931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5932 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5933 $as_echo "$ac_header_compiler" >&6; }
5934
5935 # Is the header present?
5936 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
5937 $as_echo_n "checking $ac_header presence... " >&6; }
5938 cat >conftest.$ac_ext <<_ACEOF
5939 /* confdefs.h.  */
5940 _ACEOF
5941 cat confdefs.h >>conftest.$ac_ext
5942 cat >>conftest.$ac_ext <<_ACEOF
5943 /* end confdefs.h.  */
5944 #include <$ac_header>
5945 _ACEOF
5946 if { (ac_try="$ac_cpp conftest.$ac_ext"
5947 case "(($ac_try" in
5948   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5949   *) ac_try_echo=$ac_try;;
5950 esac
5951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5952 $as_echo "$ac_try_echo") >&5
5953   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5954   ac_status=$?
5955   grep -v '^ *+' conftest.er1 >conftest.err
5956   rm -f conftest.er1
5957   cat conftest.err >&5
5958   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5959   (exit $ac_status); } >/dev/null && {
5960          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5961          test ! -s conftest.err
5962        }; then
5963   ac_header_preproc=yes
5964 else
5965   $as_echo "$as_me: failed program was:" >&5
5966 sed 's/^/| /' conftest.$ac_ext >&5
5967
5968   ac_header_preproc=no
5969 fi
5970
5971 rm -f conftest.err conftest.$ac_ext
5972 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5973 $as_echo "$ac_header_preproc" >&6; }
5974
5975 # So?  What about this header?
5976 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5977   yes:no: )
5978     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5979 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5980     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5981 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5982     ac_header_preproc=yes
5983     ;;
5984   no:yes:* )
5985     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5986 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5987     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5988 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5989     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5990 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5991     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5992 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5993     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5994 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5995     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5996 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5997     ( cat <<\_ASBOX
5998 ## ------------------------------------ ##
5999 ## Report this to wine-devel@winehq.org ##
6000 ## ------------------------------------ ##
6001 _ASBOX
6002      ) | sed "s/^/$as_me: WARNING:     /" >&2
6003     ;;
6004 esac
6005 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6006 $as_echo_n "checking for $ac_header... " >&6; }
6007 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6008   $as_echo_n "(cached) " >&6
6009 else
6010   eval "$as_ac_Header=\$ac_header_preproc"
6011 fi
6012 ac_res=`eval 'as_val=${'$as_ac_Header'}
6013                  $as_echo "$as_val"'`
6014                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6015 $as_echo "$ac_res" >&6; }
6016
6017 fi
6018 as_val=`eval 'as_val=${'$as_ac_Header'}
6019                  $as_echo "$as_val"'`
6020    if test "x$as_val" = x""yes; then
6021   cat >>confdefs.h <<_ACEOF
6022 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6023 _ACEOF
6024
6025 fi
6026
6027 done
6028
6029 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6030 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6031 if test "${ac_cv_header_stat_broken+set}" = set; then
6032   $as_echo_n "(cached) " >&6
6033 else
6034   cat >conftest.$ac_ext <<_ACEOF
6035 /* confdefs.h.  */
6036 _ACEOF
6037 cat confdefs.h >>conftest.$ac_ext
6038 cat >>conftest.$ac_ext <<_ACEOF
6039 /* end confdefs.h.  */
6040 #include <sys/types.h>
6041 #include <sys/stat.h>
6042
6043 #if defined S_ISBLK && defined S_IFDIR
6044 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6045 #endif
6046
6047 #if defined S_ISBLK && defined S_IFCHR
6048 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6049 #endif
6050
6051 #if defined S_ISLNK && defined S_IFREG
6052 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6053 #endif
6054
6055 #if defined S_ISSOCK && defined S_IFREG
6056 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6057 #endif
6058
6059 _ACEOF
6060 rm -f conftest.$ac_objext
6061 if { (ac_try="$ac_compile"
6062 case "(($ac_try" in
6063   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6064   *) ac_try_echo=$ac_try;;
6065 esac
6066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6067 $as_echo "$ac_try_echo") >&5
6068   (eval "$ac_compile") 2>conftest.er1
6069   ac_status=$?
6070   grep -v '^ *+' conftest.er1 >conftest.err
6071   rm -f conftest.er1
6072   cat conftest.err >&5
6073   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6074   (exit $ac_status); } && {
6075          test -z "$ac_c_werror_flag" ||
6076          test ! -s conftest.err
6077        } && test -s conftest.$ac_objext; then
6078   ac_cv_header_stat_broken=no
6079 else
6080   $as_echo "$as_me: failed program was:" >&5
6081 sed 's/^/| /' conftest.$ac_ext >&5
6082
6083         ac_cv_header_stat_broken=yes
6084 fi
6085
6086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6087 fi
6088 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6089 $as_echo "$ac_cv_header_stat_broken" >&6; }
6090 if test $ac_cv_header_stat_broken = yes; then
6091
6092 cat >>confdefs.h <<\_ACEOF
6093 #define STAT_MACROS_BROKEN 1
6094 _ACEOF
6095
6096 fi
6097
6098
6099
6100
6101
6102
6103
6104
6105 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6106 do
6107 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6108 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6109 $as_echo_n "checking for $ac_header... " >&6; }
6110 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6111   $as_echo_n "(cached) " >&6
6112 else
6113   cat >conftest.$ac_ext <<_ACEOF
6114 /* confdefs.h.  */
6115 _ACEOF
6116 cat confdefs.h >>conftest.$ac_ext
6117 cat >>conftest.$ac_ext <<_ACEOF
6118 /* end confdefs.h.  */
6119 #include <sys/types.h>
6120      #ifdef HAVE_SYS_PARAM_H
6121      # include <sys/param.h>
6122      #endif
6123
6124 #include <$ac_header>
6125 _ACEOF
6126 rm -f conftest.$ac_objext
6127 if { (ac_try="$ac_compile"
6128 case "(($ac_try" in
6129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6130   *) ac_try_echo=$ac_try;;
6131 esac
6132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6133 $as_echo "$ac_try_echo") >&5
6134   (eval "$ac_compile") 2>conftest.er1
6135   ac_status=$?
6136   grep -v '^ *+' conftest.er1 >conftest.err
6137   rm -f conftest.er1
6138   cat conftest.err >&5
6139   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6140   (exit $ac_status); } && {
6141          test -z "$ac_c_werror_flag" ||
6142          test ! -s conftest.err
6143        } && test -s conftest.$ac_objext; then
6144   eval "$as_ac_Header=yes"
6145 else
6146   $as_echo "$as_me: failed program was:" >&5
6147 sed 's/^/| /' conftest.$ac_ext >&5
6148
6149         eval "$as_ac_Header=no"
6150 fi
6151
6152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6153 fi
6154 ac_res=`eval 'as_val=${'$as_ac_Header'}
6155                  $as_echo "$as_val"'`
6156                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6157 $as_echo "$ac_res" >&6; }
6158 as_val=`eval 'as_val=${'$as_ac_Header'}
6159                  $as_echo "$as_val"'`
6160    if test "x$as_val" = x""yes; then
6161   cat >>confdefs.h <<_ACEOF
6162 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6163 _ACEOF
6164
6165 fi
6166
6167 done
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183 for ac_header in \
6184         netinet/ip.h \
6185         net/if.h \
6186         net/if_arp.h \
6187         net/if_dl.h \
6188         net/if_types.h \
6189         net/route.h \
6190         netinet/if_ether.h \
6191         netinet/if_inarp.h \
6192         netinet/in_pcb.h \
6193         netinet/ip_icmp.h \
6194         netinet/ip_var.h \
6195         netinet/udp.h \
6196         netipx/ipx.h \
6197
6198 do
6199 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6200 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6201 $as_echo_n "checking for $ac_header... " >&6; }
6202 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6203   $as_echo_n "(cached) " >&6
6204 else
6205   cat >conftest.$ac_ext <<_ACEOF
6206 /* confdefs.h.  */
6207 _ACEOF
6208 cat confdefs.h >>conftest.$ac_ext
6209 cat >>conftest.$ac_ext <<_ACEOF
6210 /* end confdefs.h.  */
6211 #include <sys/types.h>
6212      #ifdef HAVE_SYS_SOCKET_H
6213      # include <sys/socket.h>
6214      #endif
6215      #ifdef HAVE_SYS_SOCKETVAR_H
6216      # include <sys/socketvar.h>
6217      #endif
6218      #ifdef HAVE_NET_ROUTE_H
6219      # include <net/route.h>
6220      #endif
6221      #ifdef HAVE_NETINET_IN_H
6222      # include <netinet/in.h>
6223      #endif
6224      #ifdef HAVE_NETINET_IN_SYSTM_H
6225      # include <netinet/in_systm.h>
6226      #endif
6227      #ifdef HAVE_NET_IF_H
6228      # include <net/if.h>
6229      #endif
6230      #ifdef HAVE_NETINET_IP_H
6231      # include <netinet/ip.h>
6232      #endif
6233
6234 #include <$ac_header>
6235 _ACEOF
6236 rm -f conftest.$ac_objext
6237 if { (ac_try="$ac_compile"
6238 case "(($ac_try" in
6239   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6240   *) ac_try_echo=$ac_try;;
6241 esac
6242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6243 $as_echo "$ac_try_echo") >&5
6244   (eval "$ac_compile") 2>conftest.er1
6245   ac_status=$?
6246   grep -v '^ *+' conftest.er1 >conftest.err
6247   rm -f conftest.er1
6248   cat conftest.err >&5
6249   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6250   (exit $ac_status); } && {
6251          test -z "$ac_c_werror_flag" ||
6252          test ! -s conftest.err
6253        } && test -s conftest.$ac_objext; then
6254   eval "$as_ac_Header=yes"
6255 else
6256   $as_echo "$as_me: failed program was:" >&5
6257 sed 's/^/| /' conftest.$ac_ext >&5
6258
6259         eval "$as_ac_Header=no"
6260 fi
6261
6262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6263 fi
6264 ac_res=`eval 'as_val=${'$as_ac_Header'}
6265                  $as_echo "$as_val"'`
6266                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6267 $as_echo "$ac_res" >&6; }
6268 as_val=`eval 'as_val=${'$as_ac_Header'}
6269                  $as_echo "$as_val"'`
6270    if test "x$as_val" = x""yes; then
6271   cat >>confdefs.h <<_ACEOF
6272 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6273 _ACEOF
6274
6275 fi
6276
6277 done
6278
6279
6280
6281
6282
6283
6284 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6285 do
6286 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6287 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6288 $as_echo_n "checking for $ac_header... " >&6; }
6289 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6290   $as_echo_n "(cached) " >&6
6291 else
6292   cat >conftest.$ac_ext <<_ACEOF
6293 /* confdefs.h.  */
6294 _ACEOF
6295 cat confdefs.h >>conftest.$ac_ext
6296 cat >>conftest.$ac_ext <<_ACEOF
6297 /* end confdefs.h.  */
6298 #include <sys/types.h>
6299      #ifdef HAVE_ALIAS_H
6300      # include <alias.h>
6301      #endif
6302      #ifdef HAVE_SYS_SOCKET_H
6303      # include <sys/socket.h>
6304      #endif
6305      #ifdef HAVE_SYS_SOCKETVAR_H
6306      # include <sys/socketvar.h>
6307      #endif
6308      #ifdef HAVE_SYS_TIMEOUT_H
6309      # include <sys/timeout.h>
6310      #endif
6311      #ifdef HAVE_NETINET_IN_H
6312      # include <netinet/in.h>
6313      #endif
6314      #ifdef HAVE_NETINET_IN_SYSTM_H
6315      # include <netinet/in_systm.h>
6316      #endif
6317      #ifdef HAVE_NETINET_IP_H
6318      # include <netinet/ip.h>
6319      #endif
6320      #ifdef HAVE_NETINET_IP_VAR_H
6321      # include <netinet/ip_var.h>
6322      #endif
6323      #ifdef HAVE_NETINET_IP_ICMP_H
6324      # include <netinet/ip_icmp.h>
6325      #endif
6326      #ifdef HAVE_NETINET_UDP_H
6327      # include <netinet/udp.h>
6328      #endif
6329      #ifdef HAVE_NETINET_TCP_H
6330      # include <netinet/tcp.h>
6331      #endif
6332      #ifdef HAVE_NETINET_TCP_TIMER_H
6333      #include <netinet/tcp_timer.h>
6334      #endif
6335
6336 #include <$ac_header>
6337 _ACEOF
6338 rm -f conftest.$ac_objext
6339 if { (ac_try="$ac_compile"
6340 case "(($ac_try" in
6341   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6342   *) ac_try_echo=$ac_try;;
6343 esac
6344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6345 $as_echo "$ac_try_echo") >&5
6346   (eval "$ac_compile") 2>conftest.er1
6347   ac_status=$?
6348   grep -v '^ *+' conftest.er1 >conftest.err
6349   rm -f conftest.er1
6350   cat conftest.err >&5
6351   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6352   (exit $ac_status); } && {
6353          test -z "$ac_c_werror_flag" ||
6354          test ! -s conftest.err
6355        } && test -s conftest.$ac_objext; then
6356   eval "$as_ac_Header=yes"
6357 else
6358   $as_echo "$as_me: failed program was:" >&5
6359 sed 's/^/| /' conftest.$ac_ext >&5
6360
6361         eval "$as_ac_Header=no"
6362 fi
6363
6364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6365 fi
6366 ac_res=`eval 'as_val=${'$as_ac_Header'}
6367                  $as_echo "$as_val"'`
6368                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6369 $as_echo "$ac_res" >&6; }
6370 as_val=`eval 'as_val=${'$as_ac_Header'}
6371                  $as_echo "$as_val"'`
6372    if test "x$as_val" = x""yes; then
6373   cat >>confdefs.h <<_ACEOF
6374 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6375 _ACEOF
6376
6377 fi
6378
6379 done
6380
6381
6382
6383 for ac_header in linux/ipx.h
6384 do
6385 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6386 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6387 $as_echo_n "checking for $ac_header... " >&6; }
6388 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6389   $as_echo_n "(cached) " >&6
6390 else
6391   cat >conftest.$ac_ext <<_ACEOF
6392 /* confdefs.h.  */
6393 _ACEOF
6394 cat confdefs.h >>conftest.$ac_ext
6395 cat >>conftest.$ac_ext <<_ACEOF
6396 /* end confdefs.h.  */
6397 #include <sys/types.h>
6398      #ifdef HAVE_ASM_TYPES_H
6399      # include <asm/types.h>
6400      #endif
6401      #ifdef HAVE_SYS_SOCKET_H
6402      # include <sys/socket.h>
6403      #endif
6404      #ifdef HAVE_LINUX_TYPES_H
6405      # include <linux/types.h>
6406      #endif
6407
6408 #include <$ac_header>
6409 _ACEOF
6410 rm -f conftest.$ac_objext
6411 if { (ac_try="$ac_compile"
6412 case "(($ac_try" in
6413   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6414   *) ac_try_echo=$ac_try;;
6415 esac
6416 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6417 $as_echo "$ac_try_echo") >&5
6418   (eval "$ac_compile") 2>conftest.er1
6419   ac_status=$?
6420   grep -v '^ *+' conftest.er1 >conftest.err
6421   rm -f conftest.er1
6422   cat conftest.err >&5
6423   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6424   (exit $ac_status); } && {
6425          test -z "$ac_c_werror_flag" ||
6426          test ! -s conftest.err
6427        } && test -s conftest.$ac_objext; then
6428   eval "$as_ac_Header=yes"
6429 else
6430   $as_echo "$as_me: failed program was:" >&5
6431 sed 's/^/| /' conftest.$ac_ext >&5
6432
6433         eval "$as_ac_Header=no"
6434 fi
6435
6436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6437 fi
6438 ac_res=`eval 'as_val=${'$as_ac_Header'}
6439                  $as_echo "$as_val"'`
6440                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6441 $as_echo "$ac_res" >&6; }
6442 as_val=`eval 'as_val=${'$as_ac_Header'}
6443                  $as_echo "$as_val"'`
6444    if test "x$as_val" = x""yes; then
6445   cat >>confdefs.h <<_ACEOF
6446 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6447 _ACEOF
6448
6449 fi
6450
6451 done
6452
6453
6454
6455 for ac_header in mach-o/dyld_images.h
6456 do
6457 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6458 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6459 $as_echo_n "checking for $ac_header... " >&6; }
6460 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6461   $as_echo_n "(cached) " >&6
6462 else
6463   cat >conftest.$ac_ext <<_ACEOF
6464 /* confdefs.h.  */
6465 _ACEOF
6466 cat confdefs.h >>conftest.$ac_ext
6467 cat >>conftest.$ac_ext <<_ACEOF
6468 /* end confdefs.h.  */
6469 #ifdef HAVE_STDBOOL_H
6470      # include <stdbool.h>
6471      #endif
6472      #ifdef HAVE_STDINT_H
6473      # include <stdint.h>
6474      #endif
6475
6476 #include <$ac_header>
6477 _ACEOF
6478 rm -f conftest.$ac_objext
6479 if { (ac_try="$ac_compile"
6480 case "(($ac_try" in
6481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6482   *) ac_try_echo=$ac_try;;
6483 esac
6484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6485 $as_echo "$ac_try_echo") >&5
6486   (eval "$ac_compile") 2>conftest.er1
6487   ac_status=$?
6488   grep -v '^ *+' conftest.er1 >conftest.err
6489   rm -f conftest.er1
6490   cat conftest.err >&5
6491   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6492   (exit $ac_status); } && {
6493          test -z "$ac_c_werror_flag" ||
6494          test ! -s conftest.err
6495        } && test -s conftest.$ac_objext; then
6496   eval "$as_ac_Header=yes"
6497 else
6498   $as_echo "$as_me: failed program was:" >&5
6499 sed 's/^/| /' conftest.$ac_ext >&5
6500
6501         eval "$as_ac_Header=no"
6502 fi
6503
6504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6505 fi
6506 ac_res=`eval 'as_val=${'$as_ac_Header'}
6507                  $as_echo "$as_val"'`
6508                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6509 $as_echo "$ac_res" >&6; }
6510 as_val=`eval 'as_val=${'$as_ac_Header'}
6511                  $as_echo "$as_val"'`
6512    if test "x$as_val" = x""yes; then
6513   cat >>confdefs.h <<_ACEOF
6514 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6515 _ACEOF
6516
6517 fi
6518
6519 done
6520
6521
6522
6523 for ac_header in resolv.h
6524 do
6525 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6526 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6527 $as_echo_n "checking for $ac_header... " >&6; }
6528 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6529   $as_echo_n "(cached) " >&6
6530 else
6531   cat >conftest.$ac_ext <<_ACEOF
6532 /* confdefs.h.  */
6533 _ACEOF
6534 cat confdefs.h >>conftest.$ac_ext
6535 cat >>conftest.$ac_ext <<_ACEOF
6536 /* end confdefs.h.  */
6537 #include <sys/types.h>
6538      #ifdef HAVE_SYS_SOCKET_H
6539      # include <sys/socket.h>
6540      #endif
6541      #ifdef HAVE_NETINET_IN_H
6542      # include <netinet/in.h>
6543      #endif
6544      #ifdef HAVE_ARPA_NAMESER_H
6545      # include <arpa/nameser.h>
6546      #endif
6547
6548 #include <$ac_header>
6549 _ACEOF
6550 rm -f conftest.$ac_objext
6551 if { (ac_try="$ac_compile"
6552 case "(($ac_try" in
6553   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6554   *) ac_try_echo=$ac_try;;
6555 esac
6556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6557 $as_echo "$ac_try_echo") >&5
6558   (eval "$ac_compile") 2>conftest.er1
6559   ac_status=$?
6560   grep -v '^ *+' conftest.er1 >conftest.err
6561   rm -f conftest.er1
6562   cat conftest.err >&5
6563   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6564   (exit $ac_status); } && {
6565          test -z "$ac_c_werror_flag" ||
6566          test ! -s conftest.err
6567        } && test -s conftest.$ac_objext; then
6568   eval "$as_ac_Header=yes"
6569 else
6570   $as_echo "$as_me: failed program was:" >&5
6571 sed 's/^/| /' conftest.$ac_ext >&5
6572
6573         eval "$as_ac_Header=no"
6574 fi
6575
6576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6577 fi
6578 ac_res=`eval 'as_val=${'$as_ac_Header'}
6579                  $as_echo "$as_val"'`
6580                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6581 $as_echo "$ac_res" >&6; }
6582 as_val=`eval 'as_val=${'$as_ac_Header'}
6583                  $as_echo "$as_val"'`
6584    if test "x$as_val" = x""yes; then
6585   cat >>confdefs.h <<_ACEOF
6586 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6587 _ACEOF
6588
6589 fi
6590
6591 done
6592
6593
6594
6595 for ac_header in ucontext.h
6596 do
6597 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6598 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6599 $as_echo_n "checking for $ac_header... " >&6; }
6600 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6601   $as_echo_n "(cached) " >&6
6602 else
6603   cat >conftest.$ac_ext <<_ACEOF
6604 /* confdefs.h.  */
6605 _ACEOF
6606 cat confdefs.h >>conftest.$ac_ext
6607 cat >>conftest.$ac_ext <<_ACEOF
6608 /* end confdefs.h.  */
6609 #include <signal.h>
6610
6611 #include <$ac_header>
6612 _ACEOF
6613 rm -f conftest.$ac_objext
6614 if { (ac_try="$ac_compile"
6615 case "(($ac_try" in
6616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6617   *) ac_try_echo=$ac_try;;
6618 esac
6619 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6620 $as_echo "$ac_try_echo") >&5
6621   (eval "$ac_compile") 2>conftest.er1
6622   ac_status=$?
6623   grep -v '^ *+' conftest.er1 >conftest.err
6624   rm -f conftest.er1
6625   cat conftest.err >&5
6626   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6627   (exit $ac_status); } && {
6628          test -z "$ac_c_werror_flag" ||
6629          test ! -s conftest.err
6630        } && test -s conftest.$ac_objext; then
6631   eval "$as_ac_Header=yes"
6632 else
6633   $as_echo "$as_me: failed program was:" >&5
6634 sed 's/^/| /' conftest.$ac_ext >&5
6635
6636         eval "$as_ac_Header=no"
6637 fi
6638
6639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6640 fi
6641 ac_res=`eval 'as_val=${'$as_ac_Header'}
6642                  $as_echo "$as_val"'`
6643                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6644 $as_echo "$ac_res" >&6; }
6645 as_val=`eval 'as_val=${'$as_ac_Header'}
6646                  $as_echo "$as_val"'`
6647    if test "x$as_val" = x""yes; then
6648   cat >>confdefs.h <<_ACEOF
6649 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6650 _ACEOF
6651
6652 fi
6653
6654 done
6655
6656
6657
6658 for ac_header in sys/thr.h
6659 do
6660 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6661 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6662 $as_echo_n "checking for $ac_header... " >&6; }
6663 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6664   $as_echo_n "(cached) " >&6
6665 else
6666   cat >conftest.$ac_ext <<_ACEOF
6667 /* confdefs.h.  */
6668 _ACEOF
6669 cat confdefs.h >>conftest.$ac_ext
6670 cat >>conftest.$ac_ext <<_ACEOF
6671 /* end confdefs.h.  */
6672 #include <sys/types.h>
6673 #ifdef HAVE_UCONTEXT_H
6674 #include <ucontext.h>
6675 #endif
6676
6677 #include <$ac_header>
6678 _ACEOF
6679 rm -f conftest.$ac_objext
6680 if { (ac_try="$ac_compile"
6681 case "(($ac_try" in
6682   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6683   *) ac_try_echo=$ac_try;;
6684 esac
6685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6686 $as_echo "$ac_try_echo") >&5
6687   (eval "$ac_compile") 2>conftest.er1
6688   ac_status=$?
6689   grep -v '^ *+' conftest.er1 >conftest.err
6690   rm -f conftest.er1
6691   cat conftest.err >&5
6692   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6693   (exit $ac_status); } && {
6694          test -z "$ac_c_werror_flag" ||
6695          test ! -s conftest.err
6696        } && test -s conftest.$ac_objext; then
6697   eval "$as_ac_Header=yes"
6698 else
6699   $as_echo "$as_me: failed program was:" >&5
6700 sed 's/^/| /' conftest.$ac_ext >&5
6701
6702         eval "$as_ac_Header=no"
6703 fi
6704
6705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6706 fi
6707 ac_res=`eval 'as_val=${'$as_ac_Header'}
6708                  $as_echo "$as_val"'`
6709                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6710 $as_echo "$ac_res" >&6; }
6711 as_val=`eval 'as_val=${'$as_ac_Header'}
6712                  $as_echo "$as_val"'`
6713    if test "x$as_val" = x""yes; then
6714   cat >>confdefs.h <<_ACEOF
6715 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6716 _ACEOF
6717
6718 fi
6719
6720 done
6721
6722
6723
6724 for ac_header in pthread_np.h
6725 do
6726 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6727 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6728 $as_echo_n "checking for $ac_header... " >&6; }
6729 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6730   $as_echo_n "(cached) " >&6
6731 else
6732   cat >conftest.$ac_ext <<_ACEOF
6733 /* confdefs.h.  */
6734 _ACEOF
6735 cat confdefs.h >>conftest.$ac_ext
6736 cat >>conftest.$ac_ext <<_ACEOF
6737 /* end confdefs.h.  */
6738 #ifdef HAVE_PTHREAD_H
6739 #include <pthread.h>
6740 #endif
6741
6742 #include <$ac_header>
6743 _ACEOF
6744 rm -f conftest.$ac_objext
6745 if { (ac_try="$ac_compile"
6746 case "(($ac_try" in
6747   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6748   *) ac_try_echo=$ac_try;;
6749 esac
6750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6751 $as_echo "$ac_try_echo") >&5
6752   (eval "$ac_compile") 2>conftest.er1
6753   ac_status=$?
6754   grep -v '^ *+' conftest.er1 >conftest.err
6755   rm -f conftest.er1
6756   cat conftest.err >&5
6757   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6758   (exit $ac_status); } && {
6759          test -z "$ac_c_werror_flag" ||
6760          test ! -s conftest.err
6761        } && test -s conftest.$ac_objext; then
6762   eval "$as_ac_Header=yes"
6763 else
6764   $as_echo "$as_me: failed program was:" >&5
6765 sed 's/^/| /' conftest.$ac_ext >&5
6766
6767         eval "$as_ac_Header=no"
6768 fi
6769
6770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6771 fi
6772 ac_res=`eval 'as_val=${'$as_ac_Header'}
6773                  $as_echo "$as_val"'`
6774                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6775 $as_echo "$ac_res" >&6; }
6776 as_val=`eval 'as_val=${'$as_ac_Header'}
6777                  $as_echo "$as_val"'`
6778    if test "x$as_val" = x""yes; then
6779   cat >>confdefs.h <<_ACEOF
6780 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6781 _ACEOF
6782
6783 fi
6784
6785 done
6786
6787
6788
6789 for ac_header in linux/videodev.h
6790 do
6791 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6792 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6793 $as_echo_n "checking for $ac_header... " >&6; }
6794 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6795   $as_echo_n "(cached) " >&6
6796 else
6797   cat >conftest.$ac_ext <<_ACEOF
6798 /* confdefs.h.  */
6799 _ACEOF
6800 cat confdefs.h >>conftest.$ac_ext
6801 cat >>conftest.$ac_ext <<_ACEOF
6802 /* end confdefs.h.  */
6803 #ifdef HAVE_SYS_TIME_H
6804 #include <sys/time.h>
6805 #endif
6806 #include <sys/types.h>
6807 #ifdef HAVE_ASM_TYPES_H
6808 #include <asm/types.h>
6809 #endif
6810
6811 #include <$ac_header>
6812 _ACEOF
6813 rm -f conftest.$ac_objext
6814 if { (ac_try="$ac_compile"
6815 case "(($ac_try" in
6816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6817   *) ac_try_echo=$ac_try;;
6818 esac
6819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6820 $as_echo "$ac_try_echo") >&5
6821   (eval "$ac_compile") 2>conftest.er1
6822   ac_status=$?
6823   grep -v '^ *+' conftest.er1 >conftest.err
6824   rm -f conftest.er1
6825   cat conftest.err >&5
6826   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6827   (exit $ac_status); } && {
6828          test -z "$ac_c_werror_flag" ||
6829          test ! -s conftest.err
6830        } && test -s conftest.$ac_objext; then
6831   eval "$as_ac_Header=yes"
6832 else
6833   $as_echo "$as_me: failed program was:" >&5
6834 sed 's/^/| /' conftest.$ac_ext >&5
6835
6836         eval "$as_ac_Header=no"
6837 fi
6838
6839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6840 fi
6841 ac_res=`eval 'as_val=${'$as_ac_Header'}
6842                  $as_echo "$as_val"'`
6843                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6844 $as_echo "$ac_res" >&6; }
6845 as_val=`eval 'as_val=${'$as_ac_Header'}
6846                  $as_echo "$as_val"'`
6847    if test "x$as_val" = x""yes; then
6848   cat >>confdefs.h <<_ACEOF
6849 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6850 _ACEOF
6851
6852 fi
6853
6854 done
6855
6856
6857
6858 for ac_header in linux/capi.h
6859 do
6860 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6861 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6862 $as_echo_n "checking for $ac_header... " >&6; }
6863 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6864   $as_echo_n "(cached) " >&6
6865 else
6866   cat >conftest.$ac_ext <<_ACEOF
6867 /* confdefs.h.  */
6868 _ACEOF
6869 cat confdefs.h >>conftest.$ac_ext
6870 cat >>conftest.$ac_ext <<_ACEOF
6871 /* end confdefs.h.  */
6872 #define __user
6873
6874 #include <$ac_header>
6875 _ACEOF
6876 rm -f conftest.$ac_objext
6877 if { (ac_try="$ac_compile"
6878 case "(($ac_try" in
6879   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6880   *) ac_try_echo=$ac_try;;
6881 esac
6882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6883 $as_echo "$ac_try_echo") >&5
6884   (eval "$ac_compile") 2>conftest.er1
6885   ac_status=$?
6886   grep -v '^ *+' conftest.er1 >conftest.err
6887   rm -f conftest.er1
6888   cat conftest.err >&5
6889   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6890   (exit $ac_status); } && {
6891          test -z "$ac_c_werror_flag" ||
6892          test ! -s conftest.err
6893        } && test -s conftest.$ac_objext; then
6894   eval "$as_ac_Header=yes"
6895 else
6896   $as_echo "$as_me: failed program was:" >&5
6897 sed 's/^/| /' conftest.$ac_ext >&5
6898
6899         eval "$as_ac_Header=no"
6900 fi
6901
6902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6903 fi
6904 ac_res=`eval 'as_val=${'$as_ac_Header'}
6905                  $as_echo "$as_val"'`
6906                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6907 $as_echo "$ac_res" >&6; }
6908 as_val=`eval 'as_val=${'$as_ac_Header'}
6909                  $as_echo "$as_val"'`
6910    if test "x$as_val" = x""yes; then
6911   cat >>confdefs.h <<_ACEOF
6912 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6913 _ACEOF
6914
6915 fi
6916
6917 done
6918
6919
6920
6921 DLLEXT=""
6922
6923 DLLFLAGS="-D_REENTRANT"
6924
6925 LDSHARED=""
6926
6927 LDDLLFLAGS=""
6928
6929 LIBEXT="so"
6930
6931 IMPLIBEXT="def"
6932
6933 LDRPATH_INSTALL=""
6934
6935 LDRPATH_LOCAL=""
6936
6937 # Extract the first word of "ldd", so it can be a program name with args.
6938 set dummy ldd; ac_word=$2
6939 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6940 $as_echo_n "checking for $ac_word... " >&6; }
6941 if test "${ac_cv_path_LDD+set}" = set; then
6942   $as_echo_n "(cached) " >&6
6943 else
6944   case $LDD in
6945   [\\/]* | ?:[\\/]*)
6946   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6947   ;;
6948   *)
6949   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6950 as_dummy="/sbin:/usr/sbin:$PATH"
6951 for as_dir in $as_dummy
6952 do
6953   IFS=$as_save_IFS
6954   test -z "$as_dir" && as_dir=.
6955   for ac_exec_ext in '' $ac_executable_extensions; do
6956   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6957     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6958     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6959     break 2
6960   fi
6961 done
6962 done
6963 IFS=$as_save_IFS
6964
6965   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6966   ;;
6967 esac
6968 fi
6969 LDD=$ac_cv_path_LDD
6970 if test -n "$LDD"; then
6971   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
6972 $as_echo "$LDD" >&6; }
6973 else
6974   { $as_echo "$as_me:$LINENO: result: no" >&5
6975 $as_echo "no" >&6; }
6976 fi
6977
6978
6979
6980 case $host_os in
6981   cygwin*|mingw32*)
6982     if test -n "$ac_tool_prefix"; then
6983   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6984 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6985 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6986 $as_echo_n "checking for $ac_word... " >&6; }
6987 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6988   $as_echo_n "(cached) " >&6
6989 else
6990   if test -n "$DLLTOOL"; then
6991   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6992 else
6993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6994 for as_dir in $PATH
6995 do
6996   IFS=$as_save_IFS
6997   test -z "$as_dir" && as_dir=.
6998   for ac_exec_ext in '' $ac_executable_extensions; do
6999   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7000     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7001     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7002     break 2
7003   fi
7004 done
7005 done
7006 IFS=$as_save_IFS
7007
7008 fi
7009 fi
7010 DLLTOOL=$ac_cv_prog_DLLTOOL
7011 if test -n "$DLLTOOL"; then
7012   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7013 $as_echo "$DLLTOOL" >&6; }
7014 else
7015   { $as_echo "$as_me:$LINENO: result: no" >&5
7016 $as_echo "no" >&6; }
7017 fi
7018
7019
7020 fi
7021 if test -z "$ac_cv_prog_DLLTOOL"; then
7022   ac_ct_DLLTOOL=$DLLTOOL
7023   # Extract the first word of "dlltool", so it can be a program name with args.
7024 set dummy dlltool; ac_word=$2
7025 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7026 $as_echo_n "checking for $ac_word... " >&6; }
7027 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7028   $as_echo_n "(cached) " >&6
7029 else
7030   if test -n "$ac_ct_DLLTOOL"; then
7031   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7032 else
7033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7034 for as_dir in $PATH
7035 do
7036   IFS=$as_save_IFS
7037   test -z "$as_dir" && as_dir=.
7038   for ac_exec_ext in '' $ac_executable_extensions; do
7039   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7040     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7041     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7042     break 2
7043   fi
7044 done
7045 done
7046 IFS=$as_save_IFS
7047
7048 fi
7049 fi
7050 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7051 if test -n "$ac_ct_DLLTOOL"; then
7052   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7053 $as_echo "$ac_ct_DLLTOOL" >&6; }
7054 else
7055   { $as_echo "$as_me:$LINENO: result: no" >&5
7056 $as_echo "no" >&6; }
7057 fi
7058
7059   if test "x$ac_ct_DLLTOOL" = x; then
7060     DLLTOOL="false"
7061   else
7062     case $cross_compiling:$ac_tool_warned in
7063 yes:)
7064 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7065 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7066 ac_tool_warned=yes ;;
7067 esac
7068     DLLTOOL=$ac_ct_DLLTOOL
7069   fi
7070 else
7071   DLLTOOL="$ac_cv_prog_DLLTOOL"
7072 fi
7073
7074     if test -n "$ac_tool_prefix"; then
7075   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7076 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7077 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7078 $as_echo_n "checking for $ac_word... " >&6; }
7079 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7080   $as_echo_n "(cached) " >&6
7081 else
7082   if test -n "$DLLWRAP"; then
7083   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7084 else
7085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7086 for as_dir in $PATH
7087 do
7088   IFS=$as_save_IFS
7089   test -z "$as_dir" && as_dir=.
7090   for ac_exec_ext in '' $ac_executable_extensions; do
7091   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7092     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7093     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7094     break 2
7095   fi
7096 done
7097 done
7098 IFS=$as_save_IFS
7099
7100 fi
7101 fi
7102 DLLWRAP=$ac_cv_prog_DLLWRAP
7103 if test -n "$DLLWRAP"; then
7104   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7105 $as_echo "$DLLWRAP" >&6; }
7106 else
7107   { $as_echo "$as_me:$LINENO: result: no" >&5
7108 $as_echo "no" >&6; }
7109 fi
7110
7111
7112 fi
7113 if test -z "$ac_cv_prog_DLLWRAP"; then
7114   ac_ct_DLLWRAP=$DLLWRAP
7115   # Extract the first word of "dllwrap", so it can be a program name with args.
7116 set dummy dllwrap; ac_word=$2
7117 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7118 $as_echo_n "checking for $ac_word... " >&6; }
7119 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7120   $as_echo_n "(cached) " >&6
7121 else
7122   if test -n "$ac_ct_DLLWRAP"; then
7123   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7124 else
7125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7126 for as_dir in $PATH
7127 do
7128   IFS=$as_save_IFS
7129   test -z "$as_dir" && as_dir=.
7130   for ac_exec_ext in '' $ac_executable_extensions; do
7131   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7132     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7133     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7134     break 2
7135   fi
7136 done
7137 done
7138 IFS=$as_save_IFS
7139
7140 fi
7141 fi
7142 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7143 if test -n "$ac_ct_DLLWRAP"; then
7144   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7145 $as_echo "$ac_ct_DLLWRAP" >&6; }
7146 else
7147   { $as_echo "$as_me:$LINENO: result: no" >&5
7148 $as_echo "no" >&6; }
7149 fi
7150
7151   if test "x$ac_ct_DLLWRAP" = x; then
7152     DLLWRAP="false"
7153   else
7154     case $cross_compiling:$ac_tool_warned in
7155 yes:)
7156 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7157 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7158 ac_tool_warned=yes ;;
7159 esac
7160     DLLWRAP=$ac_ct_DLLWRAP
7161   fi
7162 else
7163   DLLWRAP="$ac_cv_prog_DLLWRAP"
7164 fi
7165
7166     if test -n "$ac_tool_prefix"; then
7167   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7168 set dummy ${ac_tool_prefix}ar; ac_word=$2
7169 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7170 $as_echo_n "checking for $ac_word... " >&6; }
7171 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7172   $as_echo_n "(cached) " >&6
7173 else
7174   if test -n "$MINGWAR"; then
7175   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7176 else
7177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7178 for as_dir in $PATH
7179 do
7180   IFS=$as_save_IFS
7181   test -z "$as_dir" && as_dir=.
7182   for ac_exec_ext in '' $ac_executable_extensions; do
7183   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7184     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7185     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7186     break 2
7187   fi
7188 done
7189 done
7190 IFS=$as_save_IFS
7191
7192 fi
7193 fi
7194 MINGWAR=$ac_cv_prog_MINGWAR
7195 if test -n "$MINGWAR"; then
7196   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7197 $as_echo "$MINGWAR" >&6; }
7198 else
7199   { $as_echo "$as_me:$LINENO: result: no" >&5
7200 $as_echo "no" >&6; }
7201 fi
7202
7203
7204 fi
7205 if test -z "$ac_cv_prog_MINGWAR"; then
7206   ac_ct_MINGWAR=$MINGWAR
7207   # Extract the first word of "ar", so it can be a program name with args.
7208 set dummy ar; ac_word=$2
7209 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7210 $as_echo_n "checking for $ac_word... " >&6; }
7211 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7212   $as_echo_n "(cached) " >&6
7213 else
7214   if test -n "$ac_ct_MINGWAR"; then
7215   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7216 else
7217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7218 for as_dir in $PATH
7219 do
7220   IFS=$as_save_IFS
7221   test -z "$as_dir" && as_dir=.
7222   for ac_exec_ext in '' $ac_executable_extensions; do
7223   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7224     ac_cv_prog_ac_ct_MINGWAR="ar"
7225     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7226     break 2
7227   fi
7228 done
7229 done
7230 IFS=$as_save_IFS
7231
7232 fi
7233 fi
7234 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7235 if test -n "$ac_ct_MINGWAR"; then
7236   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7237 $as_echo "$ac_ct_MINGWAR" >&6; }
7238 else
7239   { $as_echo "$as_me:$LINENO: result: no" >&5
7240 $as_echo "no" >&6; }
7241 fi
7242
7243   if test "x$ac_ct_MINGWAR" = x; then
7244     MINGWAR="false"
7245   else
7246     case $cross_compiling:$ac_tool_warned in
7247 yes:)
7248 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7249 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7250 ac_tool_warned=yes ;;
7251 esac
7252     MINGWAR=$ac_ct_MINGWAR
7253   fi
7254 else
7255   MINGWAR="$ac_cv_prog_MINGWAR"
7256 fi
7257
7258     if test "$DLLWRAP" = "false"; then
7259       LIBEXT="a"
7260     else
7261             LIBEXT="dll"
7262     fi
7263     IMPLIBEXT="a"
7264         enable_iphlpapi=${enable_iphlpapi:-no}
7265     enable_kernel32=${enable_kernel32:-no}
7266     enable_msvcrt=${enable_msvcrt:-no}
7267     enable_ntdll=${enable_ntdll:-no}
7268     enable_ws2_32=${enable_ws2_32:-no}
7269     enable_loader=${enable_loader:-no}
7270     enable_server=${enable_server:-no}
7271         with_x=${with_x:-no}
7272     with_pthread=${with_pthread:-no}
7273     ;;
7274   darwin*|macosx*)
7275     DLLEXT=".so"
7276     LIBEXT="dylib"
7277     DLLFLAGS="$DLLFLAGS -fPIC"
7278     LDDLLFLAGS="-bundle -multiply_defined suppress"
7279     LIBWINE_LDFLAGS="-multiply_defined suppress"
7280     LDSHARED="\$(CC) -dynamiclib"
7281     STRIP="$STRIP -x"
7282     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7283         SECURITYLIB="-framework Security -framework CoreFoundation"
7284
7285     COREFOUNDATIONLIB="-framework CoreFoundation"
7286
7287     IOKITLIB="-framework IOKit -framework CoreFoundation"
7288
7289     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
7290
7291     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7292     then
7293                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7294
7295     fi
7296     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7297     then
7298                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7299
7300     fi
7301     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7302     then
7303         ac_save_LIBS="$LIBS"
7304         LIBS="$LIBS $IOKITLIB"
7305
7306 for ac_func in IOHIDManagerCreate
7307 do
7308 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7309 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7310 $as_echo_n "checking for $ac_func... " >&6; }
7311 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7312   $as_echo_n "(cached) " >&6
7313 else
7314   cat >conftest.$ac_ext <<_ACEOF
7315 /* confdefs.h.  */
7316 _ACEOF
7317 cat confdefs.h >>conftest.$ac_ext
7318 cat >>conftest.$ac_ext <<_ACEOF
7319 /* end confdefs.h.  */
7320 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7321    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7322 #define $ac_func innocuous_$ac_func
7323
7324 /* System header to define __stub macros and hopefully few prototypes,
7325     which can conflict with char $ac_func (); below.
7326     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7327     <limits.h> exists even on freestanding compilers.  */
7328
7329 #ifdef __STDC__
7330 # include <limits.h>
7331 #else
7332 # include <assert.h>
7333 #endif
7334
7335 #undef $ac_func
7336
7337 /* Override any GCC internal prototype to avoid an error.
7338    Use char because int might match the return type of a GCC
7339    builtin and then its argument prototype would still apply.  */
7340 #ifdef __cplusplus
7341 extern "C"
7342 #endif
7343 char $ac_func ();
7344 /* The GNU C library defines this for functions which it implements
7345     to always fail with ENOSYS.  Some functions are actually named
7346     something starting with __ and the normal name is an alias.  */
7347 #if defined __stub_$ac_func || defined __stub___$ac_func
7348 choke me
7349 #endif
7350
7351 int
7352 main ()
7353 {
7354 return $ac_func ();
7355   ;
7356   return 0;
7357 }
7358 _ACEOF
7359 rm -f conftest.$ac_objext conftest$ac_exeext
7360 if { (ac_try="$ac_link"
7361 case "(($ac_try" in
7362   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7363   *) ac_try_echo=$ac_try;;
7364 esac
7365 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7366 $as_echo "$ac_try_echo") >&5
7367   (eval "$ac_link") 2>conftest.er1
7368   ac_status=$?
7369   grep -v '^ *+' conftest.er1 >conftest.err
7370   rm -f conftest.er1
7371   cat conftest.err >&5
7372   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7373   (exit $ac_status); } && {
7374          test -z "$ac_c_werror_flag" ||
7375          test ! -s conftest.err
7376        } && test -s conftest$ac_exeext && {
7377          test "$cross_compiling" = yes ||
7378          $as_test_x conftest$ac_exeext
7379        }; then
7380   eval "$as_ac_var=yes"
7381 else
7382   $as_echo "$as_me: failed program was:" >&5
7383 sed 's/^/| /' conftest.$ac_ext >&5
7384
7385         eval "$as_ac_var=no"
7386 fi
7387
7388 rm -rf conftest.dSYM
7389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7390       conftest$ac_exeext conftest.$ac_ext
7391 fi
7392 ac_res=`eval 'as_val=${'$as_ac_var'}
7393                  $as_echo "$as_val"'`
7394                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7395 $as_echo "$ac_res" >&6; }
7396 as_val=`eval 'as_val=${'$as_ac_var'}
7397                  $as_echo "$as_val"'`
7398    if test "x$as_val" = x""yes; then
7399   cat >>confdefs.h <<_ACEOF
7400 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7401 _ACEOF
7402
7403 fi
7404 done
7405
7406         LIBS="$ac_save_LIBS"
7407     fi
7408     case $host_cpu in
7409       *powerpc*)
7410         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
7411     esac
7412         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7413     then
7414         CARBONLIB="-framework Carbon"
7415
7416         enable_winequartz_drv=${enable_winequartz_drv:-yes}
7417     fi
7418         if test "x$enable_win16" = "xyes"
7419     then
7420         { $as_echo "$as_me:$LINENO: checking whether 16-bit code can be built correctly" >&5
7421 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
7422         if test "$cross_compiling" = yes; then
7423   { $as_echo "$as_me:$LINENO: result: cross-compiling, assuming yes" >&5
7424 $as_echo "cross-compiling, assuming yes" >&6; }
7425 else
7426   cat >conftest.$ac_ext <<_ACEOF
7427 /* confdefs.h.  */
7428 _ACEOF
7429 cat confdefs.h >>conftest.$ac_ext
7430 cat >>conftest.$ac_ext <<_ACEOF
7431 /* end confdefs.h.  */
7432 asm(".text\n"
7433                                             "bad:\tnop;nop\n"
7434                                             "good:\tnop;nop\n\t"
7435                                             ".globl _testfunc\n"
7436                                             "_testfunc:\tcallw good");
7437                                         extern void testfunc();
7438 int
7439 main ()
7440 {
7441 unsigned short *p = (unsigned short *)testfunc;
7442                                         return p[0] != 0xe866 || p[1] != 0xfffa
7443   ;
7444   return 0;
7445 }
7446 _ACEOF
7447 rm -f conftest$ac_exeext
7448 if { (ac_try="$ac_link"
7449 case "(($ac_try" in
7450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7451   *) ac_try_echo=$ac_try;;
7452 esac
7453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7454 $as_echo "$ac_try_echo") >&5
7455   (eval "$ac_link") 2>&5
7456   ac_status=$?
7457   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7458   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7459   { (case "(($ac_try" in
7460   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7461   *) ac_try_echo=$ac_try;;
7462 esac
7463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7464 $as_echo "$ac_try_echo") >&5
7465   (eval "$ac_try") 2>&5
7466   ac_status=$?
7467   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7468   (exit $ac_status); }; }; then
7469   { $as_echo "$as_me:$LINENO: result: yes" >&5
7470 $as_echo "yes" >&6; }
7471 else
7472   $as_echo "$as_me: program exited with status $ac_status" >&5
7473 $as_echo "$as_me: failed program was:" >&5
7474 sed 's/^/| /' conftest.$ac_ext >&5
7475
7476 ( exit $ac_status )
7477 { $as_echo "$as_me:$LINENO: result: no" >&5
7478 $as_echo "no" >&6; }
7479                                        { { $as_echo "$as_me:$LINENO: error: Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." >&5
7480 $as_echo "$as_me: error: Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." >&2;}
7481    { (exit 1); exit 1; }; }
7482 fi
7483 rm -rf conftest.dSYM
7484 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7485 fi
7486
7487
7488     fi
7489     ;;
7490   *)
7491     DLLFLAGS="$DLLFLAGS -fPIC"
7492     DLLEXT=".so"
7493     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7494 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7495 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7496   $as_echo_n "(cached) " >&6
7497 else
7498   ac_wine_try_cflags_saved=$CFLAGS
7499 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7500 cat >conftest.$ac_ext <<_ACEOF
7501 void myfunc() {}
7502 _ACEOF
7503 rm -f conftest.$ac_objext conftest$ac_exeext
7504 if { (ac_try="$ac_link"
7505 case "(($ac_try" in
7506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7507   *) ac_try_echo=$ac_try;;
7508 esac
7509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7510 $as_echo "$ac_try_echo") >&5
7511   (eval "$ac_link") 2>conftest.er1
7512   ac_status=$?
7513   grep -v '^ *+' conftest.er1 >conftest.err
7514   rm -f conftest.er1
7515   cat conftest.err >&5
7516   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7517   (exit $ac_status); } && {
7518          test -z "$ac_c_werror_flag" ||
7519          test ! -s conftest.err
7520        } && test -s conftest$ac_exeext && {
7521          test "$cross_compiling" = yes ||
7522          $as_test_x conftest$ac_exeext
7523        }; then
7524   ac_cv_c_dll_gnuelf="yes"
7525 else
7526   $as_echo "$as_me: failed program was:" >&5
7527 sed 's/^/| /' conftest.$ac_ext >&5
7528
7529         ac_cv_c_dll_gnuelf="no"
7530 fi
7531
7532 rm -rf conftest.dSYM
7533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7534       conftest$ac_exeext conftest.$ac_ext
7535 CFLAGS=$ac_wine_try_cflags_saved
7536 fi
7537 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7538 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7539     if test "$ac_cv_c_dll_gnuelf" = "yes"
7540     then
7541       LDSHARED="\$(CC) -shared"
7542       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7543       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7544 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7545 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7546   $as_echo_n "(cached) " >&6
7547 else
7548   ac_wine_try_cflags_saved=$CFLAGS
7549 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7550 cat >conftest.$ac_ext <<_ACEOF
7551 /* confdefs.h.  */
7552 _ACEOF
7553 cat confdefs.h >>conftest.$ac_ext
7554 cat >>conftest.$ac_ext <<_ACEOF
7555 /* end confdefs.h.  */
7556
7557 int
7558 main ()
7559 {
7560
7561   ;
7562   return 0;
7563 }
7564 _ACEOF
7565 rm -f conftest.$ac_objext conftest$ac_exeext
7566 if { (ac_try="$ac_link"
7567 case "(($ac_try" in
7568   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7569   *) ac_try_echo=$ac_try;;
7570 esac
7571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7572 $as_echo "$ac_try_echo") >&5
7573   (eval "$ac_link") 2>conftest.er1
7574   ac_status=$?
7575   grep -v '^ *+' conftest.er1 >conftest.err
7576   rm -f conftest.er1
7577   cat conftest.err >&5
7578   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7579   (exit $ac_status); } && {
7580          test -z "$ac_c_werror_flag" ||
7581          test ! -s conftest.err
7582        } && test -s conftest$ac_exeext && {
7583          test "$cross_compiling" = yes ||
7584          $as_test_x conftest$ac_exeext
7585        }; then
7586   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7587 else
7588   $as_echo "$as_me: failed program was:" >&5
7589 sed 's/^/| /' conftest.$ac_ext >&5
7590
7591         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7592 fi
7593
7594 rm -rf conftest.dSYM
7595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7596       conftest$ac_exeext conftest.$ac_ext
7597 CFLAGS=$ac_wine_try_cflags_saved
7598 fi
7599 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7600 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7601 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7602   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7603 else
7604   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7605 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7606 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7607   $as_echo_n "(cached) " >&6
7608 else
7609   ac_wine_try_cflags_saved=$CFLAGS
7610 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7611 cat >conftest.$ac_ext <<_ACEOF
7612 /* confdefs.h.  */
7613 _ACEOF
7614 cat confdefs.h >>conftest.$ac_ext
7615 cat >>conftest.$ac_ext <<_ACEOF
7616 /* end confdefs.h.  */
7617
7618 int
7619 main ()
7620 {
7621
7622   ;
7623   return 0;
7624 }
7625 _ACEOF
7626 rm -f conftest.$ac_objext conftest$ac_exeext
7627 if { (ac_try="$ac_link"
7628 case "(($ac_try" in
7629   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7630   *) ac_try_echo=$ac_try;;
7631 esac
7632 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7633 $as_echo "$ac_try_echo") >&5
7634   (eval "$ac_link") 2>conftest.er1
7635   ac_status=$?
7636   grep -v '^ *+' conftest.er1 >conftest.err
7637   rm -f conftest.er1
7638   cat conftest.err >&5
7639   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7640   (exit $ac_status); } && {
7641          test -z "$ac_c_werror_flag" ||
7642          test ! -s conftest.err
7643        } && test -s conftest$ac_exeext && {
7644          test "$cross_compiling" = yes ||
7645          $as_test_x conftest$ac_exeext
7646        }; then
7647   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7648 else
7649   $as_echo "$as_me: failed program was:" >&5
7650 sed 's/^/| /' conftest.$ac_ext >&5
7651
7652         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7653 fi
7654
7655 rm -rf conftest.dSYM
7656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7657       conftest$ac_exeext conftest.$ac_ext
7658 CFLAGS=$ac_wine_try_cflags_saved
7659 fi
7660 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7661 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7662 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7663   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7664 fi
7665
7666 fi
7667
7668
7669       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7670 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7671 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7672   $as_echo_n "(cached) " >&6
7673 else
7674   ac_wine_try_cflags_saved=$CFLAGS
7675 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7676 cat >conftest.$ac_ext <<_ACEOF
7677 /* confdefs.h.  */
7678 _ACEOF
7679 cat confdefs.h >>conftest.$ac_ext
7680 cat >>conftest.$ac_ext <<_ACEOF
7681 /* end confdefs.h.  */
7682
7683 int
7684 main ()
7685 {
7686
7687   ;
7688   return 0;
7689 }
7690 _ACEOF
7691 rm -f conftest.$ac_objext conftest$ac_exeext
7692 if { (ac_try="$ac_link"
7693 case "(($ac_try" in
7694   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7695   *) ac_try_echo=$ac_try;;
7696 esac
7697 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7698 $as_echo "$ac_try_echo") >&5
7699   (eval "$ac_link") 2>conftest.er1
7700   ac_status=$?
7701   grep -v '^ *+' conftest.er1 >conftest.err
7702   rm -f conftest.er1
7703   cat conftest.err >&5
7704   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7705   (exit $ac_status); } && {
7706          test -z "$ac_c_werror_flag" ||
7707          test ! -s conftest.err
7708        } && test -s conftest$ac_exeext && {
7709          test "$cross_compiling" = yes ||
7710          $as_test_x conftest$ac_exeext
7711        }; then
7712   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7713 else
7714   $as_echo "$as_me: failed program was:" >&5
7715 sed 's/^/| /' conftest.$ac_ext >&5
7716
7717         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7718 fi
7719
7720 rm -rf conftest.dSYM
7721 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7722       conftest$ac_exeext conftest.$ac_ext
7723 CFLAGS=$ac_wine_try_cflags_saved
7724 fi
7725 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7726 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7727 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7728   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7729 fi
7730
7731
7732       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7733 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7734 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+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,-init,__wine_spec_init,-fini,__wine_spec_fini"
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__init___wine_spec_init__fini___wine_spec_fini=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__init___wine_spec_init__fini___wine_spec_fini=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__init___wine_spec_init__fini___wine_spec_fini" >&5
7789 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7790 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7791   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7792 fi
7793
7794
7795       echo '{ global: *; };' >conftest.map
7796       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7797 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7798 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7799   $as_echo_n "(cached) " >&6
7800 else
7801   ac_wine_try_cflags_saved=$CFLAGS
7802 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7803 cat >conftest.$ac_ext <<_ACEOF
7804 /* confdefs.h.  */
7805 _ACEOF
7806 cat confdefs.h >>conftest.$ac_ext
7807 cat >>conftest.$ac_ext <<_ACEOF
7808 /* end confdefs.h.  */
7809
7810 int
7811 main ()
7812 {
7813
7814   ;
7815   return 0;
7816 }
7817 _ACEOF
7818 rm -f conftest.$ac_objext conftest$ac_exeext
7819 if { (ac_try="$ac_link"
7820 case "(($ac_try" in
7821   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7822   *) ac_try_echo=$ac_try;;
7823 esac
7824 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7825 $as_echo "$ac_try_echo") >&5
7826   (eval "$ac_link") 2>conftest.er1
7827   ac_status=$?
7828   grep -v '^ *+' conftest.er1 >conftest.err
7829   rm -f conftest.er1
7830   cat conftest.err >&5
7831   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7832   (exit $ac_status); } && {
7833          test -z "$ac_c_werror_flag" ||
7834          test ! -s conftest.err
7835        } && test -s conftest$ac_exeext && {
7836          test "$cross_compiling" = yes ||
7837          $as_test_x conftest$ac_exeext
7838        }; then
7839   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7840 else
7841   $as_echo "$as_me: failed program was:" >&5
7842 sed 's/^/| /' conftest.$ac_ext >&5
7843
7844         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7845 fi
7846
7847 rm -rf conftest.dSYM
7848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7849       conftest$ac_exeext conftest.$ac_ext
7850 CFLAGS=$ac_wine_try_cflags_saved
7851 fi
7852 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7853 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7854 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7855   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7856 fi
7857
7858       rm -f conftest.map
7859
7860       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7861 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7862 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7863   $as_echo_n "(cached) " >&6
7864 else
7865   ac_wine_try_cflags_saved=$CFLAGS
7866 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7867 cat >conftest.$ac_ext <<_ACEOF
7868 /* confdefs.h.  */
7869 _ACEOF
7870 cat confdefs.h >>conftest.$ac_ext
7871 cat >>conftest.$ac_ext <<_ACEOF
7872 /* end confdefs.h.  */
7873
7874 int
7875 main ()
7876 {
7877
7878   ;
7879   return 0;
7880 }
7881 _ACEOF
7882 rm -f conftest.$ac_objext conftest$ac_exeext
7883 if { (ac_try="$ac_link"
7884 case "(($ac_try" in
7885   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7886   *) ac_try_echo=$ac_try;;
7887 esac
7888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7889 $as_echo "$ac_try_echo") >&5
7890   (eval "$ac_link") 2>conftest.er1
7891   ac_status=$?
7892   grep -v '^ *+' conftest.er1 >conftest.err
7893   rm -f conftest.er1
7894   cat conftest.err >&5
7895   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7896   (exit $ac_status); } && {
7897          test -z "$ac_c_werror_flag" ||
7898          test ! -s conftest.err
7899        } && test -s conftest$ac_exeext && {
7900          test "$cross_compiling" = yes ||
7901          $as_test_x conftest$ac_exeext
7902        }; then
7903   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7904 else
7905   $as_echo "$as_me: failed program was:" >&5
7906 sed 's/^/| /' conftest.$ac_ext >&5
7907
7908         ac_cv_cflags__fPIC__Wl___export_dynamic=no
7909 fi
7910
7911 rm -rf conftest.dSYM
7912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7913       conftest$ac_exeext conftest.$ac_ext
7914 CFLAGS=$ac_wine_try_cflags_saved
7915 fi
7916 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7917 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7918 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7919   LDEXECFLAGS="-Wl,--export-dynamic"
7920
7921 fi
7922
7923
7924       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7925 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7926 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7927 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7928   $as_echo_n "(cached) " >&6
7929 else
7930   ac_wine_try_cflags_saved=$CFLAGS
7931 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7932 cat >conftest.$ac_ext <<_ACEOF
7933 /* confdefs.h.  */
7934 _ACEOF
7935 cat confdefs.h >>conftest.$ac_ext
7936 cat >>conftest.$ac_ext <<_ACEOF
7937 /* end confdefs.h.  */
7938
7939 int
7940 main ()
7941 {
7942
7943   ;
7944   return 0;
7945 }
7946 _ACEOF
7947 rm -f conftest.$ac_objext conftest$ac_exeext
7948 if { (ac_try="$ac_link"
7949 case "(($ac_try" in
7950   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7951   *) ac_try_echo=$ac_try;;
7952 esac
7953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7954 $as_echo "$ac_try_echo") >&5
7955   (eval "$ac_link") 2>conftest.er1
7956   ac_status=$?
7957   grep -v '^ *+' conftest.er1 >conftest.err
7958   rm -f conftest.er1
7959   cat conftest.err >&5
7960   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7961   (exit $ac_status); } && {
7962          test -z "$ac_c_werror_flag" ||
7963          test ! -s conftest.err
7964        } && test -s conftest$ac_exeext && {
7965          test "$cross_compiling" = yes ||
7966          $as_test_x conftest$ac_exeext
7967        }; then
7968   eval "$as_ac_var=yes"
7969 else
7970   $as_echo "$as_me: failed program was:" >&5
7971 sed 's/^/| /' conftest.$ac_ext >&5
7972
7973         eval "$as_ac_var=no"
7974 fi
7975
7976 rm -rf conftest.dSYM
7977 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7978       conftest$ac_exeext conftest.$ac_ext
7979 CFLAGS=$ac_wine_try_cflags_saved
7980 fi
7981 ac_res=`eval 'as_val=${'$as_ac_var'}
7982                  $as_echo "$as_val"'`
7983                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7984 $as_echo "$ac_res" >&6; }
7985 if test `eval 'as_val=${'$as_ac_var'}
7986                  $as_echo "$as_val"'` = yes; then
7987   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7988                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7989 else
7990   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7991 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7992 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7993 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7994   $as_echo_n "(cached) " >&6
7995 else
7996   ac_wine_try_cflags_saved=$CFLAGS
7997 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7998 cat >conftest.$ac_ext <<_ACEOF
7999 /* confdefs.h.  */
8000 _ACEOF
8001 cat confdefs.h >>conftest.$ac_ext
8002 cat >>conftest.$ac_ext <<_ACEOF
8003 /* end confdefs.h.  */
8004
8005 int
8006 main ()
8007 {
8008
8009   ;
8010   return 0;
8011 }
8012 _ACEOF
8013 rm -f conftest.$ac_objext conftest$ac_exeext
8014 if { (ac_try="$ac_link"
8015 case "(($ac_try" in
8016   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8017   *) ac_try_echo=$ac_try;;
8018 esac
8019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8020 $as_echo "$ac_try_echo") >&5
8021   (eval "$ac_link") 2>conftest.er1
8022   ac_status=$?
8023   grep -v '^ *+' conftest.er1 >conftest.err
8024   rm -f conftest.er1
8025   cat conftest.err >&5
8026   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8027   (exit $ac_status); } && {
8028          test -z "$ac_c_werror_flag" ||
8029          test ! -s conftest.err
8030        } && test -s conftest$ac_exeext && {
8031          test "$cross_compiling" = yes ||
8032          $as_test_x conftest$ac_exeext
8033        }; then
8034   eval "$as_ac_var=yes"
8035 else
8036   $as_echo "$as_me: failed program was:" >&5
8037 sed 's/^/| /' conftest.$ac_ext >&5
8038
8039         eval "$as_ac_var=no"
8040 fi
8041
8042 rm -rf conftest.dSYM
8043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8044       conftest$ac_exeext conftest.$ac_ext
8045 CFLAGS=$ac_wine_try_cflags_saved
8046 fi
8047 ac_res=`eval 'as_val=${'$as_ac_var'}
8048                  $as_echo "$as_val"'`
8049                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8050 $as_echo "$ac_res" >&6; }
8051 if test `eval 'as_val=${'$as_ac_var'}
8052                  $as_echo "$as_val"'` = yes; then
8053   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8054                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8055 fi
8056
8057 fi
8058
8059
8060       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8061 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8062 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8063   $as_echo_n "(cached) " >&6
8064 else
8065   ac_wine_try_cflags_saved=$CFLAGS
8066 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8067 cat >conftest.$ac_ext <<_ACEOF
8068 /* confdefs.h.  */
8069 _ACEOF
8070 cat confdefs.h >>conftest.$ac_ext
8071 cat >>conftest.$ac_ext <<_ACEOF
8072 /* end confdefs.h.  */
8073
8074 int
8075 main ()
8076 {
8077
8078   ;
8079   return 0;
8080 }
8081 _ACEOF
8082 rm -f conftest.$ac_objext conftest$ac_exeext
8083 if { (ac_try="$ac_link"
8084 case "(($ac_try" in
8085   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8086   *) ac_try_echo=$ac_try;;
8087 esac
8088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8089 $as_echo "$ac_try_echo") >&5
8090   (eval "$ac_link") 2>conftest.er1
8091   ac_status=$?
8092   grep -v '^ *+' conftest.er1 >conftest.err
8093   rm -f conftest.er1
8094   cat conftest.err >&5
8095   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8096   (exit $ac_status); } && {
8097          test -z "$ac_c_werror_flag" ||
8098          test ! -s conftest.err
8099        } && test -s conftest$ac_exeext && {
8100          test "$cross_compiling" = yes ||
8101          $as_test_x conftest$ac_exeext
8102        }; then
8103   ac_cv_cflags__Wl___enable_new_dtags=yes
8104 else
8105   $as_echo "$as_me: failed program was:" >&5
8106 sed 's/^/| /' conftest.$ac_ext >&5
8107
8108         ac_cv_cflags__Wl___enable_new_dtags=no
8109 fi
8110
8111 rm -rf conftest.dSYM
8112 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8113       conftest$ac_exeext conftest.$ac_ext
8114 CFLAGS=$ac_wine_try_cflags_saved
8115 fi
8116 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8117 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8118 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8119   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8120 fi
8121
8122
8123       case $host_cpu in
8124         *i[3456789]86* | x86_64)
8125           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8126 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8127 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8128   $as_echo_n "(cached) " >&6
8129 else
8130   ac_wine_try_cflags_saved=$CFLAGS
8131 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8132 cat >conftest.$ac_ext <<_ACEOF
8133 /* confdefs.h.  */
8134 _ACEOF
8135 cat confdefs.h >>conftest.$ac_ext
8136 cat >>conftest.$ac_ext <<_ACEOF
8137 /* end confdefs.h.  */
8138
8139 int
8140 main ()
8141 {
8142
8143   ;
8144   return 0;
8145 }
8146 _ACEOF
8147 rm -f conftest.$ac_objext conftest$ac_exeext
8148 if { (ac_try="$ac_link"
8149 case "(($ac_try" in
8150   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8151   *) ac_try_echo=$ac_try;;
8152 esac
8153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8154 $as_echo "$ac_try_echo") >&5
8155   (eval "$ac_link") 2>conftest.er1
8156   ac_status=$?
8157   grep -v '^ *+' conftest.er1 >conftest.err
8158   rm -f conftest.er1
8159   cat conftest.err >&5
8160   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8161   (exit $ac_status); } && {
8162          test -z "$ac_c_werror_flag" ||
8163          test ! -s conftest.err
8164        } && test -s conftest$ac_exeext && {
8165          test "$cross_compiling" = yes ||
8166          $as_test_x conftest$ac_exeext
8167        }; then
8168   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8169 else
8170   $as_echo "$as_me: failed program was:" >&5
8171 sed 's/^/| /' conftest.$ac_ext >&5
8172
8173         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8174 fi
8175
8176 rm -rf conftest.dSYM
8177 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8178       conftest$ac_exeext conftest.$ac_ext
8179 CFLAGS=$ac_wine_try_cflags_saved
8180 fi
8181 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8182 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8183 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8184   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8185 fi
8186
8187           ;;
8188       esac
8189
8190     else
8191       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8192 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8193 if test "${ac_cv_c_dll_unixware+set}" = set; then
8194   $as_echo_n "(cached) " >&6
8195 else
8196   ac_wine_try_cflags_saved=$CFLAGS
8197 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8198 cat >conftest.$ac_ext <<_ACEOF
8199 void myfunc() {}
8200 _ACEOF
8201 rm -f conftest.$ac_objext conftest$ac_exeext
8202 if { (ac_try="$ac_link"
8203 case "(($ac_try" in
8204   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8205   *) ac_try_echo=$ac_try;;
8206 esac
8207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8208 $as_echo "$ac_try_echo") >&5
8209   (eval "$ac_link") 2>conftest.er1
8210   ac_status=$?
8211   grep -v '^ *+' conftest.er1 >conftest.err
8212   rm -f conftest.er1
8213   cat conftest.err >&5
8214   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8215   (exit $ac_status); } && {
8216          test -z "$ac_c_werror_flag" ||
8217          test ! -s conftest.err
8218        } && test -s conftest$ac_exeext && {
8219          test "$cross_compiling" = yes ||
8220          $as_test_x conftest$ac_exeext
8221        }; then
8222   ac_cv_c_dll_unixware="yes"
8223 else
8224   $as_echo "$as_me: failed program was:" >&5
8225 sed 's/^/| /' conftest.$ac_ext >&5
8226
8227         ac_cv_c_dll_unixware="no"
8228 fi
8229
8230 rm -rf conftest.dSYM
8231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8232       conftest$ac_exeext conftest.$ac_ext
8233 CFLAGS=$ac_wine_try_cflags_saved
8234 fi
8235 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8236 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8237       if test "$ac_cv_c_dll_unixware" = "yes"
8238       then
8239         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8240         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8241
8242       else
8243         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8244 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8245 if test "${ac_cv_c_dll_hpux+set}" = set; then
8246   $as_echo_n "(cached) " >&6
8247 else
8248   ac_wine_try_cflags_saved=$CFLAGS
8249 CFLAGS="$CFLAGS -shared"
8250 cat >conftest.$ac_ext <<_ACEOF
8251 void myfunc() {}
8252 _ACEOF
8253 rm -f conftest.$ac_objext conftest$ac_exeext
8254 if { (ac_try="$ac_link"
8255 case "(($ac_try" in
8256   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8257   *) ac_try_echo=$ac_try;;
8258 esac
8259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8260 $as_echo "$ac_try_echo") >&5
8261   (eval "$ac_link") 2>conftest.er1
8262   ac_status=$?
8263   grep -v '^ *+' conftest.er1 >conftest.err
8264   rm -f conftest.er1
8265   cat conftest.err >&5
8266   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8267   (exit $ac_status); } && {
8268          test -z "$ac_c_werror_flag" ||
8269          test ! -s conftest.err
8270        } && test -s conftest$ac_exeext && {
8271          test "$cross_compiling" = yes ||
8272          $as_test_x conftest$ac_exeext
8273        }; then
8274   ac_cv_c_dll_hpux="yes"
8275 else
8276   $as_echo "$as_me: failed program was:" >&5
8277 sed 's/^/| /' conftest.$ac_ext >&5
8278
8279         ac_cv_c_dll_hpux="no"
8280 fi
8281
8282 rm -rf conftest.dSYM
8283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8284       conftest$ac_exeext conftest.$ac_ext
8285 CFLAGS=$ac_wine_try_cflags_saved
8286 fi
8287 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8288 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8289         if test "$ac_cv_c_dll_hpux" = "yes"
8290         then
8291           LIBEXT="sl"
8292           DLLEXT=".sl"
8293           LDDLLFLAGS="-shared -fPIC"
8294           LDSHARED="\$(CC) -shared"
8295         fi
8296       fi
8297     fi
8298     ;;
8299 esac
8300
8301 enable_winequartz_drv=${enable_winequartz_drv:-no}
8302
8303 if test "$LIBEXT" = "a"; then
8304   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8305 It is currently not possible to build Wine without shared library
8306 (.so) support to allow transparent switch between .so and .dll files.
8307 If you are using Linux, you will need a newer binutils.
8308 " >&5
8309 $as_echo "$as_me: error: could not find a way to build shared libraries.
8310 It is currently not possible to build Wine without shared library
8311 (.so) support to allow transparent switch between .so and .dll files.
8312 If you are using Linux, you will need a newer binutils.
8313 " >&2;}
8314    { (exit 1); exit 1; }; }
8315 fi
8316
8317 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8318 then
8319     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 i686-pc-mingw32-gcc
8320 do
8321   # Extract the first word of "$ac_prog", so it can be a program name with args.
8322 set dummy $ac_prog; ac_word=$2
8323 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8324 $as_echo_n "checking for $ac_word... " >&6; }
8325 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8326   $as_echo_n "(cached) " >&6
8327 else
8328   if test -n "$CROSSCC"; then
8329   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8330 else
8331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8332 for as_dir in $PATH
8333 do
8334   IFS=$as_save_IFS
8335   test -z "$as_dir" && as_dir=.
8336   for ac_exec_ext in '' $ac_executable_extensions; do
8337   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8338     ac_cv_prog_CROSSCC="$ac_prog"
8339     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8340     break 2
8341   fi
8342 done
8343 done
8344 IFS=$as_save_IFS
8345
8346 fi
8347 fi
8348 CROSSCC=$ac_cv_prog_CROSSCC
8349 if test -n "$CROSSCC"; then
8350   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8351 $as_echo "$CROSSCC" >&6; }
8352 else
8353   { $as_echo "$as_me:$LINENO: result: no" >&5
8354 $as_echo "no" >&6; }
8355 fi
8356
8357
8358   test -n "$CROSSCC" && break
8359 done
8360 test -n "$CROSSCC" || CROSSCC="false"
8361
8362     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 i686-pc-mingw32-dlltool
8363 do
8364   # Extract the first word of "$ac_prog", so it can be a program name with args.
8365 set dummy $ac_prog; ac_word=$2
8366 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8367 $as_echo_n "checking for $ac_word... " >&6; }
8368 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8369   $as_echo_n "(cached) " >&6
8370 else
8371   if test -n "$DLLTOOL"; then
8372   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8373 else
8374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8375 for as_dir in $PATH
8376 do
8377   IFS=$as_save_IFS
8378   test -z "$as_dir" && as_dir=.
8379   for ac_exec_ext in '' $ac_executable_extensions; do
8380   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8381     ac_cv_prog_DLLTOOL="$ac_prog"
8382     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8383     break 2
8384   fi
8385 done
8386 done
8387 IFS=$as_save_IFS
8388
8389 fi
8390 fi
8391 DLLTOOL=$ac_cv_prog_DLLTOOL
8392 if test -n "$DLLTOOL"; then
8393   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8394 $as_echo "$DLLTOOL" >&6; }
8395 else
8396   { $as_echo "$as_me:$LINENO: result: no" >&5
8397 $as_echo "no" >&6; }
8398 fi
8399
8400
8401   test -n "$DLLTOOL" && break
8402 done
8403 test -n "$DLLTOOL" || DLLTOOL="false"
8404
8405     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 i686-pc-mingw32-ar
8406 do
8407   # Extract the first word of "$ac_prog", so it can be a program name with args.
8408 set dummy $ac_prog; ac_word=$2
8409 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8410 $as_echo_n "checking for $ac_word... " >&6; }
8411 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8412   $as_echo_n "(cached) " >&6
8413 else
8414   if test -n "$MINGWAR"; then
8415   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8416 else
8417 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8418 for as_dir in $PATH
8419 do
8420   IFS=$as_save_IFS
8421   test -z "$as_dir" && as_dir=.
8422   for ac_exec_ext in '' $ac_executable_extensions; do
8423   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8424     ac_cv_prog_MINGWAR="$ac_prog"
8425     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8426     break 2
8427   fi
8428 done
8429 done
8430 IFS=$as_save_IFS
8431
8432 fi
8433 fi
8434 MINGWAR=$ac_cv_prog_MINGWAR
8435 if test -n "$MINGWAR"; then
8436   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8437 $as_echo "$MINGWAR" >&6; }
8438 else
8439   { $as_echo "$as_me:$LINENO: result: no" >&5
8440 $as_echo "no" >&6; }
8441 fi
8442
8443
8444   test -n "$MINGWAR" && break
8445 done
8446 test -n "$MINGWAR" || MINGWAR="false"
8447
8448     if test "$CROSSCC" != "false"
8449     then
8450         CROSSTEST="\$(CROSSTEST)"
8451
8452         set x $CROSSCC
8453         shift
8454         target=""
8455         while test $# -ge 1
8456         do
8457             case "$1" in
8458               *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
8459             esac
8460             shift
8461         done
8462         if test -n "$target"
8463         then
8464             CROSSTARGETFLAGS="-b $target"
8465
8466         fi
8467     fi
8468 fi
8469
8470
8471 if test "$ac_cv_header_pthread_h" = "yes"
8472 then
8473     { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8474 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8475 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8476   $as_echo_n "(cached) " >&6
8477 else
8478   ac_check_lib_save_LIBS=$LIBS
8479 LIBS="-lpthread  $LIBS"
8480 cat >conftest.$ac_ext <<_ACEOF
8481 /* confdefs.h.  */
8482 _ACEOF
8483 cat confdefs.h >>conftest.$ac_ext
8484 cat >>conftest.$ac_ext <<_ACEOF
8485 /* end confdefs.h.  */
8486
8487 /* Override any GCC internal prototype to avoid an error.
8488    Use char because int might match the return type of a GCC
8489    builtin and then its argument prototype would still apply.  */
8490 #ifdef __cplusplus
8491 extern "C"
8492 #endif
8493 char pthread_create ();
8494 int
8495 main ()
8496 {
8497 return pthread_create ();
8498   ;
8499   return 0;
8500 }
8501 _ACEOF
8502 rm -f conftest.$ac_objext conftest$ac_exeext
8503 if { (ac_try="$ac_link"
8504 case "(($ac_try" in
8505   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8506   *) ac_try_echo=$ac_try;;
8507 esac
8508 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8509 $as_echo "$ac_try_echo") >&5
8510   (eval "$ac_link") 2>conftest.er1
8511   ac_status=$?
8512   grep -v '^ *+' conftest.er1 >conftest.err
8513   rm -f conftest.er1
8514   cat conftest.err >&5
8515   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8516   (exit $ac_status); } && {
8517          test -z "$ac_c_werror_flag" ||
8518          test ! -s conftest.err
8519        } && test -s conftest$ac_exeext && {
8520          test "$cross_compiling" = yes ||
8521          $as_test_x conftest$ac_exeext
8522        }; then
8523   ac_cv_lib_pthread_pthread_create=yes
8524 else
8525   $as_echo "$as_me: failed program was:" >&5
8526 sed 's/^/| /' conftest.$ac_ext >&5
8527
8528         ac_cv_lib_pthread_pthread_create=no
8529 fi
8530
8531 rm -rf conftest.dSYM
8532 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8533       conftest$ac_exeext conftest.$ac_ext
8534 LIBS=$ac_check_lib_save_LIBS
8535 fi
8536 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8537 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8538 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8539   LIBPTHREAD="-lpthread"
8540
8541 fi
8542
8543 fi
8544 if test "x$LIBPTHREAD" = "x"; then
8545   case "x$with_pthread" in
8546   xno) ;;
8547   *)   { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8548 Wine cannot support threads without libpthread.
8549 Use the --without-pthread option if you really want this." >&5
8550 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8551 Wine cannot support threads without libpthread.
8552 Use the --without-pthread option if you really want this." >&2;}
8553    { (exit 1); exit 1; }; } ;;
8554 esac
8555 fi
8556
8557
8558
8559 { $as_echo "$as_me:$LINENO: checking for X" >&5
8560 $as_echo_n "checking for X... " >&6; }
8561
8562
8563 # Check whether --with-x was given.
8564 if test "${with_x+set}" = set; then
8565   withval=$with_x;
8566 fi
8567
8568 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8569 if test "x$with_x" = xno; then
8570   # The user explicitly disabled X.
8571   have_x=disabled
8572 else
8573   case $x_includes,$x_libraries in #(
8574     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8575 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8576    { (exit 1); exit 1; }; };; #(
8577     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8578   $as_echo_n "(cached) " >&6
8579 else
8580   # One or both of the vars are not set, and there is no cached value.
8581 ac_x_includes=no ac_x_libraries=no
8582 rm -f -r conftest.dir
8583 if mkdir conftest.dir; then
8584   cd conftest.dir
8585   cat >Imakefile <<'_ACEOF'
8586 incroot:
8587         @echo incroot='${INCROOT}'
8588 usrlibdir:
8589         @echo usrlibdir='${USRLIBDIR}'
8590 libdir:
8591         @echo libdir='${LIBDIR}'
8592 _ACEOF
8593   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8594     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8595     for ac_var in incroot usrlibdir libdir; do
8596       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8597     done
8598     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8599     for ac_extension in a so sl dylib la dll; do
8600       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8601          test -f "$ac_im_libdir/libX11.$ac_extension"; then
8602         ac_im_usrlibdir=$ac_im_libdir; break
8603       fi
8604     done
8605     # Screen out bogus values from the imake configuration.  They are
8606     # bogus both because they are the default anyway, and because
8607     # using them would break gcc on systems where it needs fixed includes.
8608     case $ac_im_incroot in
8609         /usr/include) ac_x_includes= ;;
8610         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8611     esac
8612     case $ac_im_usrlibdir in
8613         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8614         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8615     esac
8616   fi
8617   cd ..
8618   rm -f -r conftest.dir
8619 fi
8620
8621 # Standard set of common directories for X headers.
8622 # Check X11 before X11Rn because it is often a symlink to the current release.
8623 ac_x_header_dirs='
8624 /usr/X11/include
8625 /usr/X11R6/include
8626 /usr/X11R5/include
8627 /usr/X11R4/include
8628
8629 /usr/include/X11
8630 /usr/include/X11R6
8631 /usr/include/X11R5
8632 /usr/include/X11R4
8633
8634 /usr/local/X11/include
8635 /usr/local/X11R6/include
8636 /usr/local/X11R5/include
8637 /usr/local/X11R4/include
8638
8639 /usr/local/include/X11
8640 /usr/local/include/X11R6
8641 /usr/local/include/X11R5
8642 /usr/local/include/X11R4
8643
8644 /usr/X386/include
8645 /usr/x386/include
8646 /usr/XFree86/include/X11
8647
8648 /usr/include
8649 /usr/local/include
8650 /usr/unsupported/include
8651 /usr/athena/include
8652 /usr/local/x11r5/include
8653 /usr/lpp/Xamples/include
8654
8655 /usr/openwin/include
8656 /usr/openwin/share/include'
8657
8658 if test "$ac_x_includes" = no; then
8659   # Guess where to find include files, by looking for Xlib.h.
8660   # First, try using that file with no special directory specified.
8661   cat >conftest.$ac_ext <<_ACEOF
8662 /* confdefs.h.  */
8663 _ACEOF
8664 cat confdefs.h >>conftest.$ac_ext
8665 cat >>conftest.$ac_ext <<_ACEOF
8666 /* end confdefs.h.  */
8667 #include <X11/Xlib.h>
8668 _ACEOF
8669 if { (ac_try="$ac_cpp conftest.$ac_ext"
8670 case "(($ac_try" in
8671   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8672   *) ac_try_echo=$ac_try;;
8673 esac
8674 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8675 $as_echo "$ac_try_echo") >&5
8676   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8677   ac_status=$?
8678   grep -v '^ *+' conftest.er1 >conftest.err
8679   rm -f conftest.er1
8680   cat conftest.err >&5
8681   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8682   (exit $ac_status); } >/dev/null && {
8683          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8684          test ! -s conftest.err
8685        }; then
8686   # We can compile using X headers with no special include directory.
8687 ac_x_includes=
8688 else
8689   $as_echo "$as_me: failed program was:" >&5
8690 sed 's/^/| /' conftest.$ac_ext >&5
8691
8692   for ac_dir in $ac_x_header_dirs; do
8693   if test -r "$ac_dir/X11/Xlib.h"; then
8694     ac_x_includes=$ac_dir
8695     break
8696   fi
8697 done
8698 fi
8699
8700 rm -f conftest.err conftest.$ac_ext
8701 fi # $ac_x_includes = no
8702
8703 if test "$ac_x_libraries" = no; then
8704   # Check for the libraries.
8705   # See if we find them without any special options.
8706   # Don't add to $LIBS permanently.
8707   ac_save_LIBS=$LIBS
8708   LIBS="-lX11 $LIBS"
8709   cat >conftest.$ac_ext <<_ACEOF
8710 /* confdefs.h.  */
8711 _ACEOF
8712 cat confdefs.h >>conftest.$ac_ext
8713 cat >>conftest.$ac_ext <<_ACEOF
8714 /* end confdefs.h.  */
8715 #include <X11/Xlib.h>
8716 int
8717 main ()
8718 {
8719 XrmInitialize ()
8720   ;
8721   return 0;
8722 }
8723 _ACEOF
8724 rm -f conftest.$ac_objext conftest$ac_exeext
8725 if { (ac_try="$ac_link"
8726 case "(($ac_try" in
8727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8728   *) ac_try_echo=$ac_try;;
8729 esac
8730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8731 $as_echo "$ac_try_echo") >&5
8732   (eval "$ac_link") 2>conftest.er1
8733   ac_status=$?
8734   grep -v '^ *+' conftest.er1 >conftest.err
8735   rm -f conftest.er1
8736   cat conftest.err >&5
8737   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8738   (exit $ac_status); } && {
8739          test -z "$ac_c_werror_flag" ||
8740          test ! -s conftest.err
8741        } && test -s conftest$ac_exeext && {
8742          test "$cross_compiling" = yes ||
8743          $as_test_x conftest$ac_exeext
8744        }; then
8745   LIBS=$ac_save_LIBS
8746 # We can link X programs with no special library path.
8747 ac_x_libraries=
8748 else
8749   $as_echo "$as_me: failed program was:" >&5
8750 sed 's/^/| /' conftest.$ac_ext >&5
8751
8752         LIBS=$ac_save_LIBS
8753 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8754 do
8755   # Don't even attempt the hair of trying to link an X program!
8756   for ac_extension in a so sl dylib la dll; do
8757     if test -r "$ac_dir/libX11.$ac_extension"; then
8758       ac_x_libraries=$ac_dir
8759       break 2
8760     fi
8761   done
8762 done
8763 fi
8764
8765 rm -rf conftest.dSYM
8766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8767       conftest$ac_exeext conftest.$ac_ext
8768 fi # $ac_x_libraries = no
8769
8770 case $ac_x_includes,$ac_x_libraries in #(
8771   no,* | *,no | *\'*)
8772     # Didn't find X, or a directory has "'" in its name.
8773     ac_cv_have_x="have_x=no";; #(
8774   *)
8775     # Record where we found X for the cache.
8776     ac_cv_have_x="have_x=yes\
8777         ac_x_includes='$ac_x_includes'\
8778         ac_x_libraries='$ac_x_libraries'"
8779 esac
8780 fi
8781 ;; #(
8782     *) have_x=yes;;
8783   esac
8784   eval "$ac_cv_have_x"
8785 fi # $with_x != no
8786
8787 if test "$have_x" != yes; then
8788   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8789 $as_echo "$have_x" >&6; }
8790   no_x=yes
8791 else
8792   # If each of the values was on the command line, it overrides each guess.
8793   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8794   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8795   # Update the cache value to reflect the command line values.
8796   ac_cv_have_x="have_x=yes\
8797         ac_x_includes='$x_includes'\
8798         ac_x_libraries='$x_libraries'"
8799   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8800 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8801 fi
8802
8803 if test "$no_x" = yes; then
8804   # Not all programs may use this symbol, but it does not hurt to define it.
8805
8806 cat >>confdefs.h <<\_ACEOF
8807 #define X_DISPLAY_MISSING 1
8808 _ACEOF
8809
8810   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8811 else
8812   if test -n "$x_includes"; then
8813     X_CFLAGS="$X_CFLAGS -I$x_includes"
8814   fi
8815
8816   # It would also be nice to do this for all -L options, not just this one.
8817   if test -n "$x_libraries"; then
8818     X_LIBS="$X_LIBS -L$x_libraries"
8819     # For Solaris; some versions of Sun CC require a space after -R and
8820     # others require no space.  Words are not sufficient . . . .
8821     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8822 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8823     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8824     ac_xsave_c_werror_flag=$ac_c_werror_flag
8825     ac_c_werror_flag=yes
8826     cat >conftest.$ac_ext <<_ACEOF
8827 /* confdefs.h.  */
8828 _ACEOF
8829 cat confdefs.h >>conftest.$ac_ext
8830 cat >>conftest.$ac_ext <<_ACEOF
8831 /* end confdefs.h.  */
8832
8833 int
8834 main ()
8835 {
8836
8837   ;
8838   return 0;
8839 }
8840 _ACEOF
8841 rm -f conftest.$ac_objext conftest$ac_exeext
8842 if { (ac_try="$ac_link"
8843 case "(($ac_try" in
8844   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8845   *) ac_try_echo=$ac_try;;
8846 esac
8847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8848 $as_echo "$ac_try_echo") >&5
8849   (eval "$ac_link") 2>conftest.er1
8850   ac_status=$?
8851   grep -v '^ *+' conftest.er1 >conftest.err
8852   rm -f conftest.er1
8853   cat conftest.err >&5
8854   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8855   (exit $ac_status); } && {
8856          test -z "$ac_c_werror_flag" ||
8857          test ! -s conftest.err
8858        } && test -s conftest$ac_exeext && {
8859          test "$cross_compiling" = yes ||
8860          $as_test_x conftest$ac_exeext
8861        }; then
8862   { $as_echo "$as_me:$LINENO: result: no" >&5
8863 $as_echo "no" >&6; }
8864        X_LIBS="$X_LIBS -R$x_libraries"
8865 else
8866   $as_echo "$as_me: failed program was:" >&5
8867 sed 's/^/| /' conftest.$ac_ext >&5
8868
8869         LIBS="$ac_xsave_LIBS -R $x_libraries"
8870        cat >conftest.$ac_ext <<_ACEOF
8871 /* confdefs.h.  */
8872 _ACEOF
8873 cat confdefs.h >>conftest.$ac_ext
8874 cat >>conftest.$ac_ext <<_ACEOF
8875 /* end confdefs.h.  */
8876
8877 int
8878 main ()
8879 {
8880
8881   ;
8882   return 0;
8883 }
8884 _ACEOF
8885 rm -f conftest.$ac_objext conftest$ac_exeext
8886 if { (ac_try="$ac_link"
8887 case "(($ac_try" in
8888   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8889   *) ac_try_echo=$ac_try;;
8890 esac
8891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8892 $as_echo "$ac_try_echo") >&5
8893   (eval "$ac_link") 2>conftest.er1
8894   ac_status=$?
8895   grep -v '^ *+' conftest.er1 >conftest.err
8896   rm -f conftest.er1
8897   cat conftest.err >&5
8898   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8899   (exit $ac_status); } && {
8900          test -z "$ac_c_werror_flag" ||
8901          test ! -s conftest.err
8902        } && test -s conftest$ac_exeext && {
8903          test "$cross_compiling" = yes ||
8904          $as_test_x conftest$ac_exeext
8905        }; then
8906   { $as_echo "$as_me:$LINENO: result: yes" >&5
8907 $as_echo "yes" >&6; }
8908           X_LIBS="$X_LIBS -R $x_libraries"
8909 else
8910   $as_echo "$as_me: failed program was:" >&5
8911 sed 's/^/| /' conftest.$ac_ext >&5
8912
8913         { $as_echo "$as_me:$LINENO: result: neither works" >&5
8914 $as_echo "neither works" >&6; }
8915 fi
8916
8917 rm -rf conftest.dSYM
8918 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8919       conftest$ac_exeext conftest.$ac_ext
8920 fi
8921
8922 rm -rf conftest.dSYM
8923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8924       conftest$ac_exeext conftest.$ac_ext
8925     ac_c_werror_flag=$ac_xsave_c_werror_flag
8926     LIBS=$ac_xsave_LIBS
8927   fi
8928
8929   # Check for system-dependent libraries X programs must link with.
8930   # Do this before checking for the system-independent R6 libraries
8931   # (-lICE), since we may need -lsocket or whatever for X linking.
8932
8933   if test "$ISC" = yes; then
8934     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8935   else
8936     # Martyn Johnson says this is needed for Ultrix, if the X
8937     # libraries were built with DECnet support.  And Karl Berry says
8938     # the Alpha needs dnet_stub (dnet does not exist).
8939     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8940     cat >conftest.$ac_ext <<_ACEOF
8941 /* confdefs.h.  */
8942 _ACEOF
8943 cat confdefs.h >>conftest.$ac_ext
8944 cat >>conftest.$ac_ext <<_ACEOF
8945 /* end confdefs.h.  */
8946
8947 /* Override any GCC internal prototype to avoid an error.
8948    Use char because int might match the return type of a GCC
8949    builtin and then its argument prototype would still apply.  */
8950 #ifdef __cplusplus
8951 extern "C"
8952 #endif
8953 char XOpenDisplay ();
8954 int
8955 main ()
8956 {
8957 return XOpenDisplay ();
8958   ;
8959   return 0;
8960 }
8961 _ACEOF
8962 rm -f conftest.$ac_objext conftest$ac_exeext
8963 if { (ac_try="$ac_link"
8964 case "(($ac_try" in
8965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8966   *) ac_try_echo=$ac_try;;
8967 esac
8968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8969 $as_echo "$ac_try_echo") >&5
8970   (eval "$ac_link") 2>conftest.er1
8971   ac_status=$?
8972   grep -v '^ *+' conftest.er1 >conftest.err
8973   rm -f conftest.er1
8974   cat conftest.err >&5
8975   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8976   (exit $ac_status); } && {
8977          test -z "$ac_c_werror_flag" ||
8978          test ! -s conftest.err
8979        } && test -s conftest$ac_exeext && {
8980          test "$cross_compiling" = yes ||
8981          $as_test_x conftest$ac_exeext
8982        }; then
8983   :
8984 else
8985   $as_echo "$as_me: failed program was:" >&5
8986 sed 's/^/| /' conftest.$ac_ext >&5
8987
8988         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8989 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8990 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8991   $as_echo_n "(cached) " >&6
8992 else
8993   ac_check_lib_save_LIBS=$LIBS
8994 LIBS="-ldnet  $LIBS"
8995 cat >conftest.$ac_ext <<_ACEOF
8996 /* confdefs.h.  */
8997 _ACEOF
8998 cat confdefs.h >>conftest.$ac_ext
8999 cat >>conftest.$ac_ext <<_ACEOF
9000 /* end confdefs.h.  */
9001
9002 /* Override any GCC internal prototype to avoid an error.
9003    Use char because int might match the return type of a GCC
9004    builtin and then its argument prototype would still apply.  */
9005 #ifdef __cplusplus
9006 extern "C"
9007 #endif
9008 char dnet_ntoa ();
9009 int
9010 main ()
9011 {
9012 return dnet_ntoa ();
9013   ;
9014   return 0;
9015 }
9016 _ACEOF
9017 rm -f conftest.$ac_objext conftest$ac_exeext
9018 if { (ac_try="$ac_link"
9019 case "(($ac_try" in
9020   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9021   *) ac_try_echo=$ac_try;;
9022 esac
9023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9024 $as_echo "$ac_try_echo") >&5
9025   (eval "$ac_link") 2>conftest.er1
9026   ac_status=$?
9027   grep -v '^ *+' conftest.er1 >conftest.err
9028   rm -f conftest.er1
9029   cat conftest.err >&5
9030   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9031   (exit $ac_status); } && {
9032          test -z "$ac_c_werror_flag" ||
9033          test ! -s conftest.err
9034        } && test -s conftest$ac_exeext && {
9035          test "$cross_compiling" = yes ||
9036          $as_test_x conftest$ac_exeext
9037        }; then
9038   ac_cv_lib_dnet_dnet_ntoa=yes
9039 else
9040   $as_echo "$as_me: failed program was:" >&5
9041 sed 's/^/| /' conftest.$ac_ext >&5
9042
9043         ac_cv_lib_dnet_dnet_ntoa=no
9044 fi
9045
9046 rm -rf conftest.dSYM
9047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9048       conftest$ac_exeext conftest.$ac_ext
9049 LIBS=$ac_check_lib_save_LIBS
9050 fi
9051 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9052 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9053 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9054   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9055 fi
9056
9057     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9058       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9059 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9060 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9061   $as_echo_n "(cached) " >&6
9062 else
9063   ac_check_lib_save_LIBS=$LIBS
9064 LIBS="-ldnet_stub  $LIBS"
9065 cat >conftest.$ac_ext <<_ACEOF
9066 /* confdefs.h.  */
9067 _ACEOF
9068 cat confdefs.h >>conftest.$ac_ext
9069 cat >>conftest.$ac_ext <<_ACEOF
9070 /* end confdefs.h.  */
9071
9072 /* Override any GCC internal prototype to avoid an error.
9073    Use char because int might match the return type of a GCC
9074    builtin and then its argument prototype would still apply.  */
9075 #ifdef __cplusplus
9076 extern "C"
9077 #endif
9078 char dnet_ntoa ();
9079 int
9080 main ()
9081 {
9082 return dnet_ntoa ();
9083   ;
9084   return 0;
9085 }
9086 _ACEOF
9087 rm -f conftest.$ac_objext conftest$ac_exeext
9088 if { (ac_try="$ac_link"
9089 case "(($ac_try" in
9090   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9091   *) ac_try_echo=$ac_try;;
9092 esac
9093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9094 $as_echo "$ac_try_echo") >&5
9095   (eval "$ac_link") 2>conftest.er1
9096   ac_status=$?
9097   grep -v '^ *+' conftest.er1 >conftest.err
9098   rm -f conftest.er1
9099   cat conftest.err >&5
9100   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9101   (exit $ac_status); } && {
9102          test -z "$ac_c_werror_flag" ||
9103          test ! -s conftest.err
9104        } && test -s conftest$ac_exeext && {
9105          test "$cross_compiling" = yes ||
9106          $as_test_x conftest$ac_exeext
9107        }; then
9108   ac_cv_lib_dnet_stub_dnet_ntoa=yes
9109 else
9110   $as_echo "$as_me: failed program was:" >&5
9111 sed 's/^/| /' conftest.$ac_ext >&5
9112
9113         ac_cv_lib_dnet_stub_dnet_ntoa=no
9114 fi
9115
9116 rm -rf conftest.dSYM
9117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9118       conftest$ac_exeext conftest.$ac_ext
9119 LIBS=$ac_check_lib_save_LIBS
9120 fi
9121 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9122 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9123 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9124   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9125 fi
9126
9127     fi
9128 fi
9129
9130 rm -rf conftest.dSYM
9131 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9132       conftest$ac_exeext conftest.$ac_ext
9133     LIBS="$ac_xsave_LIBS"
9134
9135     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9136     # to get the SysV transport functions.
9137     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9138     # needs -lnsl.
9139     # The nsl library prevents programs from opening the X display
9140     # on Irix 5.2, according to T.E. Dickey.
9141     # The functions gethostbyname, getservbyname, and inet_addr are
9142     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9143     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9144 $as_echo_n "checking for gethostbyname... " >&6; }
9145 if test "${ac_cv_func_gethostbyname+set}" = set; then
9146   $as_echo_n "(cached) " >&6
9147 else
9148   cat >conftest.$ac_ext <<_ACEOF
9149 /* confdefs.h.  */
9150 _ACEOF
9151 cat confdefs.h >>conftest.$ac_ext
9152 cat >>conftest.$ac_ext <<_ACEOF
9153 /* end confdefs.h.  */
9154 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9155    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9156 #define gethostbyname innocuous_gethostbyname
9157
9158 /* System header to define __stub macros and hopefully few prototypes,
9159     which can conflict with char gethostbyname (); below.
9160     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9161     <limits.h> exists even on freestanding compilers.  */
9162
9163 #ifdef __STDC__
9164 # include <limits.h>
9165 #else
9166 # include <assert.h>
9167 #endif
9168
9169 #undef gethostbyname
9170
9171 /* Override any GCC internal prototype to avoid an error.
9172    Use char because int might match the return type of a GCC
9173    builtin and then its argument prototype would still apply.  */
9174 #ifdef __cplusplus
9175 extern "C"
9176 #endif
9177 char gethostbyname ();
9178 /* The GNU C library defines this for functions which it implements
9179     to always fail with ENOSYS.  Some functions are actually named
9180     something starting with __ and the normal name is an alias.  */
9181 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9182 choke me
9183 #endif
9184
9185 int
9186 main ()
9187 {
9188 return gethostbyname ();
9189   ;
9190   return 0;
9191 }
9192 _ACEOF
9193 rm -f conftest.$ac_objext conftest$ac_exeext
9194 if { (ac_try="$ac_link"
9195 case "(($ac_try" in
9196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9197   *) ac_try_echo=$ac_try;;
9198 esac
9199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9200 $as_echo "$ac_try_echo") >&5
9201   (eval "$ac_link") 2>conftest.er1
9202   ac_status=$?
9203   grep -v '^ *+' conftest.er1 >conftest.err
9204   rm -f conftest.er1
9205   cat conftest.err >&5
9206   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9207   (exit $ac_status); } && {
9208          test -z "$ac_c_werror_flag" ||
9209          test ! -s conftest.err
9210        } && test -s conftest$ac_exeext && {
9211          test "$cross_compiling" = yes ||
9212          $as_test_x conftest$ac_exeext
9213        }; then
9214   ac_cv_func_gethostbyname=yes
9215 else
9216   $as_echo "$as_me: failed program was:" >&5
9217 sed 's/^/| /' conftest.$ac_ext >&5
9218
9219         ac_cv_func_gethostbyname=no
9220 fi
9221
9222 rm -rf conftest.dSYM
9223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9224       conftest$ac_exeext conftest.$ac_ext
9225 fi
9226 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9227 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9228
9229     if test $ac_cv_func_gethostbyname = no; then
9230       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9231 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9232 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9233   $as_echo_n "(cached) " >&6
9234 else
9235   ac_check_lib_save_LIBS=$LIBS
9236 LIBS="-lnsl  $LIBS"
9237 cat >conftest.$ac_ext <<_ACEOF
9238 /* confdefs.h.  */
9239 _ACEOF
9240 cat confdefs.h >>conftest.$ac_ext
9241 cat >>conftest.$ac_ext <<_ACEOF
9242 /* end confdefs.h.  */
9243
9244 /* Override any GCC internal prototype to avoid an error.
9245    Use char because int might match the return type of a GCC
9246    builtin and then its argument prototype would still apply.  */
9247 #ifdef __cplusplus
9248 extern "C"
9249 #endif
9250 char gethostbyname ();
9251 int
9252 main ()
9253 {
9254 return gethostbyname ();
9255   ;
9256   return 0;
9257 }
9258 _ACEOF
9259 rm -f conftest.$ac_objext conftest$ac_exeext
9260 if { (ac_try="$ac_link"
9261 case "(($ac_try" in
9262   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9263   *) ac_try_echo=$ac_try;;
9264 esac
9265 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9266 $as_echo "$ac_try_echo") >&5
9267   (eval "$ac_link") 2>conftest.er1
9268   ac_status=$?
9269   grep -v '^ *+' conftest.er1 >conftest.err
9270   rm -f conftest.er1
9271   cat conftest.err >&5
9272   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9273   (exit $ac_status); } && {
9274          test -z "$ac_c_werror_flag" ||
9275          test ! -s conftest.err
9276        } && test -s conftest$ac_exeext && {
9277          test "$cross_compiling" = yes ||
9278          $as_test_x conftest$ac_exeext
9279        }; then
9280   ac_cv_lib_nsl_gethostbyname=yes
9281 else
9282   $as_echo "$as_me: failed program was:" >&5
9283 sed 's/^/| /' conftest.$ac_ext >&5
9284
9285         ac_cv_lib_nsl_gethostbyname=no
9286 fi
9287
9288 rm -rf conftest.dSYM
9289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9290       conftest$ac_exeext conftest.$ac_ext
9291 LIBS=$ac_check_lib_save_LIBS
9292 fi
9293 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9294 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9295 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9296   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9297 fi
9298
9299       if test $ac_cv_lib_nsl_gethostbyname = no; then
9300         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9301 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9302 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9303   $as_echo_n "(cached) " >&6
9304 else
9305   ac_check_lib_save_LIBS=$LIBS
9306 LIBS="-lbsd  $LIBS"
9307 cat >conftest.$ac_ext <<_ACEOF
9308 /* confdefs.h.  */
9309 _ACEOF
9310 cat confdefs.h >>conftest.$ac_ext
9311 cat >>conftest.$ac_ext <<_ACEOF
9312 /* end confdefs.h.  */
9313
9314 /* Override any GCC internal prototype to avoid an error.
9315    Use char because int might match the return type of a GCC
9316    builtin and then its argument prototype would still apply.  */
9317 #ifdef __cplusplus
9318 extern "C"
9319 #endif
9320 char gethostbyname ();
9321 int
9322 main ()
9323 {
9324 return gethostbyname ();
9325   ;
9326   return 0;
9327 }
9328 _ACEOF
9329 rm -f conftest.$ac_objext conftest$ac_exeext
9330 if { (ac_try="$ac_link"
9331 case "(($ac_try" in
9332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9333   *) ac_try_echo=$ac_try;;
9334 esac
9335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9336 $as_echo "$ac_try_echo") >&5
9337   (eval "$ac_link") 2>conftest.er1
9338   ac_status=$?
9339   grep -v '^ *+' conftest.er1 >conftest.err
9340   rm -f conftest.er1
9341   cat conftest.err >&5
9342   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9343   (exit $ac_status); } && {
9344          test -z "$ac_c_werror_flag" ||
9345          test ! -s conftest.err
9346        } && test -s conftest$ac_exeext && {
9347          test "$cross_compiling" = yes ||
9348          $as_test_x conftest$ac_exeext
9349        }; then
9350   ac_cv_lib_bsd_gethostbyname=yes
9351 else
9352   $as_echo "$as_me: failed program was:" >&5
9353 sed 's/^/| /' conftest.$ac_ext >&5
9354
9355         ac_cv_lib_bsd_gethostbyname=no
9356 fi
9357
9358 rm -rf conftest.dSYM
9359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9360       conftest$ac_exeext conftest.$ac_ext
9361 LIBS=$ac_check_lib_save_LIBS
9362 fi
9363 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9364 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9365 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9366   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9367 fi
9368
9369       fi
9370     fi
9371
9372     # lieder@skyler.mavd.honeywell.com says without -lsocket,
9373     # socket/setsockopt and other routines are undefined under SCO ODT
9374     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
9375     # on later versions), says Simon Leinen: it contains gethostby*
9376     # variants that don't use the name server (or something).  -lsocket
9377     # must be given before -lnsl if both are needed.  We assume that
9378     # if connect needs -lnsl, so does gethostbyname.
9379     { $as_echo "$as_me:$LINENO: checking for connect" >&5
9380 $as_echo_n "checking for connect... " >&6; }
9381 if test "${ac_cv_func_connect+set}" = set; then
9382   $as_echo_n "(cached) " >&6
9383 else
9384   cat >conftest.$ac_ext <<_ACEOF
9385 /* confdefs.h.  */
9386 _ACEOF
9387 cat confdefs.h >>conftest.$ac_ext
9388 cat >>conftest.$ac_ext <<_ACEOF
9389 /* end confdefs.h.  */
9390 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9391    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9392 #define connect innocuous_connect
9393
9394 /* System header to define __stub macros and hopefully few prototypes,
9395     which can conflict with char connect (); below.
9396     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9397     <limits.h> exists even on freestanding compilers.  */
9398
9399 #ifdef __STDC__
9400 # include <limits.h>
9401 #else
9402 # include <assert.h>
9403 #endif
9404
9405 #undef connect
9406
9407 /* Override any GCC internal prototype to avoid an error.
9408    Use char because int might match the return type of a GCC
9409    builtin and then its argument prototype would still apply.  */
9410 #ifdef __cplusplus
9411 extern "C"
9412 #endif
9413 char connect ();
9414 /* The GNU C library defines this for functions which it implements
9415     to always fail with ENOSYS.  Some functions are actually named
9416     something starting with __ and the normal name is an alias.  */
9417 #if defined __stub_connect || defined __stub___connect
9418 choke me
9419 #endif
9420
9421 int
9422 main ()
9423 {
9424 return connect ();
9425   ;
9426   return 0;
9427 }
9428 _ACEOF
9429 rm -f conftest.$ac_objext conftest$ac_exeext
9430 if { (ac_try="$ac_link"
9431 case "(($ac_try" in
9432   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9433   *) ac_try_echo=$ac_try;;
9434 esac
9435 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9436 $as_echo "$ac_try_echo") >&5
9437   (eval "$ac_link") 2>conftest.er1
9438   ac_status=$?
9439   grep -v '^ *+' conftest.er1 >conftest.err
9440   rm -f conftest.er1
9441   cat conftest.err >&5
9442   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9443   (exit $ac_status); } && {
9444          test -z "$ac_c_werror_flag" ||
9445          test ! -s conftest.err
9446        } && test -s conftest$ac_exeext && {
9447          test "$cross_compiling" = yes ||
9448          $as_test_x conftest$ac_exeext
9449        }; then
9450   ac_cv_func_connect=yes
9451 else
9452   $as_echo "$as_me: failed program was:" >&5
9453 sed 's/^/| /' conftest.$ac_ext >&5
9454
9455         ac_cv_func_connect=no
9456 fi
9457
9458 rm -rf conftest.dSYM
9459 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9460       conftest$ac_exeext conftest.$ac_ext
9461 fi
9462 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9463 $as_echo "$ac_cv_func_connect" >&6; }
9464
9465     if test $ac_cv_func_connect = no; then
9466       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9467 $as_echo_n "checking for connect in -lsocket... " >&6; }
9468 if test "${ac_cv_lib_socket_connect+set}" = set; then
9469   $as_echo_n "(cached) " >&6
9470 else
9471   ac_check_lib_save_LIBS=$LIBS
9472 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9473 cat >conftest.$ac_ext <<_ACEOF
9474 /* confdefs.h.  */
9475 _ACEOF
9476 cat confdefs.h >>conftest.$ac_ext
9477 cat >>conftest.$ac_ext <<_ACEOF
9478 /* end confdefs.h.  */
9479
9480 /* Override any GCC internal prototype to avoid an error.
9481    Use char because int might match the return type of a GCC
9482    builtin and then its argument prototype would still apply.  */
9483 #ifdef __cplusplus
9484 extern "C"
9485 #endif
9486 char connect ();
9487 int
9488 main ()
9489 {
9490 return connect ();
9491   ;
9492   return 0;
9493 }
9494 _ACEOF
9495 rm -f conftest.$ac_objext conftest$ac_exeext
9496 if { (ac_try="$ac_link"
9497 case "(($ac_try" in
9498   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9499   *) ac_try_echo=$ac_try;;
9500 esac
9501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9502 $as_echo "$ac_try_echo") >&5
9503   (eval "$ac_link") 2>conftest.er1
9504   ac_status=$?
9505   grep -v '^ *+' conftest.er1 >conftest.err
9506   rm -f conftest.er1
9507   cat conftest.err >&5
9508   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9509   (exit $ac_status); } && {
9510          test -z "$ac_c_werror_flag" ||
9511          test ! -s conftest.err
9512        } && test -s conftest$ac_exeext && {
9513          test "$cross_compiling" = yes ||
9514          $as_test_x conftest$ac_exeext
9515        }; then
9516   ac_cv_lib_socket_connect=yes
9517 else
9518   $as_echo "$as_me: failed program was:" >&5
9519 sed 's/^/| /' conftest.$ac_ext >&5
9520
9521         ac_cv_lib_socket_connect=no
9522 fi
9523
9524 rm -rf conftest.dSYM
9525 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9526       conftest$ac_exeext conftest.$ac_ext
9527 LIBS=$ac_check_lib_save_LIBS
9528 fi
9529 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9530 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9531 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9532   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9533 fi
9534
9535     fi
9536
9537     # Guillermo Gomez says -lposix is necessary on A/UX.
9538     { $as_echo "$as_me:$LINENO: checking for remove" >&5
9539 $as_echo_n "checking for remove... " >&6; }
9540 if test "${ac_cv_func_remove+set}" = set; then
9541   $as_echo_n "(cached) " >&6
9542 else
9543   cat >conftest.$ac_ext <<_ACEOF
9544 /* confdefs.h.  */
9545 _ACEOF
9546 cat confdefs.h >>conftest.$ac_ext
9547 cat >>conftest.$ac_ext <<_ACEOF
9548 /* end confdefs.h.  */
9549 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9550    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9551 #define remove innocuous_remove
9552
9553 /* System header to define __stub macros and hopefully few prototypes,
9554     which can conflict with char remove (); below.
9555     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9556     <limits.h> exists even on freestanding compilers.  */
9557
9558 #ifdef __STDC__
9559 # include <limits.h>
9560 #else
9561 # include <assert.h>
9562 #endif
9563
9564 #undef remove
9565
9566 /* Override any GCC internal prototype to avoid an error.
9567    Use char because int might match the return type of a GCC
9568    builtin and then its argument prototype would still apply.  */
9569 #ifdef __cplusplus
9570 extern "C"
9571 #endif
9572 char remove ();
9573 /* The GNU C library defines this for functions which it implements
9574     to always fail with ENOSYS.  Some functions are actually named
9575     something starting with __ and the normal name is an alias.  */
9576 #if defined __stub_remove || defined __stub___remove
9577 choke me
9578 #endif
9579
9580 int
9581 main ()
9582 {
9583 return remove ();
9584   ;
9585   return 0;
9586 }
9587 _ACEOF
9588 rm -f conftest.$ac_objext conftest$ac_exeext
9589 if { (ac_try="$ac_link"
9590 case "(($ac_try" in
9591   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9592   *) ac_try_echo=$ac_try;;
9593 esac
9594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9595 $as_echo "$ac_try_echo") >&5
9596   (eval "$ac_link") 2>conftest.er1
9597   ac_status=$?
9598   grep -v '^ *+' conftest.er1 >conftest.err
9599   rm -f conftest.er1
9600   cat conftest.err >&5
9601   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9602   (exit $ac_status); } && {
9603          test -z "$ac_c_werror_flag" ||
9604          test ! -s conftest.err
9605        } && test -s conftest$ac_exeext && {
9606          test "$cross_compiling" = yes ||
9607          $as_test_x conftest$ac_exeext
9608        }; then
9609   ac_cv_func_remove=yes
9610 else
9611   $as_echo "$as_me: failed program was:" >&5
9612 sed 's/^/| /' conftest.$ac_ext >&5
9613
9614         ac_cv_func_remove=no
9615 fi
9616
9617 rm -rf conftest.dSYM
9618 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9619       conftest$ac_exeext conftest.$ac_ext
9620 fi
9621 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9622 $as_echo "$ac_cv_func_remove" >&6; }
9623
9624     if test $ac_cv_func_remove = no; then
9625       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9626 $as_echo_n "checking for remove in -lposix... " >&6; }
9627 if test "${ac_cv_lib_posix_remove+set}" = set; then
9628   $as_echo_n "(cached) " >&6
9629 else
9630   ac_check_lib_save_LIBS=$LIBS
9631 LIBS="-lposix  $LIBS"
9632 cat >conftest.$ac_ext <<_ACEOF
9633 /* confdefs.h.  */
9634 _ACEOF
9635 cat confdefs.h >>conftest.$ac_ext
9636 cat >>conftest.$ac_ext <<_ACEOF
9637 /* end confdefs.h.  */
9638
9639 /* Override any GCC internal prototype to avoid an error.
9640    Use char because int might match the return type of a GCC
9641    builtin and then its argument prototype would still apply.  */
9642 #ifdef __cplusplus
9643 extern "C"
9644 #endif
9645 char remove ();
9646 int
9647 main ()
9648 {
9649 return remove ();
9650   ;
9651   return 0;
9652 }
9653 _ACEOF
9654 rm -f conftest.$ac_objext conftest$ac_exeext
9655 if { (ac_try="$ac_link"
9656 case "(($ac_try" in
9657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9658   *) ac_try_echo=$ac_try;;
9659 esac
9660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9661 $as_echo "$ac_try_echo") >&5
9662   (eval "$ac_link") 2>conftest.er1
9663   ac_status=$?
9664   grep -v '^ *+' conftest.er1 >conftest.err
9665   rm -f conftest.er1
9666   cat conftest.err >&5
9667   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9668   (exit $ac_status); } && {
9669          test -z "$ac_c_werror_flag" ||
9670          test ! -s conftest.err
9671        } && test -s conftest$ac_exeext && {
9672          test "$cross_compiling" = yes ||
9673          $as_test_x conftest$ac_exeext
9674        }; then
9675   ac_cv_lib_posix_remove=yes
9676 else
9677   $as_echo "$as_me: failed program was:" >&5
9678 sed 's/^/| /' conftest.$ac_ext >&5
9679
9680         ac_cv_lib_posix_remove=no
9681 fi
9682
9683 rm -rf conftest.dSYM
9684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9685       conftest$ac_exeext conftest.$ac_ext
9686 LIBS=$ac_check_lib_save_LIBS
9687 fi
9688 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9689 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9690 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9691   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9692 fi
9693
9694     fi
9695
9696     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9697     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9698 $as_echo_n "checking for shmat... " >&6; }
9699 if test "${ac_cv_func_shmat+set}" = set; then
9700   $as_echo_n "(cached) " >&6
9701 else
9702   cat >conftest.$ac_ext <<_ACEOF
9703 /* confdefs.h.  */
9704 _ACEOF
9705 cat confdefs.h >>conftest.$ac_ext
9706 cat >>conftest.$ac_ext <<_ACEOF
9707 /* end confdefs.h.  */
9708 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9709    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9710 #define shmat innocuous_shmat
9711
9712 /* System header to define __stub macros and hopefully few prototypes,
9713     which can conflict with char shmat (); below.
9714     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9715     <limits.h> exists even on freestanding compilers.  */
9716
9717 #ifdef __STDC__
9718 # include <limits.h>
9719 #else
9720 # include <assert.h>
9721 #endif
9722
9723 #undef shmat
9724
9725 /* Override any GCC internal prototype to avoid an error.
9726    Use char because int might match the return type of a GCC
9727    builtin and then its argument prototype would still apply.  */
9728 #ifdef __cplusplus
9729 extern "C"
9730 #endif
9731 char shmat ();
9732 /* The GNU C library defines this for functions which it implements
9733     to always fail with ENOSYS.  Some functions are actually named
9734     something starting with __ and the normal name is an alias.  */
9735 #if defined __stub_shmat || defined __stub___shmat
9736 choke me
9737 #endif
9738
9739 int
9740 main ()
9741 {
9742 return shmat ();
9743   ;
9744   return 0;
9745 }
9746 _ACEOF
9747 rm -f conftest.$ac_objext conftest$ac_exeext
9748 if { (ac_try="$ac_link"
9749 case "(($ac_try" in
9750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9751   *) ac_try_echo=$ac_try;;
9752 esac
9753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9754 $as_echo "$ac_try_echo") >&5
9755   (eval "$ac_link") 2>conftest.er1
9756   ac_status=$?
9757   grep -v '^ *+' conftest.er1 >conftest.err
9758   rm -f conftest.er1
9759   cat conftest.err >&5
9760   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9761   (exit $ac_status); } && {
9762          test -z "$ac_c_werror_flag" ||
9763          test ! -s conftest.err
9764        } && test -s conftest$ac_exeext && {
9765          test "$cross_compiling" = yes ||
9766          $as_test_x conftest$ac_exeext
9767        }; then
9768   ac_cv_func_shmat=yes
9769 else
9770   $as_echo "$as_me: failed program was:" >&5
9771 sed 's/^/| /' conftest.$ac_ext >&5
9772
9773         ac_cv_func_shmat=no
9774 fi
9775
9776 rm -rf conftest.dSYM
9777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9778       conftest$ac_exeext conftest.$ac_ext
9779 fi
9780 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9781 $as_echo "$ac_cv_func_shmat" >&6; }
9782
9783     if test $ac_cv_func_shmat = no; then
9784       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9785 $as_echo_n "checking for shmat in -lipc... " >&6; }
9786 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9787   $as_echo_n "(cached) " >&6
9788 else
9789   ac_check_lib_save_LIBS=$LIBS
9790 LIBS="-lipc  $LIBS"
9791 cat >conftest.$ac_ext <<_ACEOF
9792 /* confdefs.h.  */
9793 _ACEOF
9794 cat confdefs.h >>conftest.$ac_ext
9795 cat >>conftest.$ac_ext <<_ACEOF
9796 /* end confdefs.h.  */
9797
9798 /* Override any GCC internal prototype to avoid an error.
9799    Use char because int might match the return type of a GCC
9800    builtin and then its argument prototype would still apply.  */
9801 #ifdef __cplusplus
9802 extern "C"
9803 #endif
9804 char shmat ();
9805 int
9806 main ()
9807 {
9808 return shmat ();
9809   ;
9810   return 0;
9811 }
9812 _ACEOF
9813 rm -f conftest.$ac_objext conftest$ac_exeext
9814 if { (ac_try="$ac_link"
9815 case "(($ac_try" in
9816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9817   *) ac_try_echo=$ac_try;;
9818 esac
9819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9820 $as_echo "$ac_try_echo") >&5
9821   (eval "$ac_link") 2>conftest.er1
9822   ac_status=$?
9823   grep -v '^ *+' conftest.er1 >conftest.err
9824   rm -f conftest.er1
9825   cat conftest.err >&5
9826   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9827   (exit $ac_status); } && {
9828          test -z "$ac_c_werror_flag" ||
9829          test ! -s conftest.err
9830        } && test -s conftest$ac_exeext && {
9831          test "$cross_compiling" = yes ||
9832          $as_test_x conftest$ac_exeext
9833        }; then
9834   ac_cv_lib_ipc_shmat=yes
9835 else
9836   $as_echo "$as_me: failed program was:" >&5
9837 sed 's/^/| /' conftest.$ac_ext >&5
9838
9839         ac_cv_lib_ipc_shmat=no
9840 fi
9841
9842 rm -rf conftest.dSYM
9843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9844       conftest$ac_exeext conftest.$ac_ext
9845 LIBS=$ac_check_lib_save_LIBS
9846 fi
9847 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9848 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9849 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9850   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9851 fi
9852
9853     fi
9854   fi
9855
9856   # Check for libraries that X11R6 Xt/Xaw programs need.
9857   ac_save_LDFLAGS=$LDFLAGS
9858   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9859   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9860   # check for ICE first), but we must link in the order -lSM -lICE or
9861   # we get undefined symbols.  So assume we have SM if we have ICE.
9862   # These have to be linked with before -lX11, unlike the other
9863   # libraries we check for below, so use a different variable.
9864   # John Interrante, Karl Berry
9865   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9866 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9867 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9868   $as_echo_n "(cached) " >&6
9869 else
9870   ac_check_lib_save_LIBS=$LIBS
9871 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9872 cat >conftest.$ac_ext <<_ACEOF
9873 /* confdefs.h.  */
9874 _ACEOF
9875 cat confdefs.h >>conftest.$ac_ext
9876 cat >>conftest.$ac_ext <<_ACEOF
9877 /* end confdefs.h.  */
9878
9879 /* Override any GCC internal prototype to avoid an error.
9880    Use char because int might match the return type of a GCC
9881    builtin and then its argument prototype would still apply.  */
9882 #ifdef __cplusplus
9883 extern "C"
9884 #endif
9885 char IceConnectionNumber ();
9886 int
9887 main ()
9888 {
9889 return IceConnectionNumber ();
9890   ;
9891   return 0;
9892 }
9893 _ACEOF
9894 rm -f conftest.$ac_objext conftest$ac_exeext
9895 if { (ac_try="$ac_link"
9896 case "(($ac_try" in
9897   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9898   *) ac_try_echo=$ac_try;;
9899 esac
9900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9901 $as_echo "$ac_try_echo") >&5
9902   (eval "$ac_link") 2>conftest.er1
9903   ac_status=$?
9904   grep -v '^ *+' conftest.er1 >conftest.err
9905   rm -f conftest.er1
9906   cat conftest.err >&5
9907   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9908   (exit $ac_status); } && {
9909          test -z "$ac_c_werror_flag" ||
9910          test ! -s conftest.err
9911        } && test -s conftest$ac_exeext && {
9912          test "$cross_compiling" = yes ||
9913          $as_test_x conftest$ac_exeext
9914        }; then
9915   ac_cv_lib_ICE_IceConnectionNumber=yes
9916 else
9917   $as_echo "$as_me: failed program was:" >&5
9918 sed 's/^/| /' conftest.$ac_ext >&5
9919
9920         ac_cv_lib_ICE_IceConnectionNumber=no
9921 fi
9922
9923 rm -rf conftest.dSYM
9924 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9925       conftest$ac_exeext conftest.$ac_ext
9926 LIBS=$ac_check_lib_save_LIBS
9927 fi
9928 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9929 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9930 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
9931   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9932 fi
9933
9934   LDFLAGS=$ac_save_LDFLAGS
9935
9936 fi
9937
9938
9939 if test "$have_x" = "yes"
9940 then
9941     XLIB="-lXext -lX11"
9942     ac_save_CPPFLAGS="$CPPFLAGS"
9943     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9944
9945     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9946 $as_echo_n "checking for -lX11... " >&6; }
9947 if test "${ac_cv_lib_soname_X11+set}" = set; then
9948   $as_echo_n "(cached) " >&6
9949 else
9950   ac_check_soname_save_LIBS=$LIBS
9951 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9952   cat >conftest.$ac_ext <<_ACEOF
9953 /* confdefs.h.  */
9954 _ACEOF
9955 cat confdefs.h >>conftest.$ac_ext
9956 cat >>conftest.$ac_ext <<_ACEOF
9957 /* end confdefs.h.  */
9958
9959 /* Override any GCC internal prototype to avoid an error.
9960    Use char because int might match the return type of a GCC
9961    builtin and then its argument prototype would still apply.  */
9962 #ifdef __cplusplus
9963 extern "C"
9964 #endif
9965 char XCreateWindow ();
9966 int
9967 main ()
9968 {
9969 return XCreateWindow ();
9970   ;
9971   return 0;
9972 }
9973 _ACEOF
9974 rm -f conftest.$ac_objext conftest$ac_exeext
9975 if { (ac_try="$ac_link"
9976 case "(($ac_try" in
9977   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9978   *) ac_try_echo=$ac_try;;
9979 esac
9980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9981 $as_echo "$ac_try_echo") >&5
9982   (eval "$ac_link") 2>conftest.er1
9983   ac_status=$?
9984   grep -v '^ *+' conftest.er1 >conftest.err
9985   rm -f conftest.er1
9986   cat conftest.err >&5
9987   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9988   (exit $ac_status); } && {
9989          test -z "$ac_c_werror_flag" ||
9990          test ! -s conftest.err
9991        } && test -s conftest$ac_exeext && {
9992          test "$cross_compiling" = yes ||
9993          $as_test_x conftest$ac_exeext
9994        }; then
9995   case "$LIBEXT" in
9996     dll) ;;
9997     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'` ;;
9998     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9999   esac
10000 else
10001   $as_echo "$as_me: failed program was:" >&5
10002 sed 's/^/| /' conftest.$ac_ext >&5
10003
10004
10005 fi
10006
10007 rm -rf conftest.dSYM
10008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10009       conftest$ac_exeext conftest.$ac_ext
10010   LIBS=$ac_check_soname_save_LIBS
10011 fi
10012 if test "x$ac_cv_lib_soname_X11" = "x"; then
10013   { $as_echo "$as_me:$LINENO: result: not found" >&5
10014 $as_echo "not found" >&6; }
10015
10016 else
10017   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10018 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10019
10020 cat >>confdefs.h <<_ACEOF
10021 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10022 _ACEOF
10023
10024
10025 fi
10026
10027     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10028 $as_echo_n "checking for -lXext... " >&6; }
10029 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10030   $as_echo_n "(cached) " >&6
10031 else
10032   ac_check_soname_save_LIBS=$LIBS
10033 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10034   cat >conftest.$ac_ext <<_ACEOF
10035 /* confdefs.h.  */
10036 _ACEOF
10037 cat confdefs.h >>conftest.$ac_ext
10038 cat >>conftest.$ac_ext <<_ACEOF
10039 /* end confdefs.h.  */
10040
10041 /* Override any GCC internal prototype to avoid an error.
10042    Use char because int might match the return type of a GCC
10043    builtin and then its argument prototype would still apply.  */
10044 #ifdef __cplusplus
10045 extern "C"
10046 #endif
10047 char XextCreateExtension ();
10048 int
10049 main ()
10050 {
10051 return XextCreateExtension ();
10052   ;
10053   return 0;
10054 }
10055 _ACEOF
10056 rm -f conftest.$ac_objext conftest$ac_exeext
10057 if { (ac_try="$ac_link"
10058 case "(($ac_try" in
10059   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10060   *) ac_try_echo=$ac_try;;
10061 esac
10062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10063 $as_echo "$ac_try_echo") >&5
10064   (eval "$ac_link") 2>conftest.er1
10065   ac_status=$?
10066   grep -v '^ *+' conftest.er1 >conftest.err
10067   rm -f conftest.er1
10068   cat conftest.err >&5
10069   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10070   (exit $ac_status); } && {
10071          test -z "$ac_c_werror_flag" ||
10072          test ! -s conftest.err
10073        } && test -s conftest$ac_exeext && {
10074          test "$cross_compiling" = yes ||
10075          $as_test_x conftest$ac_exeext
10076        }; then
10077   case "$LIBEXT" in
10078     dll) ;;
10079     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'` ;;
10080     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10081   esac
10082 else
10083   $as_echo "$as_me: failed program was:" >&5
10084 sed 's/^/| /' conftest.$ac_ext >&5
10085
10086
10087 fi
10088
10089 rm -rf conftest.dSYM
10090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10091       conftest$ac_exeext conftest.$ac_ext
10092   LIBS=$ac_check_soname_save_LIBS
10093 fi
10094 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10095   { $as_echo "$as_me:$LINENO: result: not found" >&5
10096 $as_echo "not found" >&6; }
10097
10098 else
10099   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10100 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10101
10102 cat >>confdefs.h <<_ACEOF
10103 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10104 _ACEOF
10105
10106
10107 fi
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122 for ac_header in X11/Xlib.h \
10123                       X11/XKBlib.h \
10124                       X11/Xutil.h \
10125                       X11/Xcursor/Xcursor.h \
10126                       X11/extensions/shape.h \
10127                       X11/extensions/XInput.h \
10128                       X11/extensions/XShm.h \
10129                       X11/extensions/Xcomposite.h \
10130                       X11/extensions/Xinerama.h \
10131                       X11/extensions/Xrandr.h \
10132                       X11/extensions/Xrender.h \
10133                       X11/extensions/xf86vmode.h
10134 do
10135 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10136 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10137 $as_echo_n "checking for $ac_header... " >&6; }
10138 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10139   $as_echo_n "(cached) " >&6
10140 else
10141   cat >conftest.$ac_ext <<_ACEOF
10142 /* confdefs.h.  */
10143 _ACEOF
10144 cat confdefs.h >>conftest.$ac_ext
10145 cat >>conftest.$ac_ext <<_ACEOF
10146 /* end confdefs.h.  */
10147 #ifdef HAVE_X11_XLIB_H
10148 # include <X11/Xlib.h>
10149 #endif
10150 #ifdef HAVE_X11_XUTIL_H
10151 # include <X11/Xutil.h>
10152 #endif
10153
10154 #include <$ac_header>
10155 _ACEOF
10156 rm -f conftest.$ac_objext
10157 if { (ac_try="$ac_compile"
10158 case "(($ac_try" in
10159   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10160   *) ac_try_echo=$ac_try;;
10161 esac
10162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10163 $as_echo "$ac_try_echo") >&5
10164   (eval "$ac_compile") 2>conftest.er1
10165   ac_status=$?
10166   grep -v '^ *+' conftest.er1 >conftest.err
10167   rm -f conftest.er1
10168   cat conftest.err >&5
10169   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10170   (exit $ac_status); } && {
10171          test -z "$ac_c_werror_flag" ||
10172          test ! -s conftest.err
10173        } && test -s conftest.$ac_objext; then
10174   eval "$as_ac_Header=yes"
10175 else
10176   $as_echo "$as_me: failed program was:" >&5
10177 sed 's/^/| /' conftest.$ac_ext >&5
10178
10179         eval "$as_ac_Header=no"
10180 fi
10181
10182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10183 fi
10184 ac_res=`eval 'as_val=${'$as_ac_Header'}
10185                  $as_echo "$as_val"'`
10186                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10187 $as_echo "$ac_res" >&6; }
10188 as_val=`eval 'as_val=${'$as_ac_Header'}
10189                  $as_echo "$as_val"'`
10190    if test "x$as_val" = x""yes; then
10191   cat >>confdefs.h <<_ACEOF
10192 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10193 _ACEOF
10194
10195 fi
10196
10197 done
10198
10199
10200                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10201         then
10202               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10203 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10204 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10205   $as_echo_n "(cached) " >&6
10206 else
10207   ac_check_lib_save_LIBS=$LIBS
10208 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10209 cat >conftest.$ac_ext <<_ACEOF
10210 /* confdefs.h.  */
10211 _ACEOF
10212 cat confdefs.h >>conftest.$ac_ext
10213 cat >>conftest.$ac_ext <<_ACEOF
10214 /* end confdefs.h.  */
10215
10216 /* Override any GCC internal prototype to avoid an error.
10217    Use char because int might match the return type of a GCC
10218    builtin and then its argument prototype would still apply.  */
10219 #ifdef __cplusplus
10220 extern "C"
10221 #endif
10222 char XkbQueryExtension ();
10223 int
10224 main ()
10225 {
10226 return XkbQueryExtension ();
10227   ;
10228   return 0;
10229 }
10230 _ACEOF
10231 rm -f conftest.$ac_objext conftest$ac_exeext
10232 if { (ac_try="$ac_link"
10233 case "(($ac_try" in
10234   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10235   *) ac_try_echo=$ac_try;;
10236 esac
10237 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10238 $as_echo "$ac_try_echo") >&5
10239   (eval "$ac_link") 2>conftest.er1
10240   ac_status=$?
10241   grep -v '^ *+' conftest.er1 >conftest.err
10242   rm -f conftest.er1
10243   cat conftest.err >&5
10244   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10245   (exit $ac_status); } && {
10246          test -z "$ac_c_werror_flag" ||
10247          test ! -s conftest.err
10248        } && test -s conftest$ac_exeext && {
10249          test "$cross_compiling" = yes ||
10250          $as_test_x conftest$ac_exeext
10251        }; then
10252   ac_cv_lib_X11_XkbQueryExtension=yes
10253 else
10254   $as_echo "$as_me: failed program was:" >&5
10255 sed 's/^/| /' conftest.$ac_ext >&5
10256
10257         ac_cv_lib_X11_XkbQueryExtension=no
10258 fi
10259
10260 rm -rf conftest.dSYM
10261 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10262       conftest$ac_exeext conftest.$ac_ext
10263 LIBS=$ac_check_lib_save_LIBS
10264 fi
10265 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10266 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10267 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10268
10269 cat >>confdefs.h <<\_ACEOF
10270 #define HAVE_XKB 1
10271 _ACEOF
10272
10273 fi
10274
10275         fi
10276
10277                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10278         then
10279             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10280 $as_echo_n "checking for -lXcursor... " >&6; }
10281 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10282   $as_echo_n "(cached) " >&6
10283 else
10284   ac_check_soname_save_LIBS=$LIBS
10285 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10286   cat >conftest.$ac_ext <<_ACEOF
10287 /* confdefs.h.  */
10288 _ACEOF
10289 cat confdefs.h >>conftest.$ac_ext
10290 cat >>conftest.$ac_ext <<_ACEOF
10291 /* end confdefs.h.  */
10292
10293 /* Override any GCC internal prototype to avoid an error.
10294    Use char because int might match the return type of a GCC
10295    builtin and then its argument prototype would still apply.  */
10296 #ifdef __cplusplus
10297 extern "C"
10298 #endif
10299 char XcursorImageLoadCursor ();
10300 int
10301 main ()
10302 {
10303 return XcursorImageLoadCursor ();
10304   ;
10305   return 0;
10306 }
10307 _ACEOF
10308 rm -f conftest.$ac_objext conftest$ac_exeext
10309 if { (ac_try="$ac_link"
10310 case "(($ac_try" in
10311   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10312   *) ac_try_echo=$ac_try;;
10313 esac
10314 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10315 $as_echo "$ac_try_echo") >&5
10316   (eval "$ac_link") 2>conftest.er1
10317   ac_status=$?
10318   grep -v '^ *+' conftest.er1 >conftest.err
10319   rm -f conftest.er1
10320   cat conftest.err >&5
10321   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10322   (exit $ac_status); } && {
10323          test -z "$ac_c_werror_flag" ||
10324          test ! -s conftest.err
10325        } && test -s conftest$ac_exeext && {
10326          test "$cross_compiling" = yes ||
10327          $as_test_x conftest$ac_exeext
10328        }; then
10329   case "$LIBEXT" in
10330     dll) ;;
10331     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'` ;;
10332     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10333   esac
10334 else
10335   $as_echo "$as_me: failed program was:" >&5
10336 sed 's/^/| /' conftest.$ac_ext >&5
10337
10338
10339 fi
10340
10341 rm -rf conftest.dSYM
10342 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10343       conftest$ac_exeext conftest.$ac_ext
10344   LIBS=$ac_check_soname_save_LIBS
10345 fi
10346 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10347   { $as_echo "$as_me:$LINENO: result: not found" >&5
10348 $as_echo "not found" >&6; }
10349
10350 else
10351   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10352 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10353
10354 cat >>confdefs.h <<_ACEOF
10355 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10356 _ACEOF
10357
10358
10359 fi
10360
10361         fi
10362         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10363   case "x$with_xcursor" in
10364   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10365   xno) ;;
10366   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10367 This is an error since --with-xcursor was requested." >&5
10368 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10369 This is an error since --with-xcursor was requested." >&2;}
10370    { (exit 1); exit 1; }; } ;;
10371 esac
10372 fi
10373
10374
10375                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10376         then
10377             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10378 $as_echo_n "checking for -lXi... " >&6; }
10379 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10380   $as_echo_n "(cached) " >&6
10381 else
10382   ac_check_soname_save_LIBS=$LIBS
10383 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10384   cat >conftest.$ac_ext <<_ACEOF
10385 /* confdefs.h.  */
10386 _ACEOF
10387 cat confdefs.h >>conftest.$ac_ext
10388 cat >>conftest.$ac_ext <<_ACEOF
10389 /* end confdefs.h.  */
10390
10391 /* Override any GCC internal prototype to avoid an error.
10392    Use char because int might match the return type of a GCC
10393    builtin and then its argument prototype would still apply.  */
10394 #ifdef __cplusplus
10395 extern "C"
10396 #endif
10397 char XOpenDevice ();
10398 int
10399 main ()
10400 {
10401 return XOpenDevice ();
10402   ;
10403   return 0;
10404 }
10405 _ACEOF
10406 rm -f conftest.$ac_objext conftest$ac_exeext
10407 if { (ac_try="$ac_link"
10408 case "(($ac_try" in
10409   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10410   *) ac_try_echo=$ac_try;;
10411 esac
10412 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10413 $as_echo "$ac_try_echo") >&5
10414   (eval "$ac_link") 2>conftest.er1
10415   ac_status=$?
10416   grep -v '^ *+' conftest.er1 >conftest.err
10417   rm -f conftest.er1
10418   cat conftest.err >&5
10419   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10420   (exit $ac_status); } && {
10421          test -z "$ac_c_werror_flag" ||
10422          test ! -s conftest.err
10423        } && test -s conftest$ac_exeext && {
10424          test "$cross_compiling" = yes ||
10425          $as_test_x conftest$ac_exeext
10426        }; then
10427   case "$LIBEXT" in
10428     dll) ;;
10429     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'` ;;
10430     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10431   esac
10432 else
10433   $as_echo "$as_me: failed program was:" >&5
10434 sed 's/^/| /' conftest.$ac_ext >&5
10435
10436
10437 fi
10438
10439 rm -rf conftest.dSYM
10440 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10441       conftest$ac_exeext conftest.$ac_ext
10442   LIBS=$ac_check_soname_save_LIBS
10443 fi
10444 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10445   { $as_echo "$as_me:$LINENO: result: not found" >&5
10446 $as_echo "not found" >&6; }
10447
10448 else
10449   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10450 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10451
10452 cat >>confdefs.h <<_ACEOF
10453 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10454 _ACEOF
10455
10456
10457 fi
10458
10459         fi
10460         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10461   case "x$with_xinput" in
10462   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10463   xno) ;;
10464   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10465 This is an error since --with-xinput was requested." >&5
10466 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10467 This is an error since --with-xinput was requested." >&2;}
10468    { (exit 1); exit 1; }; } ;;
10469 esac
10470 fi
10471
10472
10473                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10474         then
10475               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10476 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10477 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10478   $as_echo_n "(cached) " >&6
10479 else
10480   ac_check_lib_save_LIBS=$LIBS
10481 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10482 cat >conftest.$ac_ext <<_ACEOF
10483 /* confdefs.h.  */
10484 _ACEOF
10485 cat confdefs.h >>conftest.$ac_ext
10486 cat >>conftest.$ac_ext <<_ACEOF
10487 /* end confdefs.h.  */
10488
10489 /* Override any GCC internal prototype to avoid an error.
10490    Use char because int might match the return type of a GCC
10491    builtin and then its argument prototype would still apply.  */
10492 #ifdef __cplusplus
10493 extern "C"
10494 #endif
10495 char XShmQueryExtension ();
10496 int
10497 main ()
10498 {
10499 return XShmQueryExtension ();
10500   ;
10501   return 0;
10502 }
10503 _ACEOF
10504 rm -f conftest.$ac_objext conftest$ac_exeext
10505 if { (ac_try="$ac_link"
10506 case "(($ac_try" in
10507   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10508   *) ac_try_echo=$ac_try;;
10509 esac
10510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10511 $as_echo "$ac_try_echo") >&5
10512   (eval "$ac_link") 2>conftest.er1
10513   ac_status=$?
10514   grep -v '^ *+' conftest.er1 >conftest.err
10515   rm -f conftest.er1
10516   cat conftest.err >&5
10517   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10518   (exit $ac_status); } && {
10519          test -z "$ac_c_werror_flag" ||
10520          test ! -s conftest.err
10521        } && test -s conftest$ac_exeext && {
10522          test "$cross_compiling" = yes ||
10523          $as_test_x conftest$ac_exeext
10524        }; then
10525   ac_cv_lib_Xext_XShmQueryExtension=yes
10526 else
10527   $as_echo "$as_me: failed program was:" >&5
10528 sed 's/^/| /' conftest.$ac_ext >&5
10529
10530         ac_cv_lib_Xext_XShmQueryExtension=no
10531 fi
10532
10533 rm -rf conftest.dSYM
10534 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10535       conftest$ac_exeext conftest.$ac_ext
10536 LIBS=$ac_check_lib_save_LIBS
10537 fi
10538 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10539 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10540 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10541
10542 cat >>confdefs.h <<\_ACEOF
10543 #define HAVE_LIBXXSHM 1
10544 _ACEOF
10545
10546 fi
10547
10548         fi
10549         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10550   case "x$with_xshm" in
10551   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10552   xno) ;;
10553   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10554 This is an error since --with-xshm was requested." >&5
10555 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10556 This is an error since --with-xshm was requested." >&2;}
10557    { (exit 1); exit 1; }; } ;;
10558 esac
10559 fi
10560
10561
10562                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10563         then
10564               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10565 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10566 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10567   $as_echo_n "(cached) " >&6
10568 else
10569   ac_check_lib_save_LIBS=$LIBS
10570 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10571 cat >conftest.$ac_ext <<_ACEOF
10572 /* confdefs.h.  */
10573 _ACEOF
10574 cat confdefs.h >>conftest.$ac_ext
10575 cat >>conftest.$ac_ext <<_ACEOF
10576 /* end confdefs.h.  */
10577
10578 /* Override any GCC internal prototype to avoid an error.
10579    Use char because int might match the return type of a GCC
10580    builtin and then its argument prototype would still apply.  */
10581 #ifdef __cplusplus
10582 extern "C"
10583 #endif
10584 char XShapeQueryExtension ();
10585 int
10586 main ()
10587 {
10588 return XShapeQueryExtension ();
10589   ;
10590   return 0;
10591 }
10592 _ACEOF
10593 rm -f conftest.$ac_objext conftest$ac_exeext
10594 if { (ac_try="$ac_link"
10595 case "(($ac_try" in
10596   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10597   *) ac_try_echo=$ac_try;;
10598 esac
10599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10600 $as_echo "$ac_try_echo") >&5
10601   (eval "$ac_link") 2>conftest.er1
10602   ac_status=$?
10603   grep -v '^ *+' conftest.er1 >conftest.err
10604   rm -f conftest.er1
10605   cat conftest.err >&5
10606   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10607   (exit $ac_status); } && {
10608          test -z "$ac_c_werror_flag" ||
10609          test ! -s conftest.err
10610        } && test -s conftest$ac_exeext && {
10611          test "$cross_compiling" = yes ||
10612          $as_test_x conftest$ac_exeext
10613        }; then
10614   ac_cv_lib_Xext_XShapeQueryExtension=yes
10615 else
10616   $as_echo "$as_me: failed program was:" >&5
10617 sed 's/^/| /' conftest.$ac_ext >&5
10618
10619         ac_cv_lib_Xext_XShapeQueryExtension=no
10620 fi
10621
10622 rm -rf conftest.dSYM
10623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10624       conftest$ac_exeext conftest.$ac_ext
10625 LIBS=$ac_check_lib_save_LIBS
10626 fi
10627 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10628 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10629 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10630
10631 cat >>confdefs.h <<\_ACEOF
10632 #define HAVE_LIBXSHAPE 1
10633 _ACEOF
10634
10635 fi
10636
10637         fi
10638         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10639   case "x$with_xshape" in
10640   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10641   xno) ;;
10642   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10643 This is an error since --with-xshape was requested." >&5
10644 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10645 This is an error since --with-xshape was requested." >&2;}
10646    { (exit 1); exit 1; }; } ;;
10647 esac
10648 fi
10649
10650
10651                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10652         then
10653             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10654 $as_echo_n "checking for -lXxf86vm... " >&6; }
10655 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10656   $as_echo_n "(cached) " >&6
10657 else
10658   ac_check_soname_save_LIBS=$LIBS
10659 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10660   cat >conftest.$ac_ext <<_ACEOF
10661 /* confdefs.h.  */
10662 _ACEOF
10663 cat confdefs.h >>conftest.$ac_ext
10664 cat >>conftest.$ac_ext <<_ACEOF
10665 /* end confdefs.h.  */
10666
10667 /* Override any GCC internal prototype to avoid an error.
10668    Use char because int might match the return type of a GCC
10669    builtin and then its argument prototype would still apply.  */
10670 #ifdef __cplusplus
10671 extern "C"
10672 #endif
10673 char XF86VidModeQueryExtension ();
10674 int
10675 main ()
10676 {
10677 return XF86VidModeQueryExtension ();
10678   ;
10679   return 0;
10680 }
10681 _ACEOF
10682 rm -f conftest.$ac_objext conftest$ac_exeext
10683 if { (ac_try="$ac_link"
10684 case "(($ac_try" in
10685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10686   *) ac_try_echo=$ac_try;;
10687 esac
10688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10689 $as_echo "$ac_try_echo") >&5
10690   (eval "$ac_link") 2>conftest.er1
10691   ac_status=$?
10692   grep -v '^ *+' conftest.er1 >conftest.err
10693   rm -f conftest.er1
10694   cat conftest.err >&5
10695   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10696   (exit $ac_status); } && {
10697          test -z "$ac_c_werror_flag" ||
10698          test ! -s conftest.err
10699        } && test -s conftest$ac_exeext && {
10700          test "$cross_compiling" = yes ||
10701          $as_test_x conftest$ac_exeext
10702        }; then
10703   case "$LIBEXT" in
10704     dll) ;;
10705     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'` ;;
10706     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10707   esac
10708 else
10709   $as_echo "$as_me: failed program was:" >&5
10710 sed 's/^/| /' conftest.$ac_ext >&5
10711
10712
10713 fi
10714
10715 rm -rf conftest.dSYM
10716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10717       conftest$ac_exeext conftest.$ac_ext
10718   LIBS=$ac_check_soname_save_LIBS
10719 fi
10720 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10721   { $as_echo "$as_me:$LINENO: result: not found" >&5
10722 $as_echo "not found" >&6; }
10723
10724 else
10725   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10726 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10727
10728 cat >>confdefs.h <<_ACEOF
10729 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10730 _ACEOF
10731
10732
10733 fi
10734
10735         fi
10736         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10737   case "x$with_xxf86vm" in
10738   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10739   xno) ;;
10740   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10741 This is an error since --with-xxf86vm was requested." >&5
10742 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10743 This is an error since --with-xxf86vm was requested." >&2;}
10744    { (exit 1); exit 1; }; } ;;
10745 esac
10746 fi
10747
10748
10749                 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"
10750         then
10751             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10752 $as_echo_n "checking for -lXrender... " >&6; }
10753 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10754   $as_echo_n "(cached) " >&6
10755 else
10756   ac_check_soname_save_LIBS=$LIBS
10757 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10758   cat >conftest.$ac_ext <<_ACEOF
10759 /* confdefs.h.  */
10760 _ACEOF
10761 cat confdefs.h >>conftest.$ac_ext
10762 cat >>conftest.$ac_ext <<_ACEOF
10763 /* end confdefs.h.  */
10764
10765 /* Override any GCC internal prototype to avoid an error.
10766    Use char because int might match the return type of a GCC
10767    builtin and then its argument prototype would still apply.  */
10768 #ifdef __cplusplus
10769 extern "C"
10770 #endif
10771 char XRenderQueryExtension ();
10772 int
10773 main ()
10774 {
10775 return XRenderQueryExtension ();
10776   ;
10777   return 0;
10778 }
10779 _ACEOF
10780 rm -f conftest.$ac_objext conftest$ac_exeext
10781 if { (ac_try="$ac_link"
10782 case "(($ac_try" in
10783   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10784   *) ac_try_echo=$ac_try;;
10785 esac
10786 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10787 $as_echo "$ac_try_echo") >&5
10788   (eval "$ac_link") 2>conftest.er1
10789   ac_status=$?
10790   grep -v '^ *+' conftest.er1 >conftest.err
10791   rm -f conftest.er1
10792   cat conftest.err >&5
10793   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10794   (exit $ac_status); } && {
10795          test -z "$ac_c_werror_flag" ||
10796          test ! -s conftest.err
10797        } && test -s conftest$ac_exeext && {
10798          test "$cross_compiling" = yes ||
10799          $as_test_x conftest$ac_exeext
10800        }; then
10801   case "$LIBEXT" in
10802     dll) ;;
10803     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'` ;;
10804     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10805   esac
10806 else
10807   $as_echo "$as_me: failed program was:" >&5
10808 sed 's/^/| /' conftest.$ac_ext >&5
10809
10810
10811 fi
10812
10813 rm -rf conftest.dSYM
10814 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10815       conftest$ac_exeext conftest.$ac_ext
10816   LIBS=$ac_check_soname_save_LIBS
10817 fi
10818 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10819   { $as_echo "$as_me:$LINENO: result: not found" >&5
10820 $as_echo "not found" >&6; }
10821
10822 else
10823   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10824 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10825
10826 cat >>confdefs.h <<_ACEOF
10827 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10828 _ACEOF
10829
10830        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10831 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10832 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10833   $as_echo_n "(cached) " >&6
10834 else
10835   ac_check_lib_save_LIBS=$LIBS
10836 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10837 cat >conftest.$ac_ext <<_ACEOF
10838 /* confdefs.h.  */
10839 _ACEOF
10840 cat confdefs.h >>conftest.$ac_ext
10841 cat >>conftest.$ac_ext <<_ACEOF
10842 /* end confdefs.h.  */
10843
10844 /* Override any GCC internal prototype to avoid an error.
10845    Use char because int might match the return type of a GCC
10846    builtin and then its argument prototype would still apply.  */
10847 #ifdef __cplusplus
10848 extern "C"
10849 #endif
10850 char XRenderSetPictureTransform ();
10851 int
10852 main ()
10853 {
10854 return XRenderSetPictureTransform ();
10855   ;
10856   return 0;
10857 }
10858 _ACEOF
10859 rm -f conftest.$ac_objext conftest$ac_exeext
10860 if { (ac_try="$ac_link"
10861 case "(($ac_try" in
10862   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10863   *) ac_try_echo=$ac_try;;
10864 esac
10865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10866 $as_echo "$ac_try_echo") >&5
10867   (eval "$ac_link") 2>conftest.er1
10868   ac_status=$?
10869   grep -v '^ *+' conftest.er1 >conftest.err
10870   rm -f conftest.er1
10871   cat conftest.err >&5
10872   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10873   (exit $ac_status); } && {
10874          test -z "$ac_c_werror_flag" ||
10875          test ! -s conftest.err
10876        } && test -s conftest$ac_exeext && {
10877          test "$cross_compiling" = yes ||
10878          $as_test_x conftest$ac_exeext
10879        }; then
10880   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10881 else
10882   $as_echo "$as_me: failed program was:" >&5
10883 sed 's/^/| /' conftest.$ac_ext >&5
10884
10885         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10886 fi
10887
10888 rm -rf conftest.dSYM
10889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10890       conftest$ac_exeext conftest.$ac_ext
10891 LIBS=$ac_check_lib_save_LIBS
10892 fi
10893 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10894 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10895 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10896
10897 cat >>confdefs.h <<\_ACEOF
10898 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10899 _ACEOF
10900
10901 fi
10902
10903 fi
10904
10905
10906         fi
10907         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10908   case "x$with_xrender" in
10909   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10910   xno) ;;
10911   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10912 This is an error since --with-xrender was requested." >&5
10913 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10914 This is an error since --with-xrender was requested." >&2;}
10915    { (exit 1); exit 1; }; } ;;
10916 esac
10917 fi
10918
10919
10920                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10921         then
10922                 cat >conftest.$ac_ext <<_ACEOF
10923 /* confdefs.h.  */
10924 _ACEOF
10925 cat confdefs.h >>conftest.$ac_ext
10926 cat >>conftest.$ac_ext <<_ACEOF
10927 /* end confdefs.h.  */
10928 #include <X11/Xlib.h>
10929 #include <X11/extensions/Xrandr.h>
10930 int
10931 main ()
10932 {
10933 static typeof(XRRSetScreenConfigAndRate) * func;
10934   ;
10935   return 0;
10936 }
10937 _ACEOF
10938 rm -f conftest.$ac_objext
10939 if { (ac_try="$ac_compile"
10940 case "(($ac_try" in
10941   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10942   *) ac_try_echo=$ac_try;;
10943 esac
10944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10945 $as_echo "$ac_try_echo") >&5
10946   (eval "$ac_compile") 2>conftest.er1
10947   ac_status=$?
10948   grep -v '^ *+' conftest.er1 >conftest.err
10949   rm -f conftest.er1
10950   cat conftest.err >&5
10951   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10952   (exit $ac_status); } && {
10953          test -z "$ac_c_werror_flag" ||
10954          test ! -s conftest.err
10955        } && test -s conftest.$ac_objext; then
10956   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10957 $as_echo_n "checking for -lXrandr... " >&6; }
10958 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10959   $as_echo_n "(cached) " >&6
10960 else
10961   ac_check_soname_save_LIBS=$LIBS
10962 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10963   cat >conftest.$ac_ext <<_ACEOF
10964 /* confdefs.h.  */
10965 _ACEOF
10966 cat confdefs.h >>conftest.$ac_ext
10967 cat >>conftest.$ac_ext <<_ACEOF
10968 /* end confdefs.h.  */
10969
10970 /* Override any GCC internal prototype to avoid an error.
10971    Use char because int might match the return type of a GCC
10972    builtin and then its argument prototype would still apply.  */
10973 #ifdef __cplusplus
10974 extern "C"
10975 #endif
10976 char XRRQueryExtension ();
10977 int
10978 main ()
10979 {
10980 return XRRQueryExtension ();
10981   ;
10982   return 0;
10983 }
10984 _ACEOF
10985 rm -f conftest.$ac_objext conftest$ac_exeext
10986 if { (ac_try="$ac_link"
10987 case "(($ac_try" in
10988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10989   *) ac_try_echo=$ac_try;;
10990 esac
10991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10992 $as_echo "$ac_try_echo") >&5
10993   (eval "$ac_link") 2>conftest.er1
10994   ac_status=$?
10995   grep -v '^ *+' conftest.er1 >conftest.err
10996   rm -f conftest.er1
10997   cat conftest.err >&5
10998   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10999   (exit $ac_status); } && {
11000          test -z "$ac_c_werror_flag" ||
11001          test ! -s conftest.err
11002        } && test -s conftest$ac_exeext && {
11003          test "$cross_compiling" = yes ||
11004          $as_test_x conftest$ac_exeext
11005        }; then
11006   case "$LIBEXT" in
11007     dll) ;;
11008     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'` ;;
11009     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11010   esac
11011 else
11012   $as_echo "$as_me: failed program was:" >&5
11013 sed 's/^/| /' conftest.$ac_ext >&5
11014
11015
11016 fi
11017
11018 rm -rf conftest.dSYM
11019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11020       conftest$ac_exeext conftest.$ac_ext
11021   LIBS=$ac_check_soname_save_LIBS
11022 fi
11023 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11024   { $as_echo "$as_me:$LINENO: result: not found" >&5
11025 $as_echo "not found" >&6; }
11026
11027 else
11028   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11029 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11030
11031 cat >>confdefs.h <<_ACEOF
11032 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11033 _ACEOF
11034
11035
11036 fi
11037
11038 else
11039   $as_echo "$as_me: failed program was:" >&5
11040 sed 's/^/| /' conftest.$ac_ext >&5
11041
11042
11043 fi
11044
11045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11046         fi
11047         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11048   case "x$with_xrandr" in
11049   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11050   xno) ;;
11051   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11052 This is an error since --with-xrandr was requested." >&5
11053 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11054 This is an error since --with-xrandr was requested." >&2;}
11055    { (exit 1); exit 1; }; } ;;
11056 esac
11057 fi
11058
11059
11060                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11061         then
11062                 cat >conftest.$ac_ext <<_ACEOF
11063 /* confdefs.h.  */
11064 _ACEOF
11065 cat confdefs.h >>conftest.$ac_ext
11066 cat >>conftest.$ac_ext <<_ACEOF
11067 /* end confdefs.h.  */
11068 #include <X11/Xlib.h>
11069 #include <X11/extensions/Xinerama.h>
11070 int
11071 main ()
11072 {
11073 static typeof(XineramaQueryScreens) * func;
11074   ;
11075   return 0;
11076 }
11077 _ACEOF
11078 rm -f conftest.$ac_objext
11079 if { (ac_try="$ac_compile"
11080 case "(($ac_try" in
11081   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11082   *) ac_try_echo=$ac_try;;
11083 esac
11084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11085 $as_echo "$ac_try_echo") >&5
11086   (eval "$ac_compile") 2>conftest.er1
11087   ac_status=$?
11088   grep -v '^ *+' conftest.er1 >conftest.err
11089   rm -f conftest.er1
11090   cat conftest.err >&5
11091   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11092   (exit $ac_status); } && {
11093          test -z "$ac_c_werror_flag" ||
11094          test ! -s conftest.err
11095        } && test -s conftest.$ac_objext; then
11096   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11097 $as_echo_n "checking for -lXinerama... " >&6; }
11098 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11099   $as_echo_n "(cached) " >&6
11100 else
11101   ac_check_soname_save_LIBS=$LIBS
11102 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11103   cat >conftest.$ac_ext <<_ACEOF
11104 /* confdefs.h.  */
11105 _ACEOF
11106 cat confdefs.h >>conftest.$ac_ext
11107 cat >>conftest.$ac_ext <<_ACEOF
11108 /* end confdefs.h.  */
11109
11110 /* Override any GCC internal prototype to avoid an error.
11111    Use char because int might match the return type of a GCC
11112    builtin and then its argument prototype would still apply.  */
11113 #ifdef __cplusplus
11114 extern "C"
11115 #endif
11116 char XineramaQueryScreens ();
11117 int
11118 main ()
11119 {
11120 return XineramaQueryScreens ();
11121   ;
11122   return 0;
11123 }
11124 _ACEOF
11125 rm -f conftest.$ac_objext conftest$ac_exeext
11126 if { (ac_try="$ac_link"
11127 case "(($ac_try" in
11128   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11129   *) ac_try_echo=$ac_try;;
11130 esac
11131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11132 $as_echo "$ac_try_echo") >&5
11133   (eval "$ac_link") 2>conftest.er1
11134   ac_status=$?
11135   grep -v '^ *+' conftest.er1 >conftest.err
11136   rm -f conftest.er1
11137   cat conftest.err >&5
11138   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11139   (exit $ac_status); } && {
11140          test -z "$ac_c_werror_flag" ||
11141          test ! -s conftest.err
11142        } && test -s conftest$ac_exeext && {
11143          test "$cross_compiling" = yes ||
11144          $as_test_x conftest$ac_exeext
11145        }; then
11146   case "$LIBEXT" in
11147     dll) ;;
11148     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'` ;;
11149     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11150   esac
11151 else
11152   $as_echo "$as_me: failed program was:" >&5
11153 sed 's/^/| /' conftest.$ac_ext >&5
11154
11155
11156 fi
11157
11158 rm -rf conftest.dSYM
11159 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11160       conftest$ac_exeext conftest.$ac_ext
11161   LIBS=$ac_check_soname_save_LIBS
11162 fi
11163 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11164   { $as_echo "$as_me:$LINENO: result: not found" >&5
11165 $as_echo "not found" >&6; }
11166
11167 else
11168   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11169 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11170
11171 cat >>confdefs.h <<_ACEOF
11172 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11173 _ACEOF
11174
11175
11176 fi
11177
11178 else
11179   $as_echo "$as_me: failed program was:" >&5
11180 sed 's/^/| /' conftest.$ac_ext >&5
11181
11182
11183 fi
11184
11185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11186         fi
11187         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11188   case "x$with_xinerama" in
11189   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11190   xno) ;;
11191   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11192 This is an error since --with-xinerama was requested." >&5
11193 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11194 This is an error since --with-xinerama was requested." >&2;}
11195    { (exit 1); exit 1; }; } ;;
11196 esac
11197 fi
11198
11199
11200                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11201         then
11202             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11203 $as_echo_n "checking for -lXcomposite... " >&6; }
11204 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11205   $as_echo_n "(cached) " >&6
11206 else
11207   ac_check_soname_save_LIBS=$LIBS
11208 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11209   cat >conftest.$ac_ext <<_ACEOF
11210 /* confdefs.h.  */
11211 _ACEOF
11212 cat confdefs.h >>conftest.$ac_ext
11213 cat >>conftest.$ac_ext <<_ACEOF
11214 /* end confdefs.h.  */
11215
11216 /* Override any GCC internal prototype to avoid an error.
11217    Use char because int might match the return type of a GCC
11218    builtin and then its argument prototype would still apply.  */
11219 #ifdef __cplusplus
11220 extern "C"
11221 #endif
11222 char XCompositeRedirectWindow ();
11223 int
11224 main ()
11225 {
11226 return XCompositeRedirectWindow ();
11227   ;
11228   return 0;
11229 }
11230 _ACEOF
11231 rm -f conftest.$ac_objext conftest$ac_exeext
11232 if { (ac_try="$ac_link"
11233 case "(($ac_try" in
11234   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11235   *) ac_try_echo=$ac_try;;
11236 esac
11237 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11238 $as_echo "$ac_try_echo") >&5
11239   (eval "$ac_link") 2>conftest.er1
11240   ac_status=$?
11241   grep -v '^ *+' conftest.er1 >conftest.err
11242   rm -f conftest.er1
11243   cat conftest.err >&5
11244   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11245   (exit $ac_status); } && {
11246          test -z "$ac_c_werror_flag" ||
11247          test ! -s conftest.err
11248        } && test -s conftest$ac_exeext && {
11249          test "$cross_compiling" = yes ||
11250          $as_test_x conftest$ac_exeext
11251        }; then
11252   case "$LIBEXT" in
11253     dll) ;;
11254     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'` ;;
11255     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11256   esac
11257 else
11258   $as_echo "$as_me: failed program was:" >&5
11259 sed 's/^/| /' conftest.$ac_ext >&5
11260
11261
11262 fi
11263
11264 rm -rf conftest.dSYM
11265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11266       conftest$ac_exeext conftest.$ac_ext
11267   LIBS=$ac_check_soname_save_LIBS
11268 fi
11269 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11270   { $as_echo "$as_me:$LINENO: result: not found" >&5
11271 $as_echo "not found" >&6; }
11272
11273 else
11274   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11275 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11276
11277 cat >>confdefs.h <<_ACEOF
11278 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11279 _ACEOF
11280
11281
11282 fi
11283
11284         fi
11285         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11286   case "x$with_xcomposite" in
11287   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11288   xno) ;;
11289   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11290 This is an error since --with-xcomposite was requested." >&5
11291 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11292 This is an error since --with-xcomposite was requested." >&2;}
11293    { (exit 1); exit 1; }; } ;;
11294 esac
11295 fi
11296
11297
11298                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11299 $as_echo_n "checking for XICCallback.callback... " >&6; }
11300 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11301   $as_echo_n "(cached) " >&6
11302 else
11303   cat >conftest.$ac_ext <<_ACEOF
11304 /* confdefs.h.  */
11305 _ACEOF
11306 cat confdefs.h >>conftest.$ac_ext
11307 cat >>conftest.$ac_ext <<_ACEOF
11308 /* end confdefs.h.  */
11309 #ifdef HAVE_X11_XLIB_H
11310 #include <X11/Xlib.h>
11311 #endif
11312
11313 int
11314 main ()
11315 {
11316 static XICCallback ac_aggr;
11317 if (ac_aggr.callback)
11318 return 0;
11319   ;
11320   return 0;
11321 }
11322 _ACEOF
11323 rm -f conftest.$ac_objext
11324 if { (ac_try="$ac_compile"
11325 case "(($ac_try" in
11326   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11327   *) ac_try_echo=$ac_try;;
11328 esac
11329 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11330 $as_echo "$ac_try_echo") >&5
11331   (eval "$ac_compile") 2>conftest.er1
11332   ac_status=$?
11333   grep -v '^ *+' conftest.er1 >conftest.err
11334   rm -f conftest.er1
11335   cat conftest.err >&5
11336   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11337   (exit $ac_status); } && {
11338          test -z "$ac_c_werror_flag" ||
11339          test ! -s conftest.err
11340        } && test -s conftest.$ac_objext; then
11341   ac_cv_member_XICCallback_callback=yes
11342 else
11343   $as_echo "$as_me: failed program was:" >&5
11344 sed 's/^/| /' conftest.$ac_ext >&5
11345
11346         cat >conftest.$ac_ext <<_ACEOF
11347 /* confdefs.h.  */
11348 _ACEOF
11349 cat confdefs.h >>conftest.$ac_ext
11350 cat >>conftest.$ac_ext <<_ACEOF
11351 /* end confdefs.h.  */
11352 #ifdef HAVE_X11_XLIB_H
11353 #include <X11/Xlib.h>
11354 #endif
11355
11356 int
11357 main ()
11358 {
11359 static XICCallback ac_aggr;
11360 if (sizeof ac_aggr.callback)
11361 return 0;
11362   ;
11363   return 0;
11364 }
11365 _ACEOF
11366 rm -f conftest.$ac_objext
11367 if { (ac_try="$ac_compile"
11368 case "(($ac_try" in
11369   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11370   *) ac_try_echo=$ac_try;;
11371 esac
11372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11373 $as_echo "$ac_try_echo") >&5
11374   (eval "$ac_compile") 2>conftest.er1
11375   ac_status=$?
11376   grep -v '^ *+' conftest.er1 >conftest.err
11377   rm -f conftest.er1
11378   cat conftest.err >&5
11379   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11380   (exit $ac_status); } && {
11381          test -z "$ac_c_werror_flag" ||
11382          test ! -s conftest.err
11383        } && test -s conftest.$ac_objext; then
11384   ac_cv_member_XICCallback_callback=yes
11385 else
11386   $as_echo "$as_me: failed program was:" >&5
11387 sed 's/^/| /' conftest.$ac_ext >&5
11388
11389         ac_cv_member_XICCallback_callback=no
11390 fi
11391
11392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11393 fi
11394
11395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11396 fi
11397 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11398 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11399 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11400
11401 cat >>confdefs.h <<_ACEOF
11402 #define HAVE_XICCALLBACK_CALLBACK 1
11403 _ACEOF
11404
11405
11406 fi
11407
11408
11409
11410         opengl_msg=""
11411     if test "x$with_opengl" != "xno"
11412     then
11413
11414
11415
11416 for ac_header in GL/gl.h GL/glx.h GL/glu.h
11417 do
11418 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11419 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11420 $as_echo_n "checking for $ac_header... " >&6; }
11421 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11422   $as_echo_n "(cached) " >&6
11423 else
11424   cat >conftest.$ac_ext <<_ACEOF
11425 /* confdefs.h.  */
11426 _ACEOF
11427 cat confdefs.h >>conftest.$ac_ext
11428 cat >>conftest.$ac_ext <<_ACEOF
11429 /* end confdefs.h.  */
11430 #ifdef HAVE_GL_GLX_H
11431 # include <GL/glx.h>
11432 #endif
11433
11434 #include <$ac_header>
11435 _ACEOF
11436 rm -f conftest.$ac_objext
11437 if { (ac_try="$ac_compile"
11438 case "(($ac_try" in
11439   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11440   *) ac_try_echo=$ac_try;;
11441 esac
11442 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11443 $as_echo "$ac_try_echo") >&5
11444   (eval "$ac_compile") 2>conftest.er1
11445   ac_status=$?
11446   grep -v '^ *+' conftest.er1 >conftest.err
11447   rm -f conftest.er1
11448   cat conftest.err >&5
11449   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11450   (exit $ac_status); } && {
11451          test -z "$ac_c_werror_flag" ||
11452          test ! -s conftest.err
11453        } && test -s conftest.$ac_objext; then
11454   eval "$as_ac_Header=yes"
11455 else
11456   $as_echo "$as_me: failed program was:" >&5
11457 sed 's/^/| /' conftest.$ac_ext >&5
11458
11459         eval "$as_ac_Header=no"
11460 fi
11461
11462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11463 fi
11464 ac_res=`eval 'as_val=${'$as_ac_Header'}
11465                  $as_echo "$as_val"'`
11466                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11467 $as_echo "$ac_res" >&6; }
11468 as_val=`eval 'as_val=${'$as_ac_Header'}
11469                  $as_echo "$as_val"'`
11470    if test "x$as_val" = x""yes; then
11471   cat >>confdefs.h <<_ACEOF
11472 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11473 _ACEOF
11474
11475 fi
11476
11477 done
11478
11479         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11480         then
11481                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11482 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11483 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11484   $as_echo_n "(cached) " >&6
11485 else
11486   cat >conftest.$ac_ext <<_ACEOF
11487 /* confdefs.h.  */
11488 _ACEOF
11489 cat confdefs.h >>conftest.$ac_ext
11490 cat >>conftest.$ac_ext <<_ACEOF
11491 /* end confdefs.h.  */
11492 #include <GL/gl.h>
11493 int
11494 main ()
11495 {
11496 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11497   ;
11498   return 0;
11499 }
11500 _ACEOF
11501 rm -f conftest.$ac_objext
11502 if { (ac_try="$ac_compile"
11503 case "(($ac_try" in
11504   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11505   *) ac_try_echo=$ac_try;;
11506 esac
11507 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11508 $as_echo "$ac_try_echo") >&5
11509   (eval "$ac_compile") 2>conftest.er1
11510   ac_status=$?
11511   grep -v '^ *+' conftest.er1 >conftest.err
11512   rm -f conftest.er1
11513   cat conftest.err >&5
11514   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11515   (exit $ac_status); } && {
11516          test -z "$ac_c_werror_flag" ||
11517          test ! -s conftest.err
11518        } && test -s conftest.$ac_objext; then
11519   wine_cv_opengl_header_version_OK="yes"
11520 else
11521   $as_echo "$as_me: failed program was:" >&5
11522 sed 's/^/| /' conftest.$ac_ext >&5
11523
11524         wine_cv_opengl_header_version_OK="no"
11525 fi
11526
11527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11528 fi
11529 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11530 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11531
11532             if test "$wine_cv_opengl_header_version_OK" = "yes"
11533             then
11534                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11535 $as_echo_n "checking for -lGL... " >&6; }
11536 if test "${ac_cv_lib_soname_GL+set}" = set; then
11537   $as_echo_n "(cached) " >&6
11538 else
11539   ac_check_soname_save_LIBS=$LIBS
11540 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11541   cat >conftest.$ac_ext <<_ACEOF
11542 /* confdefs.h.  */
11543 _ACEOF
11544 cat confdefs.h >>conftest.$ac_ext
11545 cat >>conftest.$ac_ext <<_ACEOF
11546 /* end confdefs.h.  */
11547
11548 /* Override any GCC internal prototype to avoid an error.
11549    Use char because int might match the return type of a GCC
11550    builtin and then its argument prototype would still apply.  */
11551 #ifdef __cplusplus
11552 extern "C"
11553 #endif
11554 char glXCreateContext ();
11555 int
11556 main ()
11557 {
11558 return glXCreateContext ();
11559   ;
11560   return 0;
11561 }
11562 _ACEOF
11563 rm -f conftest.$ac_objext conftest$ac_exeext
11564 if { (ac_try="$ac_link"
11565 case "(($ac_try" in
11566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11567   *) ac_try_echo=$ac_try;;
11568 esac
11569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11570 $as_echo "$ac_try_echo") >&5
11571   (eval "$ac_link") 2>conftest.er1
11572   ac_status=$?
11573   grep -v '^ *+' conftest.er1 >conftest.err
11574   rm -f conftest.er1
11575   cat conftest.err >&5
11576   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11577   (exit $ac_status); } && {
11578          test -z "$ac_c_werror_flag" ||
11579          test ! -s conftest.err
11580        } && test -s conftest$ac_exeext && {
11581          test "$cross_compiling" = yes ||
11582          $as_test_x conftest$ac_exeext
11583        }; then
11584   case "$LIBEXT" in
11585     dll) ;;
11586     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'` ;;
11587     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11588   esac
11589 else
11590   $as_echo "$as_me: failed program was:" >&5
11591 sed 's/^/| /' conftest.$ac_ext >&5
11592
11593
11594 fi
11595
11596 rm -rf conftest.dSYM
11597 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11598       conftest$ac_exeext conftest.$ac_ext
11599   LIBS=$ac_check_soname_save_LIBS
11600 fi
11601 if test "x$ac_cv_lib_soname_GL" = "x"; then
11602   { $as_echo "$as_me:$LINENO: result: not found" >&5
11603 $as_echo "not found" >&6; }
11604        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11605 $as_echo_n "checking for -lGL... " >&6; }
11606 if test "${ac_cv_lib_soname_GL+set}" = set; then
11607   $as_echo_n "(cached) " >&6
11608 else
11609   ac_check_soname_save_LIBS=$LIBS
11610 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"
11611   cat >conftest.$ac_ext <<_ACEOF
11612 /* confdefs.h.  */
11613 _ACEOF
11614 cat confdefs.h >>conftest.$ac_ext
11615 cat >>conftest.$ac_ext <<_ACEOF
11616 /* end confdefs.h.  */
11617
11618 /* Override any GCC internal prototype to avoid an error.
11619    Use char because int might match the return type of a GCC
11620    builtin and then its argument prototype would still apply.  */
11621 #ifdef __cplusplus
11622 extern "C"
11623 #endif
11624 char glXCreateContext ();
11625 int
11626 main ()
11627 {
11628 return glXCreateContext ();
11629   ;
11630   return 0;
11631 }
11632 _ACEOF
11633 rm -f conftest.$ac_objext conftest$ac_exeext
11634 if { (ac_try="$ac_link"
11635 case "(($ac_try" in
11636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11637   *) ac_try_echo=$ac_try;;
11638 esac
11639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11640 $as_echo "$ac_try_echo") >&5
11641   (eval "$ac_link") 2>conftest.er1
11642   ac_status=$?
11643   grep -v '^ *+' conftest.er1 >conftest.err
11644   rm -f conftest.er1
11645   cat conftest.err >&5
11646   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11647   (exit $ac_status); } && {
11648          test -z "$ac_c_werror_flag" ||
11649          test ! -s conftest.err
11650        } && test -s conftest$ac_exeext && {
11651          test "$cross_compiling" = yes ||
11652          $as_test_x conftest$ac_exeext
11653        }; then
11654   case "$LIBEXT" in
11655     dll) ;;
11656     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'` ;;
11657     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11658   esac
11659 else
11660   $as_echo "$as_me: failed program was:" >&5
11661 sed 's/^/| /' conftest.$ac_ext >&5
11662
11663
11664 fi
11665
11666 rm -rf conftest.dSYM
11667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11668       conftest$ac_exeext conftest.$ac_ext
11669   LIBS=$ac_check_soname_save_LIBS
11670 fi
11671 if test "x$ac_cv_lib_soname_GL" = "x"; then
11672   { $as_echo "$as_me:$LINENO: result: not found" >&5
11673 $as_echo "not found" >&6; }
11674        if test -f /usr/X11R6/lib/libGL.a
11675                                     then
11676                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11677 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11678                                     else
11679                                         opengl_msg="No OpenGL library found on this system."
11680                                     fi
11681 else
11682   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11683 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11684
11685 cat >>confdefs.h <<_ACEOF
11686 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11687 _ACEOF
11688
11689        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"
11690
11691 cat >>confdefs.h <<\_ACEOF
11692 #define HAVE_OPENGL 1
11693 _ACEOF
11694
11695 fi
11696
11697 else
11698   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11699 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11700
11701 cat >>confdefs.h <<_ACEOF
11702 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11703 _ACEOF
11704
11705        OPENGL_LIBS="-lGL"
11706
11707 cat >>confdefs.h <<\_ACEOF
11708 #define HAVE_OPENGL 1
11709 _ACEOF
11710
11711 fi
11712
11713                  if test "$ac_cv_header_GL_glu_h" = "yes"
11714                  then
11715                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11716 $as_echo_n "checking for -lGLU... " >&6; }
11717 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11718   $as_echo_n "(cached) " >&6
11719 else
11720   ac_check_soname_save_LIBS=$LIBS
11721 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11722   cat >conftest.$ac_ext <<_ACEOF
11723 /* confdefs.h.  */
11724 _ACEOF
11725 cat confdefs.h >>conftest.$ac_ext
11726 cat >>conftest.$ac_ext <<_ACEOF
11727 /* end confdefs.h.  */
11728
11729 /* Override any GCC internal prototype to avoid an error.
11730    Use char because int might match the return type of a GCC
11731    builtin and then its argument prototype would still apply.  */
11732 #ifdef __cplusplus
11733 extern "C"
11734 #endif
11735 char gluLookAt ();
11736 int
11737 main ()
11738 {
11739 return gluLookAt ();
11740   ;
11741   return 0;
11742 }
11743 _ACEOF
11744 rm -f conftest.$ac_objext conftest$ac_exeext
11745 if { (ac_try="$ac_link"
11746 case "(($ac_try" in
11747   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11748   *) ac_try_echo=$ac_try;;
11749 esac
11750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11751 $as_echo "$ac_try_echo") >&5
11752   (eval "$ac_link") 2>conftest.er1
11753   ac_status=$?
11754   grep -v '^ *+' conftest.er1 >conftest.err
11755   rm -f conftest.er1
11756   cat conftest.err >&5
11757   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11758   (exit $ac_status); } && {
11759          test -z "$ac_c_werror_flag" ||
11760          test ! -s conftest.err
11761        } && test -s conftest$ac_exeext && {
11762          test "$cross_compiling" = yes ||
11763          $as_test_x conftest$ac_exeext
11764        }; then
11765   case "$LIBEXT" in
11766     dll) ;;
11767     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'` ;;
11768     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11769   esac
11770 else
11771   $as_echo "$as_me: failed program was:" >&5
11772 sed 's/^/| /' conftest.$ac_ext >&5
11773
11774
11775 fi
11776
11777 rm -rf conftest.dSYM
11778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11779       conftest$ac_exeext conftest.$ac_ext
11780   LIBS=$ac_check_soname_save_LIBS
11781 fi
11782 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11783   { $as_echo "$as_me:$LINENO: result: not found" >&5
11784 $as_echo "not found" >&6; }
11785
11786 else
11787   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11788 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11789
11790 cat >>confdefs.h <<_ACEOF
11791 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11792 _ACEOF
11793
11794
11795 fi
11796
11797                  fi
11798                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11799   case "x$with_glu" in
11800   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11801   xno) ;;
11802   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11803 This is an error since --with-glu was requested." >&5
11804 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11805 This is an error since --with-glu was requested." >&2;}
11806    { (exit 1); exit 1; }; } ;;
11807 esac
11808 fi
11809
11810              else
11811                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11812              fi
11813          else
11814              opengl_msg="OpenGL development headers not found."
11815          fi
11816          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11817          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11818     else
11819          enable_opengl32=${enable_opengl32:-no}
11820          enable_glu32=${enable_glu32:-no}
11821     fi
11822     if test -n "$opengl_msg"; then
11823   case "x$with_opengl" in
11824   x)   wine_warnings="$wine_warnings|$opengl_msg
11825 OpenGL and Direct3D won't be supported." ;;
11826   xno) ;;
11827   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11828 OpenGL and Direct3D won't be supported.
11829 This is an error since --with-opengl was requested." >&5
11830 $as_echo "$as_me: error: $opengl_msg
11831 OpenGL and Direct3D won't be supported.
11832 This is an error since --with-opengl was requested." >&2;}
11833    { (exit 1); exit 1; }; } ;;
11834 esac
11835 fi
11836
11837
11838         NASLIBS=""
11839
11840
11841 for ac_header in audio/audiolib.h
11842 do
11843 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11844 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11845   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11846 $as_echo_n "checking for $ac_header... " >&6; }
11847 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11848   $as_echo_n "(cached) " >&6
11849 fi
11850 ac_res=`eval 'as_val=${'$as_ac_Header'}
11851                  $as_echo "$as_val"'`
11852                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11853 $as_echo "$ac_res" >&6; }
11854 else
11855   # Is the header compilable?
11856 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11857 $as_echo_n "checking $ac_header usability... " >&6; }
11858 cat >conftest.$ac_ext <<_ACEOF
11859 /* confdefs.h.  */
11860 _ACEOF
11861 cat confdefs.h >>conftest.$ac_ext
11862 cat >>conftest.$ac_ext <<_ACEOF
11863 /* end confdefs.h.  */
11864 $ac_includes_default
11865 #include <$ac_header>
11866 _ACEOF
11867 rm -f conftest.$ac_objext
11868 if { (ac_try="$ac_compile"
11869 case "(($ac_try" in
11870   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11871   *) ac_try_echo=$ac_try;;
11872 esac
11873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11874 $as_echo "$ac_try_echo") >&5
11875   (eval "$ac_compile") 2>conftest.er1
11876   ac_status=$?
11877   grep -v '^ *+' conftest.er1 >conftest.err
11878   rm -f conftest.er1
11879   cat conftest.err >&5
11880   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11881   (exit $ac_status); } && {
11882          test -z "$ac_c_werror_flag" ||
11883          test ! -s conftest.err
11884        } && test -s conftest.$ac_objext; then
11885   ac_header_compiler=yes
11886 else
11887   $as_echo "$as_me: failed program was:" >&5
11888 sed 's/^/| /' conftest.$ac_ext >&5
11889
11890         ac_header_compiler=no
11891 fi
11892
11893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11894 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11895 $as_echo "$ac_header_compiler" >&6; }
11896
11897 # Is the header present?
11898 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11899 $as_echo_n "checking $ac_header presence... " >&6; }
11900 cat >conftest.$ac_ext <<_ACEOF
11901 /* confdefs.h.  */
11902 _ACEOF
11903 cat confdefs.h >>conftest.$ac_ext
11904 cat >>conftest.$ac_ext <<_ACEOF
11905 /* end confdefs.h.  */
11906 #include <$ac_header>
11907 _ACEOF
11908 if { (ac_try="$ac_cpp conftest.$ac_ext"
11909 case "(($ac_try" in
11910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11911   *) ac_try_echo=$ac_try;;
11912 esac
11913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11914 $as_echo "$ac_try_echo") >&5
11915   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11916   ac_status=$?
11917   grep -v '^ *+' conftest.er1 >conftest.err
11918   rm -f conftest.er1
11919   cat conftest.err >&5
11920   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11921   (exit $ac_status); } >/dev/null && {
11922          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11923          test ! -s conftest.err
11924        }; then
11925   ac_header_preproc=yes
11926 else
11927   $as_echo "$as_me: failed program was:" >&5
11928 sed 's/^/| /' conftest.$ac_ext >&5
11929
11930   ac_header_preproc=no
11931 fi
11932
11933 rm -f conftest.err conftest.$ac_ext
11934 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11935 $as_echo "$ac_header_preproc" >&6; }
11936
11937 # So?  What about this header?
11938 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11939   yes:no: )
11940     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11941 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11942     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11943 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11944     ac_header_preproc=yes
11945     ;;
11946   no:yes:* )
11947     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11948 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11949     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11950 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11951     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11952 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11953     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11954 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11955     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11956 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11957     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11958 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11959     ( cat <<\_ASBOX
11960 ## ------------------------------------ ##
11961 ## Report this to wine-devel@winehq.org ##
11962 ## ------------------------------------ ##
11963 _ASBOX
11964      ) | sed "s/^/$as_me: WARNING:     /" >&2
11965     ;;
11966 esac
11967 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11968 $as_echo_n "checking for $ac_header... " >&6; }
11969 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11970   $as_echo_n "(cached) " >&6
11971 else
11972   eval "$as_ac_Header=\$ac_header_preproc"
11973 fi
11974 ac_res=`eval 'as_val=${'$as_ac_Header'}
11975                  $as_echo "$as_val"'`
11976                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11977 $as_echo "$ac_res" >&6; }
11978
11979 fi
11980 as_val=`eval 'as_val=${'$as_ac_Header'}
11981                  $as_echo "$as_val"'`
11982    if test "x$as_val" = x""yes; then
11983   cat >>confdefs.h <<_ACEOF
11984 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11985 _ACEOF
11986
11987 for ac_header in audio/soundlib.h
11988 do
11989 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11990 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11991 $as_echo_n "checking for $ac_header... " >&6; }
11992 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11993   $as_echo_n "(cached) " >&6
11994 else
11995   cat >conftest.$ac_ext <<_ACEOF
11996 /* confdefs.h.  */
11997 _ACEOF
11998 cat confdefs.h >>conftest.$ac_ext
11999 cat >>conftest.$ac_ext <<_ACEOF
12000 /* end confdefs.h.  */
12001 #include <audio/audiolib.h>
12002
12003 #include <$ac_header>
12004 _ACEOF
12005 rm -f conftest.$ac_objext
12006 if { (ac_try="$ac_compile"
12007 case "(($ac_try" in
12008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12009   *) ac_try_echo=$ac_try;;
12010 esac
12011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12012 $as_echo "$ac_try_echo") >&5
12013   (eval "$ac_compile") 2>conftest.er1
12014   ac_status=$?
12015   grep -v '^ *+' conftest.er1 >conftest.err
12016   rm -f conftest.er1
12017   cat conftest.err >&5
12018   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12019   (exit $ac_status); } && {
12020          test -z "$ac_c_werror_flag" ||
12021          test ! -s conftest.err
12022        } && test -s conftest.$ac_objext; then
12023   eval "$as_ac_Header=yes"
12024 else
12025   $as_echo "$as_me: failed program was:" >&5
12026 sed 's/^/| /' conftest.$ac_ext >&5
12027
12028         eval "$as_ac_Header=no"
12029 fi
12030
12031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12032 fi
12033 ac_res=`eval 'as_val=${'$as_ac_Header'}
12034                  $as_echo "$as_val"'`
12035                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12036 $as_echo "$ac_res" >&6; }
12037 as_val=`eval 'as_val=${'$as_ac_Header'}
12038                  $as_echo "$as_val"'`
12039    if test "x$as_val" = x""yes; then
12040   cat >>confdefs.h <<_ACEOF
12041 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12042 _ACEOF
12043
12044 fi
12045
12046 done
12047
12048           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12049 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12050 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12051   $as_echo_n "(cached) " >&6
12052 else
12053   ac_check_lib_save_LIBS=$LIBS
12054 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12055 cat >conftest.$ac_ext <<_ACEOF
12056 /* confdefs.h.  */
12057 _ACEOF
12058 cat confdefs.h >>conftest.$ac_ext
12059 cat >>conftest.$ac_ext <<_ACEOF
12060 /* end confdefs.h.  */
12061
12062 /* Override any GCC internal prototype to avoid an error.
12063    Use char because int might match the return type of a GCC
12064    builtin and then its argument prototype would still apply.  */
12065 #ifdef __cplusplus
12066 extern "C"
12067 #endif
12068 char AuCreateFlow ();
12069 int
12070 main ()
12071 {
12072 return AuCreateFlow ();
12073   ;
12074   return 0;
12075 }
12076 _ACEOF
12077 rm -f conftest.$ac_objext conftest$ac_exeext
12078 if { (ac_try="$ac_link"
12079 case "(($ac_try" in
12080   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12081   *) ac_try_echo=$ac_try;;
12082 esac
12083 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12084 $as_echo "$ac_try_echo") >&5
12085   (eval "$ac_link") 2>conftest.er1
12086   ac_status=$?
12087   grep -v '^ *+' conftest.er1 >conftest.err
12088   rm -f conftest.er1
12089   cat conftest.err >&5
12090   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12091   (exit $ac_status); } && {
12092          test -z "$ac_c_werror_flag" ||
12093          test ! -s conftest.err
12094        } && test -s conftest$ac_exeext && {
12095          test "$cross_compiling" = yes ||
12096          $as_test_x conftest$ac_exeext
12097        }; then
12098   ac_cv_lib_audio_AuCreateFlow=yes
12099 else
12100   $as_echo "$as_me: failed program was:" >&5
12101 sed 's/^/| /' conftest.$ac_ext >&5
12102
12103         ac_cv_lib_audio_AuCreateFlow=no
12104 fi
12105
12106 rm -rf conftest.dSYM
12107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12108       conftest$ac_exeext conftest.$ac_ext
12109 LIBS=$ac_check_lib_save_LIBS
12110 fi
12111 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12112 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12113 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12114
12115 cat >>confdefs.h <<\_ACEOF
12116 #define HAVE_NAS 1
12117 _ACEOF
12118
12119                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12120 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12121 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12122   $as_echo_n "(cached) " >&6
12123 else
12124   ac_check_lib_save_LIBS=$LIBS
12125 LIBS="-lXau $X_LIBS $LIBS"
12126 cat >conftest.$ac_ext <<_ACEOF
12127 /* confdefs.h.  */
12128 _ACEOF
12129 cat confdefs.h >>conftest.$ac_ext
12130 cat >>conftest.$ac_ext <<_ACEOF
12131 /* end confdefs.h.  */
12132
12133 /* Override any GCC internal prototype to avoid an error.
12134    Use char because int might match the return type of a GCC
12135    builtin and then its argument prototype would still apply.  */
12136 #ifdef __cplusplus
12137 extern "C"
12138 #endif
12139 char XauGetBestAuthByAddr ();
12140 int
12141 main ()
12142 {
12143 return XauGetBestAuthByAddr ();
12144   ;
12145   return 0;
12146 }
12147 _ACEOF
12148 rm -f conftest.$ac_objext conftest$ac_exeext
12149 if { (ac_try="$ac_link"
12150 case "(($ac_try" in
12151   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12152   *) ac_try_echo=$ac_try;;
12153 esac
12154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12155 $as_echo "$ac_try_echo") >&5
12156   (eval "$ac_link") 2>conftest.er1
12157   ac_status=$?
12158   grep -v '^ *+' conftest.er1 >conftest.err
12159   rm -f conftest.er1
12160   cat conftest.err >&5
12161   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12162   (exit $ac_status); } && {
12163          test -z "$ac_c_werror_flag" ||
12164          test ! -s conftest.err
12165        } && test -s conftest$ac_exeext && {
12166          test "$cross_compiling" = yes ||
12167          $as_test_x conftest$ac_exeext
12168        }; then
12169   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12170 else
12171   $as_echo "$as_me: failed program was:" >&5
12172 sed 's/^/| /' conftest.$ac_ext >&5
12173
12174         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12175 fi
12176
12177 rm -rf conftest.dSYM
12178 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12179       conftest$ac_exeext conftest.$ac_ext
12180 LIBS=$ac_check_lib_save_LIBS
12181 fi
12182 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12183 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12184 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12185   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12186 else
12187   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12188 fi
12189
12190
12191 fi
12192
12193 fi
12194
12195 done
12196
12197
12198     CPPFLAGS="$ac_save_CPPFLAGS"
12199 else
12200     XLIB=""
12201     X_CFLAGS=""
12202     X_LIBS=""
12203     enable_winex11_drv=${enable_winex11_drv:-no}
12204     enable_opengl32=${enable_opengl32:-no}
12205     enable_glu32=${enable_glu32:-no}
12206 fi
12207 if test "x$XLIB" = "x"; then
12208   case "x$with_x" in
12209   xno) ;;
12210   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12211 without X support, which probably isn't what you want. You will need to install
12212 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12213 Use the --without-x option if you really want this." >&5
12214 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12215 without X support, which probably isn't what you want. You will need to install
12216 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12217 Use the --without-x option if you really want this." >&2;}
12218    { (exit 1); exit 1; }; } ;;
12219 esac
12220 fi
12221
12222
12223
12224 XML2LIBS=""
12225
12226 XML2INCL=""
12227
12228 XSLTINCL=""
12229
12230 if test "x$with_xml" != "xno"
12231 then
12232     ac_save_CPPFLAGS="$CPPFLAGS"
12233     if test "$PKG_CONFIG" != "false"
12234     then
12235         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12236         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12237     else
12238         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12239         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12240     fi
12241     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12242
12243 for ac_header in libxml/parser.h
12244 do
12245 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12246 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12247   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12248 $as_echo_n "checking for $ac_header... " >&6; }
12249 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12250   $as_echo_n "(cached) " >&6
12251 fi
12252 ac_res=`eval 'as_val=${'$as_ac_Header'}
12253                  $as_echo "$as_val"'`
12254                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12255 $as_echo "$ac_res" >&6; }
12256 else
12257   # Is the header compilable?
12258 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12259 $as_echo_n "checking $ac_header usability... " >&6; }
12260 cat >conftest.$ac_ext <<_ACEOF
12261 /* confdefs.h.  */
12262 _ACEOF
12263 cat confdefs.h >>conftest.$ac_ext
12264 cat >>conftest.$ac_ext <<_ACEOF
12265 /* end confdefs.h.  */
12266 $ac_includes_default
12267 #include <$ac_header>
12268 _ACEOF
12269 rm -f conftest.$ac_objext
12270 if { (ac_try="$ac_compile"
12271 case "(($ac_try" in
12272   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12273   *) ac_try_echo=$ac_try;;
12274 esac
12275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12276 $as_echo "$ac_try_echo") >&5
12277   (eval "$ac_compile") 2>conftest.er1
12278   ac_status=$?
12279   grep -v '^ *+' conftest.er1 >conftest.err
12280   rm -f conftest.er1
12281   cat conftest.err >&5
12282   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12283   (exit $ac_status); } && {
12284          test -z "$ac_c_werror_flag" ||
12285          test ! -s conftest.err
12286        } && test -s conftest.$ac_objext; then
12287   ac_header_compiler=yes
12288 else
12289   $as_echo "$as_me: failed program was:" >&5
12290 sed 's/^/| /' conftest.$ac_ext >&5
12291
12292         ac_header_compiler=no
12293 fi
12294
12295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12296 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12297 $as_echo "$ac_header_compiler" >&6; }
12298
12299 # Is the header present?
12300 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12301 $as_echo_n "checking $ac_header presence... " >&6; }
12302 cat >conftest.$ac_ext <<_ACEOF
12303 /* confdefs.h.  */
12304 _ACEOF
12305 cat confdefs.h >>conftest.$ac_ext
12306 cat >>conftest.$ac_ext <<_ACEOF
12307 /* end confdefs.h.  */
12308 #include <$ac_header>
12309 _ACEOF
12310 if { (ac_try="$ac_cpp conftest.$ac_ext"
12311 case "(($ac_try" in
12312   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12313   *) ac_try_echo=$ac_try;;
12314 esac
12315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12316 $as_echo "$ac_try_echo") >&5
12317   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12318   ac_status=$?
12319   grep -v '^ *+' conftest.er1 >conftest.err
12320   rm -f conftest.er1
12321   cat conftest.err >&5
12322   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12323   (exit $ac_status); } >/dev/null && {
12324          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12325          test ! -s conftest.err
12326        }; then
12327   ac_header_preproc=yes
12328 else
12329   $as_echo "$as_me: failed program was:" >&5
12330 sed 's/^/| /' conftest.$ac_ext >&5
12331
12332   ac_header_preproc=no
12333 fi
12334
12335 rm -f conftest.err conftest.$ac_ext
12336 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12337 $as_echo "$ac_header_preproc" >&6; }
12338
12339 # So?  What about this header?
12340 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12341   yes:no: )
12342     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12343 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12344     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12345 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12346     ac_header_preproc=yes
12347     ;;
12348   no:yes:* )
12349     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12350 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12351     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12352 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12353     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12354 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12355     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12356 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12357     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12358 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12359     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12360 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12361     ( cat <<\_ASBOX
12362 ## ------------------------------------ ##
12363 ## Report this to wine-devel@winehq.org ##
12364 ## ------------------------------------ ##
12365 _ASBOX
12366      ) | sed "s/^/$as_me: WARNING:     /" >&2
12367     ;;
12368 esac
12369 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12370 $as_echo_n "checking for $ac_header... " >&6; }
12371 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12372   $as_echo_n "(cached) " >&6
12373 else
12374   eval "$as_ac_Header=\$ac_header_preproc"
12375 fi
12376 ac_res=`eval 'as_val=${'$as_ac_Header'}
12377                  $as_echo "$as_val"'`
12378                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12379 $as_echo "$ac_res" >&6; }
12380
12381 fi
12382 as_val=`eval 'as_val=${'$as_ac_Header'}
12383                  $as_echo "$as_val"'`
12384    if test "x$as_val" = x""yes; then
12385   cat >>confdefs.h <<_ACEOF
12386 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12387 _ACEOF
12388  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12389 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12390 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12391   $as_echo_n "(cached) " >&6
12392 else
12393   ac_check_lib_save_LIBS=$LIBS
12394 LIBS="-lxml2 $ac_xml_libs $LIBS"
12395 cat >conftest.$ac_ext <<_ACEOF
12396 /* confdefs.h.  */
12397 _ACEOF
12398 cat confdefs.h >>conftest.$ac_ext
12399 cat >>conftest.$ac_ext <<_ACEOF
12400 /* end confdefs.h.  */
12401
12402 /* Override any GCC internal prototype to avoid an error.
12403    Use char because int might match the return type of a GCC
12404    builtin and then its argument prototype would still apply.  */
12405 #ifdef __cplusplus
12406 extern "C"
12407 #endif
12408 char xmlParseMemory ();
12409 int
12410 main ()
12411 {
12412 return xmlParseMemory ();
12413   ;
12414   return 0;
12415 }
12416 _ACEOF
12417 rm -f conftest.$ac_objext conftest$ac_exeext
12418 if { (ac_try="$ac_link"
12419 case "(($ac_try" in
12420   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12421   *) ac_try_echo=$ac_try;;
12422 esac
12423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12424 $as_echo "$ac_try_echo") >&5
12425   (eval "$ac_link") 2>conftest.er1
12426   ac_status=$?
12427   grep -v '^ *+' conftest.er1 >conftest.err
12428   rm -f conftest.er1
12429   cat conftest.err >&5
12430   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12431   (exit $ac_status); } && {
12432          test -z "$ac_c_werror_flag" ||
12433          test ! -s conftest.err
12434        } && test -s conftest$ac_exeext && {
12435          test "$cross_compiling" = yes ||
12436          $as_test_x conftest$ac_exeext
12437        }; then
12438   ac_cv_lib_xml2_xmlParseMemory=yes
12439 else
12440   $as_echo "$as_me: failed program was:" >&5
12441 sed 's/^/| /' conftest.$ac_ext >&5
12442
12443         ac_cv_lib_xml2_xmlParseMemory=no
12444 fi
12445
12446 rm -rf conftest.dSYM
12447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12448       conftest$ac_exeext conftest.$ac_ext
12449 LIBS=$ac_check_lib_save_LIBS
12450 fi
12451 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12452 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12453 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12454
12455 cat >>confdefs.h <<\_ACEOF
12456 #define HAVE_LIBXML2 1
12457 _ACEOF
12458
12459                  XML2LIBS="$ac_xml_libs"
12460                  XML2INCL="$ac_xml_cflags"
12461 fi
12462
12463              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12464 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12465 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12466   $as_echo_n "(cached) " >&6
12467 else
12468   ac_check_lib_save_LIBS=$LIBS
12469 LIBS="-lxml2 $ac_xml_libs $LIBS"
12470 cat >conftest.$ac_ext <<_ACEOF
12471 /* confdefs.h.  */
12472 _ACEOF
12473 cat confdefs.h >>conftest.$ac_ext
12474 cat >>conftest.$ac_ext <<_ACEOF
12475 /* end confdefs.h.  */
12476
12477 /* Override any GCC internal prototype to avoid an error.
12478    Use char because int might match the return type of a GCC
12479    builtin and then its argument prototype would still apply.  */
12480 #ifdef __cplusplus
12481 extern "C"
12482 #endif
12483 char xmlReadMemory ();
12484 int
12485 main ()
12486 {
12487 return xmlReadMemory ();
12488   ;
12489   return 0;
12490 }
12491 _ACEOF
12492 rm -f conftest.$ac_objext conftest$ac_exeext
12493 if { (ac_try="$ac_link"
12494 case "(($ac_try" in
12495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12496   *) ac_try_echo=$ac_try;;
12497 esac
12498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12499 $as_echo "$ac_try_echo") >&5
12500   (eval "$ac_link") 2>conftest.er1
12501   ac_status=$?
12502   grep -v '^ *+' conftest.er1 >conftest.err
12503   rm -f conftest.er1
12504   cat conftest.err >&5
12505   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12506   (exit $ac_status); } && {
12507          test -z "$ac_c_werror_flag" ||
12508          test ! -s conftest.err
12509        } && test -s conftest$ac_exeext && {
12510          test "$cross_compiling" = yes ||
12511          $as_test_x conftest$ac_exeext
12512        }; then
12513   ac_cv_lib_xml2_xmlReadMemory=yes
12514 else
12515   $as_echo "$as_me: failed program was:" >&5
12516 sed 's/^/| /' conftest.$ac_ext >&5
12517
12518         ac_cv_lib_xml2_xmlReadMemory=no
12519 fi
12520
12521 rm -rf conftest.dSYM
12522 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12523       conftest$ac_exeext conftest.$ac_ext
12524 LIBS=$ac_check_lib_save_LIBS
12525 fi
12526 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12527 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12528 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12529
12530 cat >>confdefs.h <<\_ACEOF
12531 #define HAVE_XMLREADMEMORY 1
12532 _ACEOF
12533
12534 fi
12535
12536              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12537 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12538 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12539   $as_echo_n "(cached) " >&6
12540 else
12541   ac_check_lib_save_LIBS=$LIBS
12542 LIBS="-lxml2 $ac_xml_libs $LIBS"
12543 cat >conftest.$ac_ext <<_ACEOF
12544 /* confdefs.h.  */
12545 _ACEOF
12546 cat confdefs.h >>conftest.$ac_ext
12547 cat >>conftest.$ac_ext <<_ACEOF
12548 /* end confdefs.h.  */
12549
12550 /* Override any GCC internal prototype to avoid an error.
12551    Use char because int might match the return type of a GCC
12552    builtin and then its argument prototype would still apply.  */
12553 #ifdef __cplusplus
12554 extern "C"
12555 #endif
12556 char xmlNewDocPI ();
12557 int
12558 main ()
12559 {
12560 return xmlNewDocPI ();
12561   ;
12562   return 0;
12563 }
12564 _ACEOF
12565 rm -f conftest.$ac_objext conftest$ac_exeext
12566 if { (ac_try="$ac_link"
12567 case "(($ac_try" in
12568   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12569   *) ac_try_echo=$ac_try;;
12570 esac
12571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12572 $as_echo "$ac_try_echo") >&5
12573   (eval "$ac_link") 2>conftest.er1
12574   ac_status=$?
12575   grep -v '^ *+' conftest.er1 >conftest.err
12576   rm -f conftest.er1
12577   cat conftest.err >&5
12578   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12579   (exit $ac_status); } && {
12580          test -z "$ac_c_werror_flag" ||
12581          test ! -s conftest.err
12582        } && test -s conftest$ac_exeext && {
12583          test "$cross_compiling" = yes ||
12584          $as_test_x conftest$ac_exeext
12585        }; then
12586   ac_cv_lib_xml2_xmlNewDocPI=yes
12587 else
12588   $as_echo "$as_me: failed program was:" >&5
12589 sed 's/^/| /' conftest.$ac_ext >&5
12590
12591         ac_cv_lib_xml2_xmlNewDocPI=no
12592 fi
12593
12594 rm -rf conftest.dSYM
12595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12596       conftest$ac_exeext conftest.$ac_ext
12597 LIBS=$ac_check_lib_save_LIBS
12598 fi
12599 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12600 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12601 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12602
12603 cat >>confdefs.h <<\_ACEOF
12604 #define HAVE_XMLNEWDOCPI 1
12605 _ACEOF
12606
12607 fi
12608
12609
12610 fi
12611
12612 done
12613
12614     CPPFLAGS="$ac_save_CPPFLAGS"
12615 fi
12616 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12617   case "x$with_xml" in
12618   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12619   xno) ;;
12620   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12621 This is an error since --with-xml was requested." >&5
12622 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12623 This is an error since --with-xml was requested." >&2;}
12624    { (exit 1); exit 1; }; } ;;
12625 esac
12626 fi
12627
12628
12629 if test "x$with_xslt" != "xno"
12630 then
12631     if test "$PKG_CONFIG" != "false"
12632     then
12633         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12634         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12635     else
12636         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12637         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12638     fi
12639     ac_save_CPPFLAGS="$CPPFLAGS"
12640     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12641
12642
12643 for ac_header in libxslt/pattern.h libxslt/transform.h
12644 do
12645 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12646 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12647 $as_echo_n "checking for $ac_header... " >&6; }
12648 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12649   $as_echo_n "(cached) " >&6
12650 else
12651   cat >conftest.$ac_ext <<_ACEOF
12652 /* confdefs.h.  */
12653 _ACEOF
12654 cat confdefs.h >>conftest.$ac_ext
12655 cat >>conftest.$ac_ext <<_ACEOF
12656 /* end confdefs.h.  */
12657 #ifdef HAVE_LIBXSLT_PATTERN_H
12658 # include <libxslt/pattern.h>
12659 #endif
12660
12661 #include <$ac_header>
12662 _ACEOF
12663 rm -f conftest.$ac_objext
12664 if { (ac_try="$ac_compile"
12665 case "(($ac_try" in
12666   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12667   *) ac_try_echo=$ac_try;;
12668 esac
12669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12670 $as_echo "$ac_try_echo") >&5
12671   (eval "$ac_compile") 2>conftest.er1
12672   ac_status=$?
12673   grep -v '^ *+' conftest.er1 >conftest.err
12674   rm -f conftest.er1
12675   cat conftest.err >&5
12676   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12677   (exit $ac_status); } && {
12678          test -z "$ac_c_werror_flag" ||
12679          test ! -s conftest.err
12680        } && test -s conftest.$ac_objext; then
12681   eval "$as_ac_Header=yes"
12682 else
12683   $as_echo "$as_me: failed program was:" >&5
12684 sed 's/^/| /' conftest.$ac_ext >&5
12685
12686         eval "$as_ac_Header=no"
12687 fi
12688
12689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12690 fi
12691 ac_res=`eval 'as_val=${'$as_ac_Header'}
12692                  $as_echo "$as_val"'`
12693                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12694 $as_echo "$ac_res" >&6; }
12695 as_val=`eval 'as_val=${'$as_ac_Header'}
12696                  $as_echo "$as_val"'`
12697    if test "x$as_val" = x""yes; then
12698   cat >>confdefs.h <<_ACEOF
12699 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12700 _ACEOF
12701
12702 fi
12703
12704 done
12705
12706     CPPFLAGS="$ac_save_CPPFLAGS"
12707     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12708     then
12709         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12710 $as_echo_n "checking for -lxslt... " >&6; }
12711 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12712   $as_echo_n "(cached) " >&6
12713 else
12714   ac_check_soname_save_LIBS=$LIBS
12715 LIBS="-lxslt $ac_xslt_libs $LIBS"
12716   cat >conftest.$ac_ext <<_ACEOF
12717 /* confdefs.h.  */
12718 _ACEOF
12719 cat confdefs.h >>conftest.$ac_ext
12720 cat >>conftest.$ac_ext <<_ACEOF
12721 /* end confdefs.h.  */
12722
12723 /* Override any GCC internal prototype to avoid an error.
12724    Use char because int might match the return type of a GCC
12725    builtin and then its argument prototype would still apply.  */
12726 #ifdef __cplusplus
12727 extern "C"
12728 #endif
12729 char xsltCompilePattern ();
12730 int
12731 main ()
12732 {
12733 return xsltCompilePattern ();
12734   ;
12735   return 0;
12736 }
12737 _ACEOF
12738 rm -f conftest.$ac_objext conftest$ac_exeext
12739 if { (ac_try="$ac_link"
12740 case "(($ac_try" in
12741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12742   *) ac_try_echo=$ac_try;;
12743 esac
12744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12745 $as_echo "$ac_try_echo") >&5
12746   (eval "$ac_link") 2>conftest.er1
12747   ac_status=$?
12748   grep -v '^ *+' conftest.er1 >conftest.err
12749   rm -f conftest.er1
12750   cat conftest.err >&5
12751   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12752   (exit $ac_status); } && {
12753          test -z "$ac_c_werror_flag" ||
12754          test ! -s conftest.err
12755        } && test -s conftest$ac_exeext && {
12756          test "$cross_compiling" = yes ||
12757          $as_test_x conftest$ac_exeext
12758        }; then
12759   case "$LIBEXT" in
12760     dll) ;;
12761     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'` ;;
12762     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12763   esac
12764 else
12765   $as_echo "$as_me: failed program was:" >&5
12766 sed 's/^/| /' conftest.$ac_ext >&5
12767
12768
12769 fi
12770
12771 rm -rf conftest.dSYM
12772 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12773       conftest$ac_exeext conftest.$ac_ext
12774   LIBS=$ac_check_soname_save_LIBS
12775 fi
12776 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12777   { $as_echo "$as_me:$LINENO: result: not found" >&5
12778 $as_echo "not found" >&6; }
12779
12780 else
12781   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12782 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12783
12784 cat >>confdefs.h <<_ACEOF
12785 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12786 _ACEOF
12787
12788        XSLTINCL="$ac_xslt_cflags"
12789 fi
12790
12791     fi
12792 fi
12793 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12794   case "x$with_xslt" in
12795   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12796   xno) ;;
12797   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12798 This is an error since --with-xslt was requested." >&5
12799 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12800 This is an error since --with-xslt was requested." >&2;}
12801    { (exit 1); exit 1; }; } ;;
12802 esac
12803 fi
12804
12805
12806 HALINCL=""
12807
12808 if test "x$with_hal" != "xno"
12809 then
12810     ac_save_CPPFLAGS="$CPPFLAGS"
12811     if test "$PKG_CONFIG" != "false"
12812     then
12813         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12814         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12815         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12816     fi
12817
12818
12819 for ac_header in dbus/dbus.h hal/libhal.h
12820 do
12821 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12822 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12823   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12824 $as_echo_n "checking for $ac_header... " >&6; }
12825 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12826   $as_echo_n "(cached) " >&6
12827 fi
12828 ac_res=`eval 'as_val=${'$as_ac_Header'}
12829                  $as_echo "$as_val"'`
12830                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12831 $as_echo "$ac_res" >&6; }
12832 else
12833   # Is the header compilable?
12834 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12835 $as_echo_n "checking $ac_header usability... " >&6; }
12836 cat >conftest.$ac_ext <<_ACEOF
12837 /* confdefs.h.  */
12838 _ACEOF
12839 cat confdefs.h >>conftest.$ac_ext
12840 cat >>conftest.$ac_ext <<_ACEOF
12841 /* end confdefs.h.  */
12842 $ac_includes_default
12843 #include <$ac_header>
12844 _ACEOF
12845 rm -f conftest.$ac_objext
12846 if { (ac_try="$ac_compile"
12847 case "(($ac_try" in
12848   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12849   *) ac_try_echo=$ac_try;;
12850 esac
12851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12852 $as_echo "$ac_try_echo") >&5
12853   (eval "$ac_compile") 2>conftest.er1
12854   ac_status=$?
12855   grep -v '^ *+' conftest.er1 >conftest.err
12856   rm -f conftest.er1
12857   cat conftest.err >&5
12858   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12859   (exit $ac_status); } && {
12860          test -z "$ac_c_werror_flag" ||
12861          test ! -s conftest.err
12862        } && test -s conftest.$ac_objext; then
12863   ac_header_compiler=yes
12864 else
12865   $as_echo "$as_me: failed program was:" >&5
12866 sed 's/^/| /' conftest.$ac_ext >&5
12867
12868         ac_header_compiler=no
12869 fi
12870
12871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12872 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12873 $as_echo "$ac_header_compiler" >&6; }
12874
12875 # Is the header present?
12876 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12877 $as_echo_n "checking $ac_header presence... " >&6; }
12878 cat >conftest.$ac_ext <<_ACEOF
12879 /* confdefs.h.  */
12880 _ACEOF
12881 cat confdefs.h >>conftest.$ac_ext
12882 cat >>conftest.$ac_ext <<_ACEOF
12883 /* end confdefs.h.  */
12884 #include <$ac_header>
12885 _ACEOF
12886 if { (ac_try="$ac_cpp conftest.$ac_ext"
12887 case "(($ac_try" in
12888   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12889   *) ac_try_echo=$ac_try;;
12890 esac
12891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12892 $as_echo "$ac_try_echo") >&5
12893   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12894   ac_status=$?
12895   grep -v '^ *+' conftest.er1 >conftest.err
12896   rm -f conftest.er1
12897   cat conftest.err >&5
12898   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899   (exit $ac_status); } >/dev/null && {
12900          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12901          test ! -s conftest.err
12902        }; then
12903   ac_header_preproc=yes
12904 else
12905   $as_echo "$as_me: failed program was:" >&5
12906 sed 's/^/| /' conftest.$ac_ext >&5
12907
12908   ac_header_preproc=no
12909 fi
12910
12911 rm -f conftest.err conftest.$ac_ext
12912 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12913 $as_echo "$ac_header_preproc" >&6; }
12914
12915 # So?  What about this header?
12916 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12917   yes:no: )
12918     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12919 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12920     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12921 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12922     ac_header_preproc=yes
12923     ;;
12924   no:yes:* )
12925     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12926 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12927     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12928 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12929     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12930 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12931     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12932 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12933     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12934 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12935     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12936 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12937     ( cat <<\_ASBOX
12938 ## ------------------------------------ ##
12939 ## Report this to wine-devel@winehq.org ##
12940 ## ------------------------------------ ##
12941 _ASBOX
12942      ) | sed "s/^/$as_me: WARNING:     /" >&2
12943     ;;
12944 esac
12945 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12946 $as_echo_n "checking for $ac_header... " >&6; }
12947 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12948   $as_echo_n "(cached) " >&6
12949 else
12950   eval "$as_ac_Header=\$ac_header_preproc"
12951 fi
12952 ac_res=`eval 'as_val=${'$as_ac_Header'}
12953                  $as_echo "$as_val"'`
12954                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12955 $as_echo "$ac_res" >&6; }
12956
12957 fi
12958 as_val=`eval 'as_val=${'$as_ac_Header'}
12959                  $as_echo "$as_val"'`
12960    if test "x$as_val" = x""yes; then
12961   cat >>confdefs.h <<_ACEOF
12962 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12963 _ACEOF
12964
12965 fi
12966
12967 done
12968
12969     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12970     then
12971         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12972 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12973 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12974   $as_echo_n "(cached) " >&6
12975 else
12976   ac_check_lib_save_LIBS=$LIBS
12977 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12978 cat >conftest.$ac_ext <<_ACEOF
12979 /* confdefs.h.  */
12980 _ACEOF
12981 cat confdefs.h >>conftest.$ac_ext
12982 cat >>conftest.$ac_ext <<_ACEOF
12983 /* end confdefs.h.  */
12984
12985 /* Override any GCC internal prototype to avoid an error.
12986    Use char because int might match the return type of a GCC
12987    builtin and then its argument prototype would still apply.  */
12988 #ifdef __cplusplus
12989 extern "C"
12990 #endif
12991 char dbus_connection_close ();
12992 int
12993 main ()
12994 {
12995 return dbus_connection_close ();
12996   ;
12997   return 0;
12998 }
12999 _ACEOF
13000 rm -f conftest.$ac_objext conftest$ac_exeext
13001 if { (ac_try="$ac_link"
13002 case "(($ac_try" in
13003   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13004   *) ac_try_echo=$ac_try;;
13005 esac
13006 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13007 $as_echo "$ac_try_echo") >&5
13008   (eval "$ac_link") 2>conftest.er1
13009   ac_status=$?
13010   grep -v '^ *+' conftest.er1 >conftest.err
13011   rm -f conftest.er1
13012   cat conftest.err >&5
13013   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13014   (exit $ac_status); } && {
13015          test -z "$ac_c_werror_flag" ||
13016          test ! -s conftest.err
13017        } && test -s conftest$ac_exeext && {
13018          test "$cross_compiling" = yes ||
13019          $as_test_x conftest$ac_exeext
13020        }; then
13021   ac_cv_lib_dbus_1_dbus_connection_close=yes
13022 else
13023   $as_echo "$as_me: failed program was:" >&5
13024 sed 's/^/| /' conftest.$ac_ext >&5
13025
13026         ac_cv_lib_dbus_1_dbus_connection_close=no
13027 fi
13028
13029 rm -rf conftest.dSYM
13030 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13031       conftest$ac_exeext conftest.$ac_ext
13032 LIBS=$ac_check_lib_save_LIBS
13033 fi
13034 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13035 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13036 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13037   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13038 $as_echo_n "checking for -lhal... " >&6; }
13039 if test "${ac_cv_lib_soname_hal+set}" = set; then
13040   $as_echo_n "(cached) " >&6
13041 else
13042   ac_check_soname_save_LIBS=$LIBS
13043 LIBS="-lhal $ac_hal_libs $LIBS"
13044   cat >conftest.$ac_ext <<_ACEOF
13045 /* confdefs.h.  */
13046 _ACEOF
13047 cat confdefs.h >>conftest.$ac_ext
13048 cat >>conftest.$ac_ext <<_ACEOF
13049 /* end confdefs.h.  */
13050
13051 /* Override any GCC internal prototype to avoid an error.
13052    Use char because int might match the return type of a GCC
13053    builtin and then its argument prototype would still apply.  */
13054 #ifdef __cplusplus
13055 extern "C"
13056 #endif
13057 char libhal_ctx_new ();
13058 int
13059 main ()
13060 {
13061 return libhal_ctx_new ();
13062   ;
13063   return 0;
13064 }
13065 _ACEOF
13066 rm -f conftest.$ac_objext conftest$ac_exeext
13067 if { (ac_try="$ac_link"
13068 case "(($ac_try" in
13069   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13070   *) ac_try_echo=$ac_try;;
13071 esac
13072 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13073 $as_echo "$ac_try_echo") >&5
13074   (eval "$ac_link") 2>conftest.er1
13075   ac_status=$?
13076   grep -v '^ *+' conftest.er1 >conftest.err
13077   rm -f conftest.er1
13078   cat conftest.err >&5
13079   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13080   (exit $ac_status); } && {
13081          test -z "$ac_c_werror_flag" ||
13082          test ! -s conftest.err
13083        } && test -s conftest$ac_exeext && {
13084          test "$cross_compiling" = yes ||
13085          $as_test_x conftest$ac_exeext
13086        }; then
13087   case "$LIBEXT" in
13088     dll) ;;
13089     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'` ;;
13090     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13091   esac
13092 else
13093   $as_echo "$as_me: failed program was:" >&5
13094 sed 's/^/| /' conftest.$ac_ext >&5
13095
13096
13097 fi
13098
13099 rm -rf conftest.dSYM
13100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13101       conftest$ac_exeext conftest.$ac_ext
13102   LIBS=$ac_check_soname_save_LIBS
13103 fi
13104 if test "x$ac_cv_lib_soname_hal" = "x"; then
13105   { $as_echo "$as_me:$LINENO: result: not found" >&5
13106 $as_echo "not found" >&6; }
13107
13108 else
13109   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13110 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13111
13112 cat >>confdefs.h <<_ACEOF
13113 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13114 _ACEOF
13115
13116        HALINCL="$ac_hal_cflags"
13117 fi
13118
13119 fi
13120
13121     fi
13122     CPPFLAGS="$ac_save_CPPFLAGS"
13123 fi
13124 if test "x$ac_cv_lib_soname_hal" = "x"; then
13125   case "x$with_hal" in
13126   x)   wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13127   xno) ;;
13128   *)   { { $as_echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13129 This is an error since --with-hal was requested." >&5
13130 $as_echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13131 This is an error since --with-hal was requested." >&2;}
13132    { (exit 1); exit 1; }; } ;;
13133 esac
13134 fi
13135
13136
13137 if test "x$with_gnutls" != "xno"
13138 then
13139     ac_save_CPPFLAGS="$CPPFLAGS"
13140     if test "$PKG_CONFIG" != "false"
13141     then
13142         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13143         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13144         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13145     fi
13146     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13147   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13148 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13149 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13150   $as_echo_n "(cached) " >&6
13151 fi
13152 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13153 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13154 else
13155   # Is the header compilable?
13156 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13157 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13158 cat >conftest.$ac_ext <<_ACEOF
13159 /* confdefs.h.  */
13160 _ACEOF
13161 cat confdefs.h >>conftest.$ac_ext
13162 cat >>conftest.$ac_ext <<_ACEOF
13163 /* end confdefs.h.  */
13164 $ac_includes_default
13165 #include <gnutls/gnutls.h>
13166 _ACEOF
13167 rm -f conftest.$ac_objext
13168 if { (ac_try="$ac_compile"
13169 case "(($ac_try" in
13170   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13171   *) ac_try_echo=$ac_try;;
13172 esac
13173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13174 $as_echo "$ac_try_echo") >&5
13175   (eval "$ac_compile") 2>conftest.er1
13176   ac_status=$?
13177   grep -v '^ *+' conftest.er1 >conftest.err
13178   rm -f conftest.er1
13179   cat conftest.err >&5
13180   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13181   (exit $ac_status); } && {
13182          test -z "$ac_c_werror_flag" ||
13183          test ! -s conftest.err
13184        } && test -s conftest.$ac_objext; then
13185   ac_header_compiler=yes
13186 else
13187   $as_echo "$as_me: failed program was:" >&5
13188 sed 's/^/| /' conftest.$ac_ext >&5
13189
13190         ac_header_compiler=no
13191 fi
13192
13193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13194 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13195 $as_echo "$ac_header_compiler" >&6; }
13196
13197 # Is the header present?
13198 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13199 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13200 cat >conftest.$ac_ext <<_ACEOF
13201 /* confdefs.h.  */
13202 _ACEOF
13203 cat confdefs.h >>conftest.$ac_ext
13204 cat >>conftest.$ac_ext <<_ACEOF
13205 /* end confdefs.h.  */
13206 #include <gnutls/gnutls.h>
13207 _ACEOF
13208 if { (ac_try="$ac_cpp conftest.$ac_ext"
13209 case "(($ac_try" in
13210   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13211   *) ac_try_echo=$ac_try;;
13212 esac
13213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13214 $as_echo "$ac_try_echo") >&5
13215   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13216   ac_status=$?
13217   grep -v '^ *+' conftest.er1 >conftest.err
13218   rm -f conftest.er1
13219   cat conftest.err >&5
13220   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13221   (exit $ac_status); } >/dev/null && {
13222          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13223          test ! -s conftest.err
13224        }; then
13225   ac_header_preproc=yes
13226 else
13227   $as_echo "$as_me: failed program was:" >&5
13228 sed 's/^/| /' conftest.$ac_ext >&5
13229
13230   ac_header_preproc=no
13231 fi
13232
13233 rm -f conftest.err conftest.$ac_ext
13234 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13235 $as_echo "$ac_header_preproc" >&6; }
13236
13237 # So?  What about this header?
13238 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13239   yes:no: )
13240     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13241 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13242     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13243 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13244     ac_header_preproc=yes
13245     ;;
13246   no:yes:* )
13247     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13248 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13249     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13250 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13251     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13252 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13253     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13254 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13255     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13256 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13257     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13258 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13259     ( cat <<\_ASBOX
13260 ## ------------------------------------ ##
13261 ## Report this to wine-devel@winehq.org ##
13262 ## ------------------------------------ ##
13263 _ASBOX
13264      ) | sed "s/^/$as_me: WARNING:     /" >&2
13265     ;;
13266 esac
13267 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13268 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13269 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13270   $as_echo_n "(cached) " >&6
13271 else
13272   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13273 fi
13274 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13275 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13276
13277 fi
13278 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13279   cat >conftest.$ac_ext <<_ACEOF
13280 /* confdefs.h.  */
13281 _ACEOF
13282 cat confdefs.h >>conftest.$ac_ext
13283 cat >>conftest.$ac_ext <<_ACEOF
13284 /* end confdefs.h.  */
13285 #include <gnutls/gnutls.h>
13286 int
13287 main ()
13288 {
13289 typeof(gnutls_mac_get_key_size) *pfunc;
13290   ;
13291   return 0;
13292 }
13293 _ACEOF
13294 rm -f conftest.$ac_objext
13295 if { (ac_try="$ac_compile"
13296 case "(($ac_try" in
13297   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13298   *) ac_try_echo=$ac_try;;
13299 esac
13300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13301 $as_echo "$ac_try_echo") >&5
13302   (eval "$ac_compile") 2>conftest.er1
13303   ac_status=$?
13304   grep -v '^ *+' conftest.er1 >conftest.err
13305   rm -f conftest.er1
13306   cat conftest.err >&5
13307   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13308   (exit $ac_status); } && {
13309          test -z "$ac_c_werror_flag" ||
13310          test ! -s conftest.err
13311        } && test -s conftest.$ac_objext; then
13312   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13313 $as_echo_n "checking for -lgnutls... " >&6; }
13314 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13315   $as_echo_n "(cached) " >&6
13316 else
13317   ac_check_soname_save_LIBS=$LIBS
13318 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13319   cat >conftest.$ac_ext <<_ACEOF
13320 /* confdefs.h.  */
13321 _ACEOF
13322 cat confdefs.h >>conftest.$ac_ext
13323 cat >>conftest.$ac_ext <<_ACEOF
13324 /* end confdefs.h.  */
13325
13326 /* Override any GCC internal prototype to avoid an error.
13327    Use char because int might match the return type of a GCC
13328    builtin and then its argument prototype would still apply.  */
13329 #ifdef __cplusplus
13330 extern "C"
13331 #endif
13332 char gnutls_global_init ();
13333 int
13334 main ()
13335 {
13336 return gnutls_global_init ();
13337   ;
13338   return 0;
13339 }
13340 _ACEOF
13341 rm -f conftest.$ac_objext conftest$ac_exeext
13342 if { (ac_try="$ac_link"
13343 case "(($ac_try" in
13344   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13345   *) ac_try_echo=$ac_try;;
13346 esac
13347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13348 $as_echo "$ac_try_echo") >&5
13349   (eval "$ac_link") 2>conftest.er1
13350   ac_status=$?
13351   grep -v '^ *+' conftest.er1 >conftest.err
13352   rm -f conftest.er1
13353   cat conftest.err >&5
13354   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13355   (exit $ac_status); } && {
13356          test -z "$ac_c_werror_flag" ||
13357          test ! -s conftest.err
13358        } && test -s conftest$ac_exeext && {
13359          test "$cross_compiling" = yes ||
13360          $as_test_x conftest$ac_exeext
13361        }; then
13362   case "$LIBEXT" in
13363     dll) ;;
13364     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'` ;;
13365     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13366   esac
13367 else
13368   $as_echo "$as_me: failed program was:" >&5
13369 sed 's/^/| /' conftest.$ac_ext >&5
13370
13371
13372 fi
13373
13374 rm -rf conftest.dSYM
13375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13376       conftest$ac_exeext conftest.$ac_ext
13377   LIBS=$ac_check_soname_save_LIBS
13378 fi
13379 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13380   { $as_echo "$as_me:$LINENO: result: not found" >&5
13381 $as_echo "not found" >&6; }
13382
13383 else
13384   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13385 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13386
13387 cat >>confdefs.h <<_ACEOF
13388 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13389 _ACEOF
13390
13391        GNUTLSINCL="$ac_gnutls_cflags"
13392
13393 fi
13394
13395 else
13396   $as_echo "$as_me: failed program was:" >&5
13397 sed 's/^/| /' conftest.$ac_ext >&5
13398
13399
13400 fi
13401
13402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13403 fi
13404
13405
13406     CPPFLAGS="$ac_save_CPPFLAGS"
13407 fi
13408 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13409   case "x$with_gnutls" in
13410   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13411   xno) ;;
13412   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13413 This is an error since --with-gnutls was requested." >&5
13414 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13415 This is an error since --with-gnutls was requested." >&2;}
13416    { (exit 1); exit 1; }; } ;;
13417 esac
13418 fi
13419
13420
13421 CURSESLIBS=""
13422 if test "$ac_cv_header_ncurses_h" = "yes"
13423 then
13424     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13425 $as_echo_n "checking for -lncurses... " >&6; }
13426 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13427   $as_echo_n "(cached) " >&6
13428 else
13429   ac_check_soname_save_LIBS=$LIBS
13430 LIBS="-lncurses  $LIBS"
13431   cat >conftest.$ac_ext <<_ACEOF
13432 /* confdefs.h.  */
13433 _ACEOF
13434 cat confdefs.h >>conftest.$ac_ext
13435 cat >>conftest.$ac_ext <<_ACEOF
13436 /* end confdefs.h.  */
13437
13438 /* Override any GCC internal prototype to avoid an error.
13439    Use char because int might match the return type of a GCC
13440    builtin and then its argument prototype would still apply.  */
13441 #ifdef __cplusplus
13442 extern "C"
13443 #endif
13444 char waddch ();
13445 int
13446 main ()
13447 {
13448 return waddch ();
13449   ;
13450   return 0;
13451 }
13452 _ACEOF
13453 rm -f conftest.$ac_objext conftest$ac_exeext
13454 if { (ac_try="$ac_link"
13455 case "(($ac_try" in
13456   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13457   *) ac_try_echo=$ac_try;;
13458 esac
13459 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13460 $as_echo "$ac_try_echo") >&5
13461   (eval "$ac_link") 2>conftest.er1
13462   ac_status=$?
13463   grep -v '^ *+' conftest.er1 >conftest.err
13464   rm -f conftest.er1
13465   cat conftest.err >&5
13466   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13467   (exit $ac_status); } && {
13468          test -z "$ac_c_werror_flag" ||
13469          test ! -s conftest.err
13470        } && test -s conftest$ac_exeext && {
13471          test "$cross_compiling" = yes ||
13472          $as_test_x conftest$ac_exeext
13473        }; then
13474   case "$LIBEXT" in
13475     dll) ;;
13476     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'` ;;
13477     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13478   esac
13479 else
13480   $as_echo "$as_me: failed program was:" >&5
13481 sed 's/^/| /' conftest.$ac_ext >&5
13482
13483
13484 fi
13485
13486 rm -rf conftest.dSYM
13487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13488       conftest$ac_exeext conftest.$ac_ext
13489   LIBS=$ac_check_soname_save_LIBS
13490 fi
13491 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13492   { $as_echo "$as_me:$LINENO: result: not found" >&5
13493 $as_echo "not found" >&6; }
13494
13495 else
13496   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13497 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13498
13499 cat >>confdefs.h <<_ACEOF
13500 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13501 _ACEOF
13502
13503        CURSESLIBS="-lncurses"
13504 fi
13505
13506 elif test "$ac_cv_header_curses_h" = "yes"
13507 then
13508     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13509 $as_echo_n "checking for -lcurses... " >&6; }
13510 if test "${ac_cv_lib_soname_curses+set}" = set; then
13511   $as_echo_n "(cached) " >&6
13512 else
13513   ac_check_soname_save_LIBS=$LIBS
13514 LIBS="-lcurses  $LIBS"
13515   cat >conftest.$ac_ext <<_ACEOF
13516 /* confdefs.h.  */
13517 _ACEOF
13518 cat confdefs.h >>conftest.$ac_ext
13519 cat >>conftest.$ac_ext <<_ACEOF
13520 /* end confdefs.h.  */
13521
13522 /* Override any GCC internal prototype to avoid an error.
13523    Use char because int might match the return type of a GCC
13524    builtin and then its argument prototype would still apply.  */
13525 #ifdef __cplusplus
13526 extern "C"
13527 #endif
13528 char waddch ();
13529 int
13530 main ()
13531 {
13532 return waddch ();
13533   ;
13534   return 0;
13535 }
13536 _ACEOF
13537 rm -f conftest.$ac_objext conftest$ac_exeext
13538 if { (ac_try="$ac_link"
13539 case "(($ac_try" in
13540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13541   *) ac_try_echo=$ac_try;;
13542 esac
13543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13544 $as_echo "$ac_try_echo") >&5
13545   (eval "$ac_link") 2>conftest.er1
13546   ac_status=$?
13547   grep -v '^ *+' conftest.er1 >conftest.err
13548   rm -f conftest.er1
13549   cat conftest.err >&5
13550   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13551   (exit $ac_status); } && {
13552          test -z "$ac_c_werror_flag" ||
13553          test ! -s conftest.err
13554        } && test -s conftest$ac_exeext && {
13555          test "$cross_compiling" = yes ||
13556          $as_test_x conftest$ac_exeext
13557        }; then
13558   case "$LIBEXT" in
13559     dll) ;;
13560     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'` ;;
13561     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13562   esac
13563 else
13564   $as_echo "$as_me: failed program was:" >&5
13565 sed 's/^/| /' conftest.$ac_ext >&5
13566
13567
13568 fi
13569
13570 rm -rf conftest.dSYM
13571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13572       conftest$ac_exeext conftest.$ac_ext
13573   LIBS=$ac_check_soname_save_LIBS
13574 fi
13575 if test "x$ac_cv_lib_soname_curses" = "x"; then
13576   { $as_echo "$as_me:$LINENO: result: not found" >&5
13577 $as_echo "not found" >&6; }
13578
13579 else
13580   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13581 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13582
13583 cat >>confdefs.h <<_ACEOF
13584 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13585 _ACEOF
13586
13587        CURSESLIBS="-lcurses"
13588 fi
13589
13590 fi
13591 ac_save_LIBS="$LIBS"
13592 LIBS="$LIBS $CURSESLIBS"
13593
13594 for ac_func in mousemask
13595 do
13596 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13597 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13598 $as_echo_n "checking for $ac_func... " >&6; }
13599 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13600   $as_echo_n "(cached) " >&6
13601 else
13602   cat >conftest.$ac_ext <<_ACEOF
13603 /* confdefs.h.  */
13604 _ACEOF
13605 cat confdefs.h >>conftest.$ac_ext
13606 cat >>conftest.$ac_ext <<_ACEOF
13607 /* end confdefs.h.  */
13608 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13609    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13610 #define $ac_func innocuous_$ac_func
13611
13612 /* System header to define __stub macros and hopefully few prototypes,
13613     which can conflict with char $ac_func (); below.
13614     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13615     <limits.h> exists even on freestanding compilers.  */
13616
13617 #ifdef __STDC__
13618 # include <limits.h>
13619 #else
13620 # include <assert.h>
13621 #endif
13622
13623 #undef $ac_func
13624
13625 /* Override any GCC internal prototype to avoid an error.
13626    Use char because int might match the return type of a GCC
13627    builtin and then its argument prototype would still apply.  */
13628 #ifdef __cplusplus
13629 extern "C"
13630 #endif
13631 char $ac_func ();
13632 /* The GNU C library defines this for functions which it implements
13633     to always fail with ENOSYS.  Some functions are actually named
13634     something starting with __ and the normal name is an alias.  */
13635 #if defined __stub_$ac_func || defined __stub___$ac_func
13636 choke me
13637 #endif
13638
13639 int
13640 main ()
13641 {
13642 return $ac_func ();
13643   ;
13644   return 0;
13645 }
13646 _ACEOF
13647 rm -f conftest.$ac_objext conftest$ac_exeext
13648 if { (ac_try="$ac_link"
13649 case "(($ac_try" in
13650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13651   *) ac_try_echo=$ac_try;;
13652 esac
13653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13654 $as_echo "$ac_try_echo") >&5
13655   (eval "$ac_link") 2>conftest.er1
13656   ac_status=$?
13657   grep -v '^ *+' conftest.er1 >conftest.err
13658   rm -f conftest.er1
13659   cat conftest.err >&5
13660   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13661   (exit $ac_status); } && {
13662          test -z "$ac_c_werror_flag" ||
13663          test ! -s conftest.err
13664        } && test -s conftest$ac_exeext && {
13665          test "$cross_compiling" = yes ||
13666          $as_test_x conftest$ac_exeext
13667        }; then
13668   eval "$as_ac_var=yes"
13669 else
13670   $as_echo "$as_me: failed program was:" >&5
13671 sed 's/^/| /' conftest.$ac_ext >&5
13672
13673         eval "$as_ac_var=no"
13674 fi
13675
13676 rm -rf conftest.dSYM
13677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13678       conftest$ac_exeext conftest.$ac_ext
13679 fi
13680 ac_res=`eval 'as_val=${'$as_ac_var'}
13681                  $as_echo "$as_val"'`
13682                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13683 $as_echo "$ac_res" >&6; }
13684 as_val=`eval 'as_val=${'$as_ac_var'}
13685                  $as_echo "$as_val"'`
13686    if test "x$as_val" = x""yes; then
13687   cat >>confdefs.h <<_ACEOF
13688 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13689 _ACEOF
13690
13691 fi
13692 done
13693
13694 LIBS="$ac_save_LIBS"
13695 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13696   case "x$with_curses" in
13697   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13698   xno) ;;
13699   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13700 This is an error since --with-curses was requested." >&5
13701 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13702 This is an error since --with-curses was requested." >&2;}
13703    { (exit 1); exit 1; }; } ;;
13704 esac
13705 fi
13706
13707
13708 if test "x$with_sane" != "xno"
13709 then
13710     ac_save_CPPFLAGS="$CPPFLAGS"
13711     # Extract the first word of "sane-config", so it can be a program name with args.
13712 set dummy sane-config; ac_word=$2
13713 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13714 $as_echo_n "checking for $ac_word... " >&6; }
13715 if test "${ac_cv_prog_sane_devel+set}" = set; then
13716   $as_echo_n "(cached) " >&6
13717 else
13718   if test -n "$sane_devel"; then
13719   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13720 else
13721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13722 for as_dir in $PATH
13723 do
13724   IFS=$as_save_IFS
13725   test -z "$as_dir" && as_dir=.
13726   for ac_exec_ext in '' $ac_executable_extensions; do
13727   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13728     ac_cv_prog_sane_devel="sane-config"
13729     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13730     break 2
13731   fi
13732 done
13733 done
13734 IFS=$as_save_IFS
13735
13736   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13737 fi
13738 fi
13739 sane_devel=$ac_cv_prog_sane_devel
13740 if test -n "$sane_devel"; then
13741   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13742 $as_echo "$sane_devel" >&6; }
13743 else
13744   { $as_echo "$as_me:$LINENO: result: no" >&5
13745 $as_echo "no" >&6; }
13746 fi
13747
13748
13749     if test "$sane_devel" != "no"
13750     then
13751         ac_sane_incl="`$sane_devel --cflags`"
13752         ac_sane_libs="`$sane_devel --ldflags`"
13753         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13754     fi
13755     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13756   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13757 $as_echo_n "checking for sane/sane.h... " >&6; }
13758 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13759   $as_echo_n "(cached) " >&6
13760 fi
13761 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13762 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13763 else
13764   # Is the header compilable?
13765 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13766 $as_echo_n "checking sane/sane.h usability... " >&6; }
13767 cat >conftest.$ac_ext <<_ACEOF
13768 /* confdefs.h.  */
13769 _ACEOF
13770 cat confdefs.h >>conftest.$ac_ext
13771 cat >>conftest.$ac_ext <<_ACEOF
13772 /* end confdefs.h.  */
13773 $ac_includes_default
13774 #include <sane/sane.h>
13775 _ACEOF
13776 rm -f conftest.$ac_objext
13777 if { (ac_try="$ac_compile"
13778 case "(($ac_try" in
13779   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13780   *) ac_try_echo=$ac_try;;
13781 esac
13782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13783 $as_echo "$ac_try_echo") >&5
13784   (eval "$ac_compile") 2>conftest.er1
13785   ac_status=$?
13786   grep -v '^ *+' conftest.er1 >conftest.err
13787   rm -f conftest.er1
13788   cat conftest.err >&5
13789   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13790   (exit $ac_status); } && {
13791          test -z "$ac_c_werror_flag" ||
13792          test ! -s conftest.err
13793        } && test -s conftest.$ac_objext; then
13794   ac_header_compiler=yes
13795 else
13796   $as_echo "$as_me: failed program was:" >&5
13797 sed 's/^/| /' conftest.$ac_ext >&5
13798
13799         ac_header_compiler=no
13800 fi
13801
13802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13803 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13804 $as_echo "$ac_header_compiler" >&6; }
13805
13806 # Is the header present?
13807 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13808 $as_echo_n "checking sane/sane.h presence... " >&6; }
13809 cat >conftest.$ac_ext <<_ACEOF
13810 /* confdefs.h.  */
13811 _ACEOF
13812 cat confdefs.h >>conftest.$ac_ext
13813 cat >>conftest.$ac_ext <<_ACEOF
13814 /* end confdefs.h.  */
13815 #include <sane/sane.h>
13816 _ACEOF
13817 if { (ac_try="$ac_cpp conftest.$ac_ext"
13818 case "(($ac_try" in
13819   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13820   *) ac_try_echo=$ac_try;;
13821 esac
13822 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13823 $as_echo "$ac_try_echo") >&5
13824   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13825   ac_status=$?
13826   grep -v '^ *+' conftest.er1 >conftest.err
13827   rm -f conftest.er1
13828   cat conftest.err >&5
13829   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13830   (exit $ac_status); } >/dev/null && {
13831          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13832          test ! -s conftest.err
13833        }; then
13834   ac_header_preproc=yes
13835 else
13836   $as_echo "$as_me: failed program was:" >&5
13837 sed 's/^/| /' conftest.$ac_ext >&5
13838
13839   ac_header_preproc=no
13840 fi
13841
13842 rm -f conftest.err conftest.$ac_ext
13843 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13844 $as_echo "$ac_header_preproc" >&6; }
13845
13846 # So?  What about this header?
13847 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13848   yes:no: )
13849     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13850 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13851     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13852 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13853     ac_header_preproc=yes
13854     ;;
13855   no:yes:* )
13856     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13857 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13858     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13859 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13860     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13861 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13862     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13863 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13864     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13865 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13866     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13867 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13868     ( cat <<\_ASBOX
13869 ## ------------------------------------ ##
13870 ## Report this to wine-devel@winehq.org ##
13871 ## ------------------------------------ ##
13872 _ASBOX
13873      ) | sed "s/^/$as_me: WARNING:     /" >&2
13874     ;;
13875 esac
13876 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13877 $as_echo_n "checking for sane/sane.h... " >&6; }
13878 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13879   $as_echo_n "(cached) " >&6
13880 else
13881   ac_cv_header_sane_sane_h=$ac_header_preproc
13882 fi
13883 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13884 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13885
13886 fi
13887 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13888   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13889 $as_echo_n "checking for -lsane... " >&6; }
13890 if test "${ac_cv_lib_soname_sane+set}" = set; then
13891   $as_echo_n "(cached) " >&6
13892 else
13893   ac_check_soname_save_LIBS=$LIBS
13894 LIBS="-lsane $ac_sane_libs $LIBS"
13895   cat >conftest.$ac_ext <<_ACEOF
13896 /* confdefs.h.  */
13897 _ACEOF
13898 cat confdefs.h >>conftest.$ac_ext
13899 cat >>conftest.$ac_ext <<_ACEOF
13900 /* end confdefs.h.  */
13901
13902 /* Override any GCC internal prototype to avoid an error.
13903    Use char because int might match the return type of a GCC
13904    builtin and then its argument prototype would still apply.  */
13905 #ifdef __cplusplus
13906 extern "C"
13907 #endif
13908 char sane_init ();
13909 int
13910 main ()
13911 {
13912 return sane_init ();
13913   ;
13914   return 0;
13915 }
13916 _ACEOF
13917 rm -f conftest.$ac_objext conftest$ac_exeext
13918 if { (ac_try="$ac_link"
13919 case "(($ac_try" in
13920   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13921   *) ac_try_echo=$ac_try;;
13922 esac
13923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13924 $as_echo "$ac_try_echo") >&5
13925   (eval "$ac_link") 2>conftest.er1
13926   ac_status=$?
13927   grep -v '^ *+' conftest.er1 >conftest.err
13928   rm -f conftest.er1
13929   cat conftest.err >&5
13930   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13931   (exit $ac_status); } && {
13932          test -z "$ac_c_werror_flag" ||
13933          test ! -s conftest.err
13934        } && test -s conftest$ac_exeext && {
13935          test "$cross_compiling" = yes ||
13936          $as_test_x conftest$ac_exeext
13937        }; then
13938   case "$LIBEXT" in
13939     dll) ;;
13940     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'` ;;
13941     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13942   esac
13943 else
13944   $as_echo "$as_me: failed program was:" >&5
13945 sed 's/^/| /' conftest.$ac_ext >&5
13946
13947
13948 fi
13949
13950 rm -rf conftest.dSYM
13951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13952       conftest$ac_exeext conftest.$ac_ext
13953   LIBS=$ac_check_soname_save_LIBS
13954 fi
13955 if test "x$ac_cv_lib_soname_sane" = "x"; then
13956   { $as_echo "$as_me:$LINENO: result: not found" >&5
13957 $as_echo "not found" >&6; }
13958
13959 else
13960   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13961 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13962
13963 cat >>confdefs.h <<_ACEOF
13964 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13965 _ACEOF
13966
13967        SANEINCL="$ac_sane_incl"
13968
13969 fi
13970
13971 fi
13972
13973
13974     CPPFLAGS="$ac_save_CPPFLAGS"
13975 fi
13976 if test "x$ac_cv_lib_soname_sane" = "x"; then
13977   case "x$with_sane" in
13978   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13979   xno) ;;
13980   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13981 This is an error since --with-sane was requested." >&5
13982 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13983 This is an error since --with-sane was requested." >&2;}
13984    { (exit 1); exit 1; }; } ;;
13985 esac
13986 fi
13987
13988
13989 if test "x$with_gphoto" != "xno"
13990 then
13991     ac_save_CPPFLAGS="$CPPFLAGS"
13992     # Extract the first word of "gphoto2-config", so it can be a program name with args.
13993 set dummy gphoto2-config; ac_word=$2
13994 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13995 $as_echo_n "checking for $ac_word... " >&6; }
13996 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13997   $as_echo_n "(cached) " >&6
13998 else
13999   if test -n "$gphoto2_devel"; then
14000   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14001 else
14002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14003 for as_dir in $PATH
14004 do
14005   IFS=$as_save_IFS
14006   test -z "$as_dir" && as_dir=.
14007   for ac_exec_ext in '' $ac_executable_extensions; do
14008   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14009     ac_cv_prog_gphoto2_devel="gphoto2-config"
14010     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14011     break 2
14012   fi
14013 done
14014 done
14015 IFS=$as_save_IFS
14016
14017   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14018 fi
14019 fi
14020 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14021 if test -n "$gphoto2_devel"; then
14022   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14023 $as_echo "$gphoto2_devel" >&6; }
14024 else
14025   { $as_echo "$as_me:$LINENO: result: no" >&5
14026 $as_echo "no" >&6; }
14027 fi
14028
14029
14030     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14031 set dummy gphoto2-port-config; ac_word=$2
14032 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14033 $as_echo_n "checking for $ac_word... " >&6; }
14034 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14035   $as_echo_n "(cached) " >&6
14036 else
14037   if test -n "$gphoto2port_devel"; then
14038   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14039 else
14040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14041 for as_dir in $PATH
14042 do
14043   IFS=$as_save_IFS
14044   test -z "$as_dir" && as_dir=.
14045   for ac_exec_ext in '' $ac_executable_extensions; do
14046   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14047     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14048     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14049     break 2
14050   fi
14051 done
14052 done
14053 IFS=$as_save_IFS
14054
14055   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14056 fi
14057 fi
14058 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14059 if test -n "$gphoto2port_devel"; then
14060   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14061 $as_echo "$gphoto2port_devel" >&6; }
14062 else
14063   { $as_echo "$as_me:$LINENO: result: no" >&5
14064 $as_echo "no" >&6; }
14065 fi
14066
14067
14068     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14069     then
14070         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14071         ac_gphoto2_libs=""
14072         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14073         do
14074             case "$i" in
14075             -L/usr/lib|-L/usr/lib64) ;;
14076             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14077             esac
14078         done
14079         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14080     fi
14081     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14082     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14083   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14084 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14085 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14086   $as_echo_n "(cached) " >&6
14087 fi
14088 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14089 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14090 else
14091   # Is the header compilable?
14092 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14093 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14094 cat >conftest.$ac_ext <<_ACEOF
14095 /* confdefs.h.  */
14096 _ACEOF
14097 cat confdefs.h >>conftest.$ac_ext
14098 cat >>conftest.$ac_ext <<_ACEOF
14099 /* end confdefs.h.  */
14100 $ac_includes_default
14101 #include <gphoto2-camera.h>
14102 _ACEOF
14103 rm -f conftest.$ac_objext
14104 if { (ac_try="$ac_compile"
14105 case "(($ac_try" in
14106   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14107   *) ac_try_echo=$ac_try;;
14108 esac
14109 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14110 $as_echo "$ac_try_echo") >&5
14111   (eval "$ac_compile") 2>conftest.er1
14112   ac_status=$?
14113   grep -v '^ *+' conftest.er1 >conftest.err
14114   rm -f conftest.er1
14115   cat conftest.err >&5
14116   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14117   (exit $ac_status); } && {
14118          test -z "$ac_c_werror_flag" ||
14119          test ! -s conftest.err
14120        } && test -s conftest.$ac_objext; then
14121   ac_header_compiler=yes
14122 else
14123   $as_echo "$as_me: failed program was:" >&5
14124 sed 's/^/| /' conftest.$ac_ext >&5
14125
14126         ac_header_compiler=no
14127 fi
14128
14129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14130 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14131 $as_echo "$ac_header_compiler" >&6; }
14132
14133 # Is the header present?
14134 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14135 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14136 cat >conftest.$ac_ext <<_ACEOF
14137 /* confdefs.h.  */
14138 _ACEOF
14139 cat confdefs.h >>conftest.$ac_ext
14140 cat >>conftest.$ac_ext <<_ACEOF
14141 /* end confdefs.h.  */
14142 #include <gphoto2-camera.h>
14143 _ACEOF
14144 if { (ac_try="$ac_cpp conftest.$ac_ext"
14145 case "(($ac_try" in
14146   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14147   *) ac_try_echo=$ac_try;;
14148 esac
14149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14150 $as_echo "$ac_try_echo") >&5
14151   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14152   ac_status=$?
14153   grep -v '^ *+' conftest.er1 >conftest.err
14154   rm -f conftest.er1
14155   cat conftest.err >&5
14156   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14157   (exit $ac_status); } >/dev/null && {
14158          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14159          test ! -s conftest.err
14160        }; then
14161   ac_header_preproc=yes
14162 else
14163   $as_echo "$as_me: failed program was:" >&5
14164 sed 's/^/| /' conftest.$ac_ext >&5
14165
14166   ac_header_preproc=no
14167 fi
14168
14169 rm -f conftest.err conftest.$ac_ext
14170 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14171 $as_echo "$ac_header_preproc" >&6; }
14172
14173 # So?  What about this header?
14174 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14175   yes:no: )
14176     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14177 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14178     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14179 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14180     ac_header_preproc=yes
14181     ;;
14182   no:yes:* )
14183     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14184 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14185     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14186 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14187     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14188 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14189     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14190 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14191     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14192 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14193     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14194 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14195     ( cat <<\_ASBOX
14196 ## ------------------------------------ ##
14197 ## Report this to wine-devel@winehq.org ##
14198 ## ------------------------------------ ##
14199 _ASBOX
14200      ) | sed "s/^/$as_me: WARNING:     /" >&2
14201     ;;
14202 esac
14203 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14204 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14205 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14206   $as_echo_n "(cached) " >&6
14207 else
14208   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14209 fi
14210 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14211 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14212
14213 fi
14214 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14215   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14216 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14217 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14218   $as_echo_n "(cached) " >&6
14219 else
14220   ac_check_lib_save_LIBS=$LIBS
14221 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14222 cat >conftest.$ac_ext <<_ACEOF
14223 /* confdefs.h.  */
14224 _ACEOF
14225 cat confdefs.h >>conftest.$ac_ext
14226 cat >>conftest.$ac_ext <<_ACEOF
14227 /* end confdefs.h.  */
14228
14229 /* Override any GCC internal prototype to avoid an error.
14230    Use char because int might match the return type of a GCC
14231    builtin and then its argument prototype would still apply.  */
14232 #ifdef __cplusplus
14233 extern "C"
14234 #endif
14235 char gp_camera_new ();
14236 int
14237 main ()
14238 {
14239 return gp_camera_new ();
14240   ;
14241   return 0;
14242 }
14243 _ACEOF
14244 rm -f conftest.$ac_objext conftest$ac_exeext
14245 if { (ac_try="$ac_link"
14246 case "(($ac_try" in
14247   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14248   *) ac_try_echo=$ac_try;;
14249 esac
14250 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14251 $as_echo "$ac_try_echo") >&5
14252   (eval "$ac_link") 2>conftest.er1
14253   ac_status=$?
14254   grep -v '^ *+' conftest.er1 >conftest.err
14255   rm -f conftest.er1
14256   cat conftest.err >&5
14257   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14258   (exit $ac_status); } && {
14259          test -z "$ac_c_werror_flag" ||
14260          test ! -s conftest.err
14261        } && test -s conftest$ac_exeext && {
14262          test "$cross_compiling" = yes ||
14263          $as_test_x conftest$ac_exeext
14264        }; then
14265   ac_cv_lib_gphoto2_gp_camera_new=yes
14266 else
14267   $as_echo "$as_me: failed program was:" >&5
14268 sed 's/^/| /' conftest.$ac_ext >&5
14269
14270         ac_cv_lib_gphoto2_gp_camera_new=no
14271 fi
14272
14273 rm -rf conftest.dSYM
14274 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14275       conftest$ac_exeext conftest.$ac_ext
14276 LIBS=$ac_check_lib_save_LIBS
14277 fi
14278 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14279 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14280 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14281
14282 cat >>confdefs.h <<\_ACEOF
14283 #define HAVE_GPHOTO2 1
14284 _ACEOF
14285
14286                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14287
14288                                    GPHOTO2INCL="$ac_gphoto2_incl"
14289
14290 fi
14291
14292 fi
14293
14294
14295     CPPFLAGS="$ac_save_CPPFLAGS"
14296 fi
14297 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14298   case "x$with_gphoto" in
14299   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14300   xno) ;;
14301   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14302 This is an error since --with-gphoto was requested." >&5
14303 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14304 This is an error since --with-gphoto was requested." >&2;}
14305    { (exit 1); exit 1; }; } ;;
14306 esac
14307 fi
14308
14309
14310
14311 RESOLVLIBS=""
14312
14313 if test "$ac_cv_header_resolv_h" = "yes"
14314 then
14315     ac_save_LIBS="$LIBS"
14316     LIBS="$LIBS -lresolv"
14317     cat >conftest.$ac_ext <<_ACEOF
14318 /* confdefs.h.  */
14319 _ACEOF
14320 cat confdefs.h >>conftest.$ac_ext
14321 cat >>conftest.$ac_ext <<_ACEOF
14322 /* end confdefs.h.  */
14323 #ifdef HAVE_NETINET_IN_H
14324 #include <netinet/in.h>
14325 #endif
14326 #include <resolv.h>
14327 int
14328 main ()
14329 {
14330 res_init();
14331   ;
14332   return 0;
14333 }
14334 _ACEOF
14335 rm -f conftest.$ac_objext conftest$ac_exeext
14336 if { (ac_try="$ac_link"
14337 case "(($ac_try" in
14338   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14339   *) ac_try_echo=$ac_try;;
14340 esac
14341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14342 $as_echo "$ac_try_echo") >&5
14343   (eval "$ac_link") 2>conftest.er1
14344   ac_status=$?
14345   grep -v '^ *+' conftest.er1 >conftest.err
14346   rm -f conftest.er1
14347   cat conftest.err >&5
14348   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14349   (exit $ac_status); } && {
14350          test -z "$ac_c_werror_flag" ||
14351          test ! -s conftest.err
14352        } && test -s conftest$ac_exeext && {
14353          test "$cross_compiling" = yes ||
14354          $as_test_x conftest$ac_exeext
14355        }; then
14356
14357 cat >>confdefs.h <<\_ACEOF
14358 #define HAVE_RESOLV 1
14359 _ACEOF
14360
14361          RESOLVLIBS="-lresolv"
14362 else
14363   $as_echo "$as_me: failed program was:" >&5
14364 sed 's/^/| /' conftest.$ac_ext >&5
14365
14366
14367 fi
14368
14369 rm -rf conftest.dSYM
14370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14371       conftest$ac_exeext conftest.$ac_ext
14372     LIBS="$ac_save_LIBS"
14373 fi
14374
14375 LCMSLIBS=""
14376
14377 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14378 then
14379     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14380 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14381 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14382   $as_echo_n "(cached) " >&6
14383 else
14384   ac_check_lib_save_LIBS=$LIBS
14385 LIBS="-llcms  $LIBS"
14386 cat >conftest.$ac_ext <<_ACEOF
14387 /* confdefs.h.  */
14388 _ACEOF
14389 cat confdefs.h >>conftest.$ac_ext
14390 cat >>conftest.$ac_ext <<_ACEOF
14391 /* end confdefs.h.  */
14392
14393 /* Override any GCC internal prototype to avoid an error.
14394    Use char because int might match the return type of a GCC
14395    builtin and then its argument prototype would still apply.  */
14396 #ifdef __cplusplus
14397 extern "C"
14398 #endif
14399 char cmsOpenProfileFromFile ();
14400 int
14401 main ()
14402 {
14403 return cmsOpenProfileFromFile ();
14404   ;
14405   return 0;
14406 }
14407 _ACEOF
14408 rm -f conftest.$ac_objext conftest$ac_exeext
14409 if { (ac_try="$ac_link"
14410 case "(($ac_try" in
14411   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14412   *) ac_try_echo=$ac_try;;
14413 esac
14414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14415 $as_echo "$ac_try_echo") >&5
14416   (eval "$ac_link") 2>conftest.er1
14417   ac_status=$?
14418   grep -v '^ *+' conftest.er1 >conftest.err
14419   rm -f conftest.er1
14420   cat conftest.err >&5
14421   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14422   (exit $ac_status); } && {
14423          test -z "$ac_c_werror_flag" ||
14424          test ! -s conftest.err
14425        } && test -s conftest$ac_exeext && {
14426          test "$cross_compiling" = yes ||
14427          $as_test_x conftest$ac_exeext
14428        }; then
14429   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14430 else
14431   $as_echo "$as_me: failed program was:" >&5
14432 sed 's/^/| /' conftest.$ac_ext >&5
14433
14434         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14435 fi
14436
14437 rm -rf conftest.dSYM
14438 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14439       conftest$ac_exeext conftest.$ac_ext
14440 LIBS=$ac_check_lib_save_LIBS
14441 fi
14442 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14443 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14444 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14445
14446 cat >>confdefs.h <<\_ACEOF
14447 #define HAVE_LCMS 1
14448 _ACEOF
14449
14450          LCMSLIBS="-llcms"
14451 fi
14452
14453 fi
14454 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14455   case "x$with_cms" in
14456   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14457   xno) ;;
14458   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14459 This is an error since --with-cms was requested." >&5
14460 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14461 This is an error since --with-cms was requested." >&2;}
14462    { (exit 1); exit 1; }; } ;;
14463 esac
14464 fi
14465
14466
14467 if test "x$with_freetype" != "xno"
14468 then
14469     for ac_prog in freetype-config freetype2-config
14470 do
14471   # Extract the first word of "$ac_prog", so it can be a program name with args.
14472 set dummy $ac_prog; ac_word=$2
14473 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14474 $as_echo_n "checking for $ac_word... " >&6; }
14475 if test "${ac_cv_prog_ft_devel+set}" = set; then
14476   $as_echo_n "(cached) " >&6
14477 else
14478   if test -n "$ft_devel"; then
14479   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14480 else
14481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14482 for as_dir in $PATH
14483 do
14484   IFS=$as_save_IFS
14485   test -z "$as_dir" && as_dir=.
14486   for ac_exec_ext in '' $ac_executable_extensions; do
14487   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14488     ac_cv_prog_ft_devel="$ac_prog"
14489     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14490     break 2
14491   fi
14492 done
14493 done
14494 IFS=$as_save_IFS
14495
14496 fi
14497 fi
14498 ft_devel=$ac_cv_prog_ft_devel
14499 if test -n "$ft_devel"; then
14500   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14501 $as_echo "$ft_devel" >&6; }
14502 else
14503   { $as_echo "$as_me:$LINENO: result: no" >&5
14504 $as_echo "no" >&6; }
14505 fi
14506
14507
14508   test -n "$ft_devel" && break
14509 done
14510 test -n "$ft_devel" || ft_devel="no"
14511
14512     if test "$ft_devel" != "no"
14513     then
14514         ac_freetype_incl=`$ft_devel --cflags`
14515         ac_freetype_libs=`$ft_devel --libs`
14516     fi
14517     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14518     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14519 $as_echo_n "checking for -lfreetype... " >&6; }
14520 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14521   $as_echo_n "(cached) " >&6
14522 else
14523   ac_check_soname_save_LIBS=$LIBS
14524 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14525   cat >conftest.$ac_ext <<_ACEOF
14526 /* confdefs.h.  */
14527 _ACEOF
14528 cat confdefs.h >>conftest.$ac_ext
14529 cat >>conftest.$ac_ext <<_ACEOF
14530 /* end confdefs.h.  */
14531
14532 /* Override any GCC internal prototype to avoid an error.
14533    Use char because int might match the return type of a GCC
14534    builtin and then its argument prototype would still apply.  */
14535 #ifdef __cplusplus
14536 extern "C"
14537 #endif
14538 char FT_Init_FreeType ();
14539 int
14540 main ()
14541 {
14542 return FT_Init_FreeType ();
14543   ;
14544   return 0;
14545 }
14546 _ACEOF
14547 rm -f conftest.$ac_objext conftest$ac_exeext
14548 if { (ac_try="$ac_link"
14549 case "(($ac_try" in
14550   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14551   *) ac_try_echo=$ac_try;;
14552 esac
14553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14554 $as_echo "$ac_try_echo") >&5
14555   (eval "$ac_link") 2>conftest.er1
14556   ac_status=$?
14557   grep -v '^ *+' conftest.er1 >conftest.err
14558   rm -f conftest.er1
14559   cat conftest.err >&5
14560   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14561   (exit $ac_status); } && {
14562          test -z "$ac_c_werror_flag" ||
14563          test ! -s conftest.err
14564        } && test -s conftest$ac_exeext && {
14565          test "$cross_compiling" = yes ||
14566          $as_test_x conftest$ac_exeext
14567        }; then
14568   case "$LIBEXT" in
14569     dll) ;;
14570     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'` ;;
14571     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14572   esac
14573 else
14574   $as_echo "$as_me: failed program was:" >&5
14575 sed 's/^/| /' conftest.$ac_ext >&5
14576
14577
14578 fi
14579
14580 rm -rf conftest.dSYM
14581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14582       conftest$ac_exeext conftest.$ac_ext
14583   LIBS=$ac_check_soname_save_LIBS
14584 fi
14585 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14586   { $as_echo "$as_me:$LINENO: result: not found" >&5
14587 $as_echo "not found" >&6; }
14588        ft_lib=no
14589 else
14590   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14591 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14592
14593 cat >>confdefs.h <<_ACEOF
14594 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14595 _ACEOF
14596
14597        ft_lib=yes
14598 fi
14599
14600     if test "$ft_lib" = "yes"
14601     then
14602         ac_save_CPPFLAGS="$CPPFLAGS"
14603         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14604
14605
14606
14607
14608
14609
14610
14611
14612
14613
14614
14615
14616 for ac_header in ft2build.h \
14617                          freetype/freetype.h \
14618                          freetype/ftglyph.h \
14619                          freetype/fttypes.h \
14620                          freetype/tttables.h \
14621                          freetype/ftsnames.h \
14622                          freetype/ttnameid.h \
14623                          freetype/ftoutln.h \
14624                          freetype/ftwinfnt.h \
14625                          freetype/ftmodapi.h \
14626                          freetype/ftlcdfil.h \
14627                          freetype/internal/sfnt.h
14628 do
14629 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14630 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14631 $as_echo_n "checking for $ac_header... " >&6; }
14632 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14633   $as_echo_n "(cached) " >&6
14634 else
14635   cat >conftest.$ac_ext <<_ACEOF
14636 /* confdefs.h.  */
14637 _ACEOF
14638 cat confdefs.h >>conftest.$ac_ext
14639 cat >>conftest.$ac_ext <<_ACEOF
14640 /* end confdefs.h.  */
14641 #ifdef HAVE_FT2BUILD_H
14642                           # include <ft2build.h>
14643                           #endif
14644
14645 #include <$ac_header>
14646 _ACEOF
14647 rm -f conftest.$ac_objext
14648 if { (ac_try="$ac_compile"
14649 case "(($ac_try" in
14650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14651   *) ac_try_echo=$ac_try;;
14652 esac
14653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14654 $as_echo "$ac_try_echo") >&5
14655   (eval "$ac_compile") 2>conftest.er1
14656   ac_status=$?
14657   grep -v '^ *+' conftest.er1 >conftest.err
14658   rm -f conftest.er1
14659   cat conftest.err >&5
14660   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14661   (exit $ac_status); } && {
14662          test -z "$ac_c_werror_flag" ||
14663          test ! -s conftest.err
14664        } && test -s conftest.$ac_objext; then
14665   eval "$as_ac_Header=yes"
14666 else
14667   $as_echo "$as_me: failed program was:" >&5
14668 sed 's/^/| /' conftest.$ac_ext >&5
14669
14670         eval "$as_ac_Header=no"
14671 fi
14672
14673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14674 fi
14675 ac_res=`eval 'as_val=${'$as_ac_Header'}
14676                  $as_echo "$as_val"'`
14677                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14678 $as_echo "$ac_res" >&6; }
14679 as_val=`eval 'as_val=${'$as_ac_Header'}
14680                  $as_echo "$as_val"'`
14681    if test "x$as_val" = x""yes; then
14682   cat >>confdefs.h <<_ACEOF
14683 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14684 _ACEOF
14685
14686 fi
14687
14688 done
14689
14690         cat >conftest.$ac_ext <<_ACEOF
14691 /* confdefs.h.  */
14692 _ACEOF
14693 cat confdefs.h >>conftest.$ac_ext
14694 cat >>conftest.$ac_ext <<_ACEOF
14695 /* end confdefs.h.  */
14696 #include <ft2build.h>
14697                     #include <freetype/fttrigon.h>
14698 _ACEOF
14699 if { (ac_try="$ac_cpp conftest.$ac_ext"
14700 case "(($ac_try" in
14701   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14702   *) ac_try_echo=$ac_try;;
14703 esac
14704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14705 $as_echo "$ac_try_echo") >&5
14706   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14707   ac_status=$?
14708   grep -v '^ *+' conftest.er1 >conftest.err
14709   rm -f conftest.er1
14710   cat conftest.err >&5
14711   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14712   (exit $ac_status); } >/dev/null && {
14713          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14714          test ! -s conftest.err
14715        }; then
14716
14717 cat >>confdefs.h <<\_ACEOF
14718 #define HAVE_FREETYPE_FTTRIGON_H 1
14719 _ACEOF
14720
14721                     wine_cv_fttrigon=yes
14722 else
14723   $as_echo "$as_me: failed program was:" >&5
14724 sed 's/^/| /' conftest.$ac_ext >&5
14725
14726   wine_cv_fttrigon=no
14727 fi
14728
14729 rm -f conftest.err conftest.$ac_ext
14730         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14731 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14732 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14733   $as_echo_n "(cached) " >&6
14734 else
14735   ac_cv_type_FT_TrueTypeEngineType=no
14736 cat >conftest.$ac_ext <<_ACEOF
14737 /* confdefs.h.  */
14738 _ACEOF
14739 cat confdefs.h >>conftest.$ac_ext
14740 cat >>conftest.$ac_ext <<_ACEOF
14741 /* end confdefs.h.  */
14742 #include <freetype/ftmodapi.h>
14743
14744 int
14745 main ()
14746 {
14747 if (sizeof (FT_TrueTypeEngineType))
14748        return 0;
14749   ;
14750   return 0;
14751 }
14752 _ACEOF
14753 rm -f conftest.$ac_objext
14754 if { (ac_try="$ac_compile"
14755 case "(($ac_try" in
14756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14757   *) ac_try_echo=$ac_try;;
14758 esac
14759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14760 $as_echo "$ac_try_echo") >&5
14761   (eval "$ac_compile") 2>conftest.er1
14762   ac_status=$?
14763   grep -v '^ *+' conftest.er1 >conftest.err
14764   rm -f conftest.er1
14765   cat conftest.err >&5
14766   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14767   (exit $ac_status); } && {
14768          test -z "$ac_c_werror_flag" ||
14769          test ! -s conftest.err
14770        } && test -s conftest.$ac_objext; then
14771   cat >conftest.$ac_ext <<_ACEOF
14772 /* confdefs.h.  */
14773 _ACEOF
14774 cat confdefs.h >>conftest.$ac_ext
14775 cat >>conftest.$ac_ext <<_ACEOF
14776 /* end confdefs.h.  */
14777 #include <freetype/ftmodapi.h>
14778
14779 int
14780 main ()
14781 {
14782 if (sizeof ((FT_TrueTypeEngineType)))
14783           return 0;
14784   ;
14785   return 0;
14786 }
14787 _ACEOF
14788 rm -f conftest.$ac_objext
14789 if { (ac_try="$ac_compile"
14790 case "(($ac_try" in
14791   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14792   *) ac_try_echo=$ac_try;;
14793 esac
14794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14795 $as_echo "$ac_try_echo") >&5
14796   (eval "$ac_compile") 2>conftest.er1
14797   ac_status=$?
14798   grep -v '^ *+' conftest.er1 >conftest.err
14799   rm -f conftest.er1
14800   cat conftest.err >&5
14801   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14802   (exit $ac_status); } && {
14803          test -z "$ac_c_werror_flag" ||
14804          test ! -s conftest.err
14805        } && test -s conftest.$ac_objext; then
14806   :
14807 else
14808   $as_echo "$as_me: failed program was:" >&5
14809 sed 's/^/| /' conftest.$ac_ext >&5
14810
14811         ac_cv_type_FT_TrueTypeEngineType=yes
14812 fi
14813
14814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14815 else
14816   $as_echo "$as_me: failed program was:" >&5
14817 sed 's/^/| /' conftest.$ac_ext >&5
14818
14819
14820 fi
14821
14822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14823 fi
14824 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14825 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14826 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14827
14828 cat >>confdefs.h <<_ACEOF
14829 #define HAVE_FT_TRUETYPEENGINETYPE 1
14830 _ACEOF
14831
14832
14833 fi
14834
14835         ac_save_CFLAGS="$CFLAGS"
14836         CFLAGS="$CFLAGS $ac_freetype_libs"
14837
14838 for ac_func in FT_Load_Sfnt_Table
14839 do
14840 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14841 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14842 $as_echo_n "checking for $ac_func... " >&6; }
14843 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14844   $as_echo_n "(cached) " >&6
14845 else
14846   cat >conftest.$ac_ext <<_ACEOF
14847 /* confdefs.h.  */
14848 _ACEOF
14849 cat confdefs.h >>conftest.$ac_ext
14850 cat >>conftest.$ac_ext <<_ACEOF
14851 /* end confdefs.h.  */
14852 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14853    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14854 #define $ac_func innocuous_$ac_func
14855
14856 /* System header to define __stub macros and hopefully few prototypes,
14857     which can conflict with char $ac_func (); below.
14858     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14859     <limits.h> exists even on freestanding compilers.  */
14860
14861 #ifdef __STDC__
14862 # include <limits.h>
14863 #else
14864 # include <assert.h>
14865 #endif
14866
14867 #undef $ac_func
14868
14869 /* Override any GCC internal prototype to avoid an error.
14870    Use char because int might match the return type of a GCC
14871    builtin and then its argument prototype would still apply.  */
14872 #ifdef __cplusplus
14873 extern "C"
14874 #endif
14875 char $ac_func ();
14876 /* The GNU C library defines this for functions which it implements
14877     to always fail with ENOSYS.  Some functions are actually named
14878     something starting with __ and the normal name is an alias.  */
14879 #if defined __stub_$ac_func || defined __stub___$ac_func
14880 choke me
14881 #endif
14882
14883 int
14884 main ()
14885 {
14886 return $ac_func ();
14887   ;
14888   return 0;
14889 }
14890 _ACEOF
14891 rm -f conftest.$ac_objext conftest$ac_exeext
14892 if { (ac_try="$ac_link"
14893 case "(($ac_try" in
14894   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14895   *) ac_try_echo=$ac_try;;
14896 esac
14897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14898 $as_echo "$ac_try_echo") >&5
14899   (eval "$ac_link") 2>conftest.er1
14900   ac_status=$?
14901   grep -v '^ *+' conftest.er1 >conftest.err
14902   rm -f conftest.er1
14903   cat conftest.err >&5
14904   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14905   (exit $ac_status); } && {
14906          test -z "$ac_c_werror_flag" ||
14907          test ! -s conftest.err
14908        } && test -s conftest$ac_exeext && {
14909          test "$cross_compiling" = yes ||
14910          $as_test_x conftest$ac_exeext
14911        }; then
14912   eval "$as_ac_var=yes"
14913 else
14914   $as_echo "$as_me: failed program was:" >&5
14915 sed 's/^/| /' conftest.$ac_ext >&5
14916
14917         eval "$as_ac_var=no"
14918 fi
14919
14920 rm -rf conftest.dSYM
14921 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14922       conftest$ac_exeext conftest.$ac_ext
14923 fi
14924 ac_res=`eval 'as_val=${'$as_ac_var'}
14925                  $as_echo "$as_val"'`
14926                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14927 $as_echo "$ac_res" >&6; }
14928 as_val=`eval 'as_val=${'$as_ac_var'}
14929                  $as_echo "$as_val"'`
14930    if test "x$as_val" = x""yes; then
14931   cat >>confdefs.h <<_ACEOF
14932 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14933 _ACEOF
14934
14935 fi
14936 done
14937
14938         CFLAGS="$ac_save_CFLAGS"
14939         CPPFLAGS="$ac_save_CPPFLAGS"
14940                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14941         then
14942
14943 cat >>confdefs.h <<\_ACEOF
14944 #define HAVE_FREETYPE 1
14945 _ACEOF
14946
14947             FREETYPELIBS="$ac_freetype_libs"
14948
14949             FREETYPEINCL="$ac_freetype_incl"
14950
14951         fi
14952     fi
14953 fi
14954 if test "x$FREETYPELIBS" = "x"; then
14955   case "x$with_freetype" in
14956   xno) ;;
14957   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14958 Use the --without-freetype option if you really want this." >&5
14959 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14960 Use the --without-freetype option if you really want this." >&2;}
14961    { (exit 1); exit 1; }; } ;;
14962 esac
14963 fi
14964
14965 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14966
14967 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14968 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14969 if test "${ac_cv_c_ppdev+set}" = set; then
14970   $as_echo_n "(cached) " >&6
14971 else
14972   cat >conftest.$ac_ext <<_ACEOF
14973 /* confdefs.h.  */
14974 _ACEOF
14975 cat confdefs.h >>conftest.$ac_ext
14976 cat >>conftest.$ac_ext <<_ACEOF
14977 /* end confdefs.h.  */
14978 #include <linux/ppdev.h>
14979 int
14980 main ()
14981 {
14982 ioctl (1,PPCLAIM,0)
14983   ;
14984   return 0;
14985 }
14986 _ACEOF
14987 rm -f conftest.$ac_objext
14988 if { (ac_try="$ac_compile"
14989 case "(($ac_try" in
14990   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14991   *) ac_try_echo=$ac_try;;
14992 esac
14993 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14994 $as_echo "$ac_try_echo") >&5
14995   (eval "$ac_compile") 2>conftest.er1
14996   ac_status=$?
14997   grep -v '^ *+' conftest.er1 >conftest.err
14998   rm -f conftest.er1
14999   cat conftest.err >&5
15000   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15001   (exit $ac_status); } && {
15002          test -z "$ac_c_werror_flag" ||
15003          test ! -s conftest.err
15004        } && test -s conftest.$ac_objext; then
15005   ac_cv_c_ppdev="yes"
15006 else
15007   $as_echo "$as_me: failed program was:" >&5
15008 sed 's/^/| /' conftest.$ac_ext >&5
15009
15010         ac_cv_c_ppdev="no"
15011 fi
15012
15013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15014 fi
15015 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15016 $as_echo "$ac_cv_c_ppdev" >&6; }
15017 if test "$ac_cv_c_ppdev" = "yes"
15018 then
15019
15020 cat >>confdefs.h <<\_ACEOF
15021 #define HAVE_PPDEV 1
15022 _ACEOF
15023
15024 fi
15025
15026 ac_wine_check_funcs_save_LIBS="$LIBS"
15027 LIBS="$LIBS $LIBPTHREAD"
15028
15029
15030
15031
15032 for ac_func in \
15033         pthread_attr_get_np \
15034         pthread_getattr_np \
15035         pthread_get_stackaddr_np \
15036         pthread_get_stacksize_np
15037 do
15038 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15039 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15040 $as_echo_n "checking for $ac_func... " >&6; }
15041 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15042   $as_echo_n "(cached) " >&6
15043 else
15044   cat >conftest.$ac_ext <<_ACEOF
15045 /* confdefs.h.  */
15046 _ACEOF
15047 cat confdefs.h >>conftest.$ac_ext
15048 cat >>conftest.$ac_ext <<_ACEOF
15049 /* end confdefs.h.  */
15050 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15051    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15052 #define $ac_func innocuous_$ac_func
15053
15054 /* System header to define __stub macros and hopefully few prototypes,
15055     which can conflict with char $ac_func (); below.
15056     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15057     <limits.h> exists even on freestanding compilers.  */
15058
15059 #ifdef __STDC__
15060 # include <limits.h>
15061 #else
15062 # include <assert.h>
15063 #endif
15064
15065 #undef $ac_func
15066
15067 /* Override any GCC internal prototype to avoid an error.
15068    Use char because int might match the return type of a GCC
15069    builtin and then its argument prototype would still apply.  */
15070 #ifdef __cplusplus
15071 extern "C"
15072 #endif
15073 char $ac_func ();
15074 /* The GNU C library defines this for functions which it implements
15075     to always fail with ENOSYS.  Some functions are actually named
15076     something starting with __ and the normal name is an alias.  */
15077 #if defined __stub_$ac_func || defined __stub___$ac_func
15078 choke me
15079 #endif
15080
15081 int
15082 main ()
15083 {
15084 return $ac_func ();
15085   ;
15086   return 0;
15087 }
15088 _ACEOF
15089 rm -f conftest.$ac_objext conftest$ac_exeext
15090 if { (ac_try="$ac_link"
15091 case "(($ac_try" in
15092   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15093   *) ac_try_echo=$ac_try;;
15094 esac
15095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15096 $as_echo "$ac_try_echo") >&5
15097   (eval "$ac_link") 2>conftest.er1
15098   ac_status=$?
15099   grep -v '^ *+' conftest.er1 >conftest.err
15100   rm -f conftest.er1
15101   cat conftest.err >&5
15102   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15103   (exit $ac_status); } && {
15104          test -z "$ac_c_werror_flag" ||
15105          test ! -s conftest.err
15106        } && test -s conftest$ac_exeext && {
15107          test "$cross_compiling" = yes ||
15108          $as_test_x conftest$ac_exeext
15109        }; then
15110   eval "$as_ac_var=yes"
15111 else
15112   $as_echo "$as_me: failed program was:" >&5
15113 sed 's/^/| /' conftest.$ac_ext >&5
15114
15115         eval "$as_ac_var=no"
15116 fi
15117
15118 rm -rf conftest.dSYM
15119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15120       conftest$ac_exeext conftest.$ac_ext
15121 fi
15122 ac_res=`eval 'as_val=${'$as_ac_var'}
15123                  $as_echo "$as_val"'`
15124                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15125 $as_echo "$ac_res" >&6; }
15126 as_val=`eval 'as_val=${'$as_ac_var'}
15127                  $as_echo "$as_val"'`
15128    if test "x$as_val" = x""yes; then
15129   cat >>confdefs.h <<_ACEOF
15130 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15131 _ACEOF
15132
15133 fi
15134 done
15135
15136 LIBS="$ac_wine_check_funcs_save_LIBS"
15137
15138 if test "$ac_cv_header_zlib_h" = "yes"
15139 then
15140     { $as_echo "$as_me:$LINENO: checking for inflate in -lz" >&5
15141 $as_echo_n "checking for inflate in -lz... " >&6; }
15142 if test "${ac_cv_lib_z_inflate+set}" = set; then
15143   $as_echo_n "(cached) " >&6
15144 else
15145   ac_check_lib_save_LIBS=$LIBS
15146 LIBS="-lz  $LIBS"
15147 cat >conftest.$ac_ext <<_ACEOF
15148 /* confdefs.h.  */
15149 _ACEOF
15150 cat confdefs.h >>conftest.$ac_ext
15151 cat >>conftest.$ac_ext <<_ACEOF
15152 /* end confdefs.h.  */
15153
15154 /* Override any GCC internal prototype to avoid an error.
15155    Use char because int might match the return type of a GCC
15156    builtin and then its argument prototype would still apply.  */
15157 #ifdef __cplusplus
15158 extern "C"
15159 #endif
15160 char inflate ();
15161 int
15162 main ()
15163 {
15164 return inflate ();
15165   ;
15166   return 0;
15167 }
15168 _ACEOF
15169 rm -f conftest.$ac_objext conftest$ac_exeext
15170 if { (ac_try="$ac_link"
15171 case "(($ac_try" in
15172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15173   *) ac_try_echo=$ac_try;;
15174 esac
15175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15176 $as_echo "$ac_try_echo") >&5
15177   (eval "$ac_link") 2>conftest.er1
15178   ac_status=$?
15179   grep -v '^ *+' conftest.er1 >conftest.err
15180   rm -f conftest.er1
15181   cat conftest.err >&5
15182   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15183   (exit $ac_status); } && {
15184          test -z "$ac_c_werror_flag" ||
15185          test ! -s conftest.err
15186        } && test -s conftest$ac_exeext && {
15187          test "$cross_compiling" = yes ||
15188          $as_test_x conftest$ac_exeext
15189        }; then
15190   ac_cv_lib_z_inflate=yes
15191 else
15192   $as_echo "$as_me: failed program was:" >&5
15193 sed 's/^/| /' conftest.$ac_ext >&5
15194
15195         ac_cv_lib_z_inflate=no
15196 fi
15197
15198 rm -rf conftest.dSYM
15199 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15200       conftest$ac_exeext conftest.$ac_ext
15201 LIBS=$ac_check_lib_save_LIBS
15202 fi
15203 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
15204 $as_echo "$ac_cv_lib_z_inflate" >&6; }
15205 if test "x$ac_cv_lib_z_inflate" = x""yes; then
15206
15207 cat >>confdefs.h <<\_ACEOF
15208 #define HAVE_ZLIB 1
15209 _ACEOF
15210
15211                             ZLIB="-lz"
15212
15213 fi
15214
15215 fi
15216
15217 if test "x$with_esd" != xno
15218 then
15219     save_CFLAGS="$CFLAGS"
15220     # Extract the first word of "esd-config", so it can be a program name with args.
15221 set dummy esd-config; ac_word=$2
15222 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15223 $as_echo_n "checking for $ac_word... " >&6; }
15224 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15225   $as_echo_n "(cached) " >&6
15226 else
15227   case $ESDCONFIG in
15228   [\\/]* | ?:[\\/]*)
15229   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15230   ;;
15231   *)
15232   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15233 for as_dir in $PATH
15234 do
15235   IFS=$as_save_IFS
15236   test -z "$as_dir" && as_dir=.
15237   for ac_exec_ext in '' $ac_executable_extensions; do
15238   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15239     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15240     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15241     break 2
15242   fi
15243 done
15244 done
15245 IFS=$as_save_IFS
15246
15247   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15248   ;;
15249 esac
15250 fi
15251 ESDCONFIG=$ac_cv_path_ESDCONFIG
15252 if test -n "$ESDCONFIG"; then
15253   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15254 $as_echo "$ESDCONFIG" >&6; }
15255 else
15256   { $as_echo "$as_me:$LINENO: result: no" >&5
15257 $as_echo "no" >&6; }
15258 fi
15259
15260
15261     if test "x$ESDCONFIG" != "xno"
15262     then
15263         ac_esd_incl=""
15264         for i in `$ESDCONFIG --cflags`
15265         do
15266             case "$i" in
15267                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15268             esac
15269         done
15270         ac_esd_libs=`$ESDCONFIG --libs`
15271         CFLAGS="$CFLAGS $ac_esd_incl"
15272     fi
15273     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15274     if test "${ac_cv_header_esd_h+set}" = set; then
15275   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15276 $as_echo_n "checking for esd.h... " >&6; }
15277 if test "${ac_cv_header_esd_h+set}" = set; then
15278   $as_echo_n "(cached) " >&6
15279 fi
15280 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15281 $as_echo "$ac_cv_header_esd_h" >&6; }
15282 else
15283   # Is the header compilable?
15284 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15285 $as_echo_n "checking esd.h usability... " >&6; }
15286 cat >conftest.$ac_ext <<_ACEOF
15287 /* confdefs.h.  */
15288 _ACEOF
15289 cat confdefs.h >>conftest.$ac_ext
15290 cat >>conftest.$ac_ext <<_ACEOF
15291 /* end confdefs.h.  */
15292 $ac_includes_default
15293 #include <esd.h>
15294 _ACEOF
15295 rm -f conftest.$ac_objext
15296 if { (ac_try="$ac_compile"
15297 case "(($ac_try" in
15298   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15299   *) ac_try_echo=$ac_try;;
15300 esac
15301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15302 $as_echo "$ac_try_echo") >&5
15303   (eval "$ac_compile") 2>conftest.er1
15304   ac_status=$?
15305   grep -v '^ *+' conftest.er1 >conftest.err
15306   rm -f conftest.er1
15307   cat conftest.err >&5
15308   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15309   (exit $ac_status); } && {
15310          test -z "$ac_c_werror_flag" ||
15311          test ! -s conftest.err
15312        } && test -s conftest.$ac_objext; then
15313   ac_header_compiler=yes
15314 else
15315   $as_echo "$as_me: failed program was:" >&5
15316 sed 's/^/| /' conftest.$ac_ext >&5
15317
15318         ac_header_compiler=no
15319 fi
15320
15321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15322 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15323 $as_echo "$ac_header_compiler" >&6; }
15324
15325 # Is the header present?
15326 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15327 $as_echo_n "checking esd.h presence... " >&6; }
15328 cat >conftest.$ac_ext <<_ACEOF
15329 /* confdefs.h.  */
15330 _ACEOF
15331 cat confdefs.h >>conftest.$ac_ext
15332 cat >>conftest.$ac_ext <<_ACEOF
15333 /* end confdefs.h.  */
15334 #include <esd.h>
15335 _ACEOF
15336 if { (ac_try="$ac_cpp conftest.$ac_ext"
15337 case "(($ac_try" in
15338   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15339   *) ac_try_echo=$ac_try;;
15340 esac
15341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15342 $as_echo "$ac_try_echo") >&5
15343   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15344   ac_status=$?
15345   grep -v '^ *+' conftest.er1 >conftest.err
15346   rm -f conftest.er1
15347   cat conftest.err >&5
15348   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15349   (exit $ac_status); } >/dev/null && {
15350          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15351          test ! -s conftest.err
15352        }; then
15353   ac_header_preproc=yes
15354 else
15355   $as_echo "$as_me: failed program was:" >&5
15356 sed 's/^/| /' conftest.$ac_ext >&5
15357
15358   ac_header_preproc=no
15359 fi
15360
15361 rm -f conftest.err conftest.$ac_ext
15362 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15363 $as_echo "$ac_header_preproc" >&6; }
15364
15365 # So?  What about this header?
15366 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15367   yes:no: )
15368     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15369 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15370     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15371 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15372     ac_header_preproc=yes
15373     ;;
15374   no:yes:* )
15375     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15376 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15377     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15378 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15379     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15380 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15381     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15382 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15383     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15384 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15385     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15386 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15387     ( cat <<\_ASBOX
15388 ## ------------------------------------ ##
15389 ## Report this to wine-devel@winehq.org ##
15390 ## ------------------------------------ ##
15391 _ASBOX
15392      ) | sed "s/^/$as_me: WARNING:     /" >&2
15393     ;;
15394 esac
15395 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15396 $as_echo_n "checking for esd.h... " >&6; }
15397 if test "${ac_cv_header_esd_h+set}" = set; then
15398   $as_echo_n "(cached) " >&6
15399 else
15400   ac_cv_header_esd_h=$ac_header_preproc
15401 fi
15402 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15403 $as_echo "$ac_cv_header_esd_h" >&6; }
15404
15405 fi
15406 if test "x$ac_cv_header_esd_h" = x""yes; then
15407   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15408 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15409 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15410   $as_echo_n "(cached) " >&6
15411 else
15412   ac_check_lib_save_LIBS=$LIBS
15413 LIBS="-lesd $ac_esd_libs $LIBS"
15414 cat >conftest.$ac_ext <<_ACEOF
15415 /* confdefs.h.  */
15416 _ACEOF
15417 cat confdefs.h >>conftest.$ac_ext
15418 cat >>conftest.$ac_ext <<_ACEOF
15419 /* end confdefs.h.  */
15420
15421 /* Override any GCC internal prototype to avoid an error.
15422    Use char because int might match the return type of a GCC
15423    builtin and then its argument prototype would still apply.  */
15424 #ifdef __cplusplus
15425 extern "C"
15426 #endif
15427 char esd_open_sound ();
15428 int
15429 main ()
15430 {
15431 return esd_open_sound ();
15432   ;
15433   return 0;
15434 }
15435 _ACEOF
15436 rm -f conftest.$ac_objext conftest$ac_exeext
15437 if { (ac_try="$ac_link"
15438 case "(($ac_try" in
15439   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15440   *) ac_try_echo=$ac_try;;
15441 esac
15442 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15443 $as_echo "$ac_try_echo") >&5
15444   (eval "$ac_link") 2>conftest.er1
15445   ac_status=$?
15446   grep -v '^ *+' conftest.er1 >conftest.err
15447   rm -f conftest.er1
15448   cat conftest.err >&5
15449   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15450   (exit $ac_status); } && {
15451          test -z "$ac_c_werror_flag" ||
15452          test ! -s conftest.err
15453        } && test -s conftest$ac_exeext && {
15454          test "$cross_compiling" = yes ||
15455          $as_test_x conftest$ac_exeext
15456        }; then
15457   ac_cv_lib_esd_esd_open_sound=yes
15458 else
15459   $as_echo "$as_me: failed program was:" >&5
15460 sed 's/^/| /' conftest.$ac_ext >&5
15461
15462         ac_cv_lib_esd_esd_open_sound=no
15463 fi
15464
15465 rm -rf conftest.dSYM
15466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15467       conftest$ac_exeext conftest.$ac_ext
15468 LIBS=$ac_check_lib_save_LIBS
15469 fi
15470 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15471 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15472 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15473   ESDINCL="$ac_esd_incl"
15474
15475              ESDLIBS="$ac_esd_libs"
15476
15477
15478 cat >>confdefs.h <<\_ACEOF
15479 #define HAVE_ESD 1
15480 _ACEOF
15481
15482 fi
15483
15484 fi
15485
15486
15487     CFLAGS="$save_CFLAGS"
15488 fi
15489
15490 ALSALIBS=""
15491
15492 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15493 then
15494     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15495 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15496 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15497   $as_echo_n "(cached) " >&6
15498 else
15499   ac_check_lib_save_LIBS=$LIBS
15500 LIBS="-lasound  $LIBS"
15501 cat >conftest.$ac_ext <<_ACEOF
15502 /* confdefs.h.  */
15503 _ACEOF
15504 cat confdefs.h >>conftest.$ac_ext
15505 cat >>conftest.$ac_ext <<_ACEOF
15506 /* end confdefs.h.  */
15507
15508 /* Override any GCC internal prototype to avoid an error.
15509    Use char because int might match the return type of a GCC
15510    builtin and then its argument prototype would still apply.  */
15511 #ifdef __cplusplus
15512 extern "C"
15513 #endif
15514 char snd_pcm_hw_params_get_access ();
15515 int
15516 main ()
15517 {
15518 return snd_pcm_hw_params_get_access ();
15519   ;
15520   return 0;
15521 }
15522 _ACEOF
15523 rm -f conftest.$ac_objext conftest$ac_exeext
15524 if { (ac_try="$ac_link"
15525 case "(($ac_try" in
15526   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15527   *) ac_try_echo=$ac_try;;
15528 esac
15529 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15530 $as_echo "$ac_try_echo") >&5
15531   (eval "$ac_link") 2>conftest.er1
15532   ac_status=$?
15533   grep -v '^ *+' conftest.er1 >conftest.err
15534   rm -f conftest.er1
15535   cat conftest.err >&5
15536   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15537   (exit $ac_status); } && {
15538          test -z "$ac_c_werror_flag" ||
15539          test ! -s conftest.err
15540        } && test -s conftest$ac_exeext && {
15541          test "$cross_compiling" = yes ||
15542          $as_test_x conftest$ac_exeext
15543        }; then
15544   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15545 else
15546   $as_echo "$as_me: failed program was:" >&5
15547 sed 's/^/| /' conftest.$ac_ext >&5
15548
15549         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15550 fi
15551
15552 rm -rf conftest.dSYM
15553 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15554       conftest$ac_exeext conftest.$ac_ext
15555 LIBS=$ac_check_lib_save_LIBS
15556 fi
15557 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15558 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15559 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15560   cat >conftest.$ac_ext <<_ACEOF
15561 /* confdefs.h.  */
15562 _ACEOF
15563 cat confdefs.h >>conftest.$ac_ext
15564 cat >>conftest.$ac_ext <<_ACEOF
15565 /* end confdefs.h.  */
15566 #ifdef HAVE_ALSA_ASOUNDLIB_H
15567 #include <alsa/asoundlib.h>
15568 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15569 #include <sys/asoundlib.h>
15570 #endif
15571 int
15572 main ()
15573 {
15574 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15575   ;
15576   return 0;
15577 }
15578 _ACEOF
15579 rm -f conftest.$ac_objext
15580 if { (ac_try="$ac_compile"
15581 case "(($ac_try" in
15582   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15583   *) ac_try_echo=$ac_try;;
15584 esac
15585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15586 $as_echo "$ac_try_echo") >&5
15587   (eval "$ac_compile") 2>conftest.er1
15588   ac_status=$?
15589   grep -v '^ *+' conftest.er1 >conftest.err
15590   rm -f conftest.er1
15591   cat conftest.err >&5
15592   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15593   (exit $ac_status); } && {
15594          test -z "$ac_c_werror_flag" ||
15595          test ! -s conftest.err
15596        } && test -s conftest.$ac_objext; then
15597
15598 cat >>confdefs.h <<\_ACEOF
15599 #define HAVE_ALSA 1
15600 _ACEOF
15601
15602                          ALSALIBS="-lasound"
15603 else
15604   $as_echo "$as_me: failed program was:" >&5
15605 sed 's/^/| /' conftest.$ac_ext >&5
15606
15607
15608 fi
15609
15610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15611 fi
15612
15613 fi
15614
15615 AUDIOIOLIBS=""
15616
15617 if test "$ac_cv_header_libaudioio_h" = "yes"
15618 then
15619     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15620 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15621 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15622   $as_echo_n "(cached) " >&6
15623 else
15624   ac_check_lib_save_LIBS=$LIBS
15625 LIBS="-laudioio  $LIBS"
15626 cat >conftest.$ac_ext <<_ACEOF
15627 /* confdefs.h.  */
15628 _ACEOF
15629 cat confdefs.h >>conftest.$ac_ext
15630 cat >>conftest.$ac_ext <<_ACEOF
15631 /* end confdefs.h.  */
15632
15633 /* Override any GCC internal prototype to avoid an error.
15634    Use char because int might match the return type of a GCC
15635    builtin and then its argument prototype would still apply.  */
15636 #ifdef __cplusplus
15637 extern "C"
15638 #endif
15639 char AudioIOGetVersion ();
15640 int
15641 main ()
15642 {
15643 return AudioIOGetVersion ();
15644   ;
15645   return 0;
15646 }
15647 _ACEOF
15648 rm -f conftest.$ac_objext conftest$ac_exeext
15649 if { (ac_try="$ac_link"
15650 case "(($ac_try" in
15651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15652   *) ac_try_echo=$ac_try;;
15653 esac
15654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15655 $as_echo "$ac_try_echo") >&5
15656   (eval "$ac_link") 2>conftest.er1
15657   ac_status=$?
15658   grep -v '^ *+' conftest.er1 >conftest.err
15659   rm -f conftest.er1
15660   cat conftest.err >&5
15661   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15662   (exit $ac_status); } && {
15663          test -z "$ac_c_werror_flag" ||
15664          test ! -s conftest.err
15665        } && test -s conftest$ac_exeext && {
15666          test "$cross_compiling" = yes ||
15667          $as_test_x conftest$ac_exeext
15668        }; then
15669   ac_cv_lib_audioio_AudioIOGetVersion=yes
15670 else
15671   $as_echo "$as_me: failed program was:" >&5
15672 sed 's/^/| /' conftest.$ac_ext >&5
15673
15674         ac_cv_lib_audioio_AudioIOGetVersion=no
15675 fi
15676
15677 rm -rf conftest.dSYM
15678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15679       conftest$ac_exeext conftest.$ac_ext
15680 LIBS=$ac_check_lib_save_LIBS
15681 fi
15682 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15683 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15684 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15685   AUDIOIOLIBS="-laudioio"
15686
15687 cat >>confdefs.h <<\_ACEOF
15688 #define HAVE_LIBAUDIOIO 1
15689 _ACEOF
15690
15691 fi
15692
15693 fi
15694
15695
15696 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15697 then
15698     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15699 $as_echo_n "checking for -lcapi20... " >&6; }
15700 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15701   $as_echo_n "(cached) " >&6
15702 else
15703   ac_check_soname_save_LIBS=$LIBS
15704 LIBS="-lcapi20  $LIBS"
15705   cat >conftest.$ac_ext <<_ACEOF
15706 /* confdefs.h.  */
15707 _ACEOF
15708 cat confdefs.h >>conftest.$ac_ext
15709 cat >>conftest.$ac_ext <<_ACEOF
15710 /* end confdefs.h.  */
15711
15712 /* Override any GCC internal prototype to avoid an error.
15713    Use char because int might match the return type of a GCC
15714    builtin and then its argument prototype would still apply.  */
15715 #ifdef __cplusplus
15716 extern "C"
15717 #endif
15718 char capi20_register ();
15719 int
15720 main ()
15721 {
15722 return capi20_register ();
15723   ;
15724   return 0;
15725 }
15726 _ACEOF
15727 rm -f conftest.$ac_objext conftest$ac_exeext
15728 if { (ac_try="$ac_link"
15729 case "(($ac_try" in
15730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15731   *) ac_try_echo=$ac_try;;
15732 esac
15733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15734 $as_echo "$ac_try_echo") >&5
15735   (eval "$ac_link") 2>conftest.er1
15736   ac_status=$?
15737   grep -v '^ *+' conftest.er1 >conftest.err
15738   rm -f conftest.er1
15739   cat conftest.err >&5
15740   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15741   (exit $ac_status); } && {
15742          test -z "$ac_c_werror_flag" ||
15743          test ! -s conftest.err
15744        } && test -s conftest$ac_exeext && {
15745          test "$cross_compiling" = yes ||
15746          $as_test_x conftest$ac_exeext
15747        }; then
15748   case "$LIBEXT" in
15749     dll) ;;
15750     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'` ;;
15751     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15752   esac
15753 else
15754   $as_echo "$as_me: failed program was:" >&5
15755 sed 's/^/| /' conftest.$ac_ext >&5
15756
15757
15758 fi
15759
15760 rm -rf conftest.dSYM
15761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15762       conftest$ac_exeext conftest.$ac_ext
15763   LIBS=$ac_check_soname_save_LIBS
15764 fi
15765 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15766   { $as_echo "$as_me:$LINENO: result: not found" >&5
15767 $as_echo "not found" >&6; }
15768
15769 else
15770   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15771 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15772
15773 cat >>confdefs.h <<_ACEOF
15774 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15775 _ACEOF
15776
15777
15778 fi
15779
15780 fi
15781 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15782   case "x$with_capi" in
15783   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15784   xno) ;;
15785   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15786 This is an error since --with-capi was requested." >&5
15787 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15788 This is an error since --with-capi was requested." >&2;}
15789    { (exit 1); exit 1; }; } ;;
15790 esac
15791 fi
15792
15793
15794 CUPSINCL=""
15795
15796 if test "x$with_cups" != "xno"
15797 then
15798     ac_save_CPPFLAGS="$CPPFLAGS"
15799     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15800     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15801     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15802
15803 for ac_header in cups/cups.h
15804 do
15805 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15806 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15807   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15808 $as_echo_n "checking for $ac_header... " >&6; }
15809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15810   $as_echo_n "(cached) " >&6
15811 fi
15812 ac_res=`eval 'as_val=${'$as_ac_Header'}
15813                  $as_echo "$as_val"'`
15814                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15815 $as_echo "$ac_res" >&6; }
15816 else
15817   # Is the header compilable?
15818 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15819 $as_echo_n "checking $ac_header usability... " >&6; }
15820 cat >conftest.$ac_ext <<_ACEOF
15821 /* confdefs.h.  */
15822 _ACEOF
15823 cat confdefs.h >>conftest.$ac_ext
15824 cat >>conftest.$ac_ext <<_ACEOF
15825 /* end confdefs.h.  */
15826 $ac_includes_default
15827 #include <$ac_header>
15828 _ACEOF
15829 rm -f conftest.$ac_objext
15830 if { (ac_try="$ac_compile"
15831 case "(($ac_try" in
15832   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15833   *) ac_try_echo=$ac_try;;
15834 esac
15835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15836 $as_echo "$ac_try_echo") >&5
15837   (eval "$ac_compile") 2>conftest.er1
15838   ac_status=$?
15839   grep -v '^ *+' conftest.er1 >conftest.err
15840   rm -f conftest.er1
15841   cat conftest.err >&5
15842   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15843   (exit $ac_status); } && {
15844          test -z "$ac_c_werror_flag" ||
15845          test ! -s conftest.err
15846        } && test -s conftest.$ac_objext; then
15847   ac_header_compiler=yes
15848 else
15849   $as_echo "$as_me: failed program was:" >&5
15850 sed 's/^/| /' conftest.$ac_ext >&5
15851
15852         ac_header_compiler=no
15853 fi
15854
15855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15856 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15857 $as_echo "$ac_header_compiler" >&6; }
15858
15859 # Is the header present?
15860 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15861 $as_echo_n "checking $ac_header presence... " >&6; }
15862 cat >conftest.$ac_ext <<_ACEOF
15863 /* confdefs.h.  */
15864 _ACEOF
15865 cat confdefs.h >>conftest.$ac_ext
15866 cat >>conftest.$ac_ext <<_ACEOF
15867 /* end confdefs.h.  */
15868 #include <$ac_header>
15869 _ACEOF
15870 if { (ac_try="$ac_cpp conftest.$ac_ext"
15871 case "(($ac_try" in
15872   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15873   *) ac_try_echo=$ac_try;;
15874 esac
15875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15876 $as_echo "$ac_try_echo") >&5
15877   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15878   ac_status=$?
15879   grep -v '^ *+' conftest.er1 >conftest.err
15880   rm -f conftest.er1
15881   cat conftest.err >&5
15882   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15883   (exit $ac_status); } >/dev/null && {
15884          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15885          test ! -s conftest.err
15886        }; then
15887   ac_header_preproc=yes
15888 else
15889   $as_echo "$as_me: failed program was:" >&5
15890 sed 's/^/| /' conftest.$ac_ext >&5
15891
15892   ac_header_preproc=no
15893 fi
15894
15895 rm -f conftest.err conftest.$ac_ext
15896 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15897 $as_echo "$ac_header_preproc" >&6; }
15898
15899 # So?  What about this header?
15900 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15901   yes:no: )
15902     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15903 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15904     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15905 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15906     ac_header_preproc=yes
15907     ;;
15908   no:yes:* )
15909     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15910 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15911     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15912 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15913     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15914 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15915     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
15916 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
15917     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15918 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15919     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15920 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15921     ( cat <<\_ASBOX
15922 ## ------------------------------------ ##
15923 ## Report this to wine-devel@winehq.org ##
15924 ## ------------------------------------ ##
15925 _ASBOX
15926      ) | sed "s/^/$as_me: WARNING:     /" >&2
15927     ;;
15928 esac
15929 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15930 $as_echo_n "checking for $ac_header... " >&6; }
15931 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15932   $as_echo_n "(cached) " >&6
15933 else
15934   eval "$as_ac_Header=\$ac_header_preproc"
15935 fi
15936 ac_res=`eval 'as_val=${'$as_ac_Header'}
15937                  $as_echo "$as_val"'`
15938                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15939 $as_echo "$ac_res" >&6; }
15940
15941 fi
15942 as_val=`eval 'as_val=${'$as_ac_Header'}
15943                  $as_echo "$as_val"'`
15944    if test "x$as_val" = x""yes; then
15945   cat >>confdefs.h <<_ACEOF
15946 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15947 _ACEOF
15948  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15949 $as_echo_n "checking for -lcups... " >&6; }
15950 if test "${ac_cv_lib_soname_cups+set}" = set; then
15951   $as_echo_n "(cached) " >&6
15952 else
15953   ac_check_soname_save_LIBS=$LIBS
15954 LIBS="-lcups $ac_cups_libs $LIBS"
15955   cat >conftest.$ac_ext <<_ACEOF
15956 /* confdefs.h.  */
15957 _ACEOF
15958 cat confdefs.h >>conftest.$ac_ext
15959 cat >>conftest.$ac_ext <<_ACEOF
15960 /* end confdefs.h.  */
15961
15962 /* Override any GCC internal prototype to avoid an error.
15963    Use char because int might match the return type of a GCC
15964    builtin and then its argument prototype would still apply.  */
15965 #ifdef __cplusplus
15966 extern "C"
15967 #endif
15968 char cupsGetDefault ();
15969 int
15970 main ()
15971 {
15972 return cupsGetDefault ();
15973   ;
15974   return 0;
15975 }
15976 _ACEOF
15977 rm -f conftest.$ac_objext conftest$ac_exeext
15978 if { (ac_try="$ac_link"
15979 case "(($ac_try" in
15980   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15981   *) ac_try_echo=$ac_try;;
15982 esac
15983 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15984 $as_echo "$ac_try_echo") >&5
15985   (eval "$ac_link") 2>conftest.er1
15986   ac_status=$?
15987   grep -v '^ *+' conftest.er1 >conftest.err
15988   rm -f conftest.er1
15989   cat conftest.err >&5
15990   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15991   (exit $ac_status); } && {
15992          test -z "$ac_c_werror_flag" ||
15993          test ! -s conftest.err
15994        } && test -s conftest$ac_exeext && {
15995          test "$cross_compiling" = yes ||
15996          $as_test_x conftest$ac_exeext
15997        }; then
15998   case "$LIBEXT" in
15999     dll) ;;
16000     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'` ;;
16001     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16002   esac
16003 else
16004   $as_echo "$as_me: failed program was:" >&5
16005 sed 's/^/| /' conftest.$ac_ext >&5
16006
16007
16008 fi
16009
16010 rm -rf conftest.dSYM
16011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16012       conftest$ac_exeext conftest.$ac_ext
16013   LIBS=$ac_check_soname_save_LIBS
16014 fi
16015 if test "x$ac_cv_lib_soname_cups" = "x"; then
16016   { $as_echo "$as_me:$LINENO: result: not found" >&5
16017 $as_echo "not found" >&6; }
16018
16019 else
16020   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16021 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16022
16023 cat >>confdefs.h <<_ACEOF
16024 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16025 _ACEOF
16026
16027        CUPSINCL="$ac_cups_cflags"
16028 fi
16029
16030 fi
16031
16032 done
16033
16034     CPPFLAGS="$ac_save_CPPFLAGS"
16035 fi
16036 if test "x$ac_cv_lib_soname_cups" = "x"; then
16037   case "x$with_cups" in
16038   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16039   xno) ;;
16040   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16041 This is an error since --with-cups was requested." >&5
16042 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16043 This is an error since --with-cups was requested." >&2;}
16044    { (exit 1); exit 1; }; } ;;
16045 esac
16046 fi
16047
16048
16049 if test "$ac_cv_header_jack_jack_h" = "yes"
16050 then
16051     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16052 $as_echo_n "checking for -ljack... " >&6; }
16053 if test "${ac_cv_lib_soname_jack+set}" = set; then
16054   $as_echo_n "(cached) " >&6
16055 else
16056   ac_check_soname_save_LIBS=$LIBS
16057 LIBS="-ljack  $LIBS"
16058   cat >conftest.$ac_ext <<_ACEOF
16059 /* confdefs.h.  */
16060 _ACEOF
16061 cat confdefs.h >>conftest.$ac_ext
16062 cat >>conftest.$ac_ext <<_ACEOF
16063 /* end confdefs.h.  */
16064
16065 /* Override any GCC internal prototype to avoid an error.
16066    Use char because int might match the return type of a GCC
16067    builtin and then its argument prototype would still apply.  */
16068 #ifdef __cplusplus
16069 extern "C"
16070 #endif
16071 char jack_client_new ();
16072 int
16073 main ()
16074 {
16075 return jack_client_new ();
16076   ;
16077   return 0;
16078 }
16079 _ACEOF
16080 rm -f conftest.$ac_objext conftest$ac_exeext
16081 if { (ac_try="$ac_link"
16082 case "(($ac_try" in
16083   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16084   *) ac_try_echo=$ac_try;;
16085 esac
16086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16087 $as_echo "$ac_try_echo") >&5
16088   (eval "$ac_link") 2>conftest.er1
16089   ac_status=$?
16090   grep -v '^ *+' conftest.er1 >conftest.err
16091   rm -f conftest.er1
16092   cat conftest.err >&5
16093   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16094   (exit $ac_status); } && {
16095          test -z "$ac_c_werror_flag" ||
16096          test ! -s conftest.err
16097        } && test -s conftest$ac_exeext && {
16098          test "$cross_compiling" = yes ||
16099          $as_test_x conftest$ac_exeext
16100        }; then
16101   case "$LIBEXT" in
16102     dll) ;;
16103     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'` ;;
16104     *) 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'` ;;
16105   esac
16106 else
16107   $as_echo "$as_me: failed program was:" >&5
16108 sed 's/^/| /' conftest.$ac_ext >&5
16109
16110
16111 fi
16112
16113 rm -rf conftest.dSYM
16114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16115       conftest$ac_exeext conftest.$ac_ext
16116   LIBS=$ac_check_soname_save_LIBS
16117 fi
16118 if test "x$ac_cv_lib_soname_jack" = "x"; then
16119   { $as_echo "$as_me:$LINENO: result: not found" >&5
16120 $as_echo "not found" >&6; }
16121
16122 else
16123   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16124 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16125
16126 cat >>confdefs.h <<_ACEOF
16127 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16128 _ACEOF
16129
16130
16131 fi
16132
16133 fi
16134
16135 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16136 then
16137     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16138 $as_echo_n "checking for -lfontconfig... " >&6; }
16139 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16140   $as_echo_n "(cached) " >&6
16141 else
16142   ac_check_soname_save_LIBS=$LIBS
16143 LIBS="-lfontconfig  $LIBS"
16144   cat >conftest.$ac_ext <<_ACEOF
16145 /* confdefs.h.  */
16146 _ACEOF
16147 cat confdefs.h >>conftest.$ac_ext
16148 cat >>conftest.$ac_ext <<_ACEOF
16149 /* end confdefs.h.  */
16150
16151 /* Override any GCC internal prototype to avoid an error.
16152    Use char because int might match the return type of a GCC
16153    builtin and then its argument prototype would still apply.  */
16154 #ifdef __cplusplus
16155 extern "C"
16156 #endif
16157 char FcInit ();
16158 int
16159 main ()
16160 {
16161 return FcInit ();
16162   ;
16163   return 0;
16164 }
16165 _ACEOF
16166 rm -f conftest.$ac_objext conftest$ac_exeext
16167 if { (ac_try="$ac_link"
16168 case "(($ac_try" in
16169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16170   *) ac_try_echo=$ac_try;;
16171 esac
16172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16173 $as_echo "$ac_try_echo") >&5
16174   (eval "$ac_link") 2>conftest.er1
16175   ac_status=$?
16176   grep -v '^ *+' conftest.er1 >conftest.err
16177   rm -f conftest.er1
16178   cat conftest.err >&5
16179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16180   (exit $ac_status); } && {
16181          test -z "$ac_c_werror_flag" ||
16182          test ! -s conftest.err
16183        } && test -s conftest$ac_exeext && {
16184          test "$cross_compiling" = yes ||
16185          $as_test_x conftest$ac_exeext
16186        }; then
16187   case "$LIBEXT" in
16188     dll) ;;
16189     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'` ;;
16190     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16191   esac
16192 else
16193   $as_echo "$as_me: failed program was:" >&5
16194 sed 's/^/| /' conftest.$ac_ext >&5
16195
16196
16197 fi
16198
16199 rm -rf conftest.dSYM
16200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16201       conftest$ac_exeext conftest.$ac_ext
16202   LIBS=$ac_check_soname_save_LIBS
16203 fi
16204 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16205   { $as_echo "$as_me:$LINENO: result: not found" >&5
16206 $as_echo "not found" >&6; }
16207
16208 else
16209   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16210 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16211
16212 cat >>confdefs.h <<_ACEOF
16213 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16214 _ACEOF
16215
16216
16217 fi
16218
16219 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16220 then
16221         ac_save_CPPFLAGS="$CPPFLAGS"
16222     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16223     $as_unset ac_cv_header_fontconfig_fontconfig_h
16224
16225 for ac_header in fontconfig/fontconfig.h
16226 do
16227 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16228 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16229   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16230 $as_echo_n "checking for $ac_header... " >&6; }
16231 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16232   $as_echo_n "(cached) " >&6
16233 fi
16234 ac_res=`eval 'as_val=${'$as_ac_Header'}
16235                  $as_echo "$as_val"'`
16236                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16237 $as_echo "$ac_res" >&6; }
16238 else
16239   # Is the header compilable?
16240 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16241 $as_echo_n "checking $ac_header usability... " >&6; }
16242 cat >conftest.$ac_ext <<_ACEOF
16243 /* confdefs.h.  */
16244 _ACEOF
16245 cat confdefs.h >>conftest.$ac_ext
16246 cat >>conftest.$ac_ext <<_ACEOF
16247 /* end confdefs.h.  */
16248 $ac_includes_default
16249 #include <$ac_header>
16250 _ACEOF
16251 rm -f conftest.$ac_objext
16252 if { (ac_try="$ac_compile"
16253 case "(($ac_try" in
16254   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16255   *) ac_try_echo=$ac_try;;
16256 esac
16257 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16258 $as_echo "$ac_try_echo") >&5
16259   (eval "$ac_compile") 2>conftest.er1
16260   ac_status=$?
16261   grep -v '^ *+' conftest.er1 >conftest.err
16262   rm -f conftest.er1
16263   cat conftest.err >&5
16264   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16265   (exit $ac_status); } && {
16266          test -z "$ac_c_werror_flag" ||
16267          test ! -s conftest.err
16268        } && test -s conftest.$ac_objext; then
16269   ac_header_compiler=yes
16270 else
16271   $as_echo "$as_me: failed program was:" >&5
16272 sed 's/^/| /' conftest.$ac_ext >&5
16273
16274         ac_header_compiler=no
16275 fi
16276
16277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16278 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16279 $as_echo "$ac_header_compiler" >&6; }
16280
16281 # Is the header present?
16282 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16283 $as_echo_n "checking $ac_header presence... " >&6; }
16284 cat >conftest.$ac_ext <<_ACEOF
16285 /* confdefs.h.  */
16286 _ACEOF
16287 cat confdefs.h >>conftest.$ac_ext
16288 cat >>conftest.$ac_ext <<_ACEOF
16289 /* end confdefs.h.  */
16290 #include <$ac_header>
16291 _ACEOF
16292 if { (ac_try="$ac_cpp conftest.$ac_ext"
16293 case "(($ac_try" in
16294   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16295   *) ac_try_echo=$ac_try;;
16296 esac
16297 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16298 $as_echo "$ac_try_echo") >&5
16299   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16300   ac_status=$?
16301   grep -v '^ *+' conftest.er1 >conftest.err
16302   rm -f conftest.er1
16303   cat conftest.err >&5
16304   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16305   (exit $ac_status); } >/dev/null && {
16306          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16307          test ! -s conftest.err
16308        }; then
16309   ac_header_preproc=yes
16310 else
16311   $as_echo "$as_me: failed program was:" >&5
16312 sed 's/^/| /' conftest.$ac_ext >&5
16313
16314   ac_header_preproc=no
16315 fi
16316
16317 rm -f conftest.err conftest.$ac_ext
16318 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16319 $as_echo "$ac_header_preproc" >&6; }
16320
16321 # So?  What about this header?
16322 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16323   yes:no: )
16324     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16325 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16326     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16327 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16328     ac_header_preproc=yes
16329     ;;
16330   no:yes:* )
16331     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16332 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16333     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16334 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16335     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16336 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16337     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16338 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16339     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16340 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16341     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16342 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16343     ( cat <<\_ASBOX
16344 ## ------------------------------------ ##
16345 ## Report this to wine-devel@winehq.org ##
16346 ## ------------------------------------ ##
16347 _ASBOX
16348      ) | sed "s/^/$as_me: WARNING:     /" >&2
16349     ;;
16350 esac
16351 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16352 $as_echo_n "checking for $ac_header... " >&6; }
16353 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16354   $as_echo_n "(cached) " >&6
16355 else
16356   eval "$as_ac_Header=\$ac_header_preproc"
16357 fi
16358 ac_res=`eval 'as_val=${'$as_ac_Header'}
16359                  $as_echo "$as_val"'`
16360                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16361 $as_echo "$ac_res" >&6; }
16362
16363 fi
16364 as_val=`eval 'as_val=${'$as_ac_Header'}
16365                  $as_echo "$as_val"'`
16366    if test "x$as_val" = x""yes; then
16367   cat >>confdefs.h <<_ACEOF
16368 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16369 _ACEOF
16370
16371 fi
16372
16373 done
16374
16375     CPPFLAGS="$ac_save_CPPFLAGS"
16376     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16377     then
16378         FONTCONFIGINCL="$X_CFLAGS"
16379
16380         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16381 $as_echo_n "checking for -lfontconfig... " >&6; }
16382 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16383   $as_echo_n "(cached) " >&6
16384 else
16385   ac_check_soname_save_LIBS=$LIBS
16386 LIBS="-lfontconfig $X_LIBS $LIBS"
16387   cat >conftest.$ac_ext <<_ACEOF
16388 /* confdefs.h.  */
16389 _ACEOF
16390 cat confdefs.h >>conftest.$ac_ext
16391 cat >>conftest.$ac_ext <<_ACEOF
16392 /* end confdefs.h.  */
16393
16394 /* Override any GCC internal prototype to avoid an error.
16395    Use char because int might match the return type of a GCC
16396    builtin and then its argument prototype would still apply.  */
16397 #ifdef __cplusplus
16398 extern "C"
16399 #endif
16400 char FcInit ();
16401 int
16402 main ()
16403 {
16404 return FcInit ();
16405   ;
16406   return 0;
16407 }
16408 _ACEOF
16409 rm -f conftest.$ac_objext conftest$ac_exeext
16410 if { (ac_try="$ac_link"
16411 case "(($ac_try" in
16412   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16413   *) ac_try_echo=$ac_try;;
16414 esac
16415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16416 $as_echo "$ac_try_echo") >&5
16417   (eval "$ac_link") 2>conftest.er1
16418   ac_status=$?
16419   grep -v '^ *+' conftest.er1 >conftest.err
16420   rm -f conftest.er1
16421   cat conftest.err >&5
16422   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16423   (exit $ac_status); } && {
16424          test -z "$ac_c_werror_flag" ||
16425          test ! -s conftest.err
16426        } && test -s conftest$ac_exeext && {
16427          test "$cross_compiling" = yes ||
16428          $as_test_x conftest$ac_exeext
16429        }; then
16430   case "$LIBEXT" in
16431     dll) ;;
16432     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'` ;;
16433     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16434   esac
16435 else
16436   $as_echo "$as_me: failed program was:" >&5
16437 sed 's/^/| /' conftest.$ac_ext >&5
16438
16439
16440 fi
16441
16442 rm -rf conftest.dSYM
16443 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16444       conftest$ac_exeext conftest.$ac_ext
16445   LIBS=$ac_check_soname_save_LIBS
16446 fi
16447 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16448   { $as_echo "$as_me:$LINENO: result: not found" >&5
16449 $as_echo "not found" >&6; }
16450
16451 else
16452   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16453 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16454
16455 cat >>confdefs.h <<_ACEOF
16456 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16457 _ACEOF
16458
16459
16460 fi
16461
16462     fi
16463 fi
16464 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16465   case "x$with_fontconfig" in
16466   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16467   xno) ;;
16468   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16469 This is an error since --with-fontconfig was requested." >&5
16470 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16471 This is an error since --with-fontconfig was requested." >&2;}
16472    { (exit 1); exit 1; }; } ;;
16473 esac
16474 fi
16475
16476
16477 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16478 then
16479     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16480 $as_echo_n "checking for -lssl... " >&6; }
16481 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16482   $as_echo_n "(cached) " >&6
16483 else
16484   ac_check_soname_save_LIBS=$LIBS
16485 LIBS="-lssl  $LIBS"
16486   cat >conftest.$ac_ext <<_ACEOF
16487 /* confdefs.h.  */
16488 _ACEOF
16489 cat confdefs.h >>conftest.$ac_ext
16490 cat >>conftest.$ac_ext <<_ACEOF
16491 /* end confdefs.h.  */
16492
16493 /* Override any GCC internal prototype to avoid an error.
16494    Use char because int might match the return type of a GCC
16495    builtin and then its argument prototype would still apply.  */
16496 #ifdef __cplusplus
16497 extern "C"
16498 #endif
16499 char SSL_library_init ();
16500 int
16501 main ()
16502 {
16503 return SSL_library_init ();
16504   ;
16505   return 0;
16506 }
16507 _ACEOF
16508 rm -f conftest.$ac_objext conftest$ac_exeext
16509 if { (ac_try="$ac_link"
16510 case "(($ac_try" in
16511   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16512   *) ac_try_echo=$ac_try;;
16513 esac
16514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16515 $as_echo "$ac_try_echo") >&5
16516   (eval "$ac_link") 2>conftest.er1
16517   ac_status=$?
16518   grep -v '^ *+' conftest.er1 >conftest.err
16519   rm -f conftest.er1
16520   cat conftest.err >&5
16521   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16522   (exit $ac_status); } && {
16523          test -z "$ac_c_werror_flag" ||
16524          test ! -s conftest.err
16525        } && test -s conftest$ac_exeext && {
16526          test "$cross_compiling" = yes ||
16527          $as_test_x conftest$ac_exeext
16528        }; then
16529   case "$LIBEXT" in
16530     dll) ;;
16531     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'` ;;
16532     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16533   esac
16534 else
16535   $as_echo "$as_me: failed program was:" >&5
16536 sed 's/^/| /' conftest.$ac_ext >&5
16537
16538
16539 fi
16540
16541 rm -rf conftest.dSYM
16542 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16543       conftest$ac_exeext conftest.$ac_ext
16544   LIBS=$ac_check_soname_save_LIBS
16545 fi
16546 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16547   { $as_echo "$as_me:$LINENO: result: not found" >&5
16548 $as_echo "not found" >&6; }
16549
16550 else
16551   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16552 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16553
16554 cat >>confdefs.h <<_ACEOF
16555 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16556 _ACEOF
16557
16558
16559 fi
16560
16561     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16562 $as_echo_n "checking for -lcrypto... " >&6; }
16563 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16564   $as_echo_n "(cached) " >&6
16565 else
16566   ac_check_soname_save_LIBS=$LIBS
16567 LIBS="-lcrypto  $LIBS"
16568   cat >conftest.$ac_ext <<_ACEOF
16569 /* confdefs.h.  */
16570 _ACEOF
16571 cat confdefs.h >>conftest.$ac_ext
16572 cat >>conftest.$ac_ext <<_ACEOF
16573 /* end confdefs.h.  */
16574
16575 /* Override any GCC internal prototype to avoid an error.
16576    Use char because int might match the return type of a GCC
16577    builtin and then its argument prototype would still apply.  */
16578 #ifdef __cplusplus
16579 extern "C"
16580 #endif
16581 char BIO_new_socket ();
16582 int
16583 main ()
16584 {
16585 return BIO_new_socket ();
16586   ;
16587   return 0;
16588 }
16589 _ACEOF
16590 rm -f conftest.$ac_objext conftest$ac_exeext
16591 if { (ac_try="$ac_link"
16592 case "(($ac_try" in
16593   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16594   *) ac_try_echo=$ac_try;;
16595 esac
16596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16597 $as_echo "$ac_try_echo") >&5
16598   (eval "$ac_link") 2>conftest.er1
16599   ac_status=$?
16600   grep -v '^ *+' conftest.er1 >conftest.err
16601   rm -f conftest.er1
16602   cat conftest.err >&5
16603   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16604   (exit $ac_status); } && {
16605          test -z "$ac_c_werror_flag" ||
16606          test ! -s conftest.err
16607        } && test -s conftest$ac_exeext && {
16608          test "$cross_compiling" = yes ||
16609          $as_test_x conftest$ac_exeext
16610        }; then
16611   case "$LIBEXT" in
16612     dll) ;;
16613     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'` ;;
16614     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16615   esac
16616 else
16617   $as_echo "$as_me: failed program was:" >&5
16618 sed 's/^/| /' conftest.$ac_ext >&5
16619
16620
16621 fi
16622
16623 rm -rf conftest.dSYM
16624 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16625       conftest$ac_exeext conftest.$ac_ext
16626   LIBS=$ac_check_soname_save_LIBS
16627 fi
16628 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16629   { $as_echo "$as_me:$LINENO: result: not found" >&5
16630 $as_echo "not found" >&6; }
16631
16632 else
16633   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16634 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16635
16636 cat >>confdefs.h <<_ACEOF
16637 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16638 _ACEOF
16639
16640
16641 fi
16642
16643 fi
16644 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16645   case "x$with_openssl" in
16646   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16647   xno) ;;
16648   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16649 This is an error since --with-openssl was requested." >&5
16650 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16651 This is an error since --with-openssl was requested." >&2;}
16652    { (exit 1); exit 1; }; } ;;
16653 esac
16654 fi
16655
16656
16657 if test "$ac_cv_header_gsm_h" = "yes"
16658 then
16659     { $as_echo "$as_me:$LINENO: checking for -lgsm" >&5
16660 $as_echo_n "checking for -lgsm... " >&6; }
16661 if test "${ac_cv_lib_soname_gsm+set}" = set; then
16662   $as_echo_n "(cached) " >&6
16663 else
16664   ac_check_soname_save_LIBS=$LIBS
16665 LIBS="-lgsm  $LIBS"
16666   cat >conftest.$ac_ext <<_ACEOF
16667 /* confdefs.h.  */
16668 _ACEOF
16669 cat confdefs.h >>conftest.$ac_ext
16670 cat >>conftest.$ac_ext <<_ACEOF
16671 /* end confdefs.h.  */
16672
16673 /* Override any GCC internal prototype to avoid an error.
16674    Use char because int might match the return type of a GCC
16675    builtin and then its argument prototype would still apply.  */
16676 #ifdef __cplusplus
16677 extern "C"
16678 #endif
16679 char gsm_create ();
16680 int
16681 main ()
16682 {
16683 return gsm_create ();
16684   ;
16685   return 0;
16686 }
16687 _ACEOF
16688 rm -f conftest.$ac_objext conftest$ac_exeext
16689 if { (ac_try="$ac_link"
16690 case "(($ac_try" in
16691   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16692   *) ac_try_echo=$ac_try;;
16693 esac
16694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16695 $as_echo "$ac_try_echo") >&5
16696   (eval "$ac_link") 2>conftest.er1
16697   ac_status=$?
16698   grep -v '^ *+' conftest.er1 >conftest.err
16699   rm -f conftest.er1
16700   cat conftest.err >&5
16701   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16702   (exit $ac_status); } && {
16703          test -z "$ac_c_werror_flag" ||
16704          test ! -s conftest.err
16705        } && test -s conftest$ac_exeext && {
16706          test "$cross_compiling" = yes ||
16707          $as_test_x conftest$ac_exeext
16708        }; then
16709   case "$LIBEXT" in
16710     dll) ;;
16711     dylib) ac_cv_lib_soname_gsm=`otool -L conftest$ac_exeext | grep "libgsm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgsm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16712     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16713   esac
16714 else
16715   $as_echo "$as_me: failed program was:" >&5
16716 sed 's/^/| /' conftest.$ac_ext >&5
16717
16718
16719 fi
16720
16721 rm -rf conftest.dSYM
16722 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16723       conftest$ac_exeext conftest.$ac_ext
16724   LIBS=$ac_check_soname_save_LIBS
16725 fi
16726 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16727   { $as_echo "$as_me:$LINENO: result: not found" >&5
16728 $as_echo "not found" >&6; }
16729
16730 else
16731   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gsm" >&5
16732 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
16733
16734 cat >>confdefs.h <<_ACEOF
16735 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
16736 _ACEOF
16737
16738
16739 fi
16740
16741 fi
16742 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16743   case "x$with_libgsm" in
16744   x)   wine_warnings="$wine_warnings|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
16745   xno) ;;
16746   *)   { { $as_echo "$as_me:$LINENO: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16747 This is an error since --with-libgsm was requested." >&5
16748 $as_echo "$as_me: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16749 This is an error since --with-libgsm was requested." >&2;}
16750    { (exit 1); exit 1; }; } ;;
16751 esac
16752 fi
16753
16754
16755 if test "$ac_cv_header_jpeglib_h" = "yes"
16756 then
16757     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16758 $as_echo_n "checking for -ljpeg... " >&6; }
16759 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16760   $as_echo_n "(cached) " >&6
16761 else
16762   ac_check_soname_save_LIBS=$LIBS
16763 LIBS="-ljpeg  $LIBS"
16764   cat >conftest.$ac_ext <<_ACEOF
16765 /* confdefs.h.  */
16766 _ACEOF
16767 cat confdefs.h >>conftest.$ac_ext
16768 cat >>conftest.$ac_ext <<_ACEOF
16769 /* end confdefs.h.  */
16770
16771 /* Override any GCC internal prototype to avoid an error.
16772    Use char because int might match the return type of a GCC
16773    builtin and then its argument prototype would still apply.  */
16774 #ifdef __cplusplus
16775 extern "C"
16776 #endif
16777 char jpeg_start_decompress ();
16778 int
16779 main ()
16780 {
16781 return jpeg_start_decompress ();
16782   ;
16783   return 0;
16784 }
16785 _ACEOF
16786 rm -f conftest.$ac_objext conftest$ac_exeext
16787 if { (ac_try="$ac_link"
16788 case "(($ac_try" in
16789   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16790   *) ac_try_echo=$ac_try;;
16791 esac
16792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16793 $as_echo "$ac_try_echo") >&5
16794   (eval "$ac_link") 2>conftest.er1
16795   ac_status=$?
16796   grep -v '^ *+' conftest.er1 >conftest.err
16797   rm -f conftest.er1
16798   cat conftest.err >&5
16799   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16800   (exit $ac_status); } && {
16801          test -z "$ac_c_werror_flag" ||
16802          test ! -s conftest.err
16803        } && test -s conftest$ac_exeext && {
16804          test "$cross_compiling" = yes ||
16805          $as_test_x conftest$ac_exeext
16806        }; then
16807   case "$LIBEXT" in
16808     dll) ;;
16809     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'` ;;
16810     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16811   esac
16812 else
16813   $as_echo "$as_me: failed program was:" >&5
16814 sed 's/^/| /' conftest.$ac_ext >&5
16815
16816
16817 fi
16818
16819 rm -rf conftest.dSYM
16820 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16821       conftest$ac_exeext conftest.$ac_ext
16822   LIBS=$ac_check_soname_save_LIBS
16823 fi
16824 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16825   { $as_echo "$as_me:$LINENO: result: not found" >&5
16826 $as_echo "not found" >&6; }
16827
16828 else
16829   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16830 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16831
16832 cat >>confdefs.h <<_ACEOF
16833 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16834 _ACEOF
16835
16836
16837 fi
16838
16839 fi
16840 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16841   case "x$with_jpeg" in
16842   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16843   xno) ;;
16844   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16845 This is an error since --with-jpeg was requested." >&5
16846 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16847 This is an error since --with-jpeg was requested." >&2;}
16848    { (exit 1); exit 1; }; } ;;
16849 esac
16850 fi
16851
16852
16853 if test "$ac_cv_header_png_h" = "yes"
16854 then
16855     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16856 $as_echo_n "checking for -lpng... " >&6; }
16857 if test "${ac_cv_lib_soname_png+set}" = set; then
16858   $as_echo_n "(cached) " >&6
16859 else
16860   ac_check_soname_save_LIBS=$LIBS
16861 LIBS="-lpng -lm -lz $LIBS"
16862   cat >conftest.$ac_ext <<_ACEOF
16863 /* confdefs.h.  */
16864 _ACEOF
16865 cat confdefs.h >>conftest.$ac_ext
16866 cat >>conftest.$ac_ext <<_ACEOF
16867 /* end confdefs.h.  */
16868
16869 /* Override any GCC internal prototype to avoid an error.
16870    Use char because int might match the return type of a GCC
16871    builtin and then its argument prototype would still apply.  */
16872 #ifdef __cplusplus
16873 extern "C"
16874 #endif
16875 char png_create_read_struct ();
16876 int
16877 main ()
16878 {
16879 return png_create_read_struct ();
16880   ;
16881   return 0;
16882 }
16883 _ACEOF
16884 rm -f conftest.$ac_objext conftest$ac_exeext
16885 if { (ac_try="$ac_link"
16886 case "(($ac_try" in
16887   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16888   *) ac_try_echo=$ac_try;;
16889 esac
16890 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16891 $as_echo "$ac_try_echo") >&5
16892   (eval "$ac_link") 2>conftest.er1
16893   ac_status=$?
16894   grep -v '^ *+' conftest.er1 >conftest.err
16895   rm -f conftest.er1
16896   cat conftest.err >&5
16897   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16898   (exit $ac_status); } && {
16899          test -z "$ac_c_werror_flag" ||
16900          test ! -s conftest.err
16901        } && test -s conftest$ac_exeext && {
16902          test "$cross_compiling" = yes ||
16903          $as_test_x conftest$ac_exeext
16904        }; then
16905   case "$LIBEXT" in
16906     dll) ;;
16907     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'` ;;
16908     *) 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'` ;;
16909   esac
16910 else
16911   $as_echo "$as_me: failed program was:" >&5
16912 sed 's/^/| /' conftest.$ac_ext >&5
16913
16914
16915 fi
16916
16917 rm -rf conftest.dSYM
16918 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16919       conftest$ac_exeext conftest.$ac_ext
16920   LIBS=$ac_check_soname_save_LIBS
16921 fi
16922 if test "x$ac_cv_lib_soname_png" = "x"; then
16923   { $as_echo "$as_me:$LINENO: result: not found" >&5
16924 $as_echo "not found" >&6; }
16925
16926 else
16927   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16928 $as_echo "$ac_cv_lib_soname_png" >&6; }
16929
16930 cat >>confdefs.h <<_ACEOF
16931 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16932 _ACEOF
16933
16934
16935 fi
16936
16937 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16938 then
16939         ac_save_CPPFLAGS="$CPPFLAGS"
16940     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16941     $as_unset ac_cv_header_png_h
16942
16943 for ac_header in png.h
16944 do
16945 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16946 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16947   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16948 $as_echo_n "checking for $ac_header... " >&6; }
16949 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16950   $as_echo_n "(cached) " >&6
16951 fi
16952 ac_res=`eval 'as_val=${'$as_ac_Header'}
16953                  $as_echo "$as_val"'`
16954                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16955 $as_echo "$ac_res" >&6; }
16956 else
16957   # Is the header compilable?
16958 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16959 $as_echo_n "checking $ac_header usability... " >&6; }
16960 cat >conftest.$ac_ext <<_ACEOF
16961 /* confdefs.h.  */
16962 _ACEOF
16963 cat confdefs.h >>conftest.$ac_ext
16964 cat >>conftest.$ac_ext <<_ACEOF
16965 /* end confdefs.h.  */
16966 $ac_includes_default
16967 #include <$ac_header>
16968 _ACEOF
16969 rm -f conftest.$ac_objext
16970 if { (ac_try="$ac_compile"
16971 case "(($ac_try" in
16972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16973   *) ac_try_echo=$ac_try;;
16974 esac
16975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16976 $as_echo "$ac_try_echo") >&5
16977   (eval "$ac_compile") 2>conftest.er1
16978   ac_status=$?
16979   grep -v '^ *+' conftest.er1 >conftest.err
16980   rm -f conftest.er1
16981   cat conftest.err >&5
16982   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16983   (exit $ac_status); } && {
16984          test -z "$ac_c_werror_flag" ||
16985          test ! -s conftest.err
16986        } && test -s conftest.$ac_objext; then
16987   ac_header_compiler=yes
16988 else
16989   $as_echo "$as_me: failed program was:" >&5
16990 sed 's/^/| /' conftest.$ac_ext >&5
16991
16992         ac_header_compiler=no
16993 fi
16994
16995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16996 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16997 $as_echo "$ac_header_compiler" >&6; }
16998
16999 # Is the header present?
17000 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
17001 $as_echo_n "checking $ac_header presence... " >&6; }
17002 cat >conftest.$ac_ext <<_ACEOF
17003 /* confdefs.h.  */
17004 _ACEOF
17005 cat confdefs.h >>conftest.$ac_ext
17006 cat >>conftest.$ac_ext <<_ACEOF
17007 /* end confdefs.h.  */
17008 #include <$ac_header>
17009 _ACEOF
17010 if { (ac_try="$ac_cpp conftest.$ac_ext"
17011 case "(($ac_try" in
17012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17013   *) ac_try_echo=$ac_try;;
17014 esac
17015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17016 $as_echo "$ac_try_echo") >&5
17017   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17018   ac_status=$?
17019   grep -v '^ *+' conftest.er1 >conftest.err
17020   rm -f conftest.er1
17021   cat conftest.err >&5
17022   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17023   (exit $ac_status); } >/dev/null && {
17024          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17025          test ! -s conftest.err
17026        }; then
17027   ac_header_preproc=yes
17028 else
17029   $as_echo "$as_me: failed program was:" >&5
17030 sed 's/^/| /' conftest.$ac_ext >&5
17031
17032   ac_header_preproc=no
17033 fi
17034
17035 rm -f conftest.err conftest.$ac_ext
17036 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17037 $as_echo "$ac_header_preproc" >&6; }
17038
17039 # So?  What about this header?
17040 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17041   yes:no: )
17042     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17043 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17044     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17045 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17046     ac_header_preproc=yes
17047     ;;
17048   no:yes:* )
17049     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17050 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17051     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
17052 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
17053     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17054 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17055     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
17056 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
17057     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17058 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17059     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17060 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17061     ( cat <<\_ASBOX
17062 ## ------------------------------------ ##
17063 ## Report this to wine-devel@winehq.org ##
17064 ## ------------------------------------ ##
17065 _ASBOX
17066      ) | sed "s/^/$as_me: WARNING:     /" >&2
17067     ;;
17068 esac
17069 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
17070 $as_echo_n "checking for $ac_header... " >&6; }
17071 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
17072   $as_echo_n "(cached) " >&6
17073 else
17074   eval "$as_ac_Header=\$ac_header_preproc"
17075 fi
17076 ac_res=`eval 'as_val=${'$as_ac_Header'}
17077                  $as_echo "$as_val"'`
17078                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
17079 $as_echo "$ac_res" >&6; }
17080
17081 fi
17082 as_val=`eval 'as_val=${'$as_ac_Header'}
17083                  $as_echo "$as_val"'`
17084    if test "x$as_val" = x""yes; then
17085   cat >>confdefs.h <<_ACEOF
17086 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
17087 _ACEOF
17088
17089 fi
17090
17091 done
17092
17093     CPPFLAGS="$ac_save_CPPFLAGS"
17094     if test "$ac_cv_header_png_h" = "yes"
17095     then
17096         PNGINCL="$X_CFLAGS"
17097
17098         { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
17099 $as_echo_n "checking for -lpng... " >&6; }
17100 if test "${ac_cv_lib_soname_png+set}" = set; then
17101   $as_echo_n "(cached) " >&6
17102 else
17103   ac_check_soname_save_LIBS=$LIBS
17104 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
17105   cat >conftest.$ac_ext <<_ACEOF
17106 /* confdefs.h.  */
17107 _ACEOF
17108 cat confdefs.h >>conftest.$ac_ext
17109 cat >>conftest.$ac_ext <<_ACEOF
17110 /* end confdefs.h.  */
17111
17112 /* Override any GCC internal prototype to avoid an error.
17113    Use char because int might match the return type of a GCC
17114    builtin and then its argument prototype would still apply.  */
17115 #ifdef __cplusplus
17116 extern "C"
17117 #endif
17118 char png_create_read_struct ();
17119 int
17120 main ()
17121 {
17122 return png_create_read_struct ();
17123   ;
17124   return 0;
17125 }
17126 _ACEOF
17127 rm -f conftest.$ac_objext conftest$ac_exeext
17128 if { (ac_try="$ac_link"
17129 case "(($ac_try" in
17130   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17131   *) ac_try_echo=$ac_try;;
17132 esac
17133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17134 $as_echo "$ac_try_echo") >&5
17135   (eval "$ac_link") 2>conftest.er1
17136   ac_status=$?
17137   grep -v '^ *+' conftest.er1 >conftest.err
17138   rm -f conftest.er1
17139   cat conftest.err >&5
17140   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17141   (exit $ac_status); } && {
17142          test -z "$ac_c_werror_flag" ||
17143          test ! -s conftest.err
17144        } && test -s conftest$ac_exeext && {
17145          test "$cross_compiling" = yes ||
17146          $as_test_x conftest$ac_exeext
17147        }; then
17148   case "$LIBEXT" in
17149     dll) ;;
17150     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'` ;;
17151     *) 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'` ;;
17152   esac
17153 else
17154   $as_echo "$as_me: failed program was:" >&5
17155 sed 's/^/| /' conftest.$ac_ext >&5
17156
17157
17158 fi
17159
17160 rm -rf conftest.dSYM
17161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17162       conftest$ac_exeext conftest.$ac_ext
17163   LIBS=$ac_check_soname_save_LIBS
17164 fi
17165 if test "x$ac_cv_lib_soname_png" = "x"; then
17166   { $as_echo "$as_me:$LINENO: result: not found" >&5
17167 $as_echo "not found" >&6; }
17168
17169 else
17170   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17171 $as_echo "$ac_cv_lib_soname_png" >&6; }
17172
17173 cat >>confdefs.h <<_ACEOF
17174 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17175 _ACEOF
17176
17177
17178 fi
17179
17180     fi
17181 fi
17182 if test "x$ac_cv_lib_soname_png" = "x"; then
17183   case "x$with_png" in
17184   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17185   xno) ;;
17186   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17187 This is an error since --with-png was requested." >&5
17188 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17189 This is an error since --with-png was requested." >&2;}
17190    { (exit 1); exit 1; }; } ;;
17191 esac
17192 fi
17193
17194
17195 if test "$ac_cv_header_kstat_h" = "yes"
17196 then
17197     { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17198 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17199 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17200   $as_echo_n "(cached) " >&6
17201 else
17202   ac_check_lib_save_LIBS=$LIBS
17203 LIBS="-lkstat  $LIBS"
17204 cat >conftest.$ac_ext <<_ACEOF
17205 /* confdefs.h.  */
17206 _ACEOF
17207 cat confdefs.h >>conftest.$ac_ext
17208 cat >>conftest.$ac_ext <<_ACEOF
17209 /* end confdefs.h.  */
17210
17211 /* Override any GCC internal prototype to avoid an error.
17212    Use char because int might match the return type of a GCC
17213    builtin and then its argument prototype would still apply.  */
17214 #ifdef __cplusplus
17215 extern "C"
17216 #endif
17217 char kstat_open ();
17218 int
17219 main ()
17220 {
17221 return kstat_open ();
17222   ;
17223   return 0;
17224 }
17225 _ACEOF
17226 rm -f conftest.$ac_objext conftest$ac_exeext
17227 if { (ac_try="$ac_link"
17228 case "(($ac_try" in
17229   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17230   *) ac_try_echo=$ac_try;;
17231 esac
17232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17233 $as_echo "$ac_try_echo") >&5
17234   (eval "$ac_link") 2>conftest.er1
17235   ac_status=$?
17236   grep -v '^ *+' conftest.er1 >conftest.err
17237   rm -f conftest.er1
17238   cat conftest.err >&5
17239   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17240   (exit $ac_status); } && {
17241          test -z "$ac_c_werror_flag" ||
17242          test ! -s conftest.err
17243        } && test -s conftest$ac_exeext && {
17244          test "$cross_compiling" = yes ||
17245          $as_test_x conftest$ac_exeext
17246        }; then
17247   ac_cv_lib_kstat_kstat_open=yes
17248 else
17249   $as_echo "$as_me: failed program was:" >&5
17250 sed 's/^/| /' conftest.$ac_ext >&5
17251
17252         ac_cv_lib_kstat_kstat_open=no
17253 fi
17254
17255 rm -rf conftest.dSYM
17256 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17257       conftest$ac_exeext conftest.$ac_ext
17258 LIBS=$ac_check_lib_save_LIBS
17259 fi
17260 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17261 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17262 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17263
17264 cat >>confdefs.h <<\_ACEOF
17265 #define HAVE_LIBKSTAT 1
17266 _ACEOF
17267
17268                   LIBKSTAT="-lkstat"
17269
17270 fi
17271
17272 fi
17273
17274 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17275 $as_echo_n "checking for -lodbc... " >&6; }
17276 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17277   $as_echo_n "(cached) " >&6
17278 else
17279   ac_check_soname_save_LIBS=$LIBS
17280 LIBS="-lodbc  $LIBS"
17281   cat >conftest.$ac_ext <<_ACEOF
17282 /* confdefs.h.  */
17283 _ACEOF
17284 cat confdefs.h >>conftest.$ac_ext
17285 cat >>conftest.$ac_ext <<_ACEOF
17286 /* end confdefs.h.  */
17287
17288 /* Override any GCC internal prototype to avoid an error.
17289    Use char because int might match the return type of a GCC
17290    builtin and then its argument prototype would still apply.  */
17291 #ifdef __cplusplus
17292 extern "C"
17293 #endif
17294 char SQLConnect ();
17295 int
17296 main ()
17297 {
17298 return SQLConnect ();
17299   ;
17300   return 0;
17301 }
17302 _ACEOF
17303 rm -f conftest.$ac_objext conftest$ac_exeext
17304 if { (ac_try="$ac_link"
17305 case "(($ac_try" in
17306   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17307   *) ac_try_echo=$ac_try;;
17308 esac
17309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17310 $as_echo "$ac_try_echo") >&5
17311   (eval "$ac_link") 2>conftest.er1
17312   ac_status=$?
17313   grep -v '^ *+' conftest.er1 >conftest.err
17314   rm -f conftest.er1
17315   cat conftest.err >&5
17316   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17317   (exit $ac_status); } && {
17318          test -z "$ac_c_werror_flag" ||
17319          test ! -s conftest.err
17320        } && test -s conftest$ac_exeext && {
17321          test "$cross_compiling" = yes ||
17322          $as_test_x conftest$ac_exeext
17323        }; then
17324   case "$LIBEXT" in
17325     dll) ;;
17326     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'` ;;
17327     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17328   esac
17329 else
17330   $as_echo "$as_me: failed program was:" >&5
17331 sed 's/^/| /' conftest.$ac_ext >&5
17332
17333
17334 fi
17335
17336 rm -rf conftest.dSYM
17337 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17338       conftest$ac_exeext conftest.$ac_ext
17339   LIBS=$ac_check_soname_save_LIBS
17340 fi
17341 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17342   { $as_echo "$as_me:$LINENO: result: not found" >&5
17343 $as_echo "not found" >&6; }
17344        cat >>confdefs.h <<_ACEOF
17345 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17346 _ACEOF
17347
17348 else
17349   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17350 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17351
17352 cat >>confdefs.h <<_ACEOF
17353 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17354 _ACEOF
17355
17356
17357 fi
17358
17359
17360 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17361         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17362         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17363         "$ac_cv_header_soundcard_h" != "yes" -a \
17364         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17365 then
17366     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17367 fi
17368
17369
17370 EXTRACFLAGS=""
17371
17372 if test "x${GCC}" = "xyes"
17373 then
17374   EXTRACFLAGS="-Wall -pipe"
17375
17376     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17377 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17378 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17379   $as_echo_n "(cached) " >&6
17380 else
17381   if test "$cross_compiling" = yes; then
17382   ac_cv_c_gcc_strength_bug="yes"
17383 else
17384   cat >conftest.$ac_ext <<_ACEOF
17385 /* confdefs.h.  */
17386 _ACEOF
17387 cat confdefs.h >>conftest.$ac_ext
17388 cat >>conftest.$ac_ext <<_ACEOF
17389 /* end confdefs.h.  */
17390 int L[4] = {0,1,2,3};
17391 int
17392 main ()
17393 {
17394 static int Array[3];
17395   unsigned int B = 3;
17396   int i;
17397   for(i=0; i<B; i++) Array[i] = i - 3;
17398   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17399   L[i] = 4;
17400   return (Array[1] != -2 || L[2] != 3)
17401   ;
17402   return 0;
17403 }
17404 _ACEOF
17405 rm -f conftest$ac_exeext
17406 if { (ac_try="$ac_link"
17407 case "(($ac_try" in
17408   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17409   *) ac_try_echo=$ac_try;;
17410 esac
17411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17412 $as_echo "$ac_try_echo") >&5
17413   (eval "$ac_link") 2>&5
17414   ac_status=$?
17415   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17416   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17417   { (case "(($ac_try" in
17418   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17419   *) ac_try_echo=$ac_try;;
17420 esac
17421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17422 $as_echo "$ac_try_echo") >&5
17423   (eval "$ac_try") 2>&5
17424   ac_status=$?
17425   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17426   (exit $ac_status); }; }; then
17427   ac_cv_c_gcc_strength_bug="no"
17428 else
17429   $as_echo "$as_me: program exited with status $ac_status" >&5
17430 $as_echo "$as_me: failed program was:" >&5
17431 sed 's/^/| /' conftest.$ac_ext >&5
17432
17433 ( exit $ac_status )
17434 ac_cv_c_gcc_strength_bug="yes"
17435 fi
17436 rm -rf conftest.dSYM
17437 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17438 fi
17439
17440
17441 fi
17442 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17443 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17444   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17445   then
17446     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17447   fi
17448
17449     { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17450 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17451 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17452   $as_echo_n "(cached) " >&6
17453 else
17454   ac_wine_try_cflags_saved=$CFLAGS
17455 CFLAGS="$CFLAGS -fno-builtin"
17456 cat >conftest.$ac_ext <<_ACEOF
17457 /* confdefs.h.  */
17458 _ACEOF
17459 cat confdefs.h >>conftest.$ac_ext
17460 cat >>conftest.$ac_ext <<_ACEOF
17461 /* end confdefs.h.  */
17462
17463 int
17464 main ()
17465 {
17466
17467   ;
17468   return 0;
17469 }
17470 _ACEOF
17471 rm -f conftest.$ac_objext conftest$ac_exeext
17472 if { (ac_try="$ac_link"
17473 case "(($ac_try" in
17474   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17475   *) ac_try_echo=$ac_try;;
17476 esac
17477 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17478 $as_echo "$ac_try_echo") >&5
17479   (eval "$ac_link") 2>conftest.er1
17480   ac_status=$?
17481   grep -v '^ *+' conftest.er1 >conftest.err
17482   rm -f conftest.er1
17483   cat conftest.err >&5
17484   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17485   (exit $ac_status); } && {
17486          test -z "$ac_c_werror_flag" ||
17487          test ! -s conftest.err
17488        } && test -s conftest$ac_exeext && {
17489          test "$cross_compiling" = yes ||
17490          $as_test_x conftest$ac_exeext
17491        }; then
17492   ac_cv_cflags__fno_builtin=yes
17493 else
17494   $as_echo "$as_me: failed program was:" >&5
17495 sed 's/^/| /' conftest.$ac_ext >&5
17496
17497         ac_cv_cflags__fno_builtin=no
17498 fi
17499
17500 rm -rf conftest.dSYM
17501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17502       conftest$ac_exeext conftest.$ac_ext
17503 CFLAGS=$ac_wine_try_cflags_saved
17504 fi
17505 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17506 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17507 if test $ac_cv_cflags__fno_builtin = yes; then
17508   BUILTINFLAG="-fno-builtin"
17509
17510 fi
17511
17512   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17513 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17514 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17515   $as_echo_n "(cached) " >&6
17516 else
17517   ac_wine_try_cflags_saved=$CFLAGS
17518 CFLAGS="$CFLAGS -fno-strict-aliasing"
17519 cat >conftest.$ac_ext <<_ACEOF
17520 /* confdefs.h.  */
17521 _ACEOF
17522 cat confdefs.h >>conftest.$ac_ext
17523 cat >>conftest.$ac_ext <<_ACEOF
17524 /* end confdefs.h.  */
17525
17526 int
17527 main ()
17528 {
17529
17530   ;
17531   return 0;
17532 }
17533 _ACEOF
17534 rm -f conftest.$ac_objext conftest$ac_exeext
17535 if { (ac_try="$ac_link"
17536 case "(($ac_try" in
17537   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17538   *) ac_try_echo=$ac_try;;
17539 esac
17540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17541 $as_echo "$ac_try_echo") >&5
17542   (eval "$ac_link") 2>conftest.er1
17543   ac_status=$?
17544   grep -v '^ *+' conftest.er1 >conftest.err
17545   rm -f conftest.er1
17546   cat conftest.err >&5
17547   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17548   (exit $ac_status); } && {
17549          test -z "$ac_c_werror_flag" ||
17550          test ! -s conftest.err
17551        } && test -s conftest$ac_exeext && {
17552          test "$cross_compiling" = yes ||
17553          $as_test_x conftest$ac_exeext
17554        }; then
17555   ac_cv_cflags__fno_strict_aliasing=yes
17556 else
17557   $as_echo "$as_me: failed program was:" >&5
17558 sed 's/^/| /' conftest.$ac_ext >&5
17559
17560         ac_cv_cflags__fno_strict_aliasing=no
17561 fi
17562
17563 rm -rf conftest.dSYM
17564 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17565       conftest$ac_exeext conftest.$ac_ext
17566 CFLAGS=$ac_wine_try_cflags_saved
17567 fi
17568 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17569 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17570 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17571   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17572 fi
17573
17574   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17575 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17576 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17577   $as_echo_n "(cached) " >&6
17578 else
17579   ac_wine_try_cflags_saved=$CFLAGS
17580 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17581 cat >conftest.$ac_ext <<_ACEOF
17582 /* confdefs.h.  */
17583 _ACEOF
17584 cat confdefs.h >>conftest.$ac_ext
17585 cat >>conftest.$ac_ext <<_ACEOF
17586 /* end confdefs.h.  */
17587
17588 int
17589 main ()
17590 {
17591
17592   ;
17593   return 0;
17594 }
17595 _ACEOF
17596 rm -f conftest.$ac_objext conftest$ac_exeext
17597 if { (ac_try="$ac_link"
17598 case "(($ac_try" in
17599   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17600   *) ac_try_echo=$ac_try;;
17601 esac
17602 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17603 $as_echo "$ac_try_echo") >&5
17604   (eval "$ac_link") 2>conftest.er1
17605   ac_status=$?
17606   grep -v '^ *+' conftest.er1 >conftest.err
17607   rm -f conftest.er1
17608   cat conftest.err >&5
17609   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17610   (exit $ac_status); } && {
17611          test -z "$ac_c_werror_flag" ||
17612          test ! -s conftest.err
17613        } && test -s conftest$ac_exeext && {
17614          test "$cross_compiling" = yes ||
17615          $as_test_x conftest$ac_exeext
17616        }; then
17617   ac_cv_cflags__Wdeclaration_after_statement=yes
17618 else
17619   $as_echo "$as_me: failed program was:" >&5
17620 sed 's/^/| /' conftest.$ac_ext >&5
17621
17622         ac_cv_cflags__Wdeclaration_after_statement=no
17623 fi
17624
17625 rm -rf conftest.dSYM
17626 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17627       conftest$ac_exeext conftest.$ac_ext
17628 CFLAGS=$ac_wine_try_cflags_saved
17629 fi
17630 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17631 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17632 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17633   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17634 fi
17635
17636   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17637 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17638 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17639   $as_echo_n "(cached) " >&6
17640 else
17641   ac_wine_try_cflags_saved=$CFLAGS
17642 CFLAGS="$CFLAGS -Wwrite-strings"
17643 cat >conftest.$ac_ext <<_ACEOF
17644 /* confdefs.h.  */
17645 _ACEOF
17646 cat confdefs.h >>conftest.$ac_ext
17647 cat >>conftest.$ac_ext <<_ACEOF
17648 /* end confdefs.h.  */
17649
17650 int
17651 main ()
17652 {
17653
17654   ;
17655   return 0;
17656 }
17657 _ACEOF
17658 rm -f conftest.$ac_objext conftest$ac_exeext
17659 if { (ac_try="$ac_link"
17660 case "(($ac_try" in
17661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17662   *) ac_try_echo=$ac_try;;
17663 esac
17664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17665 $as_echo "$ac_try_echo") >&5
17666   (eval "$ac_link") 2>conftest.er1
17667   ac_status=$?
17668   grep -v '^ *+' conftest.er1 >conftest.err
17669   rm -f conftest.er1
17670   cat conftest.err >&5
17671   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17672   (exit $ac_status); } && {
17673          test -z "$ac_c_werror_flag" ||
17674          test ! -s conftest.err
17675        } && test -s conftest$ac_exeext && {
17676          test "$cross_compiling" = yes ||
17677          $as_test_x conftest$ac_exeext
17678        }; then
17679   ac_cv_cflags__Wwrite_strings=yes
17680 else
17681   $as_echo "$as_me: failed program was:" >&5
17682 sed 's/^/| /' conftest.$ac_ext >&5
17683
17684         ac_cv_cflags__Wwrite_strings=no
17685 fi
17686
17687 rm -rf conftest.dSYM
17688 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17689       conftest$ac_exeext conftest.$ac_ext
17690 CFLAGS=$ac_wine_try_cflags_saved
17691 fi
17692 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17693 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17694 if test $ac_cv_cflags__Wwrite_strings = yes; then
17695   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17696 fi
17697
17698   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17699 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17700 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17701   $as_echo_n "(cached) " >&6
17702 else
17703   ac_wine_try_cflags_saved=$CFLAGS
17704 CFLAGS="$CFLAGS -Wtype-limits"
17705 cat >conftest.$ac_ext <<_ACEOF
17706 /* confdefs.h.  */
17707 _ACEOF
17708 cat confdefs.h >>conftest.$ac_ext
17709 cat >>conftest.$ac_ext <<_ACEOF
17710 /* end confdefs.h.  */
17711
17712 int
17713 main ()
17714 {
17715
17716   ;
17717   return 0;
17718 }
17719 _ACEOF
17720 rm -f conftest.$ac_objext conftest$ac_exeext
17721 if { (ac_try="$ac_link"
17722 case "(($ac_try" in
17723   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17724   *) ac_try_echo=$ac_try;;
17725 esac
17726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17727 $as_echo "$ac_try_echo") >&5
17728   (eval "$ac_link") 2>conftest.er1
17729   ac_status=$?
17730   grep -v '^ *+' conftest.er1 >conftest.err
17731   rm -f conftest.er1
17732   cat conftest.err >&5
17733   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17734   (exit $ac_status); } && {
17735          test -z "$ac_c_werror_flag" ||
17736          test ! -s conftest.err
17737        } && test -s conftest$ac_exeext && {
17738          test "$cross_compiling" = yes ||
17739          $as_test_x conftest$ac_exeext
17740        }; then
17741   ac_cv_cflags__Wtype_limits=yes
17742 else
17743   $as_echo "$as_me: failed program was:" >&5
17744 sed 's/^/| /' conftest.$ac_ext >&5
17745
17746         ac_cv_cflags__Wtype_limits=no
17747 fi
17748
17749 rm -rf conftest.dSYM
17750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17751       conftest$ac_exeext conftest.$ac_ext
17752 CFLAGS=$ac_wine_try_cflags_saved
17753 fi
17754 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17755 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17756 if test $ac_cv_cflags__Wtype_limits = yes; then
17757   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17758 fi
17759
17760
17761     saved_CFLAGS="$CFLAGS"
17762   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17763   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17764 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17765 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17766   $as_echo_n "(cached) " >&6
17767 else
17768   cat >conftest.$ac_ext <<_ACEOF
17769 /* confdefs.h.  */
17770 _ACEOF
17771 cat confdefs.h >>conftest.$ac_ext
17772 cat >>conftest.$ac_ext <<_ACEOF
17773 /* end confdefs.h.  */
17774 #include <string.h>
17775 int
17776 main ()
17777 {
17778
17779   ;
17780   return 0;
17781 }
17782 _ACEOF
17783 rm -f conftest.$ac_objext
17784 if { (ac_try="$ac_compile"
17785 case "(($ac_try" in
17786   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17787   *) ac_try_echo=$ac_try;;
17788 esac
17789 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17790 $as_echo "$ac_try_echo") >&5
17791   (eval "$ac_compile") 2>conftest.er1
17792   ac_status=$?
17793   grep -v '^ *+' conftest.er1 >conftest.err
17794   rm -f conftest.er1
17795   cat conftest.err >&5
17796   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17797   (exit $ac_status); } && {
17798          test -z "$ac_c_werror_flag" ||
17799          test ! -s conftest.err
17800        } && test -s conftest.$ac_objext; then
17801   ac_cv_c_string_h_warnings=no
17802 else
17803   $as_echo "$as_me: failed program was:" >&5
17804 sed 's/^/| /' conftest.$ac_ext >&5
17805
17806         ac_cv_c_string_h_warnings=yes
17807 fi
17808
17809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17810 fi
17811 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17812 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17813   CFLAGS="$saved_CFLAGS"
17814   if test "$ac_cv_c_string_h_warnings" = "no"
17815   then
17816     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17817   fi
17818 fi
17819
17820
17821 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17822 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17823 if test "${ac_cv_c_extern_prefix+set}" = set; then
17824   $as_echo_n "(cached) " >&6
17825 else
17826   cat >conftest.$ac_ext <<_ACEOF
17827 /* confdefs.h.  */
17828 _ACEOF
17829 cat confdefs.h >>conftest.$ac_ext
17830 cat >>conftest.$ac_ext <<_ACEOF
17831 /* end confdefs.h.  */
17832 extern int ac_test;
17833 int
17834 main ()
17835 {
17836 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17837   ;
17838   return 0;
17839 }
17840 _ACEOF
17841 rm -f conftest.$ac_objext conftest$ac_exeext
17842 if { (ac_try="$ac_link"
17843 case "(($ac_try" in
17844   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17845   *) ac_try_echo=$ac_try;;
17846 esac
17847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17848 $as_echo "$ac_try_echo") >&5
17849   (eval "$ac_link") 2>conftest.er1
17850   ac_status=$?
17851   grep -v '^ *+' conftest.er1 >conftest.err
17852   rm -f conftest.er1
17853   cat conftest.err >&5
17854   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17855   (exit $ac_status); } && {
17856          test -z "$ac_c_werror_flag" ||
17857          test ! -s conftest.err
17858        } && test -s conftest$ac_exeext && {
17859          test "$cross_compiling" = yes ||
17860          $as_test_x conftest$ac_exeext
17861        }; then
17862   ac_cv_c_extern_prefix="yes"
17863 else
17864   $as_echo "$as_me: failed program was:" >&5
17865 sed 's/^/| /' conftest.$ac_ext >&5
17866
17867         ac_cv_c_extern_prefix="no"
17868 fi
17869
17870 rm -rf conftest.dSYM
17871 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17872       conftest$ac_exeext conftest.$ac_ext
17873 fi
17874 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17875 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17876
17877 case $host_cpu in
17878   *i[3456789]86*)
17879     { $as_echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17880 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
17881 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17882   $as_echo_n "(cached) " >&6
17883 else
17884   cat >conftest.$ac_ext <<_ACEOF
17885 /* confdefs.h.  */
17886 _ACEOF
17887 cat confdefs.h >>conftest.$ac_ext
17888 cat >>conftest.$ac_ext <<_ACEOF
17889 /* end confdefs.h.  */
17890 #ifndef _MSC_VER
17891 #define __stdcall __attribute__((__stdcall__))
17892 #endif
17893 int __stdcall ac_test(int i) { return i; }
17894 int
17895 main ()
17896 {
17897 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17898   ;
17899   return 0;
17900 }
17901 _ACEOF
17902 rm -f conftest.$ac_objext conftest$ac_exeext
17903 if { (ac_try="$ac_link"
17904 case "(($ac_try" in
17905   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17906   *) ac_try_echo=$ac_try;;
17907 esac
17908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17909 $as_echo "$ac_try_echo") >&5
17910   (eval "$ac_link") 2>conftest.er1
17911   ac_status=$?
17912   grep -v '^ *+' conftest.er1 >conftest.err
17913   rm -f conftest.er1
17914   cat conftest.err >&5
17915   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17916   (exit $ac_status); } && {
17917          test -z "$ac_c_werror_flag" ||
17918          test ! -s conftest.err
17919        } && test -s conftest$ac_exeext && {
17920          test "$cross_compiling" = yes ||
17921          $as_test_x conftest$ac_exeext
17922        }; then
17923   ac_cv_c_stdcall_suffix="yes"
17924 else
17925   $as_echo "$as_me: failed program was:" >&5
17926 sed 's/^/| /' conftest.$ac_ext >&5
17927
17928         ac_cv_c_stdcall_suffix="no"
17929 fi
17930
17931 rm -rf conftest.dSYM
17932 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17933       conftest$ac_exeext conftest.$ac_ext
17934 fi
17935 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17936 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
17937   *) ac_cv_c_stdcall_suffix="no" ;;
17938 esac
17939
17940
17941
17942 if test "$ac_cv_c_extern_prefix" = "yes"
17943 then
17944     cat >>confdefs.h <<\_ACEOF
17945 #define __ASM_NAME(name) "_" name
17946 _ACEOF
17947
17948     asm_name_prefix="_"
17949 else
17950     cat >>confdefs.h <<\_ACEOF
17951 #define __ASM_NAME(name) name
17952 _ACEOF
17953
17954     asm_name_prefix=""
17955 fi
17956
17957
17958
17959 if test "$ac_cv_c_stdcall_suffix" = "yes"
17960 then
17961     cat >>confdefs.h <<\_ACEOF
17962 #define __ASM_STDCALL(args) "@" #args
17963 _ACEOF
17964
17965 else
17966     cat >>confdefs.h <<\_ACEOF
17967 #define __ASM_STDCALL(args) ""
17968 _ACEOF
17969
17970 fi
17971
17972
17973 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17974 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17975 if test "${ac_cv_asm_func_def+set}" = set; then
17976   $as_echo_n "(cached) " >&6
17977 else
17978   cat >conftest.$ac_ext <<_ACEOF
17979 /* confdefs.h.  */
17980 _ACEOF
17981 cat confdefs.h >>conftest.$ac_ext
17982 cat >>conftest.$ac_ext <<_ACEOF
17983 /* end confdefs.h.  */
17984
17985 int
17986 main ()
17987 {
17988 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17989   ;
17990   return 0;
17991 }
17992 _ACEOF
17993 rm -f conftest.$ac_objext conftest$ac_exeext
17994 if { (ac_try="$ac_link"
17995 case "(($ac_try" in
17996   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17997   *) ac_try_echo=$ac_try;;
17998 esac
17999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18000 $as_echo "$ac_try_echo") >&5
18001   (eval "$ac_link") 2>conftest.er1
18002   ac_status=$?
18003   grep -v '^ *+' conftest.er1 >conftest.err
18004   rm -f conftest.er1
18005   cat conftest.err >&5
18006   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18007   (exit $ac_status); } && {
18008          test -z "$ac_c_werror_flag" ||
18009          test ! -s conftest.err
18010        } && test -s conftest$ac_exeext && {
18011          test "$cross_compiling" = yes ||
18012          $as_test_x conftest$ac_exeext
18013        }; then
18014   ac_cv_asm_func_def=".def"
18015 else
18016   $as_echo "$as_me: failed program was:" >&5
18017 sed 's/^/| /' conftest.$ac_ext >&5
18018
18019         cat >conftest.$ac_ext <<_ACEOF
18020 /* confdefs.h.  */
18021 _ACEOF
18022 cat confdefs.h >>conftest.$ac_ext
18023 cat >>conftest.$ac_ext <<_ACEOF
18024 /* end confdefs.h.  */
18025
18026 int
18027 main ()
18028 {
18029 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
18030   ;
18031   return 0;
18032 }
18033 _ACEOF
18034 rm -f conftest.$ac_objext conftest$ac_exeext
18035 if { (ac_try="$ac_link"
18036 case "(($ac_try" in
18037   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18038   *) ac_try_echo=$ac_try;;
18039 esac
18040 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18041 $as_echo "$ac_try_echo") >&5
18042   (eval "$ac_link") 2>conftest.er1
18043   ac_status=$?
18044   grep -v '^ *+' conftest.er1 >conftest.err
18045   rm -f conftest.er1
18046   cat conftest.err >&5
18047   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18048   (exit $ac_status); } && {
18049          test -z "$ac_c_werror_flag" ||
18050          test ! -s conftest.err
18051        } && test -s conftest$ac_exeext && {
18052          test "$cross_compiling" = yes ||
18053          $as_test_x conftest$ac_exeext
18054        }; then
18055   ac_cv_asm_func_def=".type @function"
18056 else
18057   $as_echo "$as_me: failed program was:" >&5
18058 sed 's/^/| /' conftest.$ac_ext >&5
18059
18060         cat >conftest.$ac_ext <<_ACEOF
18061 /* confdefs.h.  */
18062 _ACEOF
18063 cat confdefs.h >>conftest.$ac_ext
18064 cat >>conftest.$ac_ext <<_ACEOF
18065 /* end confdefs.h.  */
18066
18067 int
18068 main ()
18069 {
18070 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
18071   ;
18072   return 0;
18073 }
18074 _ACEOF
18075 rm -f conftest.$ac_objext conftest$ac_exeext
18076 if { (ac_try="$ac_link"
18077 case "(($ac_try" in
18078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18079   *) ac_try_echo=$ac_try;;
18080 esac
18081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18082 $as_echo "$ac_try_echo") >&5
18083   (eval "$ac_link") 2>conftest.er1
18084   ac_status=$?
18085   grep -v '^ *+' conftest.er1 >conftest.err
18086   rm -f conftest.er1
18087   cat conftest.err >&5
18088   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18089   (exit $ac_status); } && {
18090          test -z "$ac_c_werror_flag" ||
18091          test ! -s conftest.err
18092        } && test -s conftest$ac_exeext && {
18093          test "$cross_compiling" = yes ||
18094          $as_test_x conftest$ac_exeext
18095        }; then
18096   ac_cv_asm_func_def=".type 2"
18097 else
18098   $as_echo "$as_me: failed program was:" >&5
18099 sed 's/^/| /' conftest.$ac_ext >&5
18100
18101         ac_cv_asm_func_def="unknown"
18102 fi
18103
18104 rm -rf conftest.dSYM
18105 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18106       conftest$ac_exeext conftest.$ac_ext
18107 fi
18108
18109 rm -rf conftest.dSYM
18110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18111       conftest$ac_exeext conftest.$ac_ext
18112 fi
18113
18114 rm -rf conftest.dSYM
18115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18116       conftest$ac_exeext conftest.$ac_ext
18117 fi
18118 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
18119 $as_echo "$ac_cv_asm_func_def" >&6; }
18120
18121
18122
18123 case "$ac_cv_asm_func_def" in
18124   ".def")
18125      cat >>confdefs.h <<\_ACEOF
18126 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
18127 _ACEOF
18128
18129      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
18130   ".type @function")
18131      cat >>confdefs.h <<\_ACEOF
18132 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
18133 _ACEOF
18134
18135      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
18136   ".type 2")
18137      cat >>confdefs.h <<\_ACEOF
18138 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
18139 _ACEOF
18140
18141      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
18142   *)
18143      cat >>confdefs.h <<\_ACEOF
18144 #define __ASM_FUNC(name) ""
18145 _ACEOF
18146
18147      asm_func_header="" ;;
18148 esac
18149
18150 { $as_echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
18151 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
18152 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
18153   $as_echo_n "(cached) " >&6
18154 else
18155   cat >conftest.$ac_ext <<_ACEOF
18156 /* confdefs.h.  */
18157 _ACEOF
18158 cat confdefs.h >>conftest.$ac_ext
18159 cat >>conftest.$ac_ext <<_ACEOF
18160 /* end confdefs.h.  */
18161 asm(".text\n\t.long 0");
18162 int
18163 main ()
18164 {
18165
18166   ;
18167   return 0;
18168 }
18169 _ACEOF
18170 rm -f conftest.$ac_objext
18171 if { (ac_try="$ac_compile"
18172 case "(($ac_try" in
18173   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18174   *) ac_try_echo=$ac_try;;
18175 esac
18176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18177 $as_echo "$ac_try_echo") >&5
18178   (eval "$ac_compile") 2>conftest.er1
18179   ac_status=$?
18180   grep -v '^ *+' conftest.er1 >conftest.err
18181   rm -f conftest.er1
18182   cat conftest.err >&5
18183   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18184   (exit $ac_status); } && {
18185          test -z "$ac_c_werror_flag" ||
18186          test ! -s conftest.err
18187        } && test -s conftest.$ac_objext; then
18188   ac_cv_c_asm_outside_funcs="yes"
18189 else
18190   $as_echo "$as_me: failed program was:" >&5
18191 sed 's/^/| /' conftest.$ac_ext >&5
18192
18193         ac_cv_c_asm_outside_funcs="no"
18194 fi
18195
18196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18197 fi
18198 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
18199 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
18200
18201 { $as_echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
18202 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
18203 if test "${ac_cv_c_dot_previous+set}" = set; then
18204   $as_echo_n "(cached) " >&6
18205 else
18206   cat >conftest.$ac_ext <<_ACEOF
18207 /* confdefs.h.  */
18208 _ACEOF
18209 cat confdefs.h >>conftest.$ac_ext
18210 cat >>conftest.$ac_ext <<_ACEOF
18211 /* end confdefs.h.  */
18212
18213 int
18214 main ()
18215 {
18216 asm(".text\nac_test:\t.long 0\n\t.previous");
18217   ;
18218   return 0;
18219 }
18220 _ACEOF
18221 rm -f conftest.$ac_objext conftest$ac_exeext
18222 if { (ac_try="$ac_link"
18223 case "(($ac_try" in
18224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18225   *) ac_try_echo=$ac_try;;
18226 esac
18227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18228 $as_echo "$ac_try_echo") >&5
18229   (eval "$ac_link") 2>conftest.er1
18230   ac_status=$?
18231   grep -v '^ *+' conftest.er1 >conftest.err
18232   rm -f conftest.er1
18233   cat conftest.err >&5
18234   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18235   (exit $ac_status); } && {
18236          test -z "$ac_c_werror_flag" ||
18237          test ! -s conftest.err
18238        } && test -s conftest$ac_exeext && {
18239          test "$cross_compiling" = yes ||
18240          $as_test_x conftest$ac_exeext
18241        }; then
18242   ac_cv_c_dot_previous="yes"
18243 else
18244   $as_echo "$as_me: failed program was:" >&5
18245 sed 's/^/| /' conftest.$ac_ext >&5
18246
18247         ac_cv_c_dot_previous="no"
18248 fi
18249
18250 rm -rf conftest.dSYM
18251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18252       conftest$ac_exeext conftest.$ac_ext
18253 fi
18254 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
18255 $as_echo "$ac_cv_c_dot_previous" >&6; }
18256
18257 { $as_echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
18258 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
18259 if test "${ac_cv_c_cfi_support+set}" = set; then
18260   $as_echo_n "(cached) " >&6
18261 else
18262   cat >conftest.$ac_ext <<_ACEOF
18263 /* confdefs.h.  */
18264 _ACEOF
18265 cat confdefs.h >>conftest.$ac_ext
18266 cat >>conftest.$ac_ext <<_ACEOF
18267 /* end confdefs.h.  */
18268 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
18269 int
18270 main ()
18271 {
18272
18273   ;
18274   return 0;
18275 }
18276 _ACEOF
18277 rm -f conftest.$ac_objext
18278 if { (ac_try="$ac_compile"
18279 case "(($ac_try" in
18280   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18281   *) ac_try_echo=$ac_try;;
18282 esac
18283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18284 $as_echo "$ac_try_echo") >&5
18285   (eval "$ac_compile") 2>conftest.er1
18286   ac_status=$?
18287   grep -v '^ *+' conftest.er1 >conftest.err
18288   rm -f conftest.er1
18289   cat conftest.err >&5
18290   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18291   (exit $ac_status); } && {
18292          test -z "$ac_c_werror_flag" ||
18293          test ! -s conftest.err
18294        } && test -s conftest.$ac_objext; then
18295   ac_cv_c_cfi_support="yes"
18296 else
18297   $as_echo "$as_me: failed program was:" >&5
18298 sed 's/^/| /' conftest.$ac_ext >&5
18299
18300         ac_cv_c_cfi_support="no"
18301 fi
18302
18303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18304 fi
18305 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
18306 $as_echo "$ac_cv_c_cfi_support" >&6; }
18307
18308 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
18309 asm_func_trailer=""
18310 if test "$ac_cv_c_dot_previous" = "yes"
18311 then
18312    asm_func_trailer="\\n\\t.previous"
18313 fi
18314 if test "$ac_cv_c_cfi_support" = "yes"
18315 then
18316    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
18317    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
18318
18319 cat >>confdefs.h <<\_ACEOF
18320 #define __ASM_CFI(str) str
18321 _ACEOF
18322
18323 else
18324    cat >>confdefs.h <<\_ACEOF
18325 #define __ASM_CFI(str) ""
18326 _ACEOF
18327
18328 fi
18329
18330 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
18331
18332
18333
18334 if test "$ac_cv_c_asm_outside_funcs" = "yes"
18335 then
18336     cat >>confdefs.h <<_ACEOF
18337 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
18338 _ACEOF
18339
18340 else
18341     cat >>confdefs.h <<_ACEOF
18342 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
18343 _ACEOF
18344
18345 fi
18346
18347 cat >>confdefs.h <<\_ACEOF
18348 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
18349 _ACEOF
18350
18351
18352 cat >>confdefs.h <<\_ACEOF
18353 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
18354 _ACEOF
18355
18356
18357
18358 LDPATH=""
18359
18360 case $build_os in
18361   cygwin*|mingw32*)
18362     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18363     ;;
18364   darwin*|macosx*)
18365     ;;
18366   *)
18367     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18368     ;;
18369 esac
18370
18371 case $host_os in
18372   mingw32*)
18373     CRTLIBS="-lmsvcrt"
18374
18375     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18376
18377     ;;
18378 esac
18379
18380 case $host_cpu in
18381   *i[3456789]86*)
18382     case $host_os in
18383       linux* | k*bsd*-gnu)
18384         EXTRA_BINARIES="wine-preloader"
18385  ;;
18386     esac
18387     ;;
18388 esac
18389
18390
18391 ac_save_CFLAGS="$CFLAGS"
18392 CFLAGS="$CFLAGS $BUILTINFLAG"
18393
18394
18395
18396
18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
18413
18414
18415
18416
18417
18418
18419
18420
18421
18422
18423
18424
18425
18426
18427
18428
18429
18430
18431
18432
18433
18434
18435
18436
18437
18438
18439
18440
18441
18442
18443
18444
18445
18446
18447
18448
18449
18450
18451
18452
18453
18454
18455
18456
18457
18458
18459
18460
18461
18462
18463 for ac_func in \
18464         _pclose \
18465         _popen \
18466         _snprintf \
18467         _spawnvp \
18468         _strdup \
18469         _stricmp \
18470         _strnicmp \
18471         _strtoi64 \
18472         _strtoui64 \
18473         _vsnprintf \
18474         asctime_r \
18475         chsize \
18476         dlopen \
18477         epoll_create \
18478         ffs \
18479         finite \
18480         fnmatch \
18481         fork \
18482         fpclass \
18483         fstatfs \
18484         fstatvfs \
18485         ftruncate \
18486         futimes \
18487         futimesat \
18488         getdirentries \
18489         getopt_long \
18490         getpagesize \
18491         getpwuid \
18492         gettid \
18493         gettimeofday \
18494         getuid \
18495         kqueue \
18496         lstat \
18497         memmove \
18498         mmap \
18499         pclose \
18500         pipe2 \
18501         poll \
18502         popen \
18503         prctl \
18504         pread \
18505         pwrite \
18506         readdir \
18507         readlink \
18508         sched_yield \
18509         select \
18510         setproctitle \
18511         setrlimit \
18512         settimeofday \
18513         sigaltstack \
18514         sigprocmask \
18515         snprintf \
18516         spawnvp \
18517         statfs \
18518         statvfs \
18519         strcasecmp \
18520         strdup \
18521         strerror \
18522         strncasecmp \
18523         strtold \
18524         strtoll \
18525         strtoull \
18526         symlink \
18527         tcgetattr \
18528         thr_kill2 \
18529         timegm \
18530         usleep \
18531         vsnprintf \
18532         wait4 \
18533         waitpid \
18534
18535 do
18536 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18537 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18538 $as_echo_n "checking for $ac_func... " >&6; }
18539 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18540   $as_echo_n "(cached) " >&6
18541 else
18542   cat >conftest.$ac_ext <<_ACEOF
18543 /* confdefs.h.  */
18544 _ACEOF
18545 cat confdefs.h >>conftest.$ac_ext
18546 cat >>conftest.$ac_ext <<_ACEOF
18547 /* end confdefs.h.  */
18548 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18549    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18550 #define $ac_func innocuous_$ac_func
18551
18552 /* System header to define __stub macros and hopefully few prototypes,
18553     which can conflict with char $ac_func (); below.
18554     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18555     <limits.h> exists even on freestanding compilers.  */
18556
18557 #ifdef __STDC__
18558 # include <limits.h>
18559 #else
18560 # include <assert.h>
18561 #endif
18562
18563 #undef $ac_func
18564
18565 /* Override any GCC internal prototype to avoid an error.
18566    Use char because int might match the return type of a GCC
18567    builtin and then its argument prototype would still apply.  */
18568 #ifdef __cplusplus
18569 extern "C"
18570 #endif
18571 char $ac_func ();
18572 /* The GNU C library defines this for functions which it implements
18573     to always fail with ENOSYS.  Some functions are actually named
18574     something starting with __ and the normal name is an alias.  */
18575 #if defined __stub_$ac_func || defined __stub___$ac_func
18576 choke me
18577 #endif
18578
18579 int
18580 main ()
18581 {
18582 return $ac_func ();
18583   ;
18584   return 0;
18585 }
18586 _ACEOF
18587 rm -f conftest.$ac_objext conftest$ac_exeext
18588 if { (ac_try="$ac_link"
18589 case "(($ac_try" in
18590   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18591   *) ac_try_echo=$ac_try;;
18592 esac
18593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18594 $as_echo "$ac_try_echo") >&5
18595   (eval "$ac_link") 2>conftest.er1
18596   ac_status=$?
18597   grep -v '^ *+' conftest.er1 >conftest.err
18598   rm -f conftest.er1
18599   cat conftest.err >&5
18600   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18601   (exit $ac_status); } && {
18602          test -z "$ac_c_werror_flag" ||
18603          test ! -s conftest.err
18604        } && test -s conftest$ac_exeext && {
18605          test "$cross_compiling" = yes ||
18606          $as_test_x conftest$ac_exeext
18607        }; then
18608   eval "$as_ac_var=yes"
18609 else
18610   $as_echo "$as_me: failed program was:" >&5
18611 sed 's/^/| /' conftest.$ac_ext >&5
18612
18613         eval "$as_ac_var=no"
18614 fi
18615
18616 rm -rf conftest.dSYM
18617 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18618       conftest$ac_exeext conftest.$ac_ext
18619 fi
18620 ac_res=`eval 'as_val=${'$as_ac_var'}
18621                  $as_echo "$as_val"'`
18622                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18623 $as_echo "$ac_res" >&6; }
18624 as_val=`eval 'as_val=${'$as_ac_var'}
18625                  $as_echo "$as_val"'`
18626    if test "x$as_val" = x""yes; then
18627   cat >>confdefs.h <<_ACEOF
18628 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18629 _ACEOF
18630
18631 fi
18632 done
18633
18634 CFLAGS="$ac_save_CFLAGS"
18635
18636 if test "$ac_cv_func_dlopen" = no
18637 then
18638     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18639 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18640 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18641   $as_echo_n "(cached) " >&6
18642 else
18643   ac_check_lib_save_LIBS=$LIBS
18644 LIBS="-ldl  $LIBS"
18645 cat >conftest.$ac_ext <<_ACEOF
18646 /* confdefs.h.  */
18647 _ACEOF
18648 cat confdefs.h >>conftest.$ac_ext
18649 cat >>conftest.$ac_ext <<_ACEOF
18650 /* end confdefs.h.  */
18651
18652 /* Override any GCC internal prototype to avoid an error.
18653    Use char because int might match the return type of a GCC
18654    builtin and then its argument prototype would still apply.  */
18655 #ifdef __cplusplus
18656 extern "C"
18657 #endif
18658 char dlopen ();
18659 int
18660 main ()
18661 {
18662 return dlopen ();
18663   ;
18664   return 0;
18665 }
18666 _ACEOF
18667 rm -f conftest.$ac_objext conftest$ac_exeext
18668 if { (ac_try="$ac_link"
18669 case "(($ac_try" in
18670   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18671   *) ac_try_echo=$ac_try;;
18672 esac
18673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18674 $as_echo "$ac_try_echo") >&5
18675   (eval "$ac_link") 2>conftest.er1
18676   ac_status=$?
18677   grep -v '^ *+' conftest.er1 >conftest.err
18678   rm -f conftest.er1
18679   cat conftest.err >&5
18680   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18681   (exit $ac_status); } && {
18682          test -z "$ac_c_werror_flag" ||
18683          test ! -s conftest.err
18684        } && test -s conftest$ac_exeext && {
18685          test "$cross_compiling" = yes ||
18686          $as_test_x conftest$ac_exeext
18687        }; then
18688   ac_cv_lib_dl_dlopen=yes
18689 else
18690   $as_echo "$as_me: failed program was:" >&5
18691 sed 's/^/| /' conftest.$ac_ext >&5
18692
18693         ac_cv_lib_dl_dlopen=no
18694 fi
18695
18696 rm -rf conftest.dSYM
18697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18698       conftest$ac_exeext conftest.$ac_ext
18699 LIBS=$ac_check_lib_save_LIBS
18700 fi
18701 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18702 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18703 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18704   cat >>confdefs.h <<\_ACEOF
18705 #define HAVE_DLOPEN 1
18706 _ACEOF
18707  LIBDL="-ldl"
18708
18709 fi
18710
18711 fi
18712 ac_wine_check_funcs_save_LIBS="$LIBS"
18713 LIBS="$LIBS $LIBDL"
18714
18715 for ac_func in dladdr
18716 do
18717 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18718 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18719 $as_echo_n "checking for $ac_func... " >&6; }
18720 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18721   $as_echo_n "(cached) " >&6
18722 else
18723   cat >conftest.$ac_ext <<_ACEOF
18724 /* confdefs.h.  */
18725 _ACEOF
18726 cat confdefs.h >>conftest.$ac_ext
18727 cat >>conftest.$ac_ext <<_ACEOF
18728 /* end confdefs.h.  */
18729 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18730    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18731 #define $ac_func innocuous_$ac_func
18732
18733 /* System header to define __stub macros and hopefully few prototypes,
18734     which can conflict with char $ac_func (); below.
18735     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18736     <limits.h> exists even on freestanding compilers.  */
18737
18738 #ifdef __STDC__
18739 # include <limits.h>
18740 #else
18741 # include <assert.h>
18742 #endif
18743
18744 #undef $ac_func
18745
18746 /* Override any GCC internal prototype to avoid an error.
18747    Use char because int might match the return type of a GCC
18748    builtin and then its argument prototype would still apply.  */
18749 #ifdef __cplusplus
18750 extern "C"
18751 #endif
18752 char $ac_func ();
18753 /* The GNU C library defines this for functions which it implements
18754     to always fail with ENOSYS.  Some functions are actually named
18755     something starting with __ and the normal name is an alias.  */
18756 #if defined __stub_$ac_func || defined __stub___$ac_func
18757 choke me
18758 #endif
18759
18760 int
18761 main ()
18762 {
18763 return $ac_func ();
18764   ;
18765   return 0;
18766 }
18767 _ACEOF
18768 rm -f conftest.$ac_objext conftest$ac_exeext
18769 if { (ac_try="$ac_link"
18770 case "(($ac_try" in
18771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18772   *) ac_try_echo=$ac_try;;
18773 esac
18774 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18775 $as_echo "$ac_try_echo") >&5
18776   (eval "$ac_link") 2>conftest.er1
18777   ac_status=$?
18778   grep -v '^ *+' conftest.er1 >conftest.err
18779   rm -f conftest.er1
18780   cat conftest.err >&5
18781   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18782   (exit $ac_status); } && {
18783          test -z "$ac_c_werror_flag" ||
18784          test ! -s conftest.err
18785        } && test -s conftest$ac_exeext && {
18786          test "$cross_compiling" = yes ||
18787          $as_test_x conftest$ac_exeext
18788        }; then
18789   eval "$as_ac_var=yes"
18790 else
18791   $as_echo "$as_me: failed program was:" >&5
18792 sed 's/^/| /' conftest.$ac_ext >&5
18793
18794         eval "$as_ac_var=no"
18795 fi
18796
18797 rm -rf conftest.dSYM
18798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18799       conftest$ac_exeext conftest.$ac_ext
18800 fi
18801 ac_res=`eval 'as_val=${'$as_ac_var'}
18802                  $as_echo "$as_val"'`
18803                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18804 $as_echo "$ac_res" >&6; }
18805 as_val=`eval 'as_val=${'$as_ac_var'}
18806                  $as_echo "$as_val"'`
18807    if test "x$as_val" = x""yes; then
18808   cat >>confdefs.h <<_ACEOF
18809 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18810 _ACEOF
18811
18812 fi
18813 done
18814
18815 LIBS="$ac_wine_check_funcs_save_LIBS"
18816
18817 if test "$ac_cv_func_poll" = no
18818 then
18819     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18820 $as_echo_n "checking for poll in -lpoll... " >&6; }
18821 if test "${ac_cv_lib_poll_poll+set}" = set; then
18822   $as_echo_n "(cached) " >&6
18823 else
18824   ac_check_lib_save_LIBS=$LIBS
18825 LIBS="-lpoll  $LIBS"
18826 cat >conftest.$ac_ext <<_ACEOF
18827 /* confdefs.h.  */
18828 _ACEOF
18829 cat confdefs.h >>conftest.$ac_ext
18830 cat >>conftest.$ac_ext <<_ACEOF
18831 /* end confdefs.h.  */
18832
18833 /* Override any GCC internal prototype to avoid an error.
18834    Use char because int might match the return type of a GCC
18835    builtin and then its argument prototype would still apply.  */
18836 #ifdef __cplusplus
18837 extern "C"
18838 #endif
18839 char poll ();
18840 int
18841 main ()
18842 {
18843 return poll ();
18844   ;
18845   return 0;
18846 }
18847 _ACEOF
18848 rm -f conftest.$ac_objext conftest$ac_exeext
18849 if { (ac_try="$ac_link"
18850 case "(($ac_try" in
18851   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18852   *) ac_try_echo=$ac_try;;
18853 esac
18854 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18855 $as_echo "$ac_try_echo") >&5
18856   (eval "$ac_link") 2>conftest.er1
18857   ac_status=$?
18858   grep -v '^ *+' conftest.er1 >conftest.err
18859   rm -f conftest.er1
18860   cat conftest.err >&5
18861   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18862   (exit $ac_status); } && {
18863          test -z "$ac_c_werror_flag" ||
18864          test ! -s conftest.err
18865        } && test -s conftest$ac_exeext && {
18866          test "$cross_compiling" = yes ||
18867          $as_test_x conftest$ac_exeext
18868        }; then
18869   ac_cv_lib_poll_poll=yes
18870 else
18871   $as_echo "$as_me: failed program was:" >&5
18872 sed 's/^/| /' conftest.$ac_ext >&5
18873
18874         ac_cv_lib_poll_poll=no
18875 fi
18876
18877 rm -rf conftest.dSYM
18878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18879       conftest$ac_exeext conftest.$ac_ext
18880 LIBS=$ac_check_lib_save_LIBS
18881 fi
18882 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18883 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18884 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18885   cat >>confdefs.h <<\_ACEOF
18886 #define HAVE_POLL 1
18887 _ACEOF
18888  LIBPOLL="-lpoll"
18889
18890 fi
18891
18892 fi
18893
18894 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18895 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18896 if test "${ac_cv_search_gethostbyname+set}" = set; then
18897   $as_echo_n "(cached) " >&6
18898 else
18899   ac_func_search_save_LIBS=$LIBS
18900 cat >conftest.$ac_ext <<_ACEOF
18901 /* confdefs.h.  */
18902 _ACEOF
18903 cat confdefs.h >>conftest.$ac_ext
18904 cat >>conftest.$ac_ext <<_ACEOF
18905 /* end confdefs.h.  */
18906
18907 /* Override any GCC internal prototype to avoid an error.
18908    Use char because int might match the return type of a GCC
18909    builtin and then its argument prototype would still apply.  */
18910 #ifdef __cplusplus
18911 extern "C"
18912 #endif
18913 char gethostbyname ();
18914 int
18915 main ()
18916 {
18917 return gethostbyname ();
18918   ;
18919   return 0;
18920 }
18921 _ACEOF
18922 for ac_lib in '' nsl; do
18923   if test -z "$ac_lib"; then
18924     ac_res="none required"
18925   else
18926     ac_res=-l$ac_lib
18927     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18928   fi
18929   rm -f conftest.$ac_objext conftest$ac_exeext
18930 if { (ac_try="$ac_link"
18931 case "(($ac_try" in
18932   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18933   *) ac_try_echo=$ac_try;;
18934 esac
18935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18936 $as_echo "$ac_try_echo") >&5
18937   (eval "$ac_link") 2>conftest.er1
18938   ac_status=$?
18939   grep -v '^ *+' conftest.er1 >conftest.err
18940   rm -f conftest.er1
18941   cat conftest.err >&5
18942   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18943   (exit $ac_status); } && {
18944          test -z "$ac_c_werror_flag" ||
18945          test ! -s conftest.err
18946        } && test -s conftest$ac_exeext && {
18947          test "$cross_compiling" = yes ||
18948          $as_test_x conftest$ac_exeext
18949        }; then
18950   ac_cv_search_gethostbyname=$ac_res
18951 else
18952   $as_echo "$as_me: failed program was:" >&5
18953 sed 's/^/| /' conftest.$ac_ext >&5
18954
18955
18956 fi
18957
18958 rm -rf conftest.dSYM
18959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18960       conftest$ac_exeext
18961   if test "${ac_cv_search_gethostbyname+set}" = set; then
18962   break
18963 fi
18964 done
18965 if test "${ac_cv_search_gethostbyname+set}" = set; then
18966   :
18967 else
18968   ac_cv_search_gethostbyname=no
18969 fi
18970 rm conftest.$ac_ext
18971 LIBS=$ac_func_search_save_LIBS
18972 fi
18973 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18974 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18975 ac_res=$ac_cv_search_gethostbyname
18976 if test "$ac_res" != no; then
18977   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18978
18979 fi
18980
18981
18982 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18983 $as_echo_n "checking for library containing connect... " >&6; }
18984 if test "${ac_cv_search_connect+set}" = set; then
18985   $as_echo_n "(cached) " >&6
18986 else
18987   ac_func_search_save_LIBS=$LIBS
18988 cat >conftest.$ac_ext <<_ACEOF
18989 /* confdefs.h.  */
18990 _ACEOF
18991 cat confdefs.h >>conftest.$ac_ext
18992 cat >>conftest.$ac_ext <<_ACEOF
18993 /* end confdefs.h.  */
18994
18995 /* Override any GCC internal prototype to avoid an error.
18996    Use char because int might match the return type of a GCC
18997    builtin and then its argument prototype would still apply.  */
18998 #ifdef __cplusplus
18999 extern "C"
19000 #endif
19001 char connect ();
19002 int
19003 main ()
19004 {
19005 return connect ();
19006   ;
19007   return 0;
19008 }
19009 _ACEOF
19010 for ac_lib in '' socket; do
19011   if test -z "$ac_lib"; then
19012     ac_res="none required"
19013   else
19014     ac_res=-l$ac_lib
19015     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
19016   fi
19017   rm -f conftest.$ac_objext conftest$ac_exeext
19018 if { (ac_try="$ac_link"
19019 case "(($ac_try" in
19020   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19021   *) ac_try_echo=$ac_try;;
19022 esac
19023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19024 $as_echo "$ac_try_echo") >&5
19025   (eval "$ac_link") 2>conftest.er1
19026   ac_status=$?
19027   grep -v '^ *+' conftest.er1 >conftest.err
19028   rm -f conftest.er1
19029   cat conftest.err >&5
19030   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19031   (exit $ac_status); } && {
19032          test -z "$ac_c_werror_flag" ||
19033          test ! -s conftest.err
19034        } && test -s conftest$ac_exeext && {
19035          test "$cross_compiling" = yes ||
19036          $as_test_x conftest$ac_exeext
19037        }; then
19038   ac_cv_search_connect=$ac_res
19039 else
19040   $as_echo "$as_me: failed program was:" >&5
19041 sed 's/^/| /' conftest.$ac_ext >&5
19042
19043
19044 fi
19045
19046 rm -rf conftest.dSYM
19047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19048       conftest$ac_exeext
19049   if test "${ac_cv_search_connect+set}" = set; then
19050   break
19051 fi
19052 done
19053 if test "${ac_cv_search_connect+set}" = set; then
19054   :
19055 else
19056   ac_cv_search_connect=no
19057 fi
19058 rm conftest.$ac_ext
19059 LIBS=$ac_func_search_save_LIBS
19060 fi
19061 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
19062 $as_echo "$ac_cv_search_connect" >&6; }
19063 ac_res=$ac_cv_search_connect
19064 if test "$ac_res" != no; then
19065   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19066
19067 fi
19068
19069
19070 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
19071 $as_echo_n "checking for library containing inet_aton... " >&6; }
19072 if test "${ac_cv_search_inet_aton+set}" = set; then
19073   $as_echo_n "(cached) " >&6
19074 else
19075   ac_func_search_save_LIBS=$LIBS
19076 cat >conftest.$ac_ext <<_ACEOF
19077 /* confdefs.h.  */
19078 _ACEOF
19079 cat confdefs.h >>conftest.$ac_ext
19080 cat >>conftest.$ac_ext <<_ACEOF
19081 /* end confdefs.h.  */
19082
19083 /* Override any GCC internal prototype to avoid an error.
19084    Use char because int might match the return type of a GCC
19085    builtin and then its argument prototype would still apply.  */
19086 #ifdef __cplusplus
19087 extern "C"
19088 #endif
19089 char inet_aton ();
19090 int
19091 main ()
19092 {
19093 return inet_aton ();
19094   ;
19095   return 0;
19096 }
19097 _ACEOF
19098 for ac_lib in '' resolv; do
19099   if test -z "$ac_lib"; then
19100     ac_res="none required"
19101   else
19102     ac_res=-l$ac_lib
19103     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
19104   fi
19105   rm -f conftest.$ac_objext conftest$ac_exeext
19106 if { (ac_try="$ac_link"
19107 case "(($ac_try" in
19108   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19109   *) ac_try_echo=$ac_try;;
19110 esac
19111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19112 $as_echo "$ac_try_echo") >&5
19113   (eval "$ac_link") 2>conftest.er1
19114   ac_status=$?
19115   grep -v '^ *+' conftest.er1 >conftest.err
19116   rm -f conftest.er1
19117   cat conftest.err >&5
19118   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19119   (exit $ac_status); } && {
19120          test -z "$ac_c_werror_flag" ||
19121          test ! -s conftest.err
19122        } && test -s conftest$ac_exeext && {
19123          test "$cross_compiling" = yes ||
19124          $as_test_x conftest$ac_exeext
19125        }; then
19126   ac_cv_search_inet_aton=$ac_res
19127 else
19128   $as_echo "$as_me: failed program was:" >&5
19129 sed 's/^/| /' conftest.$ac_ext >&5
19130
19131
19132 fi
19133
19134 rm -rf conftest.dSYM
19135 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19136       conftest$ac_exeext
19137   if test "${ac_cv_search_inet_aton+set}" = set; then
19138   break
19139 fi
19140 done
19141 if test "${ac_cv_search_inet_aton+set}" = set; then
19142   :
19143 else
19144   ac_cv_search_inet_aton=no
19145 fi
19146 rm conftest.$ac_ext
19147 LIBS=$ac_func_search_save_LIBS
19148 fi
19149 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
19150 $as_echo "$ac_cv_search_inet_aton" >&6; }
19151 ac_res=$ac_cv_search_inet_aton
19152 if test "$ac_res" != no; then
19153   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19154
19155 fi
19156
19157
19158
19159
19160
19161
19162
19163
19164
19165
19166
19167
19168
19169 for ac_func in \
19170         getaddrinfo \
19171         getnameinfo \
19172         getnetbyname \
19173         getprotobyname \
19174         getprotobynumber \
19175         getservbyport \
19176         inet_network \
19177         inet_ntop \
19178         inet_pton \
19179         sendmsg \
19180         socketpair \
19181
19182 do
19183 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19184 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19185 $as_echo_n "checking for $ac_func... " >&6; }
19186 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19187   $as_echo_n "(cached) " >&6
19188 else
19189   cat >conftest.$ac_ext <<_ACEOF
19190 /* confdefs.h.  */
19191 _ACEOF
19192 cat confdefs.h >>conftest.$ac_ext
19193 cat >>conftest.$ac_ext <<_ACEOF
19194 /* end confdefs.h.  */
19195 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19196    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19197 #define $ac_func innocuous_$ac_func
19198
19199 /* System header to define __stub macros and hopefully few prototypes,
19200     which can conflict with char $ac_func (); below.
19201     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19202     <limits.h> exists even on freestanding compilers.  */
19203
19204 #ifdef __STDC__
19205 # include <limits.h>
19206 #else
19207 # include <assert.h>
19208 #endif
19209
19210 #undef $ac_func
19211
19212 /* Override any GCC internal prototype to avoid an error.
19213    Use char because int might match the return type of a GCC
19214    builtin and then its argument prototype would still apply.  */
19215 #ifdef __cplusplus
19216 extern "C"
19217 #endif
19218 char $ac_func ();
19219 /* The GNU C library defines this for functions which it implements
19220     to always fail with ENOSYS.  Some functions are actually named
19221     something starting with __ and the normal name is an alias.  */
19222 #if defined __stub_$ac_func || defined __stub___$ac_func
19223 choke me
19224 #endif
19225
19226 int
19227 main ()
19228 {
19229 return $ac_func ();
19230   ;
19231   return 0;
19232 }
19233 _ACEOF
19234 rm -f conftest.$ac_objext conftest$ac_exeext
19235 if { (ac_try="$ac_link"
19236 case "(($ac_try" in
19237   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19238   *) ac_try_echo=$ac_try;;
19239 esac
19240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19241 $as_echo "$ac_try_echo") >&5
19242   (eval "$ac_link") 2>conftest.er1
19243   ac_status=$?
19244   grep -v '^ *+' conftest.er1 >conftest.err
19245   rm -f conftest.er1
19246   cat conftest.err >&5
19247   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19248   (exit $ac_status); } && {
19249          test -z "$ac_c_werror_flag" ||
19250          test ! -s conftest.err
19251        } && test -s conftest$ac_exeext && {
19252          test "$cross_compiling" = yes ||
19253          $as_test_x conftest$ac_exeext
19254        }; then
19255   eval "$as_ac_var=yes"
19256 else
19257   $as_echo "$as_me: failed program was:" >&5
19258 sed 's/^/| /' conftest.$ac_ext >&5
19259
19260         eval "$as_ac_var=no"
19261 fi
19262
19263 rm -rf conftest.dSYM
19264 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19265       conftest$ac_exeext conftest.$ac_ext
19266 fi
19267 ac_res=`eval 'as_val=${'$as_ac_var'}
19268                  $as_echo "$as_val"'`
19269                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19270 $as_echo "$ac_res" >&6; }
19271 as_val=`eval 'as_val=${'$as_ac_var'}
19272                  $as_echo "$as_val"'`
19273    if test "x$as_val" = x""yes; then
19274   cat >>confdefs.h <<_ACEOF
19275 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19276 _ACEOF
19277
19278 fi
19279 done
19280
19281
19282 LDAPLIBS=""
19283
19284 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19285 then
19286     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19287 $as_echo_n "checking for LDAPSortKey... " >&6; }
19288 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19289   $as_echo_n "(cached) " >&6
19290 else
19291   ac_cv_type_LDAPSortKey=no
19292 cat >conftest.$ac_ext <<_ACEOF
19293 /* confdefs.h.  */
19294 _ACEOF
19295 cat confdefs.h >>conftest.$ac_ext
19296 cat >>conftest.$ac_ext <<_ACEOF
19297 /* end confdefs.h.  */
19298 #include <ldap.h>
19299
19300 int
19301 main ()
19302 {
19303 if (sizeof (LDAPSortKey))
19304        return 0;
19305   ;
19306   return 0;
19307 }
19308 _ACEOF
19309 rm -f conftest.$ac_objext
19310 if { (ac_try="$ac_compile"
19311 case "(($ac_try" in
19312   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19313   *) ac_try_echo=$ac_try;;
19314 esac
19315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19316 $as_echo "$ac_try_echo") >&5
19317   (eval "$ac_compile") 2>conftest.er1
19318   ac_status=$?
19319   grep -v '^ *+' conftest.er1 >conftest.err
19320   rm -f conftest.er1
19321   cat conftest.err >&5
19322   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19323   (exit $ac_status); } && {
19324          test -z "$ac_c_werror_flag" ||
19325          test ! -s conftest.err
19326        } && test -s conftest.$ac_objext; then
19327   cat >conftest.$ac_ext <<_ACEOF
19328 /* confdefs.h.  */
19329 _ACEOF
19330 cat confdefs.h >>conftest.$ac_ext
19331 cat >>conftest.$ac_ext <<_ACEOF
19332 /* end confdefs.h.  */
19333 #include <ldap.h>
19334
19335 int
19336 main ()
19337 {
19338 if (sizeof ((LDAPSortKey)))
19339           return 0;
19340   ;
19341   return 0;
19342 }
19343 _ACEOF
19344 rm -f conftest.$ac_objext
19345 if { (ac_try="$ac_compile"
19346 case "(($ac_try" in
19347   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19348   *) ac_try_echo=$ac_try;;
19349 esac
19350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19351 $as_echo "$ac_try_echo") >&5
19352   (eval "$ac_compile") 2>conftest.er1
19353   ac_status=$?
19354   grep -v '^ *+' conftest.er1 >conftest.err
19355   rm -f conftest.er1
19356   cat conftest.err >&5
19357   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19358   (exit $ac_status); } && {
19359          test -z "$ac_c_werror_flag" ||
19360          test ! -s conftest.err
19361        } && test -s conftest.$ac_objext; then
19362   :
19363 else
19364   $as_echo "$as_me: failed program was:" >&5
19365 sed 's/^/| /' conftest.$ac_ext >&5
19366
19367         ac_cv_type_LDAPSortKey=yes
19368 fi
19369
19370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19371 else
19372   $as_echo "$as_me: failed program was:" >&5
19373 sed 's/^/| /' conftest.$ac_ext >&5
19374
19375
19376 fi
19377
19378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19379 fi
19380 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19381 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
19382 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
19383   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19384 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19385 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19386   $as_echo_n "(cached) " >&6
19387 else
19388   ac_check_lib_save_LIBS=$LIBS
19389 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19390 cat >conftest.$ac_ext <<_ACEOF
19391 /* confdefs.h.  */
19392 _ACEOF
19393 cat confdefs.h >>conftest.$ac_ext
19394 cat >>conftest.$ac_ext <<_ACEOF
19395 /* end confdefs.h.  */
19396
19397 /* Override any GCC internal prototype to avoid an error.
19398    Use char because int might match the return type of a GCC
19399    builtin and then its argument prototype would still apply.  */
19400 #ifdef __cplusplus
19401 extern "C"
19402 #endif
19403 char ldap_initialize ();
19404 int
19405 main ()
19406 {
19407 return ldap_initialize ();
19408   ;
19409   return 0;
19410 }
19411 _ACEOF
19412 rm -f conftest.$ac_objext conftest$ac_exeext
19413 if { (ac_try="$ac_link"
19414 case "(($ac_try" in
19415   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19416   *) ac_try_echo=$ac_try;;
19417 esac
19418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19419 $as_echo "$ac_try_echo") >&5
19420   (eval "$ac_link") 2>conftest.er1
19421   ac_status=$?
19422   grep -v '^ *+' conftest.er1 >conftest.err
19423   rm -f conftest.er1
19424   cat conftest.err >&5
19425   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19426   (exit $ac_status); } && {
19427          test -z "$ac_c_werror_flag" ||
19428          test ! -s conftest.err
19429        } && test -s conftest$ac_exeext && {
19430          test "$cross_compiling" = yes ||
19431          $as_test_x conftest$ac_exeext
19432        }; then
19433   ac_cv_lib_ldap_r_ldap_initialize=yes
19434 else
19435   $as_echo "$as_me: failed program was:" >&5
19436 sed 's/^/| /' conftest.$ac_ext >&5
19437
19438         ac_cv_lib_ldap_r_ldap_initialize=no
19439 fi
19440
19441 rm -rf conftest.dSYM
19442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19443       conftest$ac_exeext conftest.$ac_ext
19444 LIBS=$ac_check_lib_save_LIBS
19445 fi
19446 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19447 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19448 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19449   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19450 $as_echo_n "checking for ber_init in -llber... " >&6; }
19451 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19452   $as_echo_n "(cached) " >&6
19453 else
19454   ac_check_lib_save_LIBS=$LIBS
19455 LIBS="-llber $LIBPTHREAD $LIBS"
19456 cat >conftest.$ac_ext <<_ACEOF
19457 /* confdefs.h.  */
19458 _ACEOF
19459 cat confdefs.h >>conftest.$ac_ext
19460 cat >>conftest.$ac_ext <<_ACEOF
19461 /* end confdefs.h.  */
19462
19463 /* Override any GCC internal prototype to avoid an error.
19464    Use char because int might match the return type of a GCC
19465    builtin and then its argument prototype would still apply.  */
19466 #ifdef __cplusplus
19467 extern "C"
19468 #endif
19469 char ber_init ();
19470 int
19471 main ()
19472 {
19473 return ber_init ();
19474   ;
19475   return 0;
19476 }
19477 _ACEOF
19478 rm -f conftest.$ac_objext conftest$ac_exeext
19479 if { (ac_try="$ac_link"
19480 case "(($ac_try" in
19481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19482   *) ac_try_echo=$ac_try;;
19483 esac
19484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19485 $as_echo "$ac_try_echo") >&5
19486   (eval "$ac_link") 2>conftest.er1
19487   ac_status=$?
19488   grep -v '^ *+' conftest.er1 >conftest.err
19489   rm -f conftest.er1
19490   cat conftest.err >&5
19491   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19492   (exit $ac_status); } && {
19493          test -z "$ac_c_werror_flag" ||
19494          test ! -s conftest.err
19495        } && test -s conftest$ac_exeext && {
19496          test "$cross_compiling" = yes ||
19497          $as_test_x conftest$ac_exeext
19498        }; then
19499   ac_cv_lib_lber_ber_init=yes
19500 else
19501   $as_echo "$as_me: failed program was:" >&5
19502 sed 's/^/| /' conftest.$ac_ext >&5
19503
19504         ac_cv_lib_lber_ber_init=no
19505 fi
19506
19507 rm -rf conftest.dSYM
19508 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19509       conftest$ac_exeext conftest.$ac_ext
19510 LIBS=$ac_check_lib_save_LIBS
19511 fi
19512 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19513 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19514 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19515
19516 cat >>confdefs.h <<\_ACEOF
19517 #define HAVE_LDAP 1
19518 _ACEOF
19519
19520                  LDAPLIBS="-lldap_r -llber"
19521 fi
19522
19523 fi
19524
19525 fi
19526
19527     ac_wine_check_funcs_save_LIBS="$LIBS"
19528 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19529
19530
19531
19532
19533
19534
19535
19536
19537 for ac_func in \
19538         ldap_count_references \
19539         ldap_first_reference \
19540         ldap_next_reference \
19541         ldap_parse_reference \
19542         ldap_parse_sort_control \
19543         ldap_parse_sortresponse_control \
19544         ldap_parse_vlv_control \
19545         ldap_parse_vlvresponse_control
19546 do
19547 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19548 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19549 $as_echo_n "checking for $ac_func... " >&6; }
19550 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19551   $as_echo_n "(cached) " >&6
19552 else
19553   cat >conftest.$ac_ext <<_ACEOF
19554 /* confdefs.h.  */
19555 _ACEOF
19556 cat confdefs.h >>conftest.$ac_ext
19557 cat >>conftest.$ac_ext <<_ACEOF
19558 /* end confdefs.h.  */
19559 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19560    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19561 #define $ac_func innocuous_$ac_func
19562
19563 /* System header to define __stub macros and hopefully few prototypes,
19564     which can conflict with char $ac_func (); below.
19565     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19566     <limits.h> exists even on freestanding compilers.  */
19567
19568 #ifdef __STDC__
19569 # include <limits.h>
19570 #else
19571 # include <assert.h>
19572 #endif
19573
19574 #undef $ac_func
19575
19576 /* Override any GCC internal prototype to avoid an error.
19577    Use char because int might match the return type of a GCC
19578    builtin and then its argument prototype would still apply.  */
19579 #ifdef __cplusplus
19580 extern "C"
19581 #endif
19582 char $ac_func ();
19583 /* The GNU C library defines this for functions which it implements
19584     to always fail with ENOSYS.  Some functions are actually named
19585     something starting with __ and the normal name is an alias.  */
19586 #if defined __stub_$ac_func || defined __stub___$ac_func
19587 choke me
19588 #endif
19589
19590 int
19591 main ()
19592 {
19593 return $ac_func ();
19594   ;
19595   return 0;
19596 }
19597 _ACEOF
19598 rm -f conftest.$ac_objext conftest$ac_exeext
19599 if { (ac_try="$ac_link"
19600 case "(($ac_try" in
19601   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19602   *) ac_try_echo=$ac_try;;
19603 esac
19604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19605 $as_echo "$ac_try_echo") >&5
19606   (eval "$ac_link") 2>conftest.er1
19607   ac_status=$?
19608   grep -v '^ *+' conftest.er1 >conftest.err
19609   rm -f conftest.er1
19610   cat conftest.err >&5
19611   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19612   (exit $ac_status); } && {
19613          test -z "$ac_c_werror_flag" ||
19614          test ! -s conftest.err
19615        } && test -s conftest$ac_exeext && {
19616          test "$cross_compiling" = yes ||
19617          $as_test_x conftest$ac_exeext
19618        }; then
19619   eval "$as_ac_var=yes"
19620 else
19621   $as_echo "$as_me: failed program was:" >&5
19622 sed 's/^/| /' conftest.$ac_ext >&5
19623
19624         eval "$as_ac_var=no"
19625 fi
19626
19627 rm -rf conftest.dSYM
19628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19629       conftest$ac_exeext conftest.$ac_ext
19630 fi
19631 ac_res=`eval 'as_val=${'$as_ac_var'}
19632                  $as_echo "$as_val"'`
19633                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19634 $as_echo "$ac_res" >&6; }
19635 as_val=`eval 'as_val=${'$as_ac_var'}
19636                  $as_echo "$as_val"'`
19637    if test "x$as_val" = x""yes; then
19638   cat >>confdefs.h <<_ACEOF
19639 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19640 _ACEOF
19641
19642 fi
19643 done
19644
19645 LIBS="$ac_wine_check_funcs_save_LIBS"
19646 fi
19647 if test "x$LDAPLIBS" = "x"; then
19648   case "x$with_ldap" in
19649   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19650   xno) ;;
19651   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19652 This is an error since --with-ldap was requested." >&5
19653 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19654 This is an error since --with-ldap was requested." >&2;}
19655    { (exit 1); exit 1; }; } ;;
19656 esac
19657 fi
19658
19659
19660 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19661 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19662 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19663   $as_echo_n "(cached) " >&6
19664 else
19665   cat >conftest.$ac_ext <<_ACEOF
19666 /* confdefs.h.  */
19667 _ACEOF
19668 cat confdefs.h >>conftest.$ac_ext
19669 cat >>conftest.$ac_ext <<_ACEOF
19670 /* end confdefs.h.  */
19671 #include <sys/stat.h>
19672 int
19673 main ()
19674 {
19675 mkdir("foo");
19676   ;
19677   return 0;
19678 }
19679 _ACEOF
19680 rm -f conftest.$ac_objext
19681 if { (ac_try="$ac_compile"
19682 case "(($ac_try" in
19683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19684   *) ac_try_echo=$ac_try;;
19685 esac
19686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19687 $as_echo "$ac_try_echo") >&5
19688   (eval "$ac_compile") 2>conftest.er1
19689   ac_status=$?
19690   grep -v '^ *+' conftest.er1 >conftest.err
19691   rm -f conftest.er1
19692   cat conftest.err >&5
19693   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19694   (exit $ac_status); } && {
19695          test -z "$ac_c_werror_flag" ||
19696          test ! -s conftest.err
19697        } && test -s conftest.$ac_objext; then
19698   wine_cv_one_arg_mkdir=yes
19699 else
19700   $as_echo "$as_me: failed program was:" >&5
19701 sed 's/^/| /' conftest.$ac_ext >&5
19702
19703         wine_cv_one_arg_mkdir=no
19704 fi
19705
19706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19707 fi
19708 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19709 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19710 if test "$wine_cv_one_arg_mkdir" = "yes"
19711 then
19712
19713 cat >>confdefs.h <<\_ACEOF
19714 #define HAVE_ONE_ARG_MKDIR 1
19715 _ACEOF
19716
19717 fi
19718
19719
19720 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19721 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19722 if test "${ac_cv_c_const+set}" = set; then
19723   $as_echo_n "(cached) " >&6
19724 else
19725   cat >conftest.$ac_ext <<_ACEOF
19726 /* confdefs.h.  */
19727 _ACEOF
19728 cat confdefs.h >>conftest.$ac_ext
19729 cat >>conftest.$ac_ext <<_ACEOF
19730 /* end confdefs.h.  */
19731
19732 int
19733 main ()
19734 {
19735 /* FIXME: Include the comments suggested by Paul. */
19736 #ifndef __cplusplus
19737   /* Ultrix mips cc rejects this.  */
19738   typedef int charset[2];
19739   const charset cs;
19740   /* SunOS 4.1.1 cc rejects this.  */
19741   char const *const *pcpcc;
19742   char **ppc;
19743   /* NEC SVR4.0.2 mips cc rejects this.  */
19744   struct point {int x, y;};
19745   static struct point const zero = {0,0};
19746   /* AIX XL C 1.02.0.0 rejects this.
19747      It does not let you subtract one const X* pointer from another in
19748      an arm of an if-expression whose if-part is not a constant
19749      expression */
19750   const char *g = "string";
19751   pcpcc = &g + (g ? g-g : 0);
19752   /* HPUX 7.0 cc rejects these. */
19753   ++pcpcc;
19754   ppc = (char**) pcpcc;
19755   pcpcc = (char const *const *) ppc;
19756   { /* SCO 3.2v4 cc rejects this.  */
19757     char *t;
19758     char const *s = 0 ? (char *) 0 : (char const *) 0;
19759
19760     *t++ = 0;
19761     if (s) return 0;
19762   }
19763   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19764     int x[] = {25, 17};
19765     const int *foo = &x[0];
19766     ++foo;
19767   }
19768   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19769     typedef const int *iptr;
19770     iptr p = 0;
19771     ++p;
19772   }
19773   { /* AIX XL C 1.02.0.0 rejects this saying
19774        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19775     struct s { int j; const int *ap[3]; };
19776     struct s *b; b->j = 5;
19777   }
19778   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19779     const int foo = 10;
19780     if (!foo) return 0;
19781   }
19782   return !cs[0] && !zero.x;
19783 #endif
19784
19785   ;
19786   return 0;
19787 }
19788 _ACEOF
19789 rm -f conftest.$ac_objext
19790 if { (ac_try="$ac_compile"
19791 case "(($ac_try" in
19792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19793   *) ac_try_echo=$ac_try;;
19794 esac
19795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19796 $as_echo "$ac_try_echo") >&5
19797   (eval "$ac_compile") 2>conftest.er1
19798   ac_status=$?
19799   grep -v '^ *+' conftest.er1 >conftest.err
19800   rm -f conftest.er1
19801   cat conftest.err >&5
19802   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19803   (exit $ac_status); } && {
19804          test -z "$ac_c_werror_flag" ||
19805          test ! -s conftest.err
19806        } && test -s conftest.$ac_objext; then
19807   ac_cv_c_const=yes
19808 else
19809   $as_echo "$as_me: failed program was:" >&5
19810 sed 's/^/| /' conftest.$ac_ext >&5
19811
19812         ac_cv_c_const=no
19813 fi
19814
19815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19816 fi
19817 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19818 $as_echo "$ac_cv_c_const" >&6; }
19819 if test $ac_cv_c_const = no; then
19820
19821 cat >>confdefs.h <<\_ACEOF
19822 #define const /**/
19823 _ACEOF
19824
19825 fi
19826
19827 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19828 $as_echo_n "checking for inline... " >&6; }
19829 if test "${ac_cv_c_inline+set}" = set; then
19830   $as_echo_n "(cached) " >&6
19831 else
19832   ac_cv_c_inline=no
19833 for ac_kw in inline __inline__ __inline; do
19834   cat >conftest.$ac_ext <<_ACEOF
19835 /* confdefs.h.  */
19836 _ACEOF
19837 cat confdefs.h >>conftest.$ac_ext
19838 cat >>conftest.$ac_ext <<_ACEOF
19839 /* end confdefs.h.  */
19840 #ifndef __cplusplus
19841 typedef int foo_t;
19842 static $ac_kw foo_t static_foo () {return 0; }
19843 $ac_kw foo_t foo () {return 0; }
19844 #endif
19845
19846 _ACEOF
19847 rm -f conftest.$ac_objext
19848 if { (ac_try="$ac_compile"
19849 case "(($ac_try" in
19850   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19851   *) ac_try_echo=$ac_try;;
19852 esac
19853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19854 $as_echo "$ac_try_echo") >&5
19855   (eval "$ac_compile") 2>conftest.er1
19856   ac_status=$?
19857   grep -v '^ *+' conftest.er1 >conftest.err
19858   rm -f conftest.er1
19859   cat conftest.err >&5
19860   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19861   (exit $ac_status); } && {
19862          test -z "$ac_c_werror_flag" ||
19863          test ! -s conftest.err
19864        } && test -s conftest.$ac_objext; then
19865   ac_cv_c_inline=$ac_kw
19866 else
19867   $as_echo "$as_me: failed program was:" >&5
19868 sed 's/^/| /' conftest.$ac_ext >&5
19869
19870
19871 fi
19872
19873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19874   test "$ac_cv_c_inline" != no && break
19875 done
19876
19877 fi
19878 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19879 $as_echo "$ac_cv_c_inline" >&6; }
19880
19881
19882 case $ac_cv_c_inline in
19883   inline | yes) ;;
19884   *)
19885     case $ac_cv_c_inline in
19886       no) ac_val=;;
19887       *) ac_val=$ac_cv_c_inline;;
19888     esac
19889     cat >>confdefs.h <<_ACEOF
19890 #ifndef __cplusplus
19891 #define inline $ac_val
19892 #endif
19893 _ACEOF
19894     ;;
19895 esac
19896
19897 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19898 $as_echo_n "checking for mode_t... " >&6; }
19899 if test "${ac_cv_type_mode_t+set}" = set; then
19900   $as_echo_n "(cached) " >&6
19901 else
19902   ac_cv_type_mode_t=no
19903 cat >conftest.$ac_ext <<_ACEOF
19904 /* confdefs.h.  */
19905 _ACEOF
19906 cat confdefs.h >>conftest.$ac_ext
19907 cat >>conftest.$ac_ext <<_ACEOF
19908 /* end confdefs.h.  */
19909 $ac_includes_default
19910 int
19911 main ()
19912 {
19913 if (sizeof (mode_t))
19914        return 0;
19915   ;
19916   return 0;
19917 }
19918 _ACEOF
19919 rm -f conftest.$ac_objext
19920 if { (ac_try="$ac_compile"
19921 case "(($ac_try" in
19922   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19923   *) ac_try_echo=$ac_try;;
19924 esac
19925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19926 $as_echo "$ac_try_echo") >&5
19927   (eval "$ac_compile") 2>conftest.er1
19928   ac_status=$?
19929   grep -v '^ *+' conftest.er1 >conftest.err
19930   rm -f conftest.er1
19931   cat conftest.err >&5
19932   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19933   (exit $ac_status); } && {
19934          test -z "$ac_c_werror_flag" ||
19935          test ! -s conftest.err
19936        } && test -s conftest.$ac_objext; then
19937   cat >conftest.$ac_ext <<_ACEOF
19938 /* confdefs.h.  */
19939 _ACEOF
19940 cat confdefs.h >>conftest.$ac_ext
19941 cat >>conftest.$ac_ext <<_ACEOF
19942 /* end confdefs.h.  */
19943 $ac_includes_default
19944 int
19945 main ()
19946 {
19947 if (sizeof ((mode_t)))
19948           return 0;
19949   ;
19950   return 0;
19951 }
19952 _ACEOF
19953 rm -f conftest.$ac_objext
19954 if { (ac_try="$ac_compile"
19955 case "(($ac_try" in
19956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19957   *) ac_try_echo=$ac_try;;
19958 esac
19959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19960 $as_echo "$ac_try_echo") >&5
19961   (eval "$ac_compile") 2>conftest.er1
19962   ac_status=$?
19963   grep -v '^ *+' conftest.er1 >conftest.err
19964   rm -f conftest.er1
19965   cat conftest.err >&5
19966   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19967   (exit $ac_status); } && {
19968          test -z "$ac_c_werror_flag" ||
19969          test ! -s conftest.err
19970        } && test -s conftest.$ac_objext; then
19971   :
19972 else
19973   $as_echo "$as_me: failed program was:" >&5
19974 sed 's/^/| /' conftest.$ac_ext >&5
19975
19976         ac_cv_type_mode_t=yes
19977 fi
19978
19979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19980 else
19981   $as_echo "$as_me: failed program was:" >&5
19982 sed 's/^/| /' conftest.$ac_ext >&5
19983
19984
19985 fi
19986
19987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19988 fi
19989 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19990 $as_echo "$ac_cv_type_mode_t" >&6; }
19991 if test "x$ac_cv_type_mode_t" = x""yes; then
19992
19993 cat >>confdefs.h <<_ACEOF
19994 #define HAVE_MODE_T 1
19995 _ACEOF
19996
19997
19998 fi
19999 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
20000 $as_echo_n "checking for off_t... " >&6; }
20001 if test "${ac_cv_type_off_t+set}" = set; then
20002   $as_echo_n "(cached) " >&6
20003 else
20004   ac_cv_type_off_t=no
20005 cat >conftest.$ac_ext <<_ACEOF
20006 /* confdefs.h.  */
20007 _ACEOF
20008 cat confdefs.h >>conftest.$ac_ext
20009 cat >>conftest.$ac_ext <<_ACEOF
20010 /* end confdefs.h.  */
20011 $ac_includes_default
20012 int
20013 main ()
20014 {
20015 if (sizeof (off_t))
20016        return 0;
20017   ;
20018   return 0;
20019 }
20020 _ACEOF
20021 rm -f conftest.$ac_objext
20022 if { (ac_try="$ac_compile"
20023 case "(($ac_try" in
20024   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20025   *) ac_try_echo=$ac_try;;
20026 esac
20027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20028 $as_echo "$ac_try_echo") >&5
20029   (eval "$ac_compile") 2>conftest.er1
20030   ac_status=$?
20031   grep -v '^ *+' conftest.er1 >conftest.err
20032   rm -f conftest.er1
20033   cat conftest.err >&5
20034   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20035   (exit $ac_status); } && {
20036          test -z "$ac_c_werror_flag" ||
20037          test ! -s conftest.err
20038        } && test -s conftest.$ac_objext; then
20039   cat >conftest.$ac_ext <<_ACEOF
20040 /* confdefs.h.  */
20041 _ACEOF
20042 cat confdefs.h >>conftest.$ac_ext
20043 cat >>conftest.$ac_ext <<_ACEOF
20044 /* end confdefs.h.  */
20045 $ac_includes_default
20046 int
20047 main ()
20048 {
20049 if (sizeof ((off_t)))
20050           return 0;
20051   ;
20052   return 0;
20053 }
20054 _ACEOF
20055 rm -f conftest.$ac_objext
20056 if { (ac_try="$ac_compile"
20057 case "(($ac_try" in
20058   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20059   *) ac_try_echo=$ac_try;;
20060 esac
20061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20062 $as_echo "$ac_try_echo") >&5
20063   (eval "$ac_compile") 2>conftest.er1
20064   ac_status=$?
20065   grep -v '^ *+' conftest.er1 >conftest.err
20066   rm -f conftest.er1
20067   cat conftest.err >&5
20068   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20069   (exit $ac_status); } && {
20070          test -z "$ac_c_werror_flag" ||
20071          test ! -s conftest.err
20072        } && test -s conftest.$ac_objext; then
20073   :
20074 else
20075   $as_echo "$as_me: failed program was:" >&5
20076 sed 's/^/| /' conftest.$ac_ext >&5
20077
20078         ac_cv_type_off_t=yes
20079 fi
20080
20081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20082 else
20083   $as_echo "$as_me: failed program was:" >&5
20084 sed 's/^/| /' conftest.$ac_ext >&5
20085
20086
20087 fi
20088
20089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20090 fi
20091 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
20092 $as_echo "$ac_cv_type_off_t" >&6; }
20093 if test "x$ac_cv_type_off_t" = x""yes; then
20094
20095 cat >>confdefs.h <<_ACEOF
20096 #define HAVE_OFF_T 1
20097 _ACEOF
20098
20099
20100 fi
20101 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
20102 $as_echo_n "checking for pid_t... " >&6; }
20103 if test "${ac_cv_type_pid_t+set}" = set; then
20104   $as_echo_n "(cached) " >&6
20105 else
20106   ac_cv_type_pid_t=no
20107 cat >conftest.$ac_ext <<_ACEOF
20108 /* confdefs.h.  */
20109 _ACEOF
20110 cat confdefs.h >>conftest.$ac_ext
20111 cat >>conftest.$ac_ext <<_ACEOF
20112 /* end confdefs.h.  */
20113 $ac_includes_default
20114 int
20115 main ()
20116 {
20117 if (sizeof (pid_t))
20118        return 0;
20119   ;
20120   return 0;
20121 }
20122 _ACEOF
20123 rm -f conftest.$ac_objext
20124 if { (ac_try="$ac_compile"
20125 case "(($ac_try" in
20126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20127   *) ac_try_echo=$ac_try;;
20128 esac
20129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20130 $as_echo "$ac_try_echo") >&5
20131   (eval "$ac_compile") 2>conftest.er1
20132   ac_status=$?
20133   grep -v '^ *+' conftest.er1 >conftest.err
20134   rm -f conftest.er1
20135   cat conftest.err >&5
20136   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20137   (exit $ac_status); } && {
20138          test -z "$ac_c_werror_flag" ||
20139          test ! -s conftest.err
20140        } && test -s conftest.$ac_objext; then
20141   cat >conftest.$ac_ext <<_ACEOF
20142 /* confdefs.h.  */
20143 _ACEOF
20144 cat confdefs.h >>conftest.$ac_ext
20145 cat >>conftest.$ac_ext <<_ACEOF
20146 /* end confdefs.h.  */
20147 $ac_includes_default
20148 int
20149 main ()
20150 {
20151 if (sizeof ((pid_t)))
20152           return 0;
20153   ;
20154   return 0;
20155 }
20156 _ACEOF
20157 rm -f conftest.$ac_objext
20158 if { (ac_try="$ac_compile"
20159 case "(($ac_try" in
20160   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20161   *) ac_try_echo=$ac_try;;
20162 esac
20163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20164 $as_echo "$ac_try_echo") >&5
20165   (eval "$ac_compile") 2>conftest.er1
20166   ac_status=$?
20167   grep -v '^ *+' conftest.er1 >conftest.err
20168   rm -f conftest.er1
20169   cat conftest.err >&5
20170   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20171   (exit $ac_status); } && {
20172          test -z "$ac_c_werror_flag" ||
20173          test ! -s conftest.err
20174        } && test -s conftest.$ac_objext; then
20175   :
20176 else
20177   $as_echo "$as_me: failed program was:" >&5
20178 sed 's/^/| /' conftest.$ac_ext >&5
20179
20180         ac_cv_type_pid_t=yes
20181 fi
20182
20183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20184 else
20185   $as_echo "$as_me: failed program was:" >&5
20186 sed 's/^/| /' conftest.$ac_ext >&5
20187
20188
20189 fi
20190
20191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20192 fi
20193 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
20194 $as_echo "$ac_cv_type_pid_t" >&6; }
20195 if test "x$ac_cv_type_pid_t" = x""yes; then
20196
20197 cat >>confdefs.h <<_ACEOF
20198 #define HAVE_PID_T 1
20199 _ACEOF
20200
20201
20202 fi
20203 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
20204 $as_echo_n "checking for size_t... " >&6; }
20205 if test "${ac_cv_type_size_t+set}" = set; then
20206   $as_echo_n "(cached) " >&6
20207 else
20208   ac_cv_type_size_t=no
20209 cat >conftest.$ac_ext <<_ACEOF
20210 /* confdefs.h.  */
20211 _ACEOF
20212 cat confdefs.h >>conftest.$ac_ext
20213 cat >>conftest.$ac_ext <<_ACEOF
20214 /* end confdefs.h.  */
20215 $ac_includes_default
20216 int
20217 main ()
20218 {
20219 if (sizeof (size_t))
20220        return 0;
20221   ;
20222   return 0;
20223 }
20224 _ACEOF
20225 rm -f conftest.$ac_objext
20226 if { (ac_try="$ac_compile"
20227 case "(($ac_try" in
20228   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20229   *) ac_try_echo=$ac_try;;
20230 esac
20231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20232 $as_echo "$ac_try_echo") >&5
20233   (eval "$ac_compile") 2>conftest.er1
20234   ac_status=$?
20235   grep -v '^ *+' conftest.er1 >conftest.err
20236   rm -f conftest.er1
20237   cat conftest.err >&5
20238   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20239   (exit $ac_status); } && {
20240          test -z "$ac_c_werror_flag" ||
20241          test ! -s conftest.err
20242        } && test -s conftest.$ac_objext; then
20243   cat >conftest.$ac_ext <<_ACEOF
20244 /* confdefs.h.  */
20245 _ACEOF
20246 cat confdefs.h >>conftest.$ac_ext
20247 cat >>conftest.$ac_ext <<_ACEOF
20248 /* end confdefs.h.  */
20249 $ac_includes_default
20250 int
20251 main ()
20252 {
20253 if (sizeof ((size_t)))
20254           return 0;
20255   ;
20256   return 0;
20257 }
20258 _ACEOF
20259 rm -f conftest.$ac_objext
20260 if { (ac_try="$ac_compile"
20261 case "(($ac_try" in
20262   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20263   *) ac_try_echo=$ac_try;;
20264 esac
20265 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20266 $as_echo "$ac_try_echo") >&5
20267   (eval "$ac_compile") 2>conftest.er1
20268   ac_status=$?
20269   grep -v '^ *+' conftest.er1 >conftest.err
20270   rm -f conftest.er1
20271   cat conftest.err >&5
20272   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20273   (exit $ac_status); } && {
20274          test -z "$ac_c_werror_flag" ||
20275          test ! -s conftest.err
20276        } && test -s conftest.$ac_objext; then
20277   :
20278 else
20279   $as_echo "$as_me: failed program was:" >&5
20280 sed 's/^/| /' conftest.$ac_ext >&5
20281
20282         ac_cv_type_size_t=yes
20283 fi
20284
20285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20286 else
20287   $as_echo "$as_me: failed program was:" >&5
20288 sed 's/^/| /' conftest.$ac_ext >&5
20289
20290
20291 fi
20292
20293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20294 fi
20295 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20296 $as_echo "$ac_cv_type_size_t" >&6; }
20297 if test "x$ac_cv_type_size_t" = x""yes; then
20298
20299 cat >>confdefs.h <<_ACEOF
20300 #define HAVE_SIZE_T 1
20301 _ACEOF
20302
20303
20304 fi
20305 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
20306 $as_echo_n "checking for ssize_t... " >&6; }
20307 if test "${ac_cv_type_ssize_t+set}" = set; then
20308   $as_echo_n "(cached) " >&6
20309 else
20310   ac_cv_type_ssize_t=no
20311 cat >conftest.$ac_ext <<_ACEOF
20312 /* confdefs.h.  */
20313 _ACEOF
20314 cat confdefs.h >>conftest.$ac_ext
20315 cat >>conftest.$ac_ext <<_ACEOF
20316 /* end confdefs.h.  */
20317 $ac_includes_default
20318 int
20319 main ()
20320 {
20321 if (sizeof (ssize_t))
20322        return 0;
20323   ;
20324   return 0;
20325 }
20326 _ACEOF
20327 rm -f conftest.$ac_objext
20328 if { (ac_try="$ac_compile"
20329 case "(($ac_try" in
20330   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20331   *) ac_try_echo=$ac_try;;
20332 esac
20333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20334 $as_echo "$ac_try_echo") >&5
20335   (eval "$ac_compile") 2>conftest.er1
20336   ac_status=$?
20337   grep -v '^ *+' conftest.er1 >conftest.err
20338   rm -f conftest.er1
20339   cat conftest.err >&5
20340   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20341   (exit $ac_status); } && {
20342          test -z "$ac_c_werror_flag" ||
20343          test ! -s conftest.err
20344        } && test -s conftest.$ac_objext; then
20345   cat >conftest.$ac_ext <<_ACEOF
20346 /* confdefs.h.  */
20347 _ACEOF
20348 cat confdefs.h >>conftest.$ac_ext
20349 cat >>conftest.$ac_ext <<_ACEOF
20350 /* end confdefs.h.  */
20351 $ac_includes_default
20352 int
20353 main ()
20354 {
20355 if (sizeof ((ssize_t)))
20356           return 0;
20357   ;
20358   return 0;
20359 }
20360 _ACEOF
20361 rm -f conftest.$ac_objext
20362 if { (ac_try="$ac_compile"
20363 case "(($ac_try" in
20364   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20365   *) ac_try_echo=$ac_try;;
20366 esac
20367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20368 $as_echo "$ac_try_echo") >&5
20369   (eval "$ac_compile") 2>conftest.er1
20370   ac_status=$?
20371   grep -v '^ *+' conftest.er1 >conftest.err
20372   rm -f conftest.er1
20373   cat conftest.err >&5
20374   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20375   (exit $ac_status); } && {
20376          test -z "$ac_c_werror_flag" ||
20377          test ! -s conftest.err
20378        } && test -s conftest.$ac_objext; then
20379   :
20380 else
20381   $as_echo "$as_me: failed program was:" >&5
20382 sed 's/^/| /' conftest.$ac_ext >&5
20383
20384         ac_cv_type_ssize_t=yes
20385 fi
20386
20387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20388 else
20389   $as_echo "$as_me: failed program was:" >&5
20390 sed 's/^/| /' conftest.$ac_ext >&5
20391
20392
20393 fi
20394
20395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20396 fi
20397 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20398 $as_echo "$ac_cv_type_ssize_t" >&6; }
20399 if test "x$ac_cv_type_ssize_t" = x""yes; then
20400
20401 cat >>confdefs.h <<_ACEOF
20402 #define HAVE_SSIZE_T 1
20403 _ACEOF
20404
20405
20406 fi
20407 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20408 $as_echo_n "checking for long long... " >&6; }
20409 if test "${ac_cv_type_long_long+set}" = set; then
20410   $as_echo_n "(cached) " >&6
20411 else
20412   ac_cv_type_long_long=no
20413 cat >conftest.$ac_ext <<_ACEOF
20414 /* confdefs.h.  */
20415 _ACEOF
20416 cat confdefs.h >>conftest.$ac_ext
20417 cat >>conftest.$ac_ext <<_ACEOF
20418 /* end confdefs.h.  */
20419 $ac_includes_default
20420 int
20421 main ()
20422 {
20423 if (sizeof (long long))
20424        return 0;
20425   ;
20426   return 0;
20427 }
20428 _ACEOF
20429 rm -f conftest.$ac_objext
20430 if { (ac_try="$ac_compile"
20431 case "(($ac_try" in
20432   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20433   *) ac_try_echo=$ac_try;;
20434 esac
20435 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20436 $as_echo "$ac_try_echo") >&5
20437   (eval "$ac_compile") 2>conftest.er1
20438   ac_status=$?
20439   grep -v '^ *+' conftest.er1 >conftest.err
20440   rm -f conftest.er1
20441   cat conftest.err >&5
20442   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20443   (exit $ac_status); } && {
20444          test -z "$ac_c_werror_flag" ||
20445          test ! -s conftest.err
20446        } && test -s conftest.$ac_objext; then
20447   cat >conftest.$ac_ext <<_ACEOF
20448 /* confdefs.h.  */
20449 _ACEOF
20450 cat confdefs.h >>conftest.$ac_ext
20451 cat >>conftest.$ac_ext <<_ACEOF
20452 /* end confdefs.h.  */
20453 $ac_includes_default
20454 int
20455 main ()
20456 {
20457 if (sizeof ((long long)))
20458           return 0;
20459   ;
20460   return 0;
20461 }
20462 _ACEOF
20463 rm -f conftest.$ac_objext
20464 if { (ac_try="$ac_compile"
20465 case "(($ac_try" in
20466   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20467   *) ac_try_echo=$ac_try;;
20468 esac
20469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20470 $as_echo "$ac_try_echo") >&5
20471   (eval "$ac_compile") 2>conftest.er1
20472   ac_status=$?
20473   grep -v '^ *+' conftest.er1 >conftest.err
20474   rm -f conftest.er1
20475   cat conftest.err >&5
20476   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20477   (exit $ac_status); } && {
20478          test -z "$ac_c_werror_flag" ||
20479          test ! -s conftest.err
20480        } && test -s conftest.$ac_objext; then
20481   :
20482 else
20483   $as_echo "$as_me: failed program was:" >&5
20484 sed 's/^/| /' conftest.$ac_ext >&5
20485
20486         ac_cv_type_long_long=yes
20487 fi
20488
20489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20490 else
20491   $as_echo "$as_me: failed program was:" >&5
20492 sed 's/^/| /' conftest.$ac_ext >&5
20493
20494
20495 fi
20496
20497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20498 fi
20499 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20500 $as_echo "$ac_cv_type_long_long" >&6; }
20501 if test "x$ac_cv_type_long_long" = x""yes; then
20502
20503 cat >>confdefs.h <<_ACEOF
20504 #define HAVE_LONG_LONG 1
20505 _ACEOF
20506
20507
20508 fi
20509 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20510 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20511 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20512   $as_echo_n "(cached) " >&6
20513 else
20514   ac_cv_type_fsblkcnt_t=no
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 $ac_includes_default
20522 int
20523 main ()
20524 {
20525 if (sizeof (fsblkcnt_t))
20526        return 0;
20527   ;
20528   return 0;
20529 }
20530 _ACEOF
20531 rm -f conftest.$ac_objext
20532 if { (ac_try="$ac_compile"
20533 case "(($ac_try" in
20534   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20535   *) ac_try_echo=$ac_try;;
20536 esac
20537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20538 $as_echo "$ac_try_echo") >&5
20539   (eval "$ac_compile") 2>conftest.er1
20540   ac_status=$?
20541   grep -v '^ *+' conftest.er1 >conftest.err
20542   rm -f conftest.er1
20543   cat conftest.err >&5
20544   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20545   (exit $ac_status); } && {
20546          test -z "$ac_c_werror_flag" ||
20547          test ! -s conftest.err
20548        } && test -s conftest.$ac_objext; then
20549   cat >conftest.$ac_ext <<_ACEOF
20550 /* confdefs.h.  */
20551 _ACEOF
20552 cat confdefs.h >>conftest.$ac_ext
20553 cat >>conftest.$ac_ext <<_ACEOF
20554 /* end confdefs.h.  */
20555 $ac_includes_default
20556 int
20557 main ()
20558 {
20559 if (sizeof ((fsblkcnt_t)))
20560           return 0;
20561   ;
20562   return 0;
20563 }
20564 _ACEOF
20565 rm -f conftest.$ac_objext
20566 if { (ac_try="$ac_compile"
20567 case "(($ac_try" in
20568   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20569   *) ac_try_echo=$ac_try;;
20570 esac
20571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20572 $as_echo "$ac_try_echo") >&5
20573   (eval "$ac_compile") 2>conftest.er1
20574   ac_status=$?
20575   grep -v '^ *+' conftest.er1 >conftest.err
20576   rm -f conftest.er1
20577   cat conftest.err >&5
20578   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20579   (exit $ac_status); } && {
20580          test -z "$ac_c_werror_flag" ||
20581          test ! -s conftest.err
20582        } && test -s conftest.$ac_objext; then
20583   :
20584 else
20585   $as_echo "$as_me: failed program was:" >&5
20586 sed 's/^/| /' conftest.$ac_ext >&5
20587
20588         ac_cv_type_fsblkcnt_t=yes
20589 fi
20590
20591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20592 else
20593   $as_echo "$as_me: failed program was:" >&5
20594 sed 's/^/| /' conftest.$ac_ext >&5
20595
20596
20597 fi
20598
20599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20600 fi
20601 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20602 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20603 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20604
20605 cat >>confdefs.h <<_ACEOF
20606 #define HAVE_FSBLKCNT_T 1
20607 _ACEOF
20608
20609
20610 fi
20611 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20612 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20613 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20614   $as_echo_n "(cached) " >&6
20615 else
20616   ac_cv_type_fsfilcnt_t=no
20617 cat >conftest.$ac_ext <<_ACEOF
20618 /* confdefs.h.  */
20619 _ACEOF
20620 cat confdefs.h >>conftest.$ac_ext
20621 cat >>conftest.$ac_ext <<_ACEOF
20622 /* end confdefs.h.  */
20623 $ac_includes_default
20624 int
20625 main ()
20626 {
20627 if (sizeof (fsfilcnt_t))
20628        return 0;
20629   ;
20630   return 0;
20631 }
20632 _ACEOF
20633 rm -f conftest.$ac_objext
20634 if { (ac_try="$ac_compile"
20635 case "(($ac_try" in
20636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20637   *) ac_try_echo=$ac_try;;
20638 esac
20639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20640 $as_echo "$ac_try_echo") >&5
20641   (eval "$ac_compile") 2>conftest.er1
20642   ac_status=$?
20643   grep -v '^ *+' conftest.er1 >conftest.err
20644   rm -f conftest.er1
20645   cat conftest.err >&5
20646   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20647   (exit $ac_status); } && {
20648          test -z "$ac_c_werror_flag" ||
20649          test ! -s conftest.err
20650        } && test -s conftest.$ac_objext; then
20651   cat >conftest.$ac_ext <<_ACEOF
20652 /* confdefs.h.  */
20653 _ACEOF
20654 cat confdefs.h >>conftest.$ac_ext
20655 cat >>conftest.$ac_ext <<_ACEOF
20656 /* end confdefs.h.  */
20657 $ac_includes_default
20658 int
20659 main ()
20660 {
20661 if (sizeof ((fsfilcnt_t)))
20662           return 0;
20663   ;
20664   return 0;
20665 }
20666 _ACEOF
20667 rm -f conftest.$ac_objext
20668 if { (ac_try="$ac_compile"
20669 case "(($ac_try" in
20670   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20671   *) ac_try_echo=$ac_try;;
20672 esac
20673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20674 $as_echo "$ac_try_echo") >&5
20675   (eval "$ac_compile") 2>conftest.er1
20676   ac_status=$?
20677   grep -v '^ *+' conftest.er1 >conftest.err
20678   rm -f conftest.er1
20679   cat conftest.err >&5
20680   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20681   (exit $ac_status); } && {
20682          test -z "$ac_c_werror_flag" ||
20683          test ! -s conftest.err
20684        } && test -s conftest.$ac_objext; then
20685   :
20686 else
20687   $as_echo "$as_me: failed program was:" >&5
20688 sed 's/^/| /' conftest.$ac_ext >&5
20689
20690         ac_cv_type_fsfilcnt_t=yes
20691 fi
20692
20693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20694 else
20695   $as_echo "$as_me: failed program was:" >&5
20696 sed 's/^/| /' conftest.$ac_ext >&5
20697
20698
20699 fi
20700
20701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20702 fi
20703 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20704 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20705 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20706
20707 cat >>confdefs.h <<_ACEOF
20708 #define HAVE_FSFILCNT_T 1
20709 _ACEOF
20710
20711
20712 fi
20713
20714 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20715 $as_echo_n "checking for sigset_t... " >&6; }
20716 if test "${ac_cv_type_sigset_t+set}" = set; then
20717   $as_echo_n "(cached) " >&6
20718 else
20719   ac_cv_type_sigset_t=no
20720 cat >conftest.$ac_ext <<_ACEOF
20721 /* confdefs.h.  */
20722 _ACEOF
20723 cat confdefs.h >>conftest.$ac_ext
20724 cat >>conftest.$ac_ext <<_ACEOF
20725 /* end confdefs.h.  */
20726 #include <sys/types.h>
20727 #include <signal.h>
20728
20729 int
20730 main ()
20731 {
20732 if (sizeof (sigset_t))
20733        return 0;
20734   ;
20735   return 0;
20736 }
20737 _ACEOF
20738 rm -f conftest.$ac_objext
20739 if { (ac_try="$ac_compile"
20740 case "(($ac_try" in
20741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20742   *) ac_try_echo=$ac_try;;
20743 esac
20744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20745 $as_echo "$ac_try_echo") >&5
20746   (eval "$ac_compile") 2>conftest.er1
20747   ac_status=$?
20748   grep -v '^ *+' conftest.er1 >conftest.err
20749   rm -f conftest.er1
20750   cat conftest.err >&5
20751   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20752   (exit $ac_status); } && {
20753          test -z "$ac_c_werror_flag" ||
20754          test ! -s conftest.err
20755        } && test -s conftest.$ac_objext; then
20756   cat >conftest.$ac_ext <<_ACEOF
20757 /* confdefs.h.  */
20758 _ACEOF
20759 cat confdefs.h >>conftest.$ac_ext
20760 cat >>conftest.$ac_ext <<_ACEOF
20761 /* end confdefs.h.  */
20762 #include <sys/types.h>
20763 #include <signal.h>
20764
20765 int
20766 main ()
20767 {
20768 if (sizeof ((sigset_t)))
20769           return 0;
20770   ;
20771   return 0;
20772 }
20773 _ACEOF
20774 rm -f conftest.$ac_objext
20775 if { (ac_try="$ac_compile"
20776 case "(($ac_try" in
20777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20778   *) ac_try_echo=$ac_try;;
20779 esac
20780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20781 $as_echo "$ac_try_echo") >&5
20782   (eval "$ac_compile") 2>conftest.er1
20783   ac_status=$?
20784   grep -v '^ *+' conftest.er1 >conftest.err
20785   rm -f conftest.er1
20786   cat conftest.err >&5
20787   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20788   (exit $ac_status); } && {
20789          test -z "$ac_c_werror_flag" ||
20790          test ! -s conftest.err
20791        } && test -s conftest.$ac_objext; then
20792   :
20793 else
20794   $as_echo "$as_me: failed program was:" >&5
20795 sed 's/^/| /' conftest.$ac_ext >&5
20796
20797         ac_cv_type_sigset_t=yes
20798 fi
20799
20800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20801 else
20802   $as_echo "$as_me: failed program was:" >&5
20803 sed 's/^/| /' conftest.$ac_ext >&5
20804
20805
20806 fi
20807
20808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20809 fi
20810 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20811 $as_echo "$ac_cv_type_sigset_t" >&6; }
20812 if test "x$ac_cv_type_sigset_t" = x""yes; then
20813
20814 cat >>confdefs.h <<_ACEOF
20815 #define HAVE_SIGSET_T 1
20816 _ACEOF
20817
20818
20819 fi
20820
20821 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20822 $as_echo_n "checking for request_sense... " >&6; }
20823 if test "${ac_cv_type_request_sense+set}" = set; then
20824   $as_echo_n "(cached) " >&6
20825 else
20826   ac_cv_type_request_sense=no
20827 cat >conftest.$ac_ext <<_ACEOF
20828 /* confdefs.h.  */
20829 _ACEOF
20830 cat confdefs.h >>conftest.$ac_ext
20831 cat >>conftest.$ac_ext <<_ACEOF
20832 /* end confdefs.h.  */
20833 #include <linux/cdrom.h>
20834
20835 int
20836 main ()
20837 {
20838 if (sizeof (request_sense))
20839        return 0;
20840   ;
20841   return 0;
20842 }
20843 _ACEOF
20844 rm -f conftest.$ac_objext
20845 if { (ac_try="$ac_compile"
20846 case "(($ac_try" in
20847   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20848   *) ac_try_echo=$ac_try;;
20849 esac
20850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20851 $as_echo "$ac_try_echo") >&5
20852   (eval "$ac_compile") 2>conftest.er1
20853   ac_status=$?
20854   grep -v '^ *+' conftest.er1 >conftest.err
20855   rm -f conftest.er1
20856   cat conftest.err >&5
20857   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20858   (exit $ac_status); } && {
20859          test -z "$ac_c_werror_flag" ||
20860          test ! -s conftest.err
20861        } && test -s conftest.$ac_objext; then
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 #include <linux/cdrom.h>
20869
20870 int
20871 main ()
20872 {
20873 if (sizeof ((request_sense)))
20874           return 0;
20875   ;
20876   return 0;
20877 }
20878 _ACEOF
20879 rm -f conftest.$ac_objext
20880 if { (ac_try="$ac_compile"
20881 case "(($ac_try" in
20882   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20883   *) ac_try_echo=$ac_try;;
20884 esac
20885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20886 $as_echo "$ac_try_echo") >&5
20887   (eval "$ac_compile") 2>conftest.er1
20888   ac_status=$?
20889   grep -v '^ *+' conftest.er1 >conftest.err
20890   rm -f conftest.er1
20891   cat conftest.err >&5
20892   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20893   (exit $ac_status); } && {
20894          test -z "$ac_c_werror_flag" ||
20895          test ! -s conftest.err
20896        } && test -s conftest.$ac_objext; then
20897   :
20898 else
20899   $as_echo "$as_me: failed program was:" >&5
20900 sed 's/^/| /' conftest.$ac_ext >&5
20901
20902         ac_cv_type_request_sense=yes
20903 fi
20904
20905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20906 else
20907   $as_echo "$as_me: failed program was:" >&5
20908 sed 's/^/| /' conftest.$ac_ext >&5
20909
20910
20911 fi
20912
20913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20914 fi
20915 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20916 $as_echo "$ac_cv_type_request_sense" >&6; }
20917 if test "x$ac_cv_type_request_sense" = x""yes; then
20918
20919 cat >>confdefs.h <<_ACEOF
20920 #define HAVE_REQUEST_SENSE 1
20921 _ACEOF
20922
20923
20924 fi
20925
20926
20927 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20928 $as_echo_n "checking for struct xinpgen... " >&6; }
20929 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20930   $as_echo_n "(cached) " >&6
20931 else
20932   ac_cv_type_struct_xinpgen=no
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_SOCKET_H
20941 #include <sys/socket.h>
20942 #endif
20943 #ifdef HAVE_SYS_SOCKETVAR_H
20944 #include <sys/socketvar.h>
20945 #endif
20946 #ifdef HAVE_NET_ROUTE_H
20947 #include <net/route.h>
20948 #endif
20949 #ifdef HAVE_NETINET_IN_H
20950 #include <netinet/in.h>
20951 #endif
20952 #ifdef HAVE_NETINET_IN_SYSTM_H
20953 #include <netinet/in_systm.h>
20954 #endif
20955 #ifdef HAVE_NETINET_IP_H
20956 #include <netinet/ip.h>
20957 #endif
20958 #ifdef HAVE_NETINET_IN_PCB_H
20959 #include <netinet/in_pcb.h>
20960 #endif
20961
20962 int
20963 main ()
20964 {
20965 if (sizeof (struct xinpgen))
20966        return 0;
20967   ;
20968   return 0;
20969 }
20970 _ACEOF
20971 rm -f conftest.$ac_objext
20972 if { (ac_try="$ac_compile"
20973 case "(($ac_try" in
20974   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20975   *) ac_try_echo=$ac_try;;
20976 esac
20977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20978 $as_echo "$ac_try_echo") >&5
20979   (eval "$ac_compile") 2>conftest.er1
20980   ac_status=$?
20981   grep -v '^ *+' conftest.er1 >conftest.err
20982   rm -f conftest.er1
20983   cat conftest.err >&5
20984   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20985   (exit $ac_status); } && {
20986          test -z "$ac_c_werror_flag" ||
20987          test ! -s conftest.err
20988        } && test -s conftest.$ac_objext; then
20989   cat >conftest.$ac_ext <<_ACEOF
20990 /* confdefs.h.  */
20991 _ACEOF
20992 cat confdefs.h >>conftest.$ac_ext
20993 cat >>conftest.$ac_ext <<_ACEOF
20994 /* end confdefs.h.  */
20995 #include <sys/types.h>
20996 #ifdef HAVE_SYS_SOCKET_H
20997 #include <sys/socket.h>
20998 #endif
20999 #ifdef HAVE_SYS_SOCKETVAR_H
21000 #include <sys/socketvar.h>
21001 #endif
21002 #ifdef HAVE_NET_ROUTE_H
21003 #include <net/route.h>
21004 #endif
21005 #ifdef HAVE_NETINET_IN_H
21006 #include <netinet/in.h>
21007 #endif
21008 #ifdef HAVE_NETINET_IN_SYSTM_H
21009 #include <netinet/in_systm.h>
21010 #endif
21011 #ifdef HAVE_NETINET_IP_H
21012 #include <netinet/ip.h>
21013 #endif
21014 #ifdef HAVE_NETINET_IN_PCB_H
21015 #include <netinet/in_pcb.h>
21016 #endif
21017
21018 int
21019 main ()
21020 {
21021 if (sizeof ((struct xinpgen)))
21022           return 0;
21023   ;
21024   return 0;
21025 }
21026 _ACEOF
21027 rm -f conftest.$ac_objext
21028 if { (ac_try="$ac_compile"
21029 case "(($ac_try" in
21030   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21031   *) ac_try_echo=$ac_try;;
21032 esac
21033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21034 $as_echo "$ac_try_echo") >&5
21035   (eval "$ac_compile") 2>conftest.er1
21036   ac_status=$?
21037   grep -v '^ *+' conftest.er1 >conftest.err
21038   rm -f conftest.er1
21039   cat conftest.err >&5
21040   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21041   (exit $ac_status); } && {
21042          test -z "$ac_c_werror_flag" ||
21043          test ! -s conftest.err
21044        } && test -s conftest.$ac_objext; then
21045   :
21046 else
21047   $as_echo "$as_me: failed program was:" >&5
21048 sed 's/^/| /' conftest.$ac_ext >&5
21049
21050         ac_cv_type_struct_xinpgen=yes
21051 fi
21052
21053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21054 else
21055   $as_echo "$as_me: failed program was:" >&5
21056 sed 's/^/| /' conftest.$ac_ext >&5
21057
21058
21059 fi
21060
21061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21062 fi
21063 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
21064 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
21065 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
21066
21067 cat >>confdefs.h <<_ACEOF
21068 #define HAVE_STRUCT_XINPGEN 1
21069 _ACEOF
21070
21071
21072 fi
21073
21074
21075 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
21076 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
21077 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
21078   $as_echo_n "(cached) " >&6
21079 else
21080   cat >conftest.$ac_ext <<_ACEOF
21081 /* confdefs.h.  */
21082 _ACEOF
21083 cat confdefs.h >>conftest.$ac_ext
21084 cat >>conftest.$ac_ext <<_ACEOF
21085 /* end confdefs.h.  */
21086 #ifdef HAVE_LINUX_INPUT_H
21087 #include <linux/input.h>
21088 #endif
21089
21090 int
21091 main ()
21092 {
21093 static struct ff_effect ac_aggr;
21094 if (ac_aggr.direction)
21095 return 0;
21096   ;
21097   return 0;
21098 }
21099 _ACEOF
21100 rm -f conftest.$ac_objext
21101 if { (ac_try="$ac_compile"
21102 case "(($ac_try" in
21103   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21104   *) ac_try_echo=$ac_try;;
21105 esac
21106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21107 $as_echo "$ac_try_echo") >&5
21108   (eval "$ac_compile") 2>conftest.er1
21109   ac_status=$?
21110   grep -v '^ *+' conftest.er1 >conftest.err
21111   rm -f conftest.er1
21112   cat conftest.err >&5
21113   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21114   (exit $ac_status); } && {
21115          test -z "$ac_c_werror_flag" ||
21116          test ! -s conftest.err
21117        } && test -s conftest.$ac_objext; then
21118   ac_cv_member_struct_ff_effect_direction=yes
21119 else
21120   $as_echo "$as_me: failed program was:" >&5
21121 sed 's/^/| /' conftest.$ac_ext >&5
21122
21123         cat >conftest.$ac_ext <<_ACEOF
21124 /* confdefs.h.  */
21125 _ACEOF
21126 cat confdefs.h >>conftest.$ac_ext
21127 cat >>conftest.$ac_ext <<_ACEOF
21128 /* end confdefs.h.  */
21129 #ifdef HAVE_LINUX_INPUT_H
21130 #include <linux/input.h>
21131 #endif
21132
21133 int
21134 main ()
21135 {
21136 static struct ff_effect ac_aggr;
21137 if (sizeof ac_aggr.direction)
21138 return 0;
21139   ;
21140   return 0;
21141 }
21142 _ACEOF
21143 rm -f conftest.$ac_objext
21144 if { (ac_try="$ac_compile"
21145 case "(($ac_try" in
21146   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21147   *) ac_try_echo=$ac_try;;
21148 esac
21149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21150 $as_echo "$ac_try_echo") >&5
21151   (eval "$ac_compile") 2>conftest.er1
21152   ac_status=$?
21153   grep -v '^ *+' conftest.er1 >conftest.err
21154   rm -f conftest.er1
21155   cat conftest.err >&5
21156   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21157   (exit $ac_status); } && {
21158          test -z "$ac_c_werror_flag" ||
21159          test ! -s conftest.err
21160        } && test -s conftest.$ac_objext; then
21161   ac_cv_member_struct_ff_effect_direction=yes
21162 else
21163   $as_echo "$as_me: failed program was:" >&5
21164 sed 's/^/| /' conftest.$ac_ext >&5
21165
21166         ac_cv_member_struct_ff_effect_direction=no
21167 fi
21168
21169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21170 fi
21171
21172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21173 fi
21174 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
21175 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
21176 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
21177
21178 cat >>confdefs.h <<_ACEOF
21179 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
21180 _ACEOF
21181
21182
21183 fi
21184
21185
21186 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
21187 $as_echo_n "checking for sigaddset... " >&6; }
21188 if test "${wine_cv_have_sigaddset+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 <signal.h>
21198 int
21199 main ()
21200 {
21201 sigset_t set; sigaddset(&set,SIGTERM);
21202   ;
21203   return 0;
21204 }
21205 _ACEOF
21206 rm -f conftest.$ac_objext conftest$ac_exeext
21207 if { (ac_try="$ac_link"
21208 case "(($ac_try" in
21209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21210   *) ac_try_echo=$ac_try;;
21211 esac
21212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21213 $as_echo "$ac_try_echo") >&5
21214   (eval "$ac_link") 2>conftest.er1
21215   ac_status=$?
21216   grep -v '^ *+' conftest.er1 >conftest.err
21217   rm -f conftest.er1
21218   cat conftest.err >&5
21219   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21220   (exit $ac_status); } && {
21221          test -z "$ac_c_werror_flag" ||
21222          test ! -s conftest.err
21223        } && test -s conftest$ac_exeext && {
21224          test "$cross_compiling" = yes ||
21225          $as_test_x conftest$ac_exeext
21226        }; then
21227   wine_cv_have_sigaddset=yes
21228 else
21229   $as_echo "$as_me: failed program was:" >&5
21230 sed 's/^/| /' conftest.$ac_ext >&5
21231
21232         wine_cv_have_sigaddset=no
21233 fi
21234
21235 rm -rf conftest.dSYM
21236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21237       conftest$ac_exeext conftest.$ac_ext
21238 fi
21239 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
21240 $as_echo "$wine_cv_have_sigaddset" >&6; }
21241 if test "$wine_cv_have_sigaddset" = "yes"
21242 then
21243
21244 cat >>confdefs.h <<\_ACEOF
21245 #define HAVE_SIGADDSET 1
21246 _ACEOF
21247
21248 fi
21249
21250
21251 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
21252 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
21253 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
21254   $as_echo_n "(cached) " >&6
21255 else
21256   cat >conftest.$ac_ext <<_ACEOF
21257 /* confdefs.h.  */
21258 _ACEOF
21259 cat confdefs.h >>conftest.$ac_ext
21260 cat >>conftest.$ac_ext <<_ACEOF
21261 /* end confdefs.h.  */
21262 #include <netdb.h>
21263 int
21264 main ()
21265 {
21266
21267     char *name=0;
21268     struct hostent he;
21269     struct hostent *result;
21270     char *buf=0;
21271     int bufsize=0;
21272     int res,errnr;
21273     char *addr=0;
21274     int addrlen=0;
21275     int addrtype=0;
21276     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
21277     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
21278
21279   ;
21280   return 0;
21281 }
21282 _ACEOF
21283 rm -f conftest.$ac_objext conftest$ac_exeext
21284 if { (ac_try="$ac_link"
21285 case "(($ac_try" in
21286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21287   *) ac_try_echo=$ac_try;;
21288 esac
21289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21290 $as_echo "$ac_try_echo") >&5
21291   (eval "$ac_link") 2>conftest.er1
21292   ac_status=$?
21293   grep -v '^ *+' conftest.er1 >conftest.err
21294   rm -f conftest.er1
21295   cat conftest.err >&5
21296   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21297   (exit $ac_status); } && {
21298          test -z "$ac_c_werror_flag" ||
21299          test ! -s conftest.err
21300        } && test -s conftest$ac_exeext && {
21301          test "$cross_compiling" = yes ||
21302          $as_test_x conftest$ac_exeext
21303        }; then
21304   wine_cv_linux_gethostbyname_r_6=yes
21305 else
21306   $as_echo "$as_me: failed program was:" >&5
21307 sed 's/^/| /' conftest.$ac_ext >&5
21308
21309         wine_cv_linux_gethostbyname_r_6=no
21310
21311 fi
21312
21313 rm -rf conftest.dSYM
21314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21315       conftest$ac_exeext conftest.$ac_ext
21316
21317 fi
21318 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
21319 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
21320    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
21321    then
21322
21323 cat >>confdefs.h <<\_ACEOF
21324 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
21325 _ACEOF
21326
21327    fi
21328
21329 if test "$ac_cv_header_linux_joystick_h" = "yes"
21330 then
21331    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
21332 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
21333 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
21334   $as_echo_n "(cached) " >&6
21335 else
21336   cat >conftest.$ac_ext <<_ACEOF
21337 /* confdefs.h.  */
21338 _ACEOF
21339 cat confdefs.h >>conftest.$ac_ext
21340 cat >>conftest.$ac_ext <<_ACEOF
21341 /* end confdefs.h.  */
21342
21343         #include <sys/ioctl.h>
21344         #include <sys/types.h>
21345         #include <linux/joystick.h>
21346
21347         struct js_event blub;
21348         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
21349         #error "no 2.2 header"
21350         #endif
21351
21352 int
21353 main ()
21354 {
21355 /*empty*/
21356   ;
21357   return 0;
21358 }
21359 _ACEOF
21360 rm -f conftest.$ac_objext
21361 if { (ac_try="$ac_compile"
21362 case "(($ac_try" in
21363   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21364   *) ac_try_echo=$ac_try;;
21365 esac
21366 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21367 $as_echo "$ac_try_echo") >&5
21368   (eval "$ac_compile") 2>conftest.er1
21369   ac_status=$?
21370   grep -v '^ *+' conftest.er1 >conftest.err
21371   rm -f conftest.er1
21372   cat conftest.err >&5
21373   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21374   (exit $ac_status); } && {
21375          test -z "$ac_c_werror_flag" ||
21376          test ! -s conftest.err
21377        } && test -s conftest.$ac_objext; then
21378   wine_cv_linux_joystick_22_api=yes
21379 else
21380   $as_echo "$as_me: failed program was:" >&5
21381 sed 's/^/| /' conftest.$ac_ext >&5
21382
21383         wine_cv_linux_joystick_22_api=no
21384 fi
21385
21386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21387
21388 fi
21389 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21390 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21391    if test "$wine_cv_linux_joystick_22_api" = "yes"
21392    then
21393
21394 cat >>confdefs.h <<\_ACEOF
21395 #define HAVE_LINUX_22_JOYSTICK_API 1
21396 _ACEOF
21397
21398    fi
21399 fi
21400
21401
21402 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21403 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21404 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21405   $as_echo_n "(cached) " >&6
21406 else
21407   cat >conftest.$ac_ext <<_ACEOF
21408 /* confdefs.h.  */
21409 _ACEOF
21410 cat confdefs.h >>conftest.$ac_ext
21411 cat >>conftest.$ac_ext <<_ACEOF
21412 /* end confdefs.h.  */
21413 #include <sys/types.h>
21414 #ifdef HAVE_SYS_PARAM_H
21415 # include <sys/param.h>
21416 #endif
21417 #ifdef HAVE_SYS_MOUNT_H
21418 # include <sys/mount.h>
21419 #endif
21420 #ifdef HAVE_SYS_VFS_H
21421 # include <sys/vfs.h>
21422 #endif
21423 #ifdef HAVE_SYS_STATFS_H
21424 # include <sys/statfs.h>
21425 #endif
21426
21427 int
21428 main ()
21429 {
21430 static struct statfs ac_aggr;
21431 if (ac_aggr.f_bfree)
21432 return 0;
21433   ;
21434   return 0;
21435 }
21436 _ACEOF
21437 rm -f conftest.$ac_objext
21438 if { (ac_try="$ac_compile"
21439 case "(($ac_try" in
21440   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21441   *) ac_try_echo=$ac_try;;
21442 esac
21443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21444 $as_echo "$ac_try_echo") >&5
21445   (eval "$ac_compile") 2>conftest.er1
21446   ac_status=$?
21447   grep -v '^ *+' conftest.er1 >conftest.err
21448   rm -f conftest.er1
21449   cat conftest.err >&5
21450   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21451   (exit $ac_status); } && {
21452          test -z "$ac_c_werror_flag" ||
21453          test ! -s conftest.err
21454        } && test -s conftest.$ac_objext; then
21455   ac_cv_member_struct_statfs_f_bfree=yes
21456 else
21457   $as_echo "$as_me: failed program was:" >&5
21458 sed 's/^/| /' conftest.$ac_ext >&5
21459
21460         cat >conftest.$ac_ext <<_ACEOF
21461 /* confdefs.h.  */
21462 _ACEOF
21463 cat confdefs.h >>conftest.$ac_ext
21464 cat >>conftest.$ac_ext <<_ACEOF
21465 /* end confdefs.h.  */
21466 #include <sys/types.h>
21467 #ifdef HAVE_SYS_PARAM_H
21468 # include <sys/param.h>
21469 #endif
21470 #ifdef HAVE_SYS_MOUNT_H
21471 # include <sys/mount.h>
21472 #endif
21473 #ifdef HAVE_SYS_VFS_H
21474 # include <sys/vfs.h>
21475 #endif
21476 #ifdef HAVE_SYS_STATFS_H
21477 # include <sys/statfs.h>
21478 #endif
21479
21480 int
21481 main ()
21482 {
21483 static struct statfs ac_aggr;
21484 if (sizeof ac_aggr.f_bfree)
21485 return 0;
21486   ;
21487   return 0;
21488 }
21489 _ACEOF
21490 rm -f conftest.$ac_objext
21491 if { (ac_try="$ac_compile"
21492 case "(($ac_try" in
21493   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21494   *) ac_try_echo=$ac_try;;
21495 esac
21496 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21497 $as_echo "$ac_try_echo") >&5
21498   (eval "$ac_compile") 2>conftest.er1
21499   ac_status=$?
21500   grep -v '^ *+' conftest.er1 >conftest.err
21501   rm -f conftest.er1
21502   cat conftest.err >&5
21503   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21504   (exit $ac_status); } && {
21505          test -z "$ac_c_werror_flag" ||
21506          test ! -s conftest.err
21507        } && test -s conftest.$ac_objext; then
21508   ac_cv_member_struct_statfs_f_bfree=yes
21509 else
21510   $as_echo "$as_me: failed program was:" >&5
21511 sed 's/^/| /' conftest.$ac_ext >&5
21512
21513         ac_cv_member_struct_statfs_f_bfree=no
21514 fi
21515
21516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21517 fi
21518
21519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21520 fi
21521 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21522 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21523 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21524
21525 cat >>confdefs.h <<_ACEOF
21526 #define HAVE_STRUCT_STATFS_F_BFREE 1
21527 _ACEOF
21528
21529
21530 fi
21531 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21532 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21533 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21534   $as_echo_n "(cached) " >&6
21535 else
21536   cat >conftest.$ac_ext <<_ACEOF
21537 /* confdefs.h.  */
21538 _ACEOF
21539 cat confdefs.h >>conftest.$ac_ext
21540 cat >>conftest.$ac_ext <<_ACEOF
21541 /* end confdefs.h.  */
21542 #include <sys/types.h>
21543 #ifdef HAVE_SYS_PARAM_H
21544 # include <sys/param.h>
21545 #endif
21546 #ifdef HAVE_SYS_MOUNT_H
21547 # include <sys/mount.h>
21548 #endif
21549 #ifdef HAVE_SYS_VFS_H
21550 # include <sys/vfs.h>
21551 #endif
21552 #ifdef HAVE_SYS_STATFS_H
21553 # include <sys/statfs.h>
21554 #endif
21555
21556 int
21557 main ()
21558 {
21559 static struct statfs ac_aggr;
21560 if (ac_aggr.f_bavail)
21561 return 0;
21562   ;
21563   return 0;
21564 }
21565 _ACEOF
21566 rm -f conftest.$ac_objext
21567 if { (ac_try="$ac_compile"
21568 case "(($ac_try" in
21569   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21570   *) ac_try_echo=$ac_try;;
21571 esac
21572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21573 $as_echo "$ac_try_echo") >&5
21574   (eval "$ac_compile") 2>conftest.er1
21575   ac_status=$?
21576   grep -v '^ *+' conftest.er1 >conftest.err
21577   rm -f conftest.er1
21578   cat conftest.err >&5
21579   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21580   (exit $ac_status); } && {
21581          test -z "$ac_c_werror_flag" ||
21582          test ! -s conftest.err
21583        } && test -s conftest.$ac_objext; then
21584   ac_cv_member_struct_statfs_f_bavail=yes
21585 else
21586   $as_echo "$as_me: failed program was:" >&5
21587 sed 's/^/| /' conftest.$ac_ext >&5
21588
21589         cat >conftest.$ac_ext <<_ACEOF
21590 /* confdefs.h.  */
21591 _ACEOF
21592 cat confdefs.h >>conftest.$ac_ext
21593 cat >>conftest.$ac_ext <<_ACEOF
21594 /* end confdefs.h.  */
21595 #include <sys/types.h>
21596 #ifdef HAVE_SYS_PARAM_H
21597 # include <sys/param.h>
21598 #endif
21599 #ifdef HAVE_SYS_MOUNT_H
21600 # include <sys/mount.h>
21601 #endif
21602 #ifdef HAVE_SYS_VFS_H
21603 # include <sys/vfs.h>
21604 #endif
21605 #ifdef HAVE_SYS_STATFS_H
21606 # include <sys/statfs.h>
21607 #endif
21608
21609 int
21610 main ()
21611 {
21612 static struct statfs ac_aggr;
21613 if (sizeof ac_aggr.f_bavail)
21614 return 0;
21615   ;
21616   return 0;
21617 }
21618 _ACEOF
21619 rm -f conftest.$ac_objext
21620 if { (ac_try="$ac_compile"
21621 case "(($ac_try" in
21622   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21623   *) ac_try_echo=$ac_try;;
21624 esac
21625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21626 $as_echo "$ac_try_echo") >&5
21627   (eval "$ac_compile") 2>conftest.er1
21628   ac_status=$?
21629   grep -v '^ *+' conftest.er1 >conftest.err
21630   rm -f conftest.er1
21631   cat conftest.err >&5
21632   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21633   (exit $ac_status); } && {
21634          test -z "$ac_c_werror_flag" ||
21635          test ! -s conftest.err
21636        } && test -s conftest.$ac_objext; then
21637   ac_cv_member_struct_statfs_f_bavail=yes
21638 else
21639   $as_echo "$as_me: failed program was:" >&5
21640 sed 's/^/| /' conftest.$ac_ext >&5
21641
21642         ac_cv_member_struct_statfs_f_bavail=no
21643 fi
21644
21645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21646 fi
21647
21648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21649 fi
21650 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21651 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21652 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21653
21654 cat >>confdefs.h <<_ACEOF
21655 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21656 _ACEOF
21657
21658
21659 fi
21660 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21661 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21662 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21663   $as_echo_n "(cached) " >&6
21664 else
21665   cat >conftest.$ac_ext <<_ACEOF
21666 /* confdefs.h.  */
21667 _ACEOF
21668 cat confdefs.h >>conftest.$ac_ext
21669 cat >>conftest.$ac_ext <<_ACEOF
21670 /* end confdefs.h.  */
21671 #include <sys/types.h>
21672 #ifdef HAVE_SYS_PARAM_H
21673 # include <sys/param.h>
21674 #endif
21675 #ifdef HAVE_SYS_MOUNT_H
21676 # include <sys/mount.h>
21677 #endif
21678 #ifdef HAVE_SYS_VFS_H
21679 # include <sys/vfs.h>
21680 #endif
21681 #ifdef HAVE_SYS_STATFS_H
21682 # include <sys/statfs.h>
21683 #endif
21684
21685 int
21686 main ()
21687 {
21688 static struct statfs ac_aggr;
21689 if (ac_aggr.f_frsize)
21690 return 0;
21691   ;
21692   return 0;
21693 }
21694 _ACEOF
21695 rm -f conftest.$ac_objext
21696 if { (ac_try="$ac_compile"
21697 case "(($ac_try" in
21698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21699   *) ac_try_echo=$ac_try;;
21700 esac
21701 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21702 $as_echo "$ac_try_echo") >&5
21703   (eval "$ac_compile") 2>conftest.er1
21704   ac_status=$?
21705   grep -v '^ *+' conftest.er1 >conftest.err
21706   rm -f conftest.er1
21707   cat conftest.err >&5
21708   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21709   (exit $ac_status); } && {
21710          test -z "$ac_c_werror_flag" ||
21711          test ! -s conftest.err
21712        } && test -s conftest.$ac_objext; then
21713   ac_cv_member_struct_statfs_f_frsize=yes
21714 else
21715   $as_echo "$as_me: failed program was:" >&5
21716 sed 's/^/| /' conftest.$ac_ext >&5
21717
21718         cat >conftest.$ac_ext <<_ACEOF
21719 /* confdefs.h.  */
21720 _ACEOF
21721 cat confdefs.h >>conftest.$ac_ext
21722 cat >>conftest.$ac_ext <<_ACEOF
21723 /* end confdefs.h.  */
21724 #include <sys/types.h>
21725 #ifdef HAVE_SYS_PARAM_H
21726 # include <sys/param.h>
21727 #endif
21728 #ifdef HAVE_SYS_MOUNT_H
21729 # include <sys/mount.h>
21730 #endif
21731 #ifdef HAVE_SYS_VFS_H
21732 # include <sys/vfs.h>
21733 #endif
21734 #ifdef HAVE_SYS_STATFS_H
21735 # include <sys/statfs.h>
21736 #endif
21737
21738 int
21739 main ()
21740 {
21741 static struct statfs ac_aggr;
21742 if (sizeof ac_aggr.f_frsize)
21743 return 0;
21744   ;
21745   return 0;
21746 }
21747 _ACEOF
21748 rm -f conftest.$ac_objext
21749 if { (ac_try="$ac_compile"
21750 case "(($ac_try" in
21751   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21752   *) ac_try_echo=$ac_try;;
21753 esac
21754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21755 $as_echo "$ac_try_echo") >&5
21756   (eval "$ac_compile") 2>conftest.er1
21757   ac_status=$?
21758   grep -v '^ *+' conftest.er1 >conftest.err
21759   rm -f conftest.er1
21760   cat conftest.err >&5
21761   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21762   (exit $ac_status); } && {
21763          test -z "$ac_c_werror_flag" ||
21764          test ! -s conftest.err
21765        } && test -s conftest.$ac_objext; then
21766   ac_cv_member_struct_statfs_f_frsize=yes
21767 else
21768   $as_echo "$as_me: failed program was:" >&5
21769 sed 's/^/| /' conftest.$ac_ext >&5
21770
21771         ac_cv_member_struct_statfs_f_frsize=no
21772 fi
21773
21774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21775 fi
21776
21777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21778 fi
21779 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21780 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21781 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21782
21783 cat >>confdefs.h <<_ACEOF
21784 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21785 _ACEOF
21786
21787
21788 fi
21789 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21790 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21791 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21792   $as_echo_n "(cached) " >&6
21793 else
21794   cat >conftest.$ac_ext <<_ACEOF
21795 /* confdefs.h.  */
21796 _ACEOF
21797 cat confdefs.h >>conftest.$ac_ext
21798 cat >>conftest.$ac_ext <<_ACEOF
21799 /* end confdefs.h.  */
21800 #include <sys/types.h>
21801 #ifdef HAVE_SYS_PARAM_H
21802 # include <sys/param.h>
21803 #endif
21804 #ifdef HAVE_SYS_MOUNT_H
21805 # include <sys/mount.h>
21806 #endif
21807 #ifdef HAVE_SYS_VFS_H
21808 # include <sys/vfs.h>
21809 #endif
21810 #ifdef HAVE_SYS_STATFS_H
21811 # include <sys/statfs.h>
21812 #endif
21813
21814 int
21815 main ()
21816 {
21817 static struct statfs ac_aggr;
21818 if (ac_aggr.f_ffree)
21819 return 0;
21820   ;
21821   return 0;
21822 }
21823 _ACEOF
21824 rm -f conftest.$ac_objext
21825 if { (ac_try="$ac_compile"
21826 case "(($ac_try" in
21827   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21828   *) ac_try_echo=$ac_try;;
21829 esac
21830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21831 $as_echo "$ac_try_echo") >&5
21832   (eval "$ac_compile") 2>conftest.er1
21833   ac_status=$?
21834   grep -v '^ *+' conftest.er1 >conftest.err
21835   rm -f conftest.er1
21836   cat conftest.err >&5
21837   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21838   (exit $ac_status); } && {
21839          test -z "$ac_c_werror_flag" ||
21840          test ! -s conftest.err
21841        } && test -s conftest.$ac_objext; then
21842   ac_cv_member_struct_statfs_f_ffree=yes
21843 else
21844   $as_echo "$as_me: failed program was:" >&5
21845 sed 's/^/| /' conftest.$ac_ext >&5
21846
21847         cat >conftest.$ac_ext <<_ACEOF
21848 /* confdefs.h.  */
21849 _ACEOF
21850 cat confdefs.h >>conftest.$ac_ext
21851 cat >>conftest.$ac_ext <<_ACEOF
21852 /* end confdefs.h.  */
21853 #include <sys/types.h>
21854 #ifdef HAVE_SYS_PARAM_H
21855 # include <sys/param.h>
21856 #endif
21857 #ifdef HAVE_SYS_MOUNT_H
21858 # include <sys/mount.h>
21859 #endif
21860 #ifdef HAVE_SYS_VFS_H
21861 # include <sys/vfs.h>
21862 #endif
21863 #ifdef HAVE_SYS_STATFS_H
21864 # include <sys/statfs.h>
21865 #endif
21866
21867 int
21868 main ()
21869 {
21870 static struct statfs ac_aggr;
21871 if (sizeof ac_aggr.f_ffree)
21872 return 0;
21873   ;
21874   return 0;
21875 }
21876 _ACEOF
21877 rm -f conftest.$ac_objext
21878 if { (ac_try="$ac_compile"
21879 case "(($ac_try" in
21880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21881   *) ac_try_echo=$ac_try;;
21882 esac
21883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21884 $as_echo "$ac_try_echo") >&5
21885   (eval "$ac_compile") 2>conftest.er1
21886   ac_status=$?
21887   grep -v '^ *+' conftest.er1 >conftest.err
21888   rm -f conftest.er1
21889   cat conftest.err >&5
21890   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21891   (exit $ac_status); } && {
21892          test -z "$ac_c_werror_flag" ||
21893          test ! -s conftest.err
21894        } && test -s conftest.$ac_objext; then
21895   ac_cv_member_struct_statfs_f_ffree=yes
21896 else
21897   $as_echo "$as_me: failed program was:" >&5
21898 sed 's/^/| /' conftest.$ac_ext >&5
21899
21900         ac_cv_member_struct_statfs_f_ffree=no
21901 fi
21902
21903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21904 fi
21905
21906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21907 fi
21908 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21909 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21910 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21911
21912 cat >>confdefs.h <<_ACEOF
21913 #define HAVE_STRUCT_STATFS_F_FFREE 1
21914 _ACEOF
21915
21916
21917 fi
21918 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21919 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21920 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21921   $as_echo_n "(cached) " >&6
21922 else
21923   cat >conftest.$ac_ext <<_ACEOF
21924 /* confdefs.h.  */
21925 _ACEOF
21926 cat confdefs.h >>conftest.$ac_ext
21927 cat >>conftest.$ac_ext <<_ACEOF
21928 /* end confdefs.h.  */
21929 #include <sys/types.h>
21930 #ifdef HAVE_SYS_PARAM_H
21931 # include <sys/param.h>
21932 #endif
21933 #ifdef HAVE_SYS_MOUNT_H
21934 # include <sys/mount.h>
21935 #endif
21936 #ifdef HAVE_SYS_VFS_H
21937 # include <sys/vfs.h>
21938 #endif
21939 #ifdef HAVE_SYS_STATFS_H
21940 # include <sys/statfs.h>
21941 #endif
21942
21943 int
21944 main ()
21945 {
21946 static struct statfs ac_aggr;
21947 if (ac_aggr.f_favail)
21948 return 0;
21949   ;
21950   return 0;
21951 }
21952 _ACEOF
21953 rm -f conftest.$ac_objext
21954 if { (ac_try="$ac_compile"
21955 case "(($ac_try" in
21956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21957   *) ac_try_echo=$ac_try;;
21958 esac
21959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21960 $as_echo "$ac_try_echo") >&5
21961   (eval "$ac_compile") 2>conftest.er1
21962   ac_status=$?
21963   grep -v '^ *+' conftest.er1 >conftest.err
21964   rm -f conftest.er1
21965   cat conftest.err >&5
21966   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21967   (exit $ac_status); } && {
21968          test -z "$ac_c_werror_flag" ||
21969          test ! -s conftest.err
21970        } && test -s conftest.$ac_objext; then
21971   ac_cv_member_struct_statfs_f_favail=yes
21972 else
21973   $as_echo "$as_me: failed program was:" >&5
21974 sed 's/^/| /' conftest.$ac_ext >&5
21975
21976         cat >conftest.$ac_ext <<_ACEOF
21977 /* confdefs.h.  */
21978 _ACEOF
21979 cat confdefs.h >>conftest.$ac_ext
21980 cat >>conftest.$ac_ext <<_ACEOF
21981 /* end confdefs.h.  */
21982 #include <sys/types.h>
21983 #ifdef HAVE_SYS_PARAM_H
21984 # include <sys/param.h>
21985 #endif
21986 #ifdef HAVE_SYS_MOUNT_H
21987 # include <sys/mount.h>
21988 #endif
21989 #ifdef HAVE_SYS_VFS_H
21990 # include <sys/vfs.h>
21991 #endif
21992 #ifdef HAVE_SYS_STATFS_H
21993 # include <sys/statfs.h>
21994 #endif
21995
21996 int
21997 main ()
21998 {
21999 static struct statfs ac_aggr;
22000 if (sizeof ac_aggr.f_favail)
22001 return 0;
22002   ;
22003   return 0;
22004 }
22005 _ACEOF
22006 rm -f conftest.$ac_objext
22007 if { (ac_try="$ac_compile"
22008 case "(($ac_try" in
22009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22010   *) ac_try_echo=$ac_try;;
22011 esac
22012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22013 $as_echo "$ac_try_echo") >&5
22014   (eval "$ac_compile") 2>conftest.er1
22015   ac_status=$?
22016   grep -v '^ *+' conftest.er1 >conftest.err
22017   rm -f conftest.er1
22018   cat conftest.err >&5
22019   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22020   (exit $ac_status); } && {
22021          test -z "$ac_c_werror_flag" ||
22022          test ! -s conftest.err
22023        } && test -s conftest.$ac_objext; then
22024   ac_cv_member_struct_statfs_f_favail=yes
22025 else
22026   $as_echo "$as_me: failed program was:" >&5
22027 sed 's/^/| /' conftest.$ac_ext >&5
22028
22029         ac_cv_member_struct_statfs_f_favail=no
22030 fi
22031
22032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22033 fi
22034
22035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22036 fi
22037 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
22038 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
22039 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
22040
22041 cat >>confdefs.h <<_ACEOF
22042 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
22043 _ACEOF
22044
22045
22046 fi
22047 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
22048 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
22049 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
22050   $as_echo_n "(cached) " >&6
22051 else
22052   cat >conftest.$ac_ext <<_ACEOF
22053 /* confdefs.h.  */
22054 _ACEOF
22055 cat confdefs.h >>conftest.$ac_ext
22056 cat >>conftest.$ac_ext <<_ACEOF
22057 /* end confdefs.h.  */
22058 #include <sys/types.h>
22059 #ifdef HAVE_SYS_PARAM_H
22060 # include <sys/param.h>
22061 #endif
22062 #ifdef HAVE_SYS_MOUNT_H
22063 # include <sys/mount.h>
22064 #endif
22065 #ifdef HAVE_SYS_VFS_H
22066 # include <sys/vfs.h>
22067 #endif
22068 #ifdef HAVE_SYS_STATFS_H
22069 # include <sys/statfs.h>
22070 #endif
22071
22072 int
22073 main ()
22074 {
22075 static struct statfs ac_aggr;
22076 if (ac_aggr.f_namelen)
22077 return 0;
22078   ;
22079   return 0;
22080 }
22081 _ACEOF
22082 rm -f conftest.$ac_objext
22083 if { (ac_try="$ac_compile"
22084 case "(($ac_try" in
22085   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22086   *) ac_try_echo=$ac_try;;
22087 esac
22088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22089 $as_echo "$ac_try_echo") >&5
22090   (eval "$ac_compile") 2>conftest.er1
22091   ac_status=$?
22092   grep -v '^ *+' conftest.er1 >conftest.err
22093   rm -f conftest.er1
22094   cat conftest.err >&5
22095   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22096   (exit $ac_status); } && {
22097          test -z "$ac_c_werror_flag" ||
22098          test ! -s conftest.err
22099        } && test -s conftest.$ac_objext; then
22100   ac_cv_member_struct_statfs_f_namelen=yes
22101 else
22102   $as_echo "$as_me: failed program was:" >&5
22103 sed 's/^/| /' conftest.$ac_ext >&5
22104
22105         cat >conftest.$ac_ext <<_ACEOF
22106 /* confdefs.h.  */
22107 _ACEOF
22108 cat confdefs.h >>conftest.$ac_ext
22109 cat >>conftest.$ac_ext <<_ACEOF
22110 /* end confdefs.h.  */
22111 #include <sys/types.h>
22112 #ifdef HAVE_SYS_PARAM_H
22113 # include <sys/param.h>
22114 #endif
22115 #ifdef HAVE_SYS_MOUNT_H
22116 # include <sys/mount.h>
22117 #endif
22118 #ifdef HAVE_SYS_VFS_H
22119 # include <sys/vfs.h>
22120 #endif
22121 #ifdef HAVE_SYS_STATFS_H
22122 # include <sys/statfs.h>
22123 #endif
22124
22125 int
22126 main ()
22127 {
22128 static struct statfs ac_aggr;
22129 if (sizeof ac_aggr.f_namelen)
22130 return 0;
22131   ;
22132   return 0;
22133 }
22134 _ACEOF
22135 rm -f conftest.$ac_objext
22136 if { (ac_try="$ac_compile"
22137 case "(($ac_try" in
22138   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22139   *) ac_try_echo=$ac_try;;
22140 esac
22141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22142 $as_echo "$ac_try_echo") >&5
22143   (eval "$ac_compile") 2>conftest.er1
22144   ac_status=$?
22145   grep -v '^ *+' conftest.er1 >conftest.err
22146   rm -f conftest.er1
22147   cat conftest.err >&5
22148   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22149   (exit $ac_status); } && {
22150          test -z "$ac_c_werror_flag" ||
22151          test ! -s conftest.err
22152        } && test -s conftest.$ac_objext; then
22153   ac_cv_member_struct_statfs_f_namelen=yes
22154 else
22155   $as_echo "$as_me: failed program was:" >&5
22156 sed 's/^/| /' conftest.$ac_ext >&5
22157
22158         ac_cv_member_struct_statfs_f_namelen=no
22159 fi
22160
22161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22162 fi
22163
22164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22165 fi
22166 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
22167 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
22168 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
22169
22170 cat >>confdefs.h <<_ACEOF
22171 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
22172 _ACEOF
22173
22174
22175 fi
22176
22177
22178 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
22179 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
22180 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
22181   $as_echo_n "(cached) " >&6
22182 else
22183   cat >conftest.$ac_ext <<_ACEOF
22184 /* confdefs.h.  */
22185 _ACEOF
22186 cat confdefs.h >>conftest.$ac_ext
22187 cat >>conftest.$ac_ext <<_ACEOF
22188 /* end confdefs.h.  */
22189 #ifdef HAVE_SYS_STATVFS_H
22190 #include <sys/statvfs.h>
22191 #endif
22192
22193 int
22194 main ()
22195 {
22196 static struct statvfs ac_aggr;
22197 if (ac_aggr.f_blocks)
22198 return 0;
22199   ;
22200   return 0;
22201 }
22202 _ACEOF
22203 rm -f conftest.$ac_objext
22204 if { (ac_try="$ac_compile"
22205 case "(($ac_try" in
22206   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22207   *) ac_try_echo=$ac_try;;
22208 esac
22209 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22210 $as_echo "$ac_try_echo") >&5
22211   (eval "$ac_compile") 2>conftest.er1
22212   ac_status=$?
22213   grep -v '^ *+' conftest.er1 >conftest.err
22214   rm -f conftest.er1
22215   cat conftest.err >&5
22216   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22217   (exit $ac_status); } && {
22218          test -z "$ac_c_werror_flag" ||
22219          test ! -s conftest.err
22220        } && test -s conftest.$ac_objext; then
22221   ac_cv_member_struct_statvfs_f_blocks=yes
22222 else
22223   $as_echo "$as_me: failed program was:" >&5
22224 sed 's/^/| /' conftest.$ac_ext >&5
22225
22226         cat >conftest.$ac_ext <<_ACEOF
22227 /* confdefs.h.  */
22228 _ACEOF
22229 cat confdefs.h >>conftest.$ac_ext
22230 cat >>conftest.$ac_ext <<_ACEOF
22231 /* end confdefs.h.  */
22232 #ifdef HAVE_SYS_STATVFS_H
22233 #include <sys/statvfs.h>
22234 #endif
22235
22236 int
22237 main ()
22238 {
22239 static struct statvfs ac_aggr;
22240 if (sizeof ac_aggr.f_blocks)
22241 return 0;
22242   ;
22243   return 0;
22244 }
22245 _ACEOF
22246 rm -f conftest.$ac_objext
22247 if { (ac_try="$ac_compile"
22248 case "(($ac_try" in
22249   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22250   *) ac_try_echo=$ac_try;;
22251 esac
22252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22253 $as_echo "$ac_try_echo") >&5
22254   (eval "$ac_compile") 2>conftest.er1
22255   ac_status=$?
22256   grep -v '^ *+' conftest.er1 >conftest.err
22257   rm -f conftest.er1
22258   cat conftest.err >&5
22259   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22260   (exit $ac_status); } && {
22261          test -z "$ac_c_werror_flag" ||
22262          test ! -s conftest.err
22263        } && test -s conftest.$ac_objext; then
22264   ac_cv_member_struct_statvfs_f_blocks=yes
22265 else
22266   $as_echo "$as_me: failed program was:" >&5
22267 sed 's/^/| /' conftest.$ac_ext >&5
22268
22269         ac_cv_member_struct_statvfs_f_blocks=no
22270 fi
22271
22272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22273 fi
22274
22275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22276 fi
22277 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
22278 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
22279 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
22280
22281 cat >>confdefs.h <<_ACEOF
22282 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
22283 _ACEOF
22284
22285
22286 fi
22287
22288
22289 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
22290 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
22291 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
22292   $as_echo_n "(cached) " >&6
22293 else
22294   cat >conftest.$ac_ext <<_ACEOF
22295 /* confdefs.h.  */
22296 _ACEOF
22297 cat confdefs.h >>conftest.$ac_ext
22298 cat >>conftest.$ac_ext <<_ACEOF
22299 /* end confdefs.h.  */
22300 #include <sys/types.h>
22301 #ifdef HAVE_SYS_SOCKET_H
22302 # include <sys/socket.h>
22303 #endif
22304 #ifdef HAVE_SYS_UN_H
22305 # include <sys/un.h>
22306 #endif
22307
22308 int
22309 main ()
22310 {
22311 static struct msghdr ac_aggr;
22312 if (ac_aggr.msg_accrights)
22313 return 0;
22314   ;
22315   return 0;
22316 }
22317 _ACEOF
22318 rm -f conftest.$ac_objext
22319 if { (ac_try="$ac_compile"
22320 case "(($ac_try" in
22321   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22322   *) ac_try_echo=$ac_try;;
22323 esac
22324 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22325 $as_echo "$ac_try_echo") >&5
22326   (eval "$ac_compile") 2>conftest.er1
22327   ac_status=$?
22328   grep -v '^ *+' conftest.er1 >conftest.err
22329   rm -f conftest.er1
22330   cat conftest.err >&5
22331   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22332   (exit $ac_status); } && {
22333          test -z "$ac_c_werror_flag" ||
22334          test ! -s conftest.err
22335        } && test -s conftest.$ac_objext; then
22336   ac_cv_member_struct_msghdr_msg_accrights=yes
22337 else
22338   $as_echo "$as_me: failed program was:" >&5
22339 sed 's/^/| /' conftest.$ac_ext >&5
22340
22341         cat >conftest.$ac_ext <<_ACEOF
22342 /* confdefs.h.  */
22343 _ACEOF
22344 cat confdefs.h >>conftest.$ac_ext
22345 cat >>conftest.$ac_ext <<_ACEOF
22346 /* end confdefs.h.  */
22347 #include <sys/types.h>
22348 #ifdef HAVE_SYS_SOCKET_H
22349 # include <sys/socket.h>
22350 #endif
22351 #ifdef HAVE_SYS_UN_H
22352 # include <sys/un.h>
22353 #endif
22354
22355 int
22356 main ()
22357 {
22358 static struct msghdr ac_aggr;
22359 if (sizeof ac_aggr.msg_accrights)
22360 return 0;
22361   ;
22362   return 0;
22363 }
22364 _ACEOF
22365 rm -f conftest.$ac_objext
22366 if { (ac_try="$ac_compile"
22367 case "(($ac_try" in
22368   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22369   *) ac_try_echo=$ac_try;;
22370 esac
22371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22372 $as_echo "$ac_try_echo") >&5
22373   (eval "$ac_compile") 2>conftest.er1
22374   ac_status=$?
22375   grep -v '^ *+' conftest.er1 >conftest.err
22376   rm -f conftest.er1
22377   cat conftest.err >&5
22378   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22379   (exit $ac_status); } && {
22380          test -z "$ac_c_werror_flag" ||
22381          test ! -s conftest.err
22382        } && test -s conftest.$ac_objext; then
22383   ac_cv_member_struct_msghdr_msg_accrights=yes
22384 else
22385   $as_echo "$as_me: failed program was:" >&5
22386 sed 's/^/| /' conftest.$ac_ext >&5
22387
22388         ac_cv_member_struct_msghdr_msg_accrights=no
22389 fi
22390
22391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22392 fi
22393
22394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22395 fi
22396 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22397 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22398 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22399
22400 cat >>confdefs.h <<_ACEOF
22401 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22402 _ACEOF
22403
22404
22405 fi
22406 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22407 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22408 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22409   $as_echo_n "(cached) " >&6
22410 else
22411   cat >conftest.$ac_ext <<_ACEOF
22412 /* confdefs.h.  */
22413 _ACEOF
22414 cat confdefs.h >>conftest.$ac_ext
22415 cat >>conftest.$ac_ext <<_ACEOF
22416 /* end confdefs.h.  */
22417 #include <sys/types.h>
22418 #ifdef HAVE_SYS_SOCKET_H
22419 # include <sys/socket.h>
22420 #endif
22421 #ifdef HAVE_SYS_UN_H
22422 # include <sys/un.h>
22423 #endif
22424
22425 int
22426 main ()
22427 {
22428 static struct sockaddr ac_aggr;
22429 if (ac_aggr.sa_len)
22430 return 0;
22431   ;
22432   return 0;
22433 }
22434 _ACEOF
22435 rm -f conftest.$ac_objext
22436 if { (ac_try="$ac_compile"
22437 case "(($ac_try" in
22438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22439   *) ac_try_echo=$ac_try;;
22440 esac
22441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22442 $as_echo "$ac_try_echo") >&5
22443   (eval "$ac_compile") 2>conftest.er1
22444   ac_status=$?
22445   grep -v '^ *+' conftest.er1 >conftest.err
22446   rm -f conftest.er1
22447   cat conftest.err >&5
22448   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22449   (exit $ac_status); } && {
22450          test -z "$ac_c_werror_flag" ||
22451          test ! -s conftest.err
22452        } && test -s conftest.$ac_objext; then
22453   ac_cv_member_struct_sockaddr_sa_len=yes
22454 else
22455   $as_echo "$as_me: failed program was:" >&5
22456 sed 's/^/| /' conftest.$ac_ext >&5
22457
22458         cat >conftest.$ac_ext <<_ACEOF
22459 /* confdefs.h.  */
22460 _ACEOF
22461 cat confdefs.h >>conftest.$ac_ext
22462 cat >>conftest.$ac_ext <<_ACEOF
22463 /* end confdefs.h.  */
22464 #include <sys/types.h>
22465 #ifdef HAVE_SYS_SOCKET_H
22466 # include <sys/socket.h>
22467 #endif
22468 #ifdef HAVE_SYS_UN_H
22469 # include <sys/un.h>
22470 #endif
22471
22472 int
22473 main ()
22474 {
22475 static struct sockaddr ac_aggr;
22476 if (sizeof ac_aggr.sa_len)
22477 return 0;
22478   ;
22479   return 0;
22480 }
22481 _ACEOF
22482 rm -f conftest.$ac_objext
22483 if { (ac_try="$ac_compile"
22484 case "(($ac_try" in
22485   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22486   *) ac_try_echo=$ac_try;;
22487 esac
22488 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22489 $as_echo "$ac_try_echo") >&5
22490   (eval "$ac_compile") 2>conftest.er1
22491   ac_status=$?
22492   grep -v '^ *+' conftest.er1 >conftest.err
22493   rm -f conftest.er1
22494   cat conftest.err >&5
22495   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22496   (exit $ac_status); } && {
22497          test -z "$ac_c_werror_flag" ||
22498          test ! -s conftest.err
22499        } && test -s conftest.$ac_objext; then
22500   ac_cv_member_struct_sockaddr_sa_len=yes
22501 else
22502   $as_echo "$as_me: failed program was:" >&5
22503 sed 's/^/| /' conftest.$ac_ext >&5
22504
22505         ac_cv_member_struct_sockaddr_sa_len=no
22506 fi
22507
22508 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22509 fi
22510
22511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22512 fi
22513 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22514 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22515 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22516
22517 cat >>confdefs.h <<_ACEOF
22518 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22519 _ACEOF
22520
22521
22522 fi
22523 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22524 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22525 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22526   $as_echo_n "(cached) " >&6
22527 else
22528   cat >conftest.$ac_ext <<_ACEOF
22529 /* confdefs.h.  */
22530 _ACEOF
22531 cat confdefs.h >>conftest.$ac_ext
22532 cat >>conftest.$ac_ext <<_ACEOF
22533 /* end confdefs.h.  */
22534 #include <sys/types.h>
22535 #ifdef HAVE_SYS_SOCKET_H
22536 # include <sys/socket.h>
22537 #endif
22538 #ifdef HAVE_SYS_UN_H
22539 # include <sys/un.h>
22540 #endif
22541
22542 int
22543 main ()
22544 {
22545 static struct sockaddr_un ac_aggr;
22546 if (ac_aggr.sun_len)
22547 return 0;
22548   ;
22549   return 0;
22550 }
22551 _ACEOF
22552 rm -f conftest.$ac_objext
22553 if { (ac_try="$ac_compile"
22554 case "(($ac_try" in
22555   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22556   *) ac_try_echo=$ac_try;;
22557 esac
22558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22559 $as_echo "$ac_try_echo") >&5
22560   (eval "$ac_compile") 2>conftest.er1
22561   ac_status=$?
22562   grep -v '^ *+' conftest.er1 >conftest.err
22563   rm -f conftest.er1
22564   cat conftest.err >&5
22565   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22566   (exit $ac_status); } && {
22567          test -z "$ac_c_werror_flag" ||
22568          test ! -s conftest.err
22569        } && test -s conftest.$ac_objext; then
22570   ac_cv_member_struct_sockaddr_un_sun_len=yes
22571 else
22572   $as_echo "$as_me: failed program was:" >&5
22573 sed 's/^/| /' conftest.$ac_ext >&5
22574
22575         cat >conftest.$ac_ext <<_ACEOF
22576 /* confdefs.h.  */
22577 _ACEOF
22578 cat confdefs.h >>conftest.$ac_ext
22579 cat >>conftest.$ac_ext <<_ACEOF
22580 /* end confdefs.h.  */
22581 #include <sys/types.h>
22582 #ifdef HAVE_SYS_SOCKET_H
22583 # include <sys/socket.h>
22584 #endif
22585 #ifdef HAVE_SYS_UN_H
22586 # include <sys/un.h>
22587 #endif
22588
22589 int
22590 main ()
22591 {
22592 static struct sockaddr_un ac_aggr;
22593 if (sizeof ac_aggr.sun_len)
22594 return 0;
22595   ;
22596   return 0;
22597 }
22598 _ACEOF
22599 rm -f conftest.$ac_objext
22600 if { (ac_try="$ac_compile"
22601 case "(($ac_try" in
22602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22603   *) ac_try_echo=$ac_try;;
22604 esac
22605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22606 $as_echo "$ac_try_echo") >&5
22607   (eval "$ac_compile") 2>conftest.er1
22608   ac_status=$?
22609   grep -v '^ *+' conftest.er1 >conftest.err
22610   rm -f conftest.er1
22611   cat conftest.err >&5
22612   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22613   (exit $ac_status); } && {
22614          test -z "$ac_c_werror_flag" ||
22615          test ! -s conftest.err
22616        } && test -s conftest.$ac_objext; then
22617   ac_cv_member_struct_sockaddr_un_sun_len=yes
22618 else
22619   $as_echo "$as_me: failed program was:" >&5
22620 sed 's/^/| /' conftest.$ac_ext >&5
22621
22622         ac_cv_member_struct_sockaddr_un_sun_len=no
22623 fi
22624
22625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22626 fi
22627
22628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22629 fi
22630 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22631 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22632 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22633
22634 cat >>confdefs.h <<_ACEOF
22635 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22636 _ACEOF
22637
22638
22639 fi
22640
22641
22642 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22643 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22644 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22645   $as_echo_n "(cached) " >&6
22646 else
22647   cat >conftest.$ac_ext <<_ACEOF
22648 /* confdefs.h.  */
22649 _ACEOF
22650 cat confdefs.h >>conftest.$ac_ext
22651 cat >>conftest.$ac_ext <<_ACEOF
22652 /* end confdefs.h.  */
22653 #include <sys/types.h>
22654 #ifdef HAVE_SCSI_SG_H
22655 #include <scsi/sg.h>
22656 #endif
22657
22658 int
22659 main ()
22660 {
22661 static scsireq_t ac_aggr;
22662 if (ac_aggr.cmd)
22663 return 0;
22664   ;
22665   return 0;
22666 }
22667 _ACEOF
22668 rm -f conftest.$ac_objext
22669 if { (ac_try="$ac_compile"
22670 case "(($ac_try" in
22671   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22672   *) ac_try_echo=$ac_try;;
22673 esac
22674 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22675 $as_echo "$ac_try_echo") >&5
22676   (eval "$ac_compile") 2>conftest.er1
22677   ac_status=$?
22678   grep -v '^ *+' conftest.er1 >conftest.err
22679   rm -f conftest.er1
22680   cat conftest.err >&5
22681   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22682   (exit $ac_status); } && {
22683          test -z "$ac_c_werror_flag" ||
22684          test ! -s conftest.err
22685        } && test -s conftest.$ac_objext; then
22686   ac_cv_member_scsireq_t_cmd=yes
22687 else
22688   $as_echo "$as_me: failed program was:" >&5
22689 sed 's/^/| /' conftest.$ac_ext >&5
22690
22691         cat >conftest.$ac_ext <<_ACEOF
22692 /* confdefs.h.  */
22693 _ACEOF
22694 cat confdefs.h >>conftest.$ac_ext
22695 cat >>conftest.$ac_ext <<_ACEOF
22696 /* end confdefs.h.  */
22697 #include <sys/types.h>
22698 #ifdef HAVE_SCSI_SG_H
22699 #include <scsi/sg.h>
22700 #endif
22701
22702 int
22703 main ()
22704 {
22705 static scsireq_t ac_aggr;
22706 if (sizeof ac_aggr.cmd)
22707 return 0;
22708   ;
22709   return 0;
22710 }
22711 _ACEOF
22712 rm -f conftest.$ac_objext
22713 if { (ac_try="$ac_compile"
22714 case "(($ac_try" in
22715   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22716   *) ac_try_echo=$ac_try;;
22717 esac
22718 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22719 $as_echo "$ac_try_echo") >&5
22720   (eval "$ac_compile") 2>conftest.er1
22721   ac_status=$?
22722   grep -v '^ *+' conftest.er1 >conftest.err
22723   rm -f conftest.er1
22724   cat conftest.err >&5
22725   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22726   (exit $ac_status); } && {
22727          test -z "$ac_c_werror_flag" ||
22728          test ! -s conftest.err
22729        } && test -s conftest.$ac_objext; then
22730   ac_cv_member_scsireq_t_cmd=yes
22731 else
22732   $as_echo "$as_me: failed program was:" >&5
22733 sed 's/^/| /' conftest.$ac_ext >&5
22734
22735         ac_cv_member_scsireq_t_cmd=no
22736 fi
22737
22738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22739 fi
22740
22741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22742 fi
22743 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22744 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22745 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22746
22747 cat >>confdefs.h <<_ACEOF
22748 #define HAVE_SCSIREQ_T_CMD 1
22749 _ACEOF
22750
22751
22752 fi
22753 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22754 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22755 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22756   $as_echo_n "(cached) " >&6
22757 else
22758   cat >conftest.$ac_ext <<_ACEOF
22759 /* confdefs.h.  */
22760 _ACEOF
22761 cat confdefs.h >>conftest.$ac_ext
22762 cat >>conftest.$ac_ext <<_ACEOF
22763 /* end confdefs.h.  */
22764 #include <sys/types.h>
22765 #ifdef HAVE_SCSI_SG_H
22766 #include <scsi/sg.h>
22767 #endif
22768
22769 int
22770 main ()
22771 {
22772 static sg_io_hdr_t ac_aggr;
22773 if (ac_aggr.interface_id)
22774 return 0;
22775   ;
22776   return 0;
22777 }
22778 _ACEOF
22779 rm -f conftest.$ac_objext
22780 if { (ac_try="$ac_compile"
22781 case "(($ac_try" in
22782   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22783   *) ac_try_echo=$ac_try;;
22784 esac
22785 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22786 $as_echo "$ac_try_echo") >&5
22787   (eval "$ac_compile") 2>conftest.er1
22788   ac_status=$?
22789   grep -v '^ *+' conftest.er1 >conftest.err
22790   rm -f conftest.er1
22791   cat conftest.err >&5
22792   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22793   (exit $ac_status); } && {
22794          test -z "$ac_c_werror_flag" ||
22795          test ! -s conftest.err
22796        } && test -s conftest.$ac_objext; then
22797   ac_cv_member_sg_io_hdr_t_interface_id=yes
22798 else
22799   $as_echo "$as_me: failed program was:" >&5
22800 sed 's/^/| /' conftest.$ac_ext >&5
22801
22802         cat >conftest.$ac_ext <<_ACEOF
22803 /* confdefs.h.  */
22804 _ACEOF
22805 cat confdefs.h >>conftest.$ac_ext
22806 cat >>conftest.$ac_ext <<_ACEOF
22807 /* end confdefs.h.  */
22808 #include <sys/types.h>
22809 #ifdef HAVE_SCSI_SG_H
22810 #include <scsi/sg.h>
22811 #endif
22812
22813 int
22814 main ()
22815 {
22816 static sg_io_hdr_t ac_aggr;
22817 if (sizeof ac_aggr.interface_id)
22818 return 0;
22819   ;
22820   return 0;
22821 }
22822 _ACEOF
22823 rm -f conftest.$ac_objext
22824 if { (ac_try="$ac_compile"
22825 case "(($ac_try" in
22826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22827   *) ac_try_echo=$ac_try;;
22828 esac
22829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22830 $as_echo "$ac_try_echo") >&5
22831   (eval "$ac_compile") 2>conftest.er1
22832   ac_status=$?
22833   grep -v '^ *+' conftest.er1 >conftest.err
22834   rm -f conftest.er1
22835   cat conftest.err >&5
22836   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22837   (exit $ac_status); } && {
22838          test -z "$ac_c_werror_flag" ||
22839          test ! -s conftest.err
22840        } && test -s conftest.$ac_objext; then
22841   ac_cv_member_sg_io_hdr_t_interface_id=yes
22842 else
22843   $as_echo "$as_me: failed program was:" >&5
22844 sed 's/^/| /' conftest.$ac_ext >&5
22845
22846         ac_cv_member_sg_io_hdr_t_interface_id=no
22847 fi
22848
22849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22850 fi
22851
22852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22853 fi
22854 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22855 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22856 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22857
22858 cat >>confdefs.h <<_ACEOF
22859 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22860 _ACEOF
22861
22862
22863 fi
22864
22865
22866 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22867 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22868 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22869   $as_echo_n "(cached) " >&6
22870 else
22871   cat >conftest.$ac_ext <<_ACEOF
22872 /* confdefs.h.  */
22873 _ACEOF
22874 cat confdefs.h >>conftest.$ac_ext
22875 cat >>conftest.$ac_ext <<_ACEOF
22876 /* end confdefs.h.  */
22877 #include <signal.h>
22878
22879 int
22880 main ()
22881 {
22882 static siginfo_t ac_aggr;
22883 if (ac_aggr.si_fd)
22884 return 0;
22885   ;
22886   return 0;
22887 }
22888 _ACEOF
22889 rm -f conftest.$ac_objext
22890 if { (ac_try="$ac_compile"
22891 case "(($ac_try" in
22892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22893   *) ac_try_echo=$ac_try;;
22894 esac
22895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22896 $as_echo "$ac_try_echo") >&5
22897   (eval "$ac_compile") 2>conftest.er1
22898   ac_status=$?
22899   grep -v '^ *+' conftest.er1 >conftest.err
22900   rm -f conftest.er1
22901   cat conftest.err >&5
22902   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22903   (exit $ac_status); } && {
22904          test -z "$ac_c_werror_flag" ||
22905          test ! -s conftest.err
22906        } && test -s conftest.$ac_objext; then
22907   ac_cv_member_siginfo_t_si_fd=yes
22908 else
22909   $as_echo "$as_me: failed program was:" >&5
22910 sed 's/^/| /' conftest.$ac_ext >&5
22911
22912         cat >conftest.$ac_ext <<_ACEOF
22913 /* confdefs.h.  */
22914 _ACEOF
22915 cat confdefs.h >>conftest.$ac_ext
22916 cat >>conftest.$ac_ext <<_ACEOF
22917 /* end confdefs.h.  */
22918 #include <signal.h>
22919
22920 int
22921 main ()
22922 {
22923 static siginfo_t ac_aggr;
22924 if (sizeof ac_aggr.si_fd)
22925 return 0;
22926   ;
22927   return 0;
22928 }
22929 _ACEOF
22930 rm -f conftest.$ac_objext
22931 if { (ac_try="$ac_compile"
22932 case "(($ac_try" in
22933   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22934   *) ac_try_echo=$ac_try;;
22935 esac
22936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22937 $as_echo "$ac_try_echo") >&5
22938   (eval "$ac_compile") 2>conftest.er1
22939   ac_status=$?
22940   grep -v '^ *+' conftest.er1 >conftest.err
22941   rm -f conftest.er1
22942   cat conftest.err >&5
22943   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22944   (exit $ac_status); } && {
22945          test -z "$ac_c_werror_flag" ||
22946          test ! -s conftest.err
22947        } && test -s conftest.$ac_objext; then
22948   ac_cv_member_siginfo_t_si_fd=yes
22949 else
22950   $as_echo "$as_me: failed program was:" >&5
22951 sed 's/^/| /' conftest.$ac_ext >&5
22952
22953         ac_cv_member_siginfo_t_si_fd=no
22954 fi
22955
22956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22957 fi
22958
22959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22960 fi
22961 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22962 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22963 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22964
22965 cat >>confdefs.h <<_ACEOF
22966 #define HAVE_SIGINFO_T_SI_FD 1
22967 _ACEOF
22968
22969
22970 fi
22971
22972
22973 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22974 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22975 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22976   $as_echo_n "(cached) " >&6
22977 else
22978   cat >conftest.$ac_ext <<_ACEOF
22979 /* confdefs.h.  */
22980 _ACEOF
22981 cat confdefs.h >>conftest.$ac_ext
22982 cat >>conftest.$ac_ext <<_ACEOF
22983 /* end confdefs.h.  */
22984 #include <sys/types.h>
22985 #ifdef HAVE_SYS_MTIO_H
22986 #include <sys/mtio.h>
22987 #endif
22988
22989 int
22990 main ()
22991 {
22992 static struct mtget ac_aggr;
22993 if (ac_aggr.mt_blksiz)
22994 return 0;
22995   ;
22996   return 0;
22997 }
22998 _ACEOF
22999 rm -f conftest.$ac_objext
23000 if { (ac_try="$ac_compile"
23001 case "(($ac_try" in
23002   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23003   *) ac_try_echo=$ac_try;;
23004 esac
23005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23006 $as_echo "$ac_try_echo") >&5
23007   (eval "$ac_compile") 2>conftest.er1
23008   ac_status=$?
23009   grep -v '^ *+' conftest.er1 >conftest.err
23010   rm -f conftest.er1
23011   cat conftest.err >&5
23012   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23013   (exit $ac_status); } && {
23014          test -z "$ac_c_werror_flag" ||
23015          test ! -s conftest.err
23016        } && test -s conftest.$ac_objext; then
23017   ac_cv_member_struct_mtget_mt_blksiz=yes
23018 else
23019   $as_echo "$as_me: failed program was:" >&5
23020 sed 's/^/| /' conftest.$ac_ext >&5
23021
23022         cat >conftest.$ac_ext <<_ACEOF
23023 /* confdefs.h.  */
23024 _ACEOF
23025 cat confdefs.h >>conftest.$ac_ext
23026 cat >>conftest.$ac_ext <<_ACEOF
23027 /* end confdefs.h.  */
23028 #include <sys/types.h>
23029 #ifdef HAVE_SYS_MTIO_H
23030 #include <sys/mtio.h>
23031 #endif
23032
23033 int
23034 main ()
23035 {
23036 static struct mtget ac_aggr;
23037 if (sizeof ac_aggr.mt_blksiz)
23038 return 0;
23039   ;
23040   return 0;
23041 }
23042 _ACEOF
23043 rm -f conftest.$ac_objext
23044 if { (ac_try="$ac_compile"
23045 case "(($ac_try" in
23046   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23047   *) ac_try_echo=$ac_try;;
23048 esac
23049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23050 $as_echo "$ac_try_echo") >&5
23051   (eval "$ac_compile") 2>conftest.er1
23052   ac_status=$?
23053   grep -v '^ *+' conftest.er1 >conftest.err
23054   rm -f conftest.er1
23055   cat conftest.err >&5
23056   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23057   (exit $ac_status); } && {
23058          test -z "$ac_c_werror_flag" ||
23059          test ! -s conftest.err
23060        } && test -s conftest.$ac_objext; then
23061   ac_cv_member_struct_mtget_mt_blksiz=yes
23062 else
23063   $as_echo "$as_me: failed program was:" >&5
23064 sed 's/^/| /' conftest.$ac_ext >&5
23065
23066         ac_cv_member_struct_mtget_mt_blksiz=no
23067 fi
23068
23069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23070 fi
23071
23072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23073 fi
23074 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
23075 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
23076 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
23077
23078 cat >>confdefs.h <<_ACEOF
23079 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
23080 _ACEOF
23081
23082
23083 fi
23084 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
23085 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
23086 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
23087   $as_echo_n "(cached) " >&6
23088 else
23089   cat >conftest.$ac_ext <<_ACEOF
23090 /* confdefs.h.  */
23091 _ACEOF
23092 cat confdefs.h >>conftest.$ac_ext
23093 cat >>conftest.$ac_ext <<_ACEOF
23094 /* end confdefs.h.  */
23095 #include <sys/types.h>
23096 #ifdef HAVE_SYS_MTIO_H
23097 #include <sys/mtio.h>
23098 #endif
23099
23100 int
23101 main ()
23102 {
23103 static struct mtget ac_aggr;
23104 if (ac_aggr.mt_gstat)
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_mtget_mt_gstat=yes
23129 else
23130   $as_echo "$as_me: failed program was:" >&5
23131 sed 's/^/| /' conftest.$ac_ext >&5
23132
23133         cat >conftest.$ac_ext <<_ACEOF
23134 /* confdefs.h.  */
23135 _ACEOF
23136 cat confdefs.h >>conftest.$ac_ext
23137 cat >>conftest.$ac_ext <<_ACEOF
23138 /* end confdefs.h.  */
23139 #include <sys/types.h>
23140 #ifdef HAVE_SYS_MTIO_H
23141 #include <sys/mtio.h>
23142 #endif
23143
23144 int
23145 main ()
23146 {
23147 static struct mtget ac_aggr;
23148 if (sizeof ac_aggr.mt_gstat)
23149 return 0;
23150   ;
23151   return 0;
23152 }
23153 _ACEOF
23154 rm -f conftest.$ac_objext
23155 if { (ac_try="$ac_compile"
23156 case "(($ac_try" in
23157   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23158   *) ac_try_echo=$ac_try;;
23159 esac
23160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23161 $as_echo "$ac_try_echo") >&5
23162   (eval "$ac_compile") 2>conftest.er1
23163   ac_status=$?
23164   grep -v '^ *+' conftest.er1 >conftest.err
23165   rm -f conftest.er1
23166   cat conftest.err >&5
23167   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23168   (exit $ac_status); } && {
23169          test -z "$ac_c_werror_flag" ||
23170          test ! -s conftest.err
23171        } && test -s conftest.$ac_objext; then
23172   ac_cv_member_struct_mtget_mt_gstat=yes
23173 else
23174   $as_echo "$as_me: failed program was:" >&5
23175 sed 's/^/| /' conftest.$ac_ext >&5
23176
23177         ac_cv_member_struct_mtget_mt_gstat=no
23178 fi
23179
23180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23181 fi
23182
23183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23184 fi
23185 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
23186 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
23187 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
23188
23189 cat >>confdefs.h <<_ACEOF
23190 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
23191 _ACEOF
23192
23193
23194 fi
23195 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
23196 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
23197 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
23198   $as_echo_n "(cached) " >&6
23199 else
23200   cat >conftest.$ac_ext <<_ACEOF
23201 /* confdefs.h.  */
23202 _ACEOF
23203 cat confdefs.h >>conftest.$ac_ext
23204 cat >>conftest.$ac_ext <<_ACEOF
23205 /* end confdefs.h.  */
23206 #include <sys/types.h>
23207 #ifdef HAVE_SYS_MTIO_H
23208 #include <sys/mtio.h>
23209 #endif
23210
23211 int
23212 main ()
23213 {
23214 static struct mtget ac_aggr;
23215 if (ac_aggr.mt_blkno)
23216 return 0;
23217   ;
23218   return 0;
23219 }
23220 _ACEOF
23221 rm -f conftest.$ac_objext
23222 if { (ac_try="$ac_compile"
23223 case "(($ac_try" in
23224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23225   *) ac_try_echo=$ac_try;;
23226 esac
23227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23228 $as_echo "$ac_try_echo") >&5
23229   (eval "$ac_compile") 2>conftest.er1
23230   ac_status=$?
23231   grep -v '^ *+' conftest.er1 >conftest.err
23232   rm -f conftest.er1
23233   cat conftest.err >&5
23234   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23235   (exit $ac_status); } && {
23236          test -z "$ac_c_werror_flag" ||
23237          test ! -s conftest.err
23238        } && test -s conftest.$ac_objext; then
23239   ac_cv_member_struct_mtget_mt_blkno=yes
23240 else
23241   $as_echo "$as_me: failed program was:" >&5
23242 sed 's/^/| /' conftest.$ac_ext >&5
23243
23244         cat >conftest.$ac_ext <<_ACEOF
23245 /* confdefs.h.  */
23246 _ACEOF
23247 cat confdefs.h >>conftest.$ac_ext
23248 cat >>conftest.$ac_ext <<_ACEOF
23249 /* end confdefs.h.  */
23250 #include <sys/types.h>
23251 #ifdef HAVE_SYS_MTIO_H
23252 #include <sys/mtio.h>
23253 #endif
23254
23255 int
23256 main ()
23257 {
23258 static struct mtget ac_aggr;
23259 if (sizeof ac_aggr.mt_blkno)
23260 return 0;
23261   ;
23262   return 0;
23263 }
23264 _ACEOF
23265 rm -f conftest.$ac_objext
23266 if { (ac_try="$ac_compile"
23267 case "(($ac_try" in
23268   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23269   *) ac_try_echo=$ac_try;;
23270 esac
23271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23272 $as_echo "$ac_try_echo") >&5
23273   (eval "$ac_compile") 2>conftest.er1
23274   ac_status=$?
23275   grep -v '^ *+' conftest.er1 >conftest.err
23276   rm -f conftest.er1
23277   cat conftest.err >&5
23278   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23279   (exit $ac_status); } && {
23280          test -z "$ac_c_werror_flag" ||
23281          test ! -s conftest.err
23282        } && test -s conftest.$ac_objext; then
23283   ac_cv_member_struct_mtget_mt_blkno=yes
23284 else
23285   $as_echo "$as_me: failed program was:" >&5
23286 sed 's/^/| /' conftest.$ac_ext >&5
23287
23288         ac_cv_member_struct_mtget_mt_blkno=no
23289 fi
23290
23291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23292 fi
23293
23294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23295 fi
23296 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
23297 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
23298 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
23299
23300 cat >>confdefs.h <<_ACEOF
23301 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
23302 _ACEOF
23303
23304
23305 fi
23306
23307
23308 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
23309 $as_echo_n "checking for struct option.name... " >&6; }
23310 if test "${ac_cv_member_struct_option_name+set}" = set; then
23311   $as_echo_n "(cached) " >&6
23312 else
23313   cat >conftest.$ac_ext <<_ACEOF
23314 /* confdefs.h.  */
23315 _ACEOF
23316 cat confdefs.h >>conftest.$ac_ext
23317 cat >>conftest.$ac_ext <<_ACEOF
23318 /* end confdefs.h.  */
23319 #ifdef HAVE_GETOPT_H
23320 #include <getopt.h>
23321 #endif
23322
23323 int
23324 main ()
23325 {
23326 static struct option ac_aggr;
23327 if (ac_aggr.name)
23328 return 0;
23329   ;
23330   return 0;
23331 }
23332 _ACEOF
23333 rm -f conftest.$ac_objext
23334 if { (ac_try="$ac_compile"
23335 case "(($ac_try" in
23336   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23337   *) ac_try_echo=$ac_try;;
23338 esac
23339 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23340 $as_echo "$ac_try_echo") >&5
23341   (eval "$ac_compile") 2>conftest.er1
23342   ac_status=$?
23343   grep -v '^ *+' conftest.er1 >conftest.err
23344   rm -f conftest.er1
23345   cat conftest.err >&5
23346   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23347   (exit $ac_status); } && {
23348          test -z "$ac_c_werror_flag" ||
23349          test ! -s conftest.err
23350        } && test -s conftest.$ac_objext; then
23351   ac_cv_member_struct_option_name=yes
23352 else
23353   $as_echo "$as_me: failed program was:" >&5
23354 sed 's/^/| /' conftest.$ac_ext >&5
23355
23356         cat >conftest.$ac_ext <<_ACEOF
23357 /* confdefs.h.  */
23358 _ACEOF
23359 cat confdefs.h >>conftest.$ac_ext
23360 cat >>conftest.$ac_ext <<_ACEOF
23361 /* end confdefs.h.  */
23362 #ifdef HAVE_GETOPT_H
23363 #include <getopt.h>
23364 #endif
23365
23366 int
23367 main ()
23368 {
23369 static struct option ac_aggr;
23370 if (sizeof ac_aggr.name)
23371 return 0;
23372   ;
23373   return 0;
23374 }
23375 _ACEOF
23376 rm -f conftest.$ac_objext
23377 if { (ac_try="$ac_compile"
23378 case "(($ac_try" in
23379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23380   *) ac_try_echo=$ac_try;;
23381 esac
23382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23383 $as_echo "$ac_try_echo") >&5
23384   (eval "$ac_compile") 2>conftest.er1
23385   ac_status=$?
23386   grep -v '^ *+' conftest.er1 >conftest.err
23387   rm -f conftest.er1
23388   cat conftest.err >&5
23389   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23390   (exit $ac_status); } && {
23391          test -z "$ac_c_werror_flag" ||
23392          test ! -s conftest.err
23393        } && test -s conftest.$ac_objext; then
23394   ac_cv_member_struct_option_name=yes
23395 else
23396   $as_echo "$as_me: failed program was:" >&5
23397 sed 's/^/| /' conftest.$ac_ext >&5
23398
23399         ac_cv_member_struct_option_name=no
23400 fi
23401
23402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23403 fi
23404
23405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23406 fi
23407 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23408 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23409 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23410
23411 cat >>confdefs.h <<_ACEOF
23412 #define HAVE_STRUCT_OPTION_NAME 1
23413 _ACEOF
23414
23415
23416 fi
23417
23418
23419 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23420 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23421 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23422   $as_echo_n "(cached) " >&6
23423 else
23424   cat >conftest.$ac_ext <<_ACEOF
23425 /* confdefs.h.  */
23426 _ACEOF
23427 cat confdefs.h >>conftest.$ac_ext
23428 cat >>conftest.$ac_ext <<_ACEOF
23429 /* end confdefs.h.  */
23430 $ac_includes_default
23431 int
23432 main ()
23433 {
23434 static struct stat ac_aggr;
23435 if (ac_aggr.st_blocks)
23436 return 0;
23437   ;
23438   return 0;
23439 }
23440 _ACEOF
23441 rm -f conftest.$ac_objext
23442 if { (ac_try="$ac_compile"
23443 case "(($ac_try" in
23444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23445   *) ac_try_echo=$ac_try;;
23446 esac
23447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23448 $as_echo "$ac_try_echo") >&5
23449   (eval "$ac_compile") 2>conftest.er1
23450   ac_status=$?
23451   grep -v '^ *+' conftest.er1 >conftest.err
23452   rm -f conftest.er1
23453   cat conftest.err >&5
23454   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23455   (exit $ac_status); } && {
23456          test -z "$ac_c_werror_flag" ||
23457          test ! -s conftest.err
23458        } && test -s conftest.$ac_objext; then
23459   ac_cv_member_struct_stat_st_blocks=yes
23460 else
23461   $as_echo "$as_me: failed program was:" >&5
23462 sed 's/^/| /' conftest.$ac_ext >&5
23463
23464         cat >conftest.$ac_ext <<_ACEOF
23465 /* confdefs.h.  */
23466 _ACEOF
23467 cat confdefs.h >>conftest.$ac_ext
23468 cat >>conftest.$ac_ext <<_ACEOF
23469 /* end confdefs.h.  */
23470 $ac_includes_default
23471 int
23472 main ()
23473 {
23474 static struct stat ac_aggr;
23475 if (sizeof ac_aggr.st_blocks)
23476 return 0;
23477   ;
23478   return 0;
23479 }
23480 _ACEOF
23481 rm -f conftest.$ac_objext
23482 if { (ac_try="$ac_compile"
23483 case "(($ac_try" in
23484   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23485   *) ac_try_echo=$ac_try;;
23486 esac
23487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23488 $as_echo "$ac_try_echo") >&5
23489   (eval "$ac_compile") 2>conftest.er1
23490   ac_status=$?
23491   grep -v '^ *+' conftest.er1 >conftest.err
23492   rm -f conftest.er1
23493   cat conftest.err >&5
23494   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23495   (exit $ac_status); } && {
23496          test -z "$ac_c_werror_flag" ||
23497          test ! -s conftest.err
23498        } && test -s conftest.$ac_objext; then
23499   ac_cv_member_struct_stat_st_blocks=yes
23500 else
23501   $as_echo "$as_me: failed program was:" >&5
23502 sed 's/^/| /' conftest.$ac_ext >&5
23503
23504         ac_cv_member_struct_stat_st_blocks=no
23505 fi
23506
23507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23508 fi
23509
23510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23511 fi
23512 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23513 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23514 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23515
23516 cat >>confdefs.h <<_ACEOF
23517 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23518 _ACEOF
23519
23520
23521 fi
23522 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23523 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23524 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23525   $as_echo_n "(cached) " >&6
23526 else
23527   cat >conftest.$ac_ext <<_ACEOF
23528 /* confdefs.h.  */
23529 _ACEOF
23530 cat confdefs.h >>conftest.$ac_ext
23531 cat >>conftest.$ac_ext <<_ACEOF
23532 /* end confdefs.h.  */
23533 $ac_includes_default
23534 int
23535 main ()
23536 {
23537 static struct stat ac_aggr;
23538 if (ac_aggr.st_mtim)
23539 return 0;
23540   ;
23541   return 0;
23542 }
23543 _ACEOF
23544 rm -f conftest.$ac_objext
23545 if { (ac_try="$ac_compile"
23546 case "(($ac_try" in
23547   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23548   *) ac_try_echo=$ac_try;;
23549 esac
23550 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23551 $as_echo "$ac_try_echo") >&5
23552   (eval "$ac_compile") 2>conftest.er1
23553   ac_status=$?
23554   grep -v '^ *+' conftest.er1 >conftest.err
23555   rm -f conftest.er1
23556   cat conftest.err >&5
23557   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23558   (exit $ac_status); } && {
23559          test -z "$ac_c_werror_flag" ||
23560          test ! -s conftest.err
23561        } && test -s conftest.$ac_objext; then
23562   ac_cv_member_struct_stat_st_mtim=yes
23563 else
23564   $as_echo "$as_me: failed program was:" >&5
23565 sed 's/^/| /' conftest.$ac_ext >&5
23566
23567         cat >conftest.$ac_ext <<_ACEOF
23568 /* confdefs.h.  */
23569 _ACEOF
23570 cat confdefs.h >>conftest.$ac_ext
23571 cat >>conftest.$ac_ext <<_ACEOF
23572 /* end confdefs.h.  */
23573 $ac_includes_default
23574 int
23575 main ()
23576 {
23577 static struct stat ac_aggr;
23578 if (sizeof ac_aggr.st_mtim)
23579 return 0;
23580   ;
23581   return 0;
23582 }
23583 _ACEOF
23584 rm -f conftest.$ac_objext
23585 if { (ac_try="$ac_compile"
23586 case "(($ac_try" in
23587   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23588   *) ac_try_echo=$ac_try;;
23589 esac
23590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23591 $as_echo "$ac_try_echo") >&5
23592   (eval "$ac_compile") 2>conftest.er1
23593   ac_status=$?
23594   grep -v '^ *+' conftest.er1 >conftest.err
23595   rm -f conftest.er1
23596   cat conftest.err >&5
23597   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23598   (exit $ac_status); } && {
23599          test -z "$ac_c_werror_flag" ||
23600          test ! -s conftest.err
23601        } && test -s conftest.$ac_objext; then
23602   ac_cv_member_struct_stat_st_mtim=yes
23603 else
23604   $as_echo "$as_me: failed program was:" >&5
23605 sed 's/^/| /' conftest.$ac_ext >&5
23606
23607         ac_cv_member_struct_stat_st_mtim=no
23608 fi
23609
23610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23611 fi
23612
23613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23614 fi
23615 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23616 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23617 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23618
23619 cat >>confdefs.h <<_ACEOF
23620 #define HAVE_STRUCT_STAT_ST_MTIM 1
23621 _ACEOF
23622
23623
23624 fi
23625 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23626 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23627 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23628   $as_echo_n "(cached) " >&6
23629 else
23630   cat >conftest.$ac_ext <<_ACEOF
23631 /* confdefs.h.  */
23632 _ACEOF
23633 cat confdefs.h >>conftest.$ac_ext
23634 cat >>conftest.$ac_ext <<_ACEOF
23635 /* end confdefs.h.  */
23636 $ac_includes_default
23637 int
23638 main ()
23639 {
23640 static struct stat ac_aggr;
23641 if (ac_aggr.st_ctim)
23642 return 0;
23643   ;
23644   return 0;
23645 }
23646 _ACEOF
23647 rm -f conftest.$ac_objext
23648 if { (ac_try="$ac_compile"
23649 case "(($ac_try" in
23650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23651   *) ac_try_echo=$ac_try;;
23652 esac
23653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23654 $as_echo "$ac_try_echo") >&5
23655   (eval "$ac_compile") 2>conftest.er1
23656   ac_status=$?
23657   grep -v '^ *+' conftest.er1 >conftest.err
23658   rm -f conftest.er1
23659   cat conftest.err >&5
23660   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23661   (exit $ac_status); } && {
23662          test -z "$ac_c_werror_flag" ||
23663          test ! -s conftest.err
23664        } && test -s conftest.$ac_objext; then
23665   ac_cv_member_struct_stat_st_ctim=yes
23666 else
23667   $as_echo "$as_me: failed program was:" >&5
23668 sed 's/^/| /' conftest.$ac_ext >&5
23669
23670         cat >conftest.$ac_ext <<_ACEOF
23671 /* confdefs.h.  */
23672 _ACEOF
23673 cat confdefs.h >>conftest.$ac_ext
23674 cat >>conftest.$ac_ext <<_ACEOF
23675 /* end confdefs.h.  */
23676 $ac_includes_default
23677 int
23678 main ()
23679 {
23680 static struct stat ac_aggr;
23681 if (sizeof ac_aggr.st_ctim)
23682 return 0;
23683   ;
23684   return 0;
23685 }
23686 _ACEOF
23687 rm -f conftest.$ac_objext
23688 if { (ac_try="$ac_compile"
23689 case "(($ac_try" in
23690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23691   *) ac_try_echo=$ac_try;;
23692 esac
23693 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23694 $as_echo "$ac_try_echo") >&5
23695   (eval "$ac_compile") 2>conftest.er1
23696   ac_status=$?
23697   grep -v '^ *+' conftest.er1 >conftest.err
23698   rm -f conftest.er1
23699   cat conftest.err >&5
23700   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23701   (exit $ac_status); } && {
23702          test -z "$ac_c_werror_flag" ||
23703          test ! -s conftest.err
23704        } && test -s conftest.$ac_objext; then
23705   ac_cv_member_struct_stat_st_ctim=yes
23706 else
23707   $as_echo "$as_me: failed program was:" >&5
23708 sed 's/^/| /' conftest.$ac_ext >&5
23709
23710         ac_cv_member_struct_stat_st_ctim=no
23711 fi
23712
23713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23714 fi
23715
23716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23717 fi
23718 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23719 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23720 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23721
23722 cat >>confdefs.h <<_ACEOF
23723 #define HAVE_STRUCT_STAT_ST_CTIM 1
23724 _ACEOF
23725
23726
23727 fi
23728 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23729 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23730 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23731   $as_echo_n "(cached) " >&6
23732 else
23733   cat >conftest.$ac_ext <<_ACEOF
23734 /* confdefs.h.  */
23735 _ACEOF
23736 cat confdefs.h >>conftest.$ac_ext
23737 cat >>conftest.$ac_ext <<_ACEOF
23738 /* end confdefs.h.  */
23739 $ac_includes_default
23740 int
23741 main ()
23742 {
23743 static struct stat ac_aggr;
23744 if (ac_aggr.st_atim)
23745 return 0;
23746   ;
23747   return 0;
23748 }
23749 _ACEOF
23750 rm -f conftest.$ac_objext
23751 if { (ac_try="$ac_compile"
23752 case "(($ac_try" in
23753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23754   *) ac_try_echo=$ac_try;;
23755 esac
23756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23757 $as_echo "$ac_try_echo") >&5
23758   (eval "$ac_compile") 2>conftest.er1
23759   ac_status=$?
23760   grep -v '^ *+' conftest.er1 >conftest.err
23761   rm -f conftest.er1
23762   cat conftest.err >&5
23763   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23764   (exit $ac_status); } && {
23765          test -z "$ac_c_werror_flag" ||
23766          test ! -s conftest.err
23767        } && test -s conftest.$ac_objext; then
23768   ac_cv_member_struct_stat_st_atim=yes
23769 else
23770   $as_echo "$as_me: failed program was:" >&5
23771 sed 's/^/| /' conftest.$ac_ext >&5
23772
23773         cat >conftest.$ac_ext <<_ACEOF
23774 /* confdefs.h.  */
23775 _ACEOF
23776 cat confdefs.h >>conftest.$ac_ext
23777 cat >>conftest.$ac_ext <<_ACEOF
23778 /* end confdefs.h.  */
23779 $ac_includes_default
23780 int
23781 main ()
23782 {
23783 static struct stat ac_aggr;
23784 if (sizeof ac_aggr.st_atim)
23785 return 0;
23786   ;
23787   return 0;
23788 }
23789 _ACEOF
23790 rm -f conftest.$ac_objext
23791 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
23808   ac_cv_member_struct_stat_st_atim=yes
23809 else
23810   $as_echo "$as_me: failed program was:" >&5
23811 sed 's/^/| /' conftest.$ac_ext >&5
23812
23813         ac_cv_member_struct_stat_st_atim=no
23814 fi
23815
23816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23817 fi
23818
23819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23820 fi
23821 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23822 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23823 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23824
23825 cat >>confdefs.h <<_ACEOF
23826 #define HAVE_STRUCT_STAT_ST_ATIM 1
23827 _ACEOF
23828
23829
23830 fi
23831
23832
23833 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23834 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23835 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+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 #ifdef HAVE_SYS_TYPES_H
23845 #include <sys/types.h>
23846 #endif
23847 #ifdef HAVE_NETINET_IN_H
23848 #include <netinet/in.h>
23849 #endif
23850
23851 int
23852 main ()
23853 {
23854 static struct sockaddr_in6 ac_aggr;
23855 if (ac_aggr.sin6_scope_id)
23856 return 0;
23857   ;
23858   return 0;
23859 }
23860 _ACEOF
23861 rm -f conftest.$ac_objext
23862 if { (ac_try="$ac_compile"
23863 case "(($ac_try" in
23864   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23865   *) ac_try_echo=$ac_try;;
23866 esac
23867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23868 $as_echo "$ac_try_echo") >&5
23869   (eval "$ac_compile") 2>conftest.er1
23870   ac_status=$?
23871   grep -v '^ *+' conftest.er1 >conftest.err
23872   rm -f conftest.er1
23873   cat conftest.err >&5
23874   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23875   (exit $ac_status); } && {
23876          test -z "$ac_c_werror_flag" ||
23877          test ! -s conftest.err
23878        } && test -s conftest.$ac_objext; then
23879   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23880 else
23881   $as_echo "$as_me: failed program was:" >&5
23882 sed 's/^/| /' conftest.$ac_ext >&5
23883
23884         cat >conftest.$ac_ext <<_ACEOF
23885 /* confdefs.h.  */
23886 _ACEOF
23887 cat confdefs.h >>conftest.$ac_ext
23888 cat >>conftest.$ac_ext <<_ACEOF
23889 /* end confdefs.h.  */
23890 #ifdef HAVE_SYS_TYPES_H
23891 #include <sys/types.h>
23892 #endif
23893 #ifdef HAVE_NETINET_IN_H
23894 #include <netinet/in.h>
23895 #endif
23896
23897 int
23898 main ()
23899 {
23900 static struct sockaddr_in6 ac_aggr;
23901 if (sizeof ac_aggr.sin6_scope_id)
23902 return 0;
23903   ;
23904   return 0;
23905 }
23906 _ACEOF
23907 rm -f conftest.$ac_objext
23908 if { (ac_try="$ac_compile"
23909 case "(($ac_try" in
23910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23911   *) ac_try_echo=$ac_try;;
23912 esac
23913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23914 $as_echo "$ac_try_echo") >&5
23915   (eval "$ac_compile") 2>conftest.er1
23916   ac_status=$?
23917   grep -v '^ *+' conftest.er1 >conftest.err
23918   rm -f conftest.er1
23919   cat conftest.err >&5
23920   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23921   (exit $ac_status); } && {
23922          test -z "$ac_c_werror_flag" ||
23923          test ! -s conftest.err
23924        } && test -s conftest.$ac_objext; then
23925   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23926 else
23927   $as_echo "$as_me: failed program was:" >&5
23928 sed 's/^/| /' conftest.$ac_ext >&5
23929
23930         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23931 fi
23932
23933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23934 fi
23935
23936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23937 fi
23938 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23939 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23940 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23941
23942 cat >>confdefs.h <<_ACEOF
23943 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23944 _ACEOF
23945
23946
23947 fi
23948
23949
23950 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23951 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23952 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23953   $as_echo_n "(cached) " >&6
23954 else
23955   cat >conftest.$ac_ext <<_ACEOF
23956 /* confdefs.h.  */
23957 _ACEOF
23958 cat confdefs.h >>conftest.$ac_ext
23959 cat >>conftest.$ac_ext <<_ACEOF
23960 /* end confdefs.h.  */
23961 #ifdef HAVE_SYS_TYPES_H
23962 #include <sys/types.h>
23963 #endif
23964 #ifdef HAVE_NETINET_IN_H
23965 # include <netinet/in.h>
23966 #endif
23967 #ifdef HAVE_ARPA_NAMESER_H
23968 # include <arpa/nameser.h>
23969 #endif
23970
23971 int
23972 main ()
23973 {
23974 static ns_msg ac_aggr;
23975 if (ac_aggr._msg_ptr)
23976 return 0;
23977   ;
23978   return 0;
23979 }
23980 _ACEOF
23981 rm -f conftest.$ac_objext
23982 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
23999   ac_cv_member_ns_msg__msg_ptr=yes
24000 else
24001   $as_echo "$as_me: failed program was:" >&5
24002 sed 's/^/| /' conftest.$ac_ext >&5
24003
24004         cat >conftest.$ac_ext <<_ACEOF
24005 /* confdefs.h.  */
24006 _ACEOF
24007 cat confdefs.h >>conftest.$ac_ext
24008 cat >>conftest.$ac_ext <<_ACEOF
24009 /* end confdefs.h.  */
24010 #ifdef HAVE_SYS_TYPES_H
24011 #include <sys/types.h>
24012 #endif
24013 #ifdef HAVE_NETINET_IN_H
24014 # include <netinet/in.h>
24015 #endif
24016 #ifdef HAVE_ARPA_NAMESER_H
24017 # include <arpa/nameser.h>
24018 #endif
24019
24020 int
24021 main ()
24022 {
24023 static ns_msg ac_aggr;
24024 if (sizeof ac_aggr._msg_ptr)
24025 return 0;
24026   ;
24027   return 0;
24028 }
24029 _ACEOF
24030 rm -f conftest.$ac_objext
24031 if { (ac_try="$ac_compile"
24032 case "(($ac_try" in
24033   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24034   *) ac_try_echo=$ac_try;;
24035 esac
24036 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24037 $as_echo "$ac_try_echo") >&5
24038   (eval "$ac_compile") 2>conftest.er1
24039   ac_status=$?
24040   grep -v '^ *+' conftest.er1 >conftest.err
24041   rm -f conftest.er1
24042   cat conftest.err >&5
24043   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24044   (exit $ac_status); } && {
24045          test -z "$ac_c_werror_flag" ||
24046          test ! -s conftest.err
24047        } && test -s conftest.$ac_objext; then
24048   ac_cv_member_ns_msg__msg_ptr=yes
24049 else
24050   $as_echo "$as_me: failed program was:" >&5
24051 sed 's/^/| /' conftest.$ac_ext >&5
24052
24053         ac_cv_member_ns_msg__msg_ptr=no
24054 fi
24055
24056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24057 fi
24058
24059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24060 fi
24061 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
24062 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
24063 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
24064
24065 cat >>confdefs.h <<_ACEOF
24066 #define HAVE_NS_MSG__MSG_PTR 1
24067 _ACEOF
24068
24069
24070 fi
24071
24072
24073 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
24074 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
24075 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
24076   $as_echo_n "(cached) " >&6
24077 else
24078   cat >conftest.$ac_ext <<_ACEOF
24079 /* confdefs.h.  */
24080 _ACEOF
24081 cat confdefs.h >>conftest.$ac_ext
24082 cat >>conftest.$ac_ext <<_ACEOF
24083 /* end confdefs.h.  */
24084 #ifdef HAVE_SYS_TYPES_H
24085 #include <sys/types.h>
24086 #endif
24087 #ifdef HAVE_ALIAS_H
24088 #include <alias.h>
24089 #endif
24090 #ifdef HAVE_SYS_SOCKET_H
24091 #include <sys/socket.h>
24092 #endif
24093 #ifdef HAVE_SYS_SOCKETVAR_H
24094 #include <sys/socketvar.h>
24095 #endif
24096 #ifdef HAVE_SYS_TIMEOUT_H
24097 #include <sys/timeout.h>
24098 #endif
24099 #ifdef HAVE_NETINET_IN_H
24100 #include <netinet/in.h>
24101 #endif
24102 #ifdef HAVE_NETINET_IN_SYSTM_H
24103 #include <netinet/in_systm.h>
24104 #endif
24105 #ifdef HAVE_NETINET_IP_H
24106 #include <netinet/ip.h>
24107 #endif
24108 #ifdef HAVE_NETINET_IP_VAR_H
24109 #include <netinet/ip_var.h>
24110 #endif
24111 #ifdef HAVE_NETINET_IP_ICMP_H
24112 #include <netinet/ip_icmp.h>
24113 #endif
24114 #ifdef HAVE_NETINET_ICMP_VAR
24115 #include <netinet/icmp_var.h>
24116 #endif
24117
24118 int
24119 main ()
24120 {
24121 static struct icmpstat ac_aggr;
24122 if (ac_aggr.icps_outhist)
24123 return 0;
24124   ;
24125   return 0;
24126 }
24127 _ACEOF
24128 rm -f conftest.$ac_objext
24129 if { (ac_try="$ac_compile"
24130 case "(($ac_try" in
24131   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24132   *) ac_try_echo=$ac_try;;
24133 esac
24134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24135 $as_echo "$ac_try_echo") >&5
24136   (eval "$ac_compile") 2>conftest.er1
24137   ac_status=$?
24138   grep -v '^ *+' conftest.er1 >conftest.err
24139   rm -f conftest.er1
24140   cat conftest.err >&5
24141   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24142   (exit $ac_status); } && {
24143          test -z "$ac_c_werror_flag" ||
24144          test ! -s conftest.err
24145        } && test -s conftest.$ac_objext; then
24146   ac_cv_member_struct_icmpstat_icps_outhist=yes
24147 else
24148   $as_echo "$as_me: failed program was:" >&5
24149 sed 's/^/| /' conftest.$ac_ext >&5
24150
24151         cat >conftest.$ac_ext <<_ACEOF
24152 /* confdefs.h.  */
24153 _ACEOF
24154 cat confdefs.h >>conftest.$ac_ext
24155 cat >>conftest.$ac_ext <<_ACEOF
24156 /* end confdefs.h.  */
24157 #ifdef HAVE_SYS_TYPES_H
24158 #include <sys/types.h>
24159 #endif
24160 #ifdef HAVE_ALIAS_H
24161 #include <alias.h>
24162 #endif
24163 #ifdef HAVE_SYS_SOCKET_H
24164 #include <sys/socket.h>
24165 #endif
24166 #ifdef HAVE_SYS_SOCKETVAR_H
24167 #include <sys/socketvar.h>
24168 #endif
24169 #ifdef HAVE_SYS_TIMEOUT_H
24170 #include <sys/timeout.h>
24171 #endif
24172 #ifdef HAVE_NETINET_IN_H
24173 #include <netinet/in.h>
24174 #endif
24175 #ifdef HAVE_NETINET_IN_SYSTM_H
24176 #include <netinet/in_systm.h>
24177 #endif
24178 #ifdef HAVE_NETINET_IP_H
24179 #include <netinet/ip.h>
24180 #endif
24181 #ifdef HAVE_NETINET_IP_VAR_H
24182 #include <netinet/ip_var.h>
24183 #endif
24184 #ifdef HAVE_NETINET_IP_ICMP_H
24185 #include <netinet/ip_icmp.h>
24186 #endif
24187 #ifdef HAVE_NETINET_ICMP_VAR
24188 #include <netinet/icmp_var.h>
24189 #endif
24190
24191 int
24192 main ()
24193 {
24194 static struct icmpstat ac_aggr;
24195 if (sizeof ac_aggr.icps_outhist)
24196 return 0;
24197   ;
24198   return 0;
24199 }
24200 _ACEOF
24201 rm -f conftest.$ac_objext
24202 if { (ac_try="$ac_compile"
24203 case "(($ac_try" in
24204   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24205   *) ac_try_echo=$ac_try;;
24206 esac
24207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24208 $as_echo "$ac_try_echo") >&5
24209   (eval "$ac_compile") 2>conftest.er1
24210   ac_status=$?
24211   grep -v '^ *+' conftest.er1 >conftest.err
24212   rm -f conftest.er1
24213   cat conftest.err >&5
24214   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24215   (exit $ac_status); } && {
24216          test -z "$ac_c_werror_flag" ||
24217          test ! -s conftest.err
24218        } && test -s conftest.$ac_objext; then
24219   ac_cv_member_struct_icmpstat_icps_outhist=yes
24220 else
24221   $as_echo "$as_me: failed program was:" >&5
24222 sed 's/^/| /' conftest.$ac_ext >&5
24223
24224         ac_cv_member_struct_icmpstat_icps_outhist=no
24225 fi
24226
24227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24228 fi
24229
24230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24231 fi
24232 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
24233 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
24234 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
24235
24236 cat >>confdefs.h <<_ACEOF
24237 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
24238 _ACEOF
24239
24240
24241 fi
24242
24243
24244 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
24245 $as_echo_n "checking for timezone variable... " >&6; }
24246 if test "${ac_cv_have_timezone+set}" = set; then
24247   $as_echo_n "(cached) " >&6
24248 else
24249   cat >conftest.$ac_ext <<_ACEOF
24250 /* confdefs.h.  */
24251 _ACEOF
24252 cat confdefs.h >>conftest.$ac_ext
24253 cat >>conftest.$ac_ext <<_ACEOF
24254 /* end confdefs.h.  */
24255 #include <time.h>
24256 int
24257 main ()
24258 {
24259 timezone = 1
24260   ;
24261   return 0;
24262 }
24263 _ACEOF
24264 rm -f conftest.$ac_objext conftest$ac_exeext
24265 if { (ac_try="$ac_link"
24266 case "(($ac_try" in
24267   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24268   *) ac_try_echo=$ac_try;;
24269 esac
24270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24271 $as_echo "$ac_try_echo") >&5
24272   (eval "$ac_link") 2>conftest.er1
24273   ac_status=$?
24274   grep -v '^ *+' conftest.er1 >conftest.err
24275   rm -f conftest.er1
24276   cat conftest.err >&5
24277   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24278   (exit $ac_status); } && {
24279          test -z "$ac_c_werror_flag" ||
24280          test ! -s conftest.err
24281        } && test -s conftest$ac_exeext && {
24282          test "$cross_compiling" = yes ||
24283          $as_test_x conftest$ac_exeext
24284        }; then
24285   ac_cv_have_timezone="yes"
24286 else
24287   $as_echo "$as_me: failed program was:" >&5
24288 sed 's/^/| /' conftest.$ac_ext >&5
24289
24290         ac_cv_have_timezone="no"
24291 fi
24292
24293 rm -rf conftest.dSYM
24294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24295       conftest$ac_exeext conftest.$ac_ext
24296 fi
24297 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
24298 $as_echo "$ac_cv_have_timezone" >&6; }
24299 if test "$ac_cv_have_timezone" = "yes"
24300 then
24301
24302 cat >>confdefs.h <<\_ACEOF
24303 #define HAVE_TIMEZONE 1
24304 _ACEOF
24305
24306 fi
24307 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
24308 $as_echo_n "checking for daylight variable... " >&6; }
24309 if test "${ac_cv_have_daylight+set}" = set; then
24310   $as_echo_n "(cached) " >&6
24311 else
24312   cat >conftest.$ac_ext <<_ACEOF
24313 /* confdefs.h.  */
24314 _ACEOF
24315 cat confdefs.h >>conftest.$ac_ext
24316 cat >>conftest.$ac_ext <<_ACEOF
24317 /* end confdefs.h.  */
24318 #include <time.h>
24319 int
24320 main ()
24321 {
24322 daylight = 1
24323   ;
24324   return 0;
24325 }
24326 _ACEOF
24327 rm -f conftest.$ac_objext conftest$ac_exeext
24328 if { (ac_try="$ac_link"
24329 case "(($ac_try" in
24330   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24331   *) ac_try_echo=$ac_try;;
24332 esac
24333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24334 $as_echo "$ac_try_echo") >&5
24335   (eval "$ac_link") 2>conftest.er1
24336   ac_status=$?
24337   grep -v '^ *+' conftest.er1 >conftest.err
24338   rm -f conftest.er1
24339   cat conftest.err >&5
24340   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24341   (exit $ac_status); } && {
24342          test -z "$ac_c_werror_flag" ||
24343          test ! -s conftest.err
24344        } && test -s conftest$ac_exeext && {
24345          test "$cross_compiling" = yes ||
24346          $as_test_x conftest$ac_exeext
24347        }; then
24348   ac_cv_have_daylight="yes"
24349 else
24350   $as_echo "$as_me: failed program was:" >&5
24351 sed 's/^/| /' conftest.$ac_ext >&5
24352
24353         ac_cv_have_daylight="no"
24354 fi
24355
24356 rm -rf conftest.dSYM
24357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24358       conftest$ac_exeext conftest.$ac_ext
24359 fi
24360 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
24361 $as_echo "$ac_cv_have_daylight" >&6; }
24362 if test "$ac_cv_have_daylight" = "yes"
24363 then
24364
24365 cat >>confdefs.h <<\_ACEOF
24366 #define HAVE_DAYLIGHT 1
24367 _ACEOF
24368
24369 fi
24370
24371 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
24372 $as_echo_n "checking for isinf... " >&6; }
24373 if test "${ac_cv_have_isinf+set}" = set; then
24374   $as_echo_n "(cached) " >&6
24375 else
24376   cat >conftest.$ac_ext <<_ACEOF
24377 /* confdefs.h.  */
24378 _ACEOF
24379 cat confdefs.h >>conftest.$ac_ext
24380 cat >>conftest.$ac_ext <<_ACEOF
24381 /* end confdefs.h.  */
24382 #include <math.h>
24383 int
24384 main ()
24385 {
24386 float f = 0.0; int i=isinf(f)
24387   ;
24388   return 0;
24389 }
24390 _ACEOF
24391 rm -f conftest.$ac_objext conftest$ac_exeext
24392 if { (ac_try="$ac_link"
24393 case "(($ac_try" in
24394   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24395   *) ac_try_echo=$ac_try;;
24396 esac
24397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24398 $as_echo "$ac_try_echo") >&5
24399   (eval "$ac_link") 2>conftest.er1
24400   ac_status=$?
24401   grep -v '^ *+' conftest.er1 >conftest.err
24402   rm -f conftest.er1
24403   cat conftest.err >&5
24404   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24405   (exit $ac_status); } && {
24406          test -z "$ac_c_werror_flag" ||
24407          test ! -s conftest.err
24408        } && test -s conftest$ac_exeext && {
24409          test "$cross_compiling" = yes ||
24410          $as_test_x conftest$ac_exeext
24411        }; then
24412   ac_cv_have_isinf="yes"
24413 else
24414   $as_echo "$as_me: failed program was:" >&5
24415 sed 's/^/| /' conftest.$ac_ext >&5
24416
24417         ac_cv_have_isinf="no"
24418 fi
24419
24420 rm -rf conftest.dSYM
24421 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24422       conftest$ac_exeext conftest.$ac_ext
24423 fi
24424 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24425 $as_echo "$ac_cv_have_isinf" >&6; }
24426 if test "$ac_cv_have_isinf" = "yes"
24427 then
24428
24429 cat >>confdefs.h <<\_ACEOF
24430 #define HAVE_ISINF 1
24431 _ACEOF
24432
24433 fi
24434
24435 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24436 $as_echo_n "checking for isnan... " >&6; }
24437 if test "${ac_cv_have_isnan+set}" = set; then
24438   $as_echo_n "(cached) " >&6
24439 else
24440   cat >conftest.$ac_ext <<_ACEOF
24441 /* confdefs.h.  */
24442 _ACEOF
24443 cat confdefs.h >>conftest.$ac_ext
24444 cat >>conftest.$ac_ext <<_ACEOF
24445 /* end confdefs.h.  */
24446 #include <math.h>
24447 int
24448 main ()
24449 {
24450 float f = 0.0; int i=isnan(f)
24451   ;
24452   return 0;
24453 }
24454 _ACEOF
24455 rm -f conftest.$ac_objext conftest$ac_exeext
24456 if { (ac_try="$ac_link"
24457 case "(($ac_try" in
24458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24459   *) ac_try_echo=$ac_try;;
24460 esac
24461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24462 $as_echo "$ac_try_echo") >&5
24463   (eval "$ac_link") 2>conftest.er1
24464   ac_status=$?
24465   grep -v '^ *+' conftest.er1 >conftest.err
24466   rm -f conftest.er1
24467   cat conftest.err >&5
24468   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24469   (exit $ac_status); } && {
24470          test -z "$ac_c_werror_flag" ||
24471          test ! -s conftest.err
24472        } && test -s conftest$ac_exeext && {
24473          test "$cross_compiling" = yes ||
24474          $as_test_x conftest$ac_exeext
24475        }; then
24476   ac_cv_have_isnan="yes"
24477 else
24478   $as_echo "$as_me: failed program was:" >&5
24479 sed 's/^/| /' conftest.$ac_ext >&5
24480
24481         ac_cv_have_isnan="no"
24482 fi
24483
24484 rm -rf conftest.dSYM
24485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24486       conftest$ac_exeext conftest.$ac_ext
24487 fi
24488 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24489 $as_echo "$ac_cv_have_isnan" >&6; }
24490 if test "$ac_cv_have_isnan" = "yes"
24491 then
24492
24493 cat >>confdefs.h <<\_ACEOF
24494 #define HAVE_ISNAN 1
24495 _ACEOF
24496
24497 fi
24498
24499
24500 case $host_cpu in
24501   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24502 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24503 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24504   $as_echo_n "(cached) " >&6
24505 else
24506   cat >conftest.$ac_ext <<_ACEOF
24507 /* confdefs.h.  */
24508 _ACEOF
24509 cat confdefs.h >>conftest.$ac_ext
24510 cat >>conftest.$ac_ext <<_ACEOF
24511 /* end confdefs.h.  */
24512 #ifndef __i386__
24513 yes
24514 #endif
24515 _ACEOF
24516 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24517   $EGREP "yes" >/dev/null 2>&1; then
24518   ac_cv_cpp_def___i386__=yes
24519 else
24520   ac_cv_cpp_def___i386__=no
24521 fi
24522 rm -f conftest*
24523
24524 fi
24525 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24526 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24527 if test $ac_cv_cpp_def___i386__ = yes; then
24528   CFLAGS="$CFLAGS -D__i386__"
24529   LINTFLAGS="$LINTFLAGS -D__i386__"
24530 fi
24531  ;;
24532   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24533 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24534 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24535   $as_echo_n "(cached) " >&6
24536 else
24537   cat >conftest.$ac_ext <<_ACEOF
24538 /* confdefs.h.  */
24539 _ACEOF
24540 cat confdefs.h >>conftest.$ac_ext
24541 cat >>conftest.$ac_ext <<_ACEOF
24542 /* end confdefs.h.  */
24543 #ifndef __x86_64__
24544 yes
24545 #endif
24546 _ACEOF
24547 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24548   $EGREP "yes" >/dev/null 2>&1; then
24549   ac_cv_cpp_def___x86_64__=yes
24550 else
24551   ac_cv_cpp_def___x86_64__=no
24552 fi
24553 rm -f conftest*
24554
24555 fi
24556 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24557 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24558 if test $ac_cv_cpp_def___x86_64__ = yes; then
24559   CFLAGS="$CFLAGS -D__x86_64__"
24560   LINTFLAGS="$LINTFLAGS -D__x86_64__"
24561 fi
24562  ;;
24563   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24564 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24565 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24566   $as_echo_n "(cached) " >&6
24567 else
24568   cat >conftest.$ac_ext <<_ACEOF
24569 /* confdefs.h.  */
24570 _ACEOF
24571 cat confdefs.h >>conftest.$ac_ext
24572 cat >>conftest.$ac_ext <<_ACEOF
24573 /* end confdefs.h.  */
24574 #ifndef __ALPHA__
24575 yes
24576 #endif
24577 _ACEOF
24578 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24579   $EGREP "yes" >/dev/null 2>&1; then
24580   ac_cv_cpp_def___ALPHA__=yes
24581 else
24582   ac_cv_cpp_def___ALPHA__=no
24583 fi
24584 rm -f conftest*
24585
24586 fi
24587 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24588 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24589 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24590   CFLAGS="$CFLAGS -D__ALPHA__"
24591   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24592 fi
24593  ;;
24594   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24595 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24596 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24597   $as_echo_n "(cached) " >&6
24598 else
24599   cat >conftest.$ac_ext <<_ACEOF
24600 /* confdefs.h.  */
24601 _ACEOF
24602 cat confdefs.h >>conftest.$ac_ext
24603 cat >>conftest.$ac_ext <<_ACEOF
24604 /* end confdefs.h.  */
24605 #ifndef __sparc__
24606 yes
24607 #endif
24608 _ACEOF
24609 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24610   $EGREP "yes" >/dev/null 2>&1; then
24611   ac_cv_cpp_def___sparc__=yes
24612 else
24613   ac_cv_cpp_def___sparc__=no
24614 fi
24615 rm -f conftest*
24616
24617 fi
24618 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24619 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24620 if test $ac_cv_cpp_def___sparc__ = yes; then
24621   CFLAGS="$CFLAGS -D__sparc__"
24622   LINTFLAGS="$LINTFLAGS -D__sparc__"
24623 fi
24624  ;;
24625   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24626 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24627 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24628   $as_echo_n "(cached) " >&6
24629 else
24630   cat >conftest.$ac_ext <<_ACEOF
24631 /* confdefs.h.  */
24632 _ACEOF
24633 cat confdefs.h >>conftest.$ac_ext
24634 cat >>conftest.$ac_ext <<_ACEOF
24635 /* end confdefs.h.  */
24636 #ifndef __powerpc__
24637 yes
24638 #endif
24639 _ACEOF
24640 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24641   $EGREP "yes" >/dev/null 2>&1; then
24642   ac_cv_cpp_def___powerpc__=yes
24643 else
24644   ac_cv_cpp_def___powerpc__=no
24645 fi
24646 rm -f conftest*
24647
24648 fi
24649 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24650 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24651 if test $ac_cv_cpp_def___powerpc__ = yes; then
24652   CFLAGS="$CFLAGS -D__powerpc__"
24653   LINTFLAGS="$LINTFLAGS -D__powerpc__"
24654 fi
24655  ;;
24656 esac
24657
24658 case $host_vendor in
24659   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24660 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24661 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24662   $as_echo_n "(cached) " >&6
24663 else
24664   cat >conftest.$ac_ext <<_ACEOF
24665 /* confdefs.h.  */
24666 _ACEOF
24667 cat confdefs.h >>conftest.$ac_ext
24668 cat >>conftest.$ac_ext <<_ACEOF
24669 /* end confdefs.h.  */
24670 #ifndef __sun__
24671 yes
24672 #endif
24673 _ACEOF
24674 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24675   $EGREP "yes" >/dev/null 2>&1; then
24676   ac_cv_cpp_def___sun__=yes
24677 else
24678   ac_cv_cpp_def___sun__=no
24679 fi
24680 rm -f conftest*
24681
24682 fi
24683 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24684 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24685 if test $ac_cv_cpp_def___sun__ = yes; then
24686   CFLAGS="$CFLAGS -D__sun__"
24687   LINTFLAGS="$LINTFLAGS -D__sun__"
24688 fi
24689  ;;
24690 esac
24691
24692
24693 DEPENDENCIES="### Dependencies:
24694
24695 .INIT: Makefile
24696 .BEGIN: Makefile
24697 .MAKEFILEDEPS:
24698 Makefile: dummy
24699         -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24700
24701 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24702 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24703 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24704 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24705 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24706
24707
24708 ALL_MAKERULES=""
24709
24710 ALL_MAKEFILES=""
24711
24712 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24713
24714
24715 ALL_TOP_DIRS=""
24716
24717 ALL_DLL_DIRS=""
24718
24719 ALL_IMPLIB_DIRS=""
24720
24721 ALL_TEST_DIRS=""
24722
24723 ALL_PROGRAM_DIRS=""
24724
24725 ALL_PROGRAM_INSTALL_DIRS=""
24726
24727 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24728
24729
24730
24731
24732
24733 ac_config_commands="$ac_config_commands include/stamp-h"
24734
24735
24736 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24737
24738 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24739
24740 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24741
24742 ac_config_commands="$ac_config_commands dlls/user32/resources"
24743
24744 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24745
24746 ac_config_commands="$ac_config_commands include/wine"
24747
24748
24749 ALL_MAKERULES="$ALL_MAKERULES \\
24750         Make.rules"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 Make.rules: Make.rules.in"
24753 MAKE_RULES=Make.rules
24754 ac_config_files="$ac_config_files Make.rules"
24755
24756 ALL_MAKERULES="$ALL_MAKERULES \\
24757         dlls/Makedll.rules"
24758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24759 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24760 MAKE_DLL_RULES=dlls/Makedll.rules
24761 ac_config_files="$ac_config_files dlls/Makedll.rules"
24762
24763 ALL_MAKERULES="$ALL_MAKERULES \\
24764         dlls/Makeimplib.rules"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24767 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24768 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24769
24770 ALL_MAKERULES="$ALL_MAKERULES \\
24771         dlls/Maketest.rules"
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24774 MAKE_TEST_RULES=dlls/Maketest.rules
24775 ac_config_files="$ac_config_files dlls/Maketest.rules"
24776
24777 ALL_MAKERULES="$ALL_MAKERULES \\
24778         programs/Makeprog.rules"
24779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24780 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24781 MAKE_PROG_RULES=programs/Makeprog.rules
24782 ac_config_files="$ac_config_files programs/Makeprog.rules"
24783
24784
24785
24786
24787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24788 Makefile: Makefile.in Make.rules"
24789 ac_config_files="$ac_config_files Makefile"
24790
24791 ALL_MAKEFILES="$ALL_MAKEFILES \\
24792         dlls/Makefile"
24793 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24794         dlls"
24795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24796 dlls/Makefile: dlls/Makefile.in Make.rules"
24797 ac_config_files="$ac_config_files dlls/Makefile"
24798
24799 ALL_MAKEFILES="$ALL_MAKEFILES \\
24800         dlls/acledit/Makefile"
24801 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24802         acledit"
24803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24804 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24805 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24806
24807 ALL_MAKEFILES="$ALL_MAKEFILES \\
24808         dlls/aclui/Makefile"
24809 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24810         aclui"
24811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24812 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24813 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24814
24815 ALL_MAKEFILES="$ALL_MAKEFILES \\
24816         dlls/activeds/Makefile"
24817 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24818         activeds"
24819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24820 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24821 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24822
24823 ALL_MAKEFILES="$ALL_MAKEFILES \\
24824         dlls/actxprxy/Makefile"
24825 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24826         actxprxy"
24827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24828 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24829 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24830
24831 ALL_MAKEFILES="$ALL_MAKEFILES \\
24832         dlls/adsiid/Makefile"
24833 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24834         adsiid"
24835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24836 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24837 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24838
24839 ALL_MAKEFILES="$ALL_MAKEFILES \\
24840         dlls/advapi32/Makefile"
24841 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24842         advapi32"
24843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24844 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24845 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24846
24847 ALL_MAKEFILES="$ALL_MAKEFILES \\
24848         dlls/advapi32/tests/Makefile"
24849 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24850         advapi32/tests"
24851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24852 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24853 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24854
24855 ALL_MAKEFILES="$ALL_MAKEFILES \\
24856         dlls/advpack/Makefile"
24857 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24858         advpack"
24859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24860 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24861 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24862
24863 ALL_MAKEFILES="$ALL_MAKEFILES \\
24864         dlls/advpack/tests/Makefile"
24865 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24866         advpack/tests"
24867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24868 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24869 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24870
24871 ALL_MAKEFILES="$ALL_MAKEFILES \\
24872         dlls/amstream/Makefile"
24873 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24874         amstream"
24875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24876 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24877 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24878
24879 ALL_MAKEFILES="$ALL_MAKEFILES \\
24880         dlls/amstream/tests/Makefile"
24881 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24882         amstream/tests"
24883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24884 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24885 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24886
24887 ALL_MAKEFILES="$ALL_MAKEFILES \\
24888         dlls/appwiz.cpl/Makefile"
24889 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24890         appwiz.cpl"
24891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24892 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24893 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24894
24895 ALL_MAKEFILES="$ALL_MAKEFILES \\
24896         dlls/atl/Makefile"
24897 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24898         atl"
24899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24900 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24901 ac_config_files="$ac_config_files dlls/atl/Makefile"
24902
24903 ALL_MAKEFILES="$ALL_MAKEFILES \\
24904         dlls/authz/Makefile"
24905 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24906         authz"
24907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24908 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24909 ac_config_files="$ac_config_files dlls/authz/Makefile"
24910
24911 ALL_MAKEFILES="$ALL_MAKEFILES \\
24912         dlls/avicap32/Makefile"
24913 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24914         avicap32"
24915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24916 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24917 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24918
24919 ALL_MAKEFILES="$ALL_MAKEFILES \\
24920         dlls/avifil32/Makefile"
24921 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24922         avifil32"
24923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24924 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24925 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24926
24927 ALL_MAKEFILES="$ALL_MAKEFILES \\
24928         dlls/avifile.dll16/Makefile"
24929 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24930         avifile.dll16"
24931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24932 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24933 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24934
24935 ALL_MAKEFILES="$ALL_MAKEFILES \\
24936         dlls/bcrypt/Makefile"
24937 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24938         bcrypt"
24939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24940 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24941 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24942
24943 ALL_MAKEFILES="$ALL_MAKEFILES \\
24944         dlls/browseui/Makefile"
24945 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24946         browseui"
24947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24948 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24949 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24950
24951 ALL_MAKEFILES="$ALL_MAKEFILES \\
24952         dlls/browseui/tests/Makefile"
24953 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24954         browseui/tests"
24955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24956 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24957 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24958
24959 ALL_MAKEFILES="$ALL_MAKEFILES \\
24960         dlls/cabinet/Makefile"
24961 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24962         cabinet"
24963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24964 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24965 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24966
24967 ALL_MAKEFILES="$ALL_MAKEFILES \\
24968         dlls/cabinet/tests/Makefile"
24969 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24970         cabinet/tests"
24971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24972 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24973 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24974
24975 ALL_MAKEFILES="$ALL_MAKEFILES \\
24976         dlls/capi2032/Makefile"
24977 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24978         capi2032"
24979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24980 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24981 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24982
24983 ALL_MAKEFILES="$ALL_MAKEFILES \\
24984         dlls/cards/Makefile"
24985 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24986         cards"
24987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24988 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24989 ac_config_files="$ac_config_files dlls/cards/Makefile"
24990
24991 ALL_MAKEFILES="$ALL_MAKEFILES \\
24992         dlls/cfgmgr32/Makefile"
24993 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24994         cfgmgr32"
24995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24996 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24997 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24998
24999 ALL_MAKEFILES="$ALL_MAKEFILES \\
25000         dlls/clusapi/Makefile"
25001 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25002         clusapi"
25003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25004 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
25005 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
25006
25007 ALL_MAKEFILES="$ALL_MAKEFILES \\
25008         dlls/comcat/Makefile"
25009 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25010         comcat"
25011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25012 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
25013 ac_config_files="$ac_config_files dlls/comcat/Makefile"
25014
25015 ALL_MAKEFILES="$ALL_MAKEFILES \\
25016         dlls/comcat/tests/Makefile"
25017 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25018         comcat/tests"
25019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25020 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
25021 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
25022
25023 ALL_MAKEFILES="$ALL_MAKEFILES \\
25024         dlls/comctl32/Makefile"
25025 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25026         comctl32"
25027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25028 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
25029 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
25030
25031 ALL_MAKEFILES="$ALL_MAKEFILES \\
25032         dlls/comctl32/tests/Makefile"
25033 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25034         comctl32/tests"
25035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25036 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
25037 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
25038
25039 ALL_MAKEFILES="$ALL_MAKEFILES \\
25040         dlls/comdlg32/Makefile"
25041 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25042         comdlg32"
25043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25044 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
25045 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
25046
25047 ALL_MAKEFILES="$ALL_MAKEFILES \\
25048         dlls/comdlg32/tests/Makefile"
25049 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25050         comdlg32/tests"
25051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25052 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
25053 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
25054
25055 ALL_MAKEFILES="$ALL_MAKEFILES \\
25056         dlls/comm.drv16/Makefile"
25057 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25058         comm.drv16"
25059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25060 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
25061 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
25062
25063 ALL_MAKEFILES="$ALL_MAKEFILES \\
25064         dlls/compobj.dll16/Makefile"
25065 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25066         compobj.dll16"
25067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25068 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
25069 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
25070
25071 ALL_MAKEFILES="$ALL_MAKEFILES \\
25072         dlls/compstui/Makefile"
25073 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25074         compstui"
25075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25076 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
25077 ac_config_files="$ac_config_files dlls/compstui/Makefile"
25078
25079 ALL_MAKEFILES="$ALL_MAKEFILES \\
25080         dlls/credui/Makefile"
25081 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25082         credui"
25083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25084 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
25085 ac_config_files="$ac_config_files dlls/credui/Makefile"
25086
25087 ALL_MAKEFILES="$ALL_MAKEFILES \\
25088         dlls/credui/tests/Makefile"
25089 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25090         credui/tests"
25091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25092 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
25093 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
25094
25095 ALL_MAKEFILES="$ALL_MAKEFILES \\
25096         dlls/crtdll/Makefile"
25097 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25098         crtdll"
25099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25100 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
25101 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
25102
25103 ALL_MAKEFILES="$ALL_MAKEFILES \\
25104         dlls/crypt32/Makefile"
25105 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25106         crypt32"
25107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25108 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
25109 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
25110
25111 ALL_MAKEFILES="$ALL_MAKEFILES \\
25112         dlls/crypt32/tests/Makefile"
25113 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25114         crypt32/tests"
25115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25116 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
25117 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
25118
25119 ALL_MAKEFILES="$ALL_MAKEFILES \\
25120         dlls/cryptdlg/Makefile"
25121 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25122         cryptdlg"
25123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25124 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
25125 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
25126
25127 ALL_MAKEFILES="$ALL_MAKEFILES \\
25128         dlls/cryptdll/Makefile"
25129 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25130         cryptdll"
25131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25132 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
25133 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
25134
25135 ALL_MAKEFILES="$ALL_MAKEFILES \\
25136         dlls/cryptnet/Makefile"
25137 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25138         cryptnet"
25139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25140 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
25141 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
25142
25143 ALL_MAKEFILES="$ALL_MAKEFILES \\
25144         dlls/cryptnet/tests/Makefile"
25145 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25146         cryptnet/tests"
25147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25148 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
25149 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
25150
25151 ALL_MAKEFILES="$ALL_MAKEFILES \\
25152         dlls/cryptui/Makefile"
25153 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25154         cryptui"
25155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25156 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
25157 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
25158
25159 ALL_MAKEFILES="$ALL_MAKEFILES \\
25160         dlls/cryptui/tests/Makefile"
25161 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25162         cryptui/tests"
25163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25164 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
25165 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
25166
25167 ALL_MAKEFILES="$ALL_MAKEFILES \\
25168         dlls/ctapi32/Makefile"
25169 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25170         ctapi32"
25171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25172 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
25173 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
25174
25175 ALL_MAKEFILES="$ALL_MAKEFILES \\
25176         dlls/ctl3d.dll16/Makefile"
25177 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25178         ctl3d.dll16"
25179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25180 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
25181 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
25182
25183 ALL_MAKEFILES="$ALL_MAKEFILES \\
25184         dlls/ctl3d32/Makefile"
25185 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25186         ctl3d32"
25187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25188 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
25189 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
25190
25191 ALL_MAKEFILES="$ALL_MAKEFILES \\
25192         dlls/ctl3dv2.dll16/Makefile"
25193 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25194         ctl3dv2.dll16"
25195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25196 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
25197 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
25198
25199 ALL_MAKEFILES="$ALL_MAKEFILES \\
25200         dlls/d3d10/Makefile"
25201 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25202         d3d10"
25203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25204 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
25205 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
25206
25207 ALL_MAKEFILES="$ALL_MAKEFILES \\
25208         dlls/d3d10/tests/Makefile"
25209 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25210         d3d10/tests"
25211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25212 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
25213 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
25214
25215 ALL_MAKEFILES="$ALL_MAKEFILES \\
25216         dlls/d3d10core/Makefile"
25217 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25218         d3d10core"
25219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25220 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
25221 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
25222
25223 ALL_MAKEFILES="$ALL_MAKEFILES \\
25224         dlls/d3d10core/tests/Makefile"
25225 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25226         d3d10core/tests"
25227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25228 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
25229 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
25230
25231 ALL_MAKEFILES="$ALL_MAKEFILES \\
25232         dlls/d3d8/Makefile"
25233 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25234         d3d8"
25235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25236 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
25237 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
25238
25239 ALL_MAKEFILES="$ALL_MAKEFILES \\
25240         dlls/d3d8/tests/Makefile"
25241 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25242         d3d8/tests"
25243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25244 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
25245 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
25246
25247 ALL_MAKEFILES="$ALL_MAKEFILES \\
25248         dlls/d3d9/Makefile"
25249 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25250         d3d9"
25251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25252 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
25253 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
25254
25255 ALL_MAKEFILES="$ALL_MAKEFILES \\
25256         dlls/d3d9/tests/Makefile"
25257 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25258         d3d9/tests"
25259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25260 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
25261 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
25262
25263 ALL_MAKEFILES="$ALL_MAKEFILES \\
25264         dlls/d3dim/Makefile"
25265 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25266         d3dim"
25267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25268 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
25269 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
25270
25271 ALL_MAKEFILES="$ALL_MAKEFILES \\
25272         dlls/d3drm/Makefile"
25273 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25274         d3drm"
25275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25276 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
25277 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
25278
25279 ALL_MAKEFILES="$ALL_MAKEFILES \\
25280         dlls/d3drm/tests/Makefile"
25281 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25282         d3drm/tests"
25283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25284 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
25285 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
25286
25287 ALL_MAKEFILES="$ALL_MAKEFILES \\
25288         dlls/d3dx9_24/Makefile"
25289 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25290         d3dx9_24"
25291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25292 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
25293 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
25294
25295 ALL_MAKEFILES="$ALL_MAKEFILES \\
25296         dlls/d3dx9_25/Makefile"
25297 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25298         d3dx9_25"
25299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25300 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
25301 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
25302
25303 ALL_MAKEFILES="$ALL_MAKEFILES \\
25304         dlls/d3dx9_26/Makefile"
25305 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25306         d3dx9_26"
25307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25308 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
25309 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
25310
25311 ALL_MAKEFILES="$ALL_MAKEFILES \\
25312         dlls/d3dx9_27/Makefile"
25313 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25314         d3dx9_27"
25315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25316 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
25317 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
25318
25319 ALL_MAKEFILES="$ALL_MAKEFILES \\
25320         dlls/d3dx9_28/Makefile"
25321 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25322         d3dx9_28"
25323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25324 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
25325 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
25326
25327 ALL_MAKEFILES="$ALL_MAKEFILES \\
25328         dlls/d3dx9_29/Makefile"
25329 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25330         d3dx9_29"
25331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25332 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
25333 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
25334
25335 ALL_MAKEFILES="$ALL_MAKEFILES \\
25336         dlls/d3dx9_30/Makefile"
25337 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25338         d3dx9_30"
25339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25340 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
25341 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
25342
25343 ALL_MAKEFILES="$ALL_MAKEFILES \\
25344         dlls/d3dx9_31/Makefile"
25345 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25346         d3dx9_31"
25347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25348 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
25349 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
25350
25351 ALL_MAKEFILES="$ALL_MAKEFILES \\
25352         dlls/d3dx9_32/Makefile"
25353 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25354         d3dx9_32"
25355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25356 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
25357 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
25358
25359 ALL_MAKEFILES="$ALL_MAKEFILES \\
25360         dlls/d3dx9_33/Makefile"
25361 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25362         d3dx9_33"
25363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25364 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
25365 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
25366
25367 ALL_MAKEFILES="$ALL_MAKEFILES \\
25368         dlls/d3dx9_34/Makefile"
25369 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25370         d3dx9_34"
25371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25372 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
25373 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
25374
25375 ALL_MAKEFILES="$ALL_MAKEFILES \\
25376         dlls/d3dx9_35/Makefile"
25377 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25378         d3dx9_35"
25379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25380 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
25381 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
25382
25383 ALL_MAKEFILES="$ALL_MAKEFILES \\
25384         dlls/d3dx9_36/Makefile"
25385 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25386         d3dx9_36"
25387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25388 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
25389 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
25390
25391 ALL_MAKEFILES="$ALL_MAKEFILES \\
25392         dlls/d3dx9_36/tests/Makefile"
25393 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25394         d3dx9_36/tests"
25395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25396 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25397 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25398
25399 ALL_MAKEFILES="$ALL_MAKEFILES \\
25400         dlls/d3dx9_37/Makefile"
25401 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25402         d3dx9_37"
25403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25404 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25405 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25406
25407 ALL_MAKEFILES="$ALL_MAKEFILES \\
25408         dlls/d3dx9_38/Makefile"
25409 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25410         d3dx9_38"
25411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25412 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25413 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25414
25415 ALL_MAKEFILES="$ALL_MAKEFILES \\
25416         dlls/d3dx9_39/Makefile"
25417 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25418         d3dx9_39"
25419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25420 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25421 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25422
25423 ALL_MAKEFILES="$ALL_MAKEFILES \\
25424         dlls/d3dx9_40/Makefile"
25425 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25426         d3dx9_40"
25427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25428 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25429 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25430
25431 ALL_MAKEFILES="$ALL_MAKEFILES \\
25432         dlls/d3dx9_41/Makefile"
25433 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25434         d3dx9_41"
25435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25436 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
25437 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
25438
25439 ALL_MAKEFILES="$ALL_MAKEFILES \\
25440         dlls/d3dxof/Makefile"
25441 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25442         d3dxof"
25443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25444 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25445 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25446
25447 ALL_MAKEFILES="$ALL_MAKEFILES \\
25448         dlls/d3dxof/tests/Makefile"
25449 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25450         d3dxof/tests"
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25453 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25454
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456         dlls/dbghelp/Makefile"
25457 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25458         dbghelp"
25459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25460 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25461 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25462
25463 ALL_MAKEFILES="$ALL_MAKEFILES \\
25464         dlls/dciman32/Makefile"
25465 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25466         dciman32"
25467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25468 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25469 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25470
25471 ALL_MAKEFILES="$ALL_MAKEFILES \\
25472         dlls/ddeml.dll16/Makefile"
25473 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25474         ddeml.dll16"
25475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25476 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
25477 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
25478
25479 ALL_MAKEFILES="$ALL_MAKEFILES \\
25480         dlls/ddraw/Makefile"
25481 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25482         ddraw"
25483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25484 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25485 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25486
25487 ALL_MAKEFILES="$ALL_MAKEFILES \\
25488         dlls/ddraw/tests/Makefile"
25489 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25490         ddraw/tests"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25493 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25494
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496         dlls/ddrawex/Makefile"
25497 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25498         ddrawex"
25499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25500 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25501 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25502
25503 ALL_MAKEFILES="$ALL_MAKEFILES \\
25504         dlls/ddrawex/tests/Makefile"
25505 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25506         ddrawex/tests"
25507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25508 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25509 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25510
25511 ALL_MAKEFILES="$ALL_MAKEFILES \\
25512         dlls/devenum/Makefile"
25513 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25514         devenum"
25515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25516 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25517 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25518
25519 ALL_MAKEFILES="$ALL_MAKEFILES \\
25520         dlls/dinput/Makefile"
25521 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25522         dinput"
25523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25524 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25525 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25526
25527 ALL_MAKEFILES="$ALL_MAKEFILES \\
25528         dlls/dinput/tests/Makefile"
25529 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25530         dinput/tests"
25531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25532 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25533 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25534
25535 ALL_MAKEFILES="$ALL_MAKEFILES \\
25536         dlls/dinput8/Makefile"
25537 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25538         dinput8"
25539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25540 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25541 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25542
25543 ALL_MAKEFILES="$ALL_MAKEFILES \\
25544         dlls/dispdib.dll16/Makefile"
25545 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25546         dispdib.dll16"
25547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25548 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25549 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25550
25551 ALL_MAKEFILES="$ALL_MAKEFILES \\
25552         dlls/display.drv16/Makefile"
25553 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25554         display.drv16"
25555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25556 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25557 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25558
25559 ALL_MAKEFILES="$ALL_MAKEFILES \\
25560         dlls/dmband/Makefile"
25561 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25562         dmband"
25563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25564 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25565 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25566
25567 ALL_MAKEFILES="$ALL_MAKEFILES \\
25568         dlls/dmcompos/Makefile"
25569 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25570         dmcompos"
25571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25572 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25573 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25574
25575 ALL_MAKEFILES="$ALL_MAKEFILES \\
25576         dlls/dmime/Makefile"
25577 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25578         dmime"
25579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25580 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25581 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25582
25583 ALL_MAKEFILES="$ALL_MAKEFILES \\
25584         dlls/dmloader/Makefile"
25585 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25586         dmloader"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25589 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25590
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592         dlls/dmscript/Makefile"
25593 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25594         dmscript"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25597 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25598
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600         dlls/dmstyle/Makefile"
25601 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25602         dmstyle"
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25605 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25606
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608         dlls/dmsynth/Makefile"
25609 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25610         dmsynth"
25611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25612 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25613 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25614
25615 ALL_MAKEFILES="$ALL_MAKEFILES \\
25616         dlls/dmusic/Makefile"
25617 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25618         dmusic"
25619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25620 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25621 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25622
25623 ALL_MAKEFILES="$ALL_MAKEFILES \\
25624         dlls/dmusic32/Makefile"
25625 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25626         dmusic32"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25629 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25630
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632         dlls/dnsapi/Makefile"
25633 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25634         dnsapi"
25635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25636 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25637 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25638
25639 ALL_MAKEFILES="$ALL_MAKEFILES \\
25640         dlls/dnsapi/tests/Makefile"
25641 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25642         dnsapi/tests"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25645 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25646
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648         dlls/dplay/Makefile"
25649 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25650         dplay"
25651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25652 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25653 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25654
25655 ALL_MAKEFILES="$ALL_MAKEFILES \\
25656         dlls/dplayx/Makefile"
25657 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25658         dplayx"
25659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25660 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25661 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25662
25663 ALL_MAKEFILES="$ALL_MAKEFILES \\
25664         dlls/dplayx/tests/Makefile"
25665 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25666         dplayx/tests"
25667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25668 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25669 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25670
25671 ALL_MAKEFILES="$ALL_MAKEFILES \\
25672         dlls/dpnaddr/Makefile"
25673 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25674         dpnaddr"
25675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25676 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25677 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25678
25679 ALL_MAKEFILES="$ALL_MAKEFILES \\
25680         dlls/dpnet/Makefile"
25681 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25682         dpnet"
25683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25684 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25685 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25686
25687 ALL_MAKEFILES="$ALL_MAKEFILES \\
25688         dlls/dpnhpast/Makefile"
25689 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25690         dpnhpast"
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25693 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25694
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696         dlls/dpnlobby/Makefile"
25697 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25698         dpnlobby"
25699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25700 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25701 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25702
25703 ALL_MAKEFILES="$ALL_MAKEFILES \\
25704         dlls/dpwsockx/Makefile"
25705 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25706         dpwsockx"
25707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25708 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25709 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25710
25711 ALL_MAKEFILES="$ALL_MAKEFILES \\
25712         dlls/drmclien/Makefile"
25713 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25714         drmclien"
25715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25716 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
25717 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
25718
25719 ALL_MAKEFILES="$ALL_MAKEFILES \\
25720         dlls/dsound/Makefile"
25721 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25722         dsound"
25723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25724 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25725 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25726
25727 ALL_MAKEFILES="$ALL_MAKEFILES \\
25728         dlls/dsound/tests/Makefile"
25729 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25730         dsound/tests"
25731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25732 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25733 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25734
25735 ALL_MAKEFILES="$ALL_MAKEFILES \\
25736         dlls/dssenh/Makefile"
25737 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25738         dssenh"
25739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25740 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25741 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25742
25743 ALL_MAKEFILES="$ALL_MAKEFILES \\
25744         dlls/dswave/Makefile"
25745 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25746         dswave"
25747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25748 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25749 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25750
25751 ALL_MAKEFILES="$ALL_MAKEFILES \\
25752         dlls/dwmapi/Makefile"
25753 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25754         dwmapi"
25755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25756 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25757 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25758
25759 ALL_MAKEFILES="$ALL_MAKEFILES \\
25760         dlls/dxdiagn/Makefile"
25761 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25762         dxdiagn"
25763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25764 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25765 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25766
25767 ALL_MAKEFILES="$ALL_MAKEFILES \\
25768         dlls/dxerr8/Makefile"
25769 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25770         dxerr8"
25771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25772 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25773 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25774
25775 ALL_MAKEFILES="$ALL_MAKEFILES \\
25776         dlls/dxerr9/Makefile"
25777 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25778         dxerr9"
25779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25780 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25781 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25782
25783 ALL_MAKEFILES="$ALL_MAKEFILES \\
25784         dlls/dxgi/Makefile"
25785 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25786         dxgi"
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25789 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25790
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792         dlls/dxgi/tests/Makefile"
25793 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25794         dxgi/tests"
25795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25796 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25797 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25798
25799 ALL_MAKEFILES="$ALL_MAKEFILES \\
25800         dlls/dxguid/Makefile"
25801 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25802         dxguid"
25803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25804 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25805 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25806
25807 ALL_MAKEFILES="$ALL_MAKEFILES \\
25808         dlls/faultrep/Makefile"
25809 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25810         faultrep"
25811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25812 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25813 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25814
25815 ALL_MAKEFILES="$ALL_MAKEFILES \\
25816         dlls/fusion/Makefile"
25817 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25818         fusion"
25819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25820 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25821 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25822
25823 ALL_MAKEFILES="$ALL_MAKEFILES \\
25824         dlls/fusion/tests/Makefile"
25825 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25826         fusion/tests"
25827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25828 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25829 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25830
25831 ALL_MAKEFILES="$ALL_MAKEFILES \\
25832         dlls/gdi32/Makefile"
25833 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25834         gdi32"
25835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25836 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25837 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25838
25839 ALL_MAKEFILES="$ALL_MAKEFILES \\
25840         dlls/gdi32/tests/Makefile"
25841 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25842         gdi32/tests"
25843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25844 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25845 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25846
25847 ALL_MAKEFILES="$ALL_MAKEFILES \\
25848         dlls/gdiplus/Makefile"
25849 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25850         gdiplus"
25851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25852 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25853 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25854
25855 ALL_MAKEFILES="$ALL_MAKEFILES \\
25856         dlls/gdiplus/tests/Makefile"
25857 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25858         gdiplus/tests"
25859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25860 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25861 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25862
25863 ALL_MAKEFILES="$ALL_MAKEFILES \\
25864         dlls/glu32/Makefile"
25865 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25866         glu32"
25867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25868 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25869 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25870
25871 ALL_MAKEFILES="$ALL_MAKEFILES \\
25872         dlls/gphoto2.ds/Makefile"
25873 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25874         gphoto2.ds"
25875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25876 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25877 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25878
25879 ALL_MAKEFILES="$ALL_MAKEFILES \\
25880         dlls/gpkcsp/Makefile"
25881 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25882         gpkcsp"
25883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25884 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25885 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25886
25887 ALL_MAKEFILES="$ALL_MAKEFILES \\
25888         dlls/hal/Makefile"
25889 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25890         hal"
25891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25892 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25893 ac_config_files="$ac_config_files dlls/hal/Makefile"
25894
25895 ALL_MAKEFILES="$ALL_MAKEFILES \\
25896         dlls/hhctrl.ocx/Makefile"
25897 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25898         hhctrl.ocx"
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25901 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25902
25903 ALL_MAKEFILES="$ALL_MAKEFILES \\
25904         dlls/hid/Makefile"
25905 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25906         hid"
25907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25908 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25909 ac_config_files="$ac_config_files dlls/hid/Makefile"
25910
25911 ALL_MAKEFILES="$ALL_MAKEFILES \\
25912         dlls/hlink/Makefile"
25913 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25914         hlink"
25915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25916 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25917 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25918
25919 ALL_MAKEFILES="$ALL_MAKEFILES \\
25920         dlls/hlink/tests/Makefile"
25921 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25922         hlink/tests"
25923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25924 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25925 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25926
25927 ALL_MAKEFILES="$ALL_MAKEFILES \\
25928         dlls/hnetcfg/Makefile"
25929 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25930         hnetcfg"
25931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25932 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25933 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25934
25935 ALL_MAKEFILES="$ALL_MAKEFILES \\
25936         dlls/httpapi/Makefile"
25937 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25938         httpapi"
25939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25940 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25941 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25942
25943 ALL_MAKEFILES="$ALL_MAKEFILES \\
25944         dlls/iccvid/Makefile"
25945 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25946         iccvid"
25947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25948 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25949 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25950
25951 ALL_MAKEFILES="$ALL_MAKEFILES \\
25952         dlls/icmp/Makefile"
25953 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25954         icmp"
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25957 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25958
25959 ALL_MAKEFILES="$ALL_MAKEFILES \\
25960         dlls/ifsmgr.vxd/Makefile"
25961 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25962         ifsmgr.vxd"
25963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25964 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25965 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25966
25967 ALL_MAKEFILES="$ALL_MAKEFILES \\
25968         dlls/imaadp32.acm/Makefile"
25969 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25970         imaadp32.acm"
25971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25972 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25973 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25974
25975 ALL_MAKEFILES="$ALL_MAKEFILES \\
25976         dlls/imagehlp/Makefile"
25977 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25978         imagehlp"
25979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25980 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25981 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25982
25983 ALL_MAKEFILES="$ALL_MAKEFILES \\
25984         dlls/imm.dll16/Makefile"
25985 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25986         imm.dll16"
25987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25988 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25989 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25990
25991 ALL_MAKEFILES="$ALL_MAKEFILES \\
25992         dlls/imm32/Makefile"
25993 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25994         imm32"
25995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25996 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25997 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25998
25999 ALL_MAKEFILES="$ALL_MAKEFILES \\
26000         dlls/imm32/tests/Makefile"
26001 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26002         imm32/tests"
26003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26004 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
26005 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
26006
26007 ALL_MAKEFILES="$ALL_MAKEFILES \\
26008         dlls/inetcomm/Makefile"
26009 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26010         inetcomm"
26011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26012 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
26013 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
26014
26015 ALL_MAKEFILES="$ALL_MAKEFILES \\
26016         dlls/inetcomm/tests/Makefile"
26017 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26018         inetcomm/tests"
26019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26020 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
26021 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
26022
26023 ALL_MAKEFILES="$ALL_MAKEFILES \\
26024         dlls/inetmib1/Makefile"
26025 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26026         inetmib1"
26027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26028 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
26029 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
26030
26031 ALL_MAKEFILES="$ALL_MAKEFILES \\
26032         dlls/inetmib1/tests/Makefile"
26033 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26034         inetmib1/tests"
26035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26036 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
26037 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
26038
26039 ALL_MAKEFILES="$ALL_MAKEFILES \\
26040         dlls/infosoft/Makefile"
26041 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26042         infosoft"
26043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26044 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
26045 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
26046
26047 ALL_MAKEFILES="$ALL_MAKEFILES \\
26048         dlls/infosoft/tests/Makefile"
26049 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26050         infosoft/tests"
26051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26052 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
26053 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
26054
26055 ALL_MAKEFILES="$ALL_MAKEFILES \\
26056         dlls/initpki/Makefile"
26057 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26058         initpki"
26059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26060 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
26061 ac_config_files="$ac_config_files dlls/initpki/Makefile"
26062
26063 ALL_MAKEFILES="$ALL_MAKEFILES \\
26064         dlls/inkobj/Makefile"
26065 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26066         inkobj"
26067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26068 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
26069 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
26070
26071 ALL_MAKEFILES="$ALL_MAKEFILES \\
26072         dlls/inseng/Makefile"
26073 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26074         inseng"
26075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26076 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
26077 ac_config_files="$ac_config_files dlls/inseng/Makefile"
26078
26079 ALL_MAKEFILES="$ALL_MAKEFILES \\
26080         dlls/iphlpapi/Makefile"
26081 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26082         iphlpapi"
26083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26084 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
26085 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
26086
26087 ALL_MAKEFILES="$ALL_MAKEFILES \\
26088         dlls/iphlpapi/tests/Makefile"
26089 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26090         iphlpapi/tests"
26091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26092 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
26093 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
26094
26095 ALL_MAKEFILES="$ALL_MAKEFILES \\
26096         dlls/itircl/Makefile"
26097 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26098         itircl"
26099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26100 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
26101 ac_config_files="$ac_config_files dlls/itircl/Makefile"
26102
26103 ALL_MAKEFILES="$ALL_MAKEFILES \\
26104         dlls/itss/Makefile"
26105 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26106         itss"
26107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26108 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
26109 ac_config_files="$ac_config_files dlls/itss/Makefile"
26110
26111 ALL_MAKEFILES="$ALL_MAKEFILES \\
26112         dlls/itss/tests/Makefile"
26113 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26114         itss/tests"
26115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26116 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
26117 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
26118
26119 ALL_MAKEFILES="$ALL_MAKEFILES \\
26120         dlls/jscript/Makefile"
26121 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26122         jscript"
26123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26124 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
26125 ac_config_files="$ac_config_files dlls/jscript/Makefile"
26126
26127 ALL_MAKEFILES="$ALL_MAKEFILES \\
26128         dlls/jscript/tests/Makefile"
26129 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26130         jscript/tests"
26131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26132 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
26133 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
26134
26135 ALL_MAKEFILES="$ALL_MAKEFILES \\
26136         dlls/kernel32/Makefile"
26137 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26138         kernel32"
26139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26140 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
26141 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
26142
26143 ALL_MAKEFILES="$ALL_MAKEFILES \\
26144         dlls/kernel32/tests/Makefile"
26145 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26146         kernel32/tests"
26147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26148 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
26149 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
26150
26151 ALL_MAKEFILES="$ALL_MAKEFILES \\
26152         dlls/keyboard.drv16/Makefile"
26153 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26154         keyboard.drv16"
26155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26156 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
26157 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
26158
26159 ALL_MAKEFILES="$ALL_MAKEFILES \\
26160         dlls/loadperf/Makefile"
26161 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26162         loadperf"
26163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26164 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
26165 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
26166
26167 ALL_MAKEFILES="$ALL_MAKEFILES \\
26168         dlls/localspl/Makefile"
26169 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26170         localspl"
26171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26172 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
26173 ac_config_files="$ac_config_files dlls/localspl/Makefile"
26174
26175 ALL_MAKEFILES="$ALL_MAKEFILES \\
26176         dlls/localspl/tests/Makefile"
26177 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26178         localspl/tests"
26179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26180 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
26181 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
26182
26183 ALL_MAKEFILES="$ALL_MAKEFILES \\
26184         dlls/localui/Makefile"
26185 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26186         localui"
26187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26188 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
26189 ac_config_files="$ac_config_files dlls/localui/Makefile"
26190
26191 ALL_MAKEFILES="$ALL_MAKEFILES \\
26192         dlls/localui/tests/Makefile"
26193 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26194         localui/tests"
26195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26196 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
26197 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
26198
26199 ALL_MAKEFILES="$ALL_MAKEFILES \\
26200         dlls/lz32/Makefile"
26201 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26202         lz32"
26203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26204 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
26205 ac_config_files="$ac_config_files dlls/lz32/Makefile"
26206
26207 ALL_MAKEFILES="$ALL_MAKEFILES \\
26208         dlls/lz32/tests/Makefile"
26209 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26210         lz32/tests"
26211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26212 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
26213 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
26214
26215 ALL_MAKEFILES="$ALL_MAKEFILES \\
26216         dlls/lzexpand.dll16/Makefile"
26217 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26218         lzexpand.dll16"
26219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26220 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
26221 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
26222
26223 ALL_MAKEFILES="$ALL_MAKEFILES \\
26224         dlls/mapi32/Makefile"
26225 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26226         mapi32"
26227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26228 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
26229 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
26230
26231 ALL_MAKEFILES="$ALL_MAKEFILES \\
26232         dlls/mapi32/tests/Makefile"
26233 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26234         mapi32/tests"
26235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26236 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
26237 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
26238
26239 ALL_MAKEFILES="$ALL_MAKEFILES \\
26240         dlls/mciavi32/Makefile"
26241 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26242         mciavi32"
26243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26244 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
26245 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
26246
26247 ALL_MAKEFILES="$ALL_MAKEFILES \\
26248         dlls/mcicda/Makefile"
26249 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26250         mcicda"
26251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26252 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
26253 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
26254
26255 ALL_MAKEFILES="$ALL_MAKEFILES \\
26256         dlls/mciqtz32/Makefile"
26257 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26258         mciqtz32"
26259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26260 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
26261 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
26262
26263 ALL_MAKEFILES="$ALL_MAKEFILES \\
26264         dlls/mciseq/Makefile"
26265 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26266         mciseq"
26267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26268 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
26269 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
26270
26271 ALL_MAKEFILES="$ALL_MAKEFILES \\
26272         dlls/mciwave/Makefile"
26273 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26274         mciwave"
26275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26276 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
26277 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
26278
26279 ALL_MAKEFILES="$ALL_MAKEFILES \\
26280         dlls/midimap/Makefile"
26281 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26282         midimap"
26283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26284 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
26285 ac_config_files="$ac_config_files dlls/midimap/Makefile"
26286
26287 ALL_MAKEFILES="$ALL_MAKEFILES \\
26288         dlls/mlang/Makefile"
26289 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26290         mlang"
26291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26292 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
26293 ac_config_files="$ac_config_files dlls/mlang/Makefile"
26294
26295 ALL_MAKEFILES="$ALL_MAKEFILES \\
26296         dlls/mlang/tests/Makefile"
26297 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26298         mlang/tests"
26299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26300 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
26301 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
26302
26303 ALL_MAKEFILES="$ALL_MAKEFILES \\
26304         dlls/mmdevldr.vxd/Makefile"
26305 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26306         mmdevldr.vxd"
26307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26308 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
26309 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
26310
26311 ALL_MAKEFILES="$ALL_MAKEFILES \\
26312         dlls/monodebg.vxd/Makefile"
26313 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26314         monodebg.vxd"
26315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26316 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
26317 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
26318
26319 ALL_MAKEFILES="$ALL_MAKEFILES \\
26320         dlls/mountmgr.sys/Makefile"
26321 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26322         mountmgr.sys"
26323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26324 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
26325 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
26326
26327 ALL_MAKEFILES="$ALL_MAKEFILES \\
26328         dlls/mouse.drv16/Makefile"
26329 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26330         mouse.drv16"
26331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26332 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
26333 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
26334
26335 ALL_MAKEFILES="$ALL_MAKEFILES \\
26336         dlls/mpr/Makefile"
26337 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26338         mpr"
26339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26340 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
26341 ac_config_files="$ac_config_files dlls/mpr/Makefile"
26342
26343 ALL_MAKEFILES="$ALL_MAKEFILES \\
26344         dlls/mprapi/Makefile"
26345 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26346         mprapi"
26347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26348 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
26349 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
26350
26351 ALL_MAKEFILES="$ALL_MAKEFILES \\
26352         dlls/msacm.dll16/Makefile"
26353 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26354         msacm.dll16"
26355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26356 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
26357 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
26358
26359 ALL_MAKEFILES="$ALL_MAKEFILES \\
26360         dlls/msacm32.drv/Makefile"
26361 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26362         msacm32.drv"
26363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26364 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
26365 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
26366
26367 ALL_MAKEFILES="$ALL_MAKEFILES \\
26368         dlls/msacm32/Makefile"
26369 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26370         msacm32"
26371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26372 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
26373 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
26374
26375 ALL_MAKEFILES="$ALL_MAKEFILES \\
26376         dlls/msacm32/tests/Makefile"
26377 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26378         msacm32/tests"
26379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26380 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
26381 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
26382
26383 ALL_MAKEFILES="$ALL_MAKEFILES \\
26384         dlls/msadp32.acm/Makefile"
26385 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26386         msadp32.acm"
26387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26388 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
26389 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
26390
26391 ALL_MAKEFILES="$ALL_MAKEFILES \\
26392         dlls/mscat32/Makefile"
26393 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26394         mscat32"
26395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26396 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
26397 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
26398
26399 ALL_MAKEFILES="$ALL_MAKEFILES \\
26400         dlls/mscms/Makefile"
26401 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26402         mscms"
26403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26404 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26405 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26406
26407 ALL_MAKEFILES="$ALL_MAKEFILES \\
26408         dlls/mscms/tests/Makefile"
26409 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26410         mscms/tests"
26411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26412 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26413 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26414
26415 ALL_MAKEFILES="$ALL_MAKEFILES \\
26416         dlls/mscoree/Makefile"
26417 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26418         mscoree"
26419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26420 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26421 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26422
26423 ALL_MAKEFILES="$ALL_MAKEFILES \\
26424         dlls/msctf/Makefile"
26425 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26426         msctf"
26427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26428 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26429 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26430
26431 ALL_MAKEFILES="$ALL_MAKEFILES \\
26432         dlls/msctf/tests/Makefile"
26433 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26434         msctf/tests"
26435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26436 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26437 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26438
26439 ALL_MAKEFILES="$ALL_MAKEFILES \\
26440         dlls/msdaps/Makefile"
26441 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26442         msdaps"
26443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26444 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
26445 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
26446
26447 ALL_MAKEFILES="$ALL_MAKEFILES \\
26448         dlls/msdmo/Makefile"
26449 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26450         msdmo"
26451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26452 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26453 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26454
26455 ALL_MAKEFILES="$ALL_MAKEFILES \\
26456         dlls/msftedit/Makefile"
26457 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26458         msftedit"
26459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26460 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26461 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26462
26463 ALL_MAKEFILES="$ALL_MAKEFILES \\
26464         dlls/msg711.acm/Makefile"
26465 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26466         msg711.acm"
26467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26468 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26469 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26470
26471 ALL_MAKEFILES="$ALL_MAKEFILES \\
26472         dlls/msgsm32.acm/Makefile"
26473 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26474         msgsm32.acm"
26475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26476 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
26477 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
26478
26479 ALL_MAKEFILES="$ALL_MAKEFILES \\
26480         dlls/mshtml.tlb/Makefile"
26481 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26482         mshtml.tlb"
26483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26484 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26485 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26486
26487 ALL_MAKEFILES="$ALL_MAKEFILES \\
26488         dlls/mshtml/Makefile"
26489 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26490         mshtml"
26491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26492 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26493 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26494
26495 ALL_MAKEFILES="$ALL_MAKEFILES \\
26496         dlls/mshtml/tests/Makefile"
26497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26498         mshtml/tests"
26499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26500 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26501 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26502
26503 ALL_MAKEFILES="$ALL_MAKEFILES \\
26504         dlls/msi/Makefile"
26505 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26506         msi"
26507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26508 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26509 ac_config_files="$ac_config_files dlls/msi/Makefile"
26510
26511 ALL_MAKEFILES="$ALL_MAKEFILES \\
26512         dlls/msi/tests/Makefile"
26513 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26514         msi/tests"
26515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26516 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26517 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26518
26519 ALL_MAKEFILES="$ALL_MAKEFILES \\
26520         dlls/msimg32/Makefile"
26521 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26522         msimg32"
26523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26524 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26525 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26526
26527 ALL_MAKEFILES="$ALL_MAKEFILES \\
26528         dlls/msimtf/Makefile"
26529 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26530         msimtf"
26531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26532 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26533 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26534
26535 ALL_MAKEFILES="$ALL_MAKEFILES \\
26536         dlls/msisip/Makefile"
26537 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26538         msisip"
26539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26540 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26541 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26542
26543 ALL_MAKEFILES="$ALL_MAKEFILES \\
26544         dlls/msisys.ocx/Makefile"
26545 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26546         msisys.ocx"
26547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26548 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26549 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26550
26551 ALL_MAKEFILES="$ALL_MAKEFILES \\
26552         dlls/msnet32/Makefile"
26553 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26554         msnet32"
26555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26556 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26557 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26558
26559 ALL_MAKEFILES="$ALL_MAKEFILES \\
26560         dlls/msrle32/Makefile"
26561 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26562         msrle32"
26563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26564 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26565 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26566
26567 ALL_MAKEFILES="$ALL_MAKEFILES \\
26568         dlls/mssign32/Makefile"
26569 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26570         mssign32"
26571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26572 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26573 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26574
26575 ALL_MAKEFILES="$ALL_MAKEFILES \\
26576         dlls/mssip32/Makefile"
26577 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26578         mssip32"
26579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26580 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26581 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26582
26583 ALL_MAKEFILES="$ALL_MAKEFILES \\
26584         dlls/mstask/Makefile"
26585 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26586         mstask"
26587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26588 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26589 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26590
26591 ALL_MAKEFILES="$ALL_MAKEFILES \\
26592         dlls/mstask/tests/Makefile"
26593 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26594         mstask/tests"
26595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26596 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26597 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26598
26599 ALL_MAKEFILES="$ALL_MAKEFILES \\
26600         dlls/msvcirt/Makefile"
26601 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26602         msvcirt"
26603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26604 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26605 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26606
26607 ALL_MAKEFILES="$ALL_MAKEFILES \\
26608         dlls/msvcr71/Makefile"
26609 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26610         msvcr71"
26611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26612 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26613 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26614
26615 ALL_MAKEFILES="$ALL_MAKEFILES \\
26616         dlls/msvcrt/Makefile"
26617 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26618         msvcrt"
26619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26620 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26621 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26622
26623 ALL_MAKEFILES="$ALL_MAKEFILES \\
26624         dlls/msvcrt/tests/Makefile"
26625 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26626         msvcrt/tests"
26627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26628 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26629 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26630
26631 ALL_MAKEFILES="$ALL_MAKEFILES \\
26632         dlls/msvcrt20/Makefile"
26633 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26634         msvcrt20"
26635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26636 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26637 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26638
26639 ALL_MAKEFILES="$ALL_MAKEFILES \\
26640         dlls/msvcrt40/Makefile"
26641 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26642         msvcrt40"
26643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26644 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26645 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26646
26647 ALL_MAKEFILES="$ALL_MAKEFILES \\
26648         dlls/msvcrtd/Makefile"
26649 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26650         msvcrtd"
26651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26652 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26653 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26654
26655 ALL_MAKEFILES="$ALL_MAKEFILES \\
26656         dlls/msvcrtd/tests/Makefile"
26657 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26658         msvcrtd/tests"
26659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26660 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26661 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26662
26663 ALL_MAKEFILES="$ALL_MAKEFILES \\
26664         dlls/msvfw32/Makefile"
26665 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26666         msvfw32"
26667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26668 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26669 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26670
26671 ALL_MAKEFILES="$ALL_MAKEFILES \\
26672         dlls/msvfw32/tests/Makefile"
26673 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26674         msvfw32/tests"
26675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26676 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26677 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26678
26679 ALL_MAKEFILES="$ALL_MAKEFILES \\
26680         dlls/msvidc32/Makefile"
26681 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26682         msvidc32"
26683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26684 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26685 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26686
26687 ALL_MAKEFILES="$ALL_MAKEFILES \\
26688         dlls/msvideo.dll16/Makefile"
26689 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26690         msvideo.dll16"
26691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26692 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26693 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26694
26695 ALL_MAKEFILES="$ALL_MAKEFILES \\
26696         dlls/mswsock/Makefile"
26697 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26698         mswsock"
26699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26700 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26701 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26702
26703 ALL_MAKEFILES="$ALL_MAKEFILES \\
26704         dlls/msxml3/Makefile"
26705 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26706         msxml3"
26707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26708 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26709 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26710
26711 ALL_MAKEFILES="$ALL_MAKEFILES \\
26712         dlls/msxml3/tests/Makefile"
26713 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26714         msxml3/tests"
26715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26716 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26717 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26718
26719 ALL_MAKEFILES="$ALL_MAKEFILES \\
26720         dlls/nddeapi/Makefile"
26721 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26722         nddeapi"
26723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26724 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26725 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26726
26727 ALL_MAKEFILES="$ALL_MAKEFILES \\
26728         dlls/netapi32/Makefile"
26729 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26730         netapi32"
26731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26732 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26733 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26734
26735 ALL_MAKEFILES="$ALL_MAKEFILES \\
26736         dlls/netapi32/tests/Makefile"
26737 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26738         netapi32/tests"
26739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26740 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26741 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26742
26743 ALL_MAKEFILES="$ALL_MAKEFILES \\
26744         dlls/newdev/Makefile"
26745 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26746         newdev"
26747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26748 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26749 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26750
26751 ALL_MAKEFILES="$ALL_MAKEFILES \\
26752         dlls/ntdll/Makefile"
26753 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26754         ntdll"
26755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26756 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26757 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26758
26759 ALL_MAKEFILES="$ALL_MAKEFILES \\
26760         dlls/ntdll/tests/Makefile"
26761 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26762         ntdll/tests"
26763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26764 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26765 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26766
26767 ALL_MAKEFILES="$ALL_MAKEFILES \\
26768         dlls/ntdsapi/Makefile"
26769 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26770         ntdsapi"
26771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26772 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26773 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26774
26775 ALL_MAKEFILES="$ALL_MAKEFILES \\
26776         dlls/ntdsapi/tests/Makefile"
26777 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26778         ntdsapi/tests"
26779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26780 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26781 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26782
26783 ALL_MAKEFILES="$ALL_MAKEFILES \\
26784         dlls/ntoskrnl.exe/Makefile"
26785 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26786         ntoskrnl.exe"
26787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26788 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26789 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26790
26791 ALL_MAKEFILES="$ALL_MAKEFILES \\
26792         dlls/ntprint/Makefile"
26793 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26794         ntprint"
26795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26796 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26797 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26798
26799 ALL_MAKEFILES="$ALL_MAKEFILES \\
26800         dlls/ntprint/tests/Makefile"
26801 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26802         ntprint/tests"
26803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26804 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26805 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26806
26807 ALL_MAKEFILES="$ALL_MAKEFILES \\
26808         dlls/objsel/Makefile"
26809 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26810         objsel"
26811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26812 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26813 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26814
26815 ALL_MAKEFILES="$ALL_MAKEFILES \\
26816         dlls/odbc32/Makefile"
26817 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26818         odbc32"
26819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26820 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26821 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26822
26823 ALL_MAKEFILES="$ALL_MAKEFILES \\
26824         dlls/odbccp32/Makefile"
26825 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26826         odbccp32"
26827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26828 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26829 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26830
26831 ALL_MAKEFILES="$ALL_MAKEFILES \\
26832         dlls/odbccp32/tests/Makefile"
26833 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26834         odbccp32/tests"
26835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26836 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26837 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26838
26839 ALL_MAKEFILES="$ALL_MAKEFILES \\
26840         dlls/ole2.dll16/Makefile"
26841 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26842         ole2.dll16"
26843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26844 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26845 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26846
26847 ALL_MAKEFILES="$ALL_MAKEFILES \\
26848         dlls/ole2conv.dll16/Makefile"
26849 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26850         ole2conv.dll16"
26851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26852 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26853 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26854
26855 ALL_MAKEFILES="$ALL_MAKEFILES \\
26856         dlls/ole2disp.dll16/Makefile"
26857 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26858         ole2disp.dll16"
26859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26860 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26861 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26862
26863 ALL_MAKEFILES="$ALL_MAKEFILES \\
26864         dlls/ole2nls.dll16/Makefile"
26865 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26866         ole2nls.dll16"
26867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26868 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26869 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26870
26871 ALL_MAKEFILES="$ALL_MAKEFILES \\
26872         dlls/ole2prox.dll16/Makefile"
26873 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26874         ole2prox.dll16"
26875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26876 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26877 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26878
26879 ALL_MAKEFILES="$ALL_MAKEFILES \\
26880         dlls/ole2thk.dll16/Makefile"
26881 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26882         ole2thk.dll16"
26883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26884 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26885 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26886
26887 ALL_MAKEFILES="$ALL_MAKEFILES \\
26888         dlls/ole32/Makefile"
26889 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26890         ole32"
26891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26892 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26893 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26894
26895 ALL_MAKEFILES="$ALL_MAKEFILES \\
26896         dlls/ole32/tests/Makefile"
26897 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26898         ole32/tests"
26899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26900 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26901 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26902
26903 ALL_MAKEFILES="$ALL_MAKEFILES \\
26904         dlls/oleacc/Makefile"
26905 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26906         oleacc"
26907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26908 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26909 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26910
26911 ALL_MAKEFILES="$ALL_MAKEFILES \\
26912         dlls/oleacc/tests/Makefile"
26913 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26914         oleacc/tests"
26915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26916 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26917 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26918
26919 ALL_MAKEFILES="$ALL_MAKEFILES \\
26920         dlls/oleaut32/Makefile"
26921 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26922         oleaut32"
26923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26924 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26925 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26926
26927 ALL_MAKEFILES="$ALL_MAKEFILES \\
26928         dlls/oleaut32/tests/Makefile"
26929 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26930         oleaut32/tests"
26931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26932 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26933 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26934
26935 ALL_MAKEFILES="$ALL_MAKEFILES \\
26936         dlls/olecli.dll16/Makefile"
26937 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26938         olecli.dll16"
26939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26940 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26941 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26942
26943 ALL_MAKEFILES="$ALL_MAKEFILES \\
26944         dlls/olecli32/Makefile"
26945 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26946         olecli32"
26947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26948 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26949 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26950
26951 ALL_MAKEFILES="$ALL_MAKEFILES \\
26952         dlls/oledlg/Makefile"
26953 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26954         oledlg"
26955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26956 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26957 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26958
26959 ALL_MAKEFILES="$ALL_MAKEFILES \\
26960         dlls/olepro32/Makefile"
26961 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26962         olepro32"
26963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26964 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26965 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26966
26967 ALL_MAKEFILES="$ALL_MAKEFILES \\
26968         dlls/olesvr.dll16/Makefile"
26969 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26970         olesvr.dll16"
26971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26972 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26973 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26974
26975 ALL_MAKEFILES="$ALL_MAKEFILES \\
26976         dlls/olesvr32/Makefile"
26977 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26978         olesvr32"
26979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26980 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26981 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26982
26983 ALL_MAKEFILES="$ALL_MAKEFILES \\
26984         dlls/olethk32/Makefile"
26985 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26986         olethk32"
26987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26988 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26989 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26990
26991 ALL_MAKEFILES="$ALL_MAKEFILES \\
26992         dlls/opengl32/Makefile"
26993 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26994         opengl32"
26995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26996 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26997 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26998
26999 ALL_MAKEFILES="$ALL_MAKEFILES \\
27000         dlls/opengl32/tests/Makefile"
27001 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27002         opengl32/tests"
27003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27004 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
27005 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
27006
27007 ALL_MAKEFILES="$ALL_MAKEFILES \\
27008         dlls/pdh/Makefile"
27009 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27010         pdh"
27011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27012 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
27013 ac_config_files="$ac_config_files dlls/pdh/Makefile"
27014
27015 ALL_MAKEFILES="$ALL_MAKEFILES \\
27016         dlls/pdh/tests/Makefile"
27017 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27018         pdh/tests"
27019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27020 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
27021 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
27022
27023 ALL_MAKEFILES="$ALL_MAKEFILES \\
27024         dlls/pidgen/Makefile"
27025 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27026         pidgen"
27027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27028 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
27029 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
27030
27031 ALL_MAKEFILES="$ALL_MAKEFILES \\
27032         dlls/powrprof/Makefile"
27033 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27034         powrprof"
27035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27036 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
27037 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
27038
27039 ALL_MAKEFILES="$ALL_MAKEFILES \\
27040         dlls/printui/Makefile"
27041 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27042         printui"
27043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27044 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
27045 ac_config_files="$ac_config_files dlls/printui/Makefile"
27046
27047 ALL_MAKEFILES="$ALL_MAKEFILES \\
27048         dlls/propsys/Makefile"
27049 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27050         propsys"
27051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27052 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
27053 ac_config_files="$ac_config_files dlls/propsys/Makefile"
27054
27055 ALL_MAKEFILES="$ALL_MAKEFILES \\
27056         dlls/psapi/Makefile"
27057 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27058         psapi"
27059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27060 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
27061 ac_config_files="$ac_config_files dlls/psapi/Makefile"
27062
27063 ALL_MAKEFILES="$ALL_MAKEFILES \\
27064         dlls/psapi/tests/Makefile"
27065 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27066         psapi/tests"
27067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27068 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
27069 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
27070
27071 ALL_MAKEFILES="$ALL_MAKEFILES \\
27072         dlls/pstorec/Makefile"
27073 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27074         pstorec"
27075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27076 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
27077 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
27078
27079 ALL_MAKEFILES="$ALL_MAKEFILES \\
27080         dlls/qcap/Makefile"
27081 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27082         qcap"
27083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27084 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
27085 ac_config_files="$ac_config_files dlls/qcap/Makefile"
27086
27087 ALL_MAKEFILES="$ALL_MAKEFILES \\
27088         dlls/qedit/Makefile"
27089 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27090         qedit"
27091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27092 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
27093 ac_config_files="$ac_config_files dlls/qedit/Makefile"
27094
27095 ALL_MAKEFILES="$ALL_MAKEFILES \\
27096         dlls/qedit/tests/Makefile"
27097 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27098         qedit/tests"
27099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27100 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
27101 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
27102
27103 ALL_MAKEFILES="$ALL_MAKEFILES \\
27104         dlls/qmgr/Makefile"
27105 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27106         qmgr"
27107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27108 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
27109 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
27110
27111 ALL_MAKEFILES="$ALL_MAKEFILES \\
27112         dlls/qmgr/tests/Makefile"
27113 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27114         qmgr/tests"
27115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27116 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
27117 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
27118
27119 ALL_MAKEFILES="$ALL_MAKEFILES \\
27120         dlls/qmgrprxy/Makefile"
27121 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27122         qmgrprxy"
27123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27124 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
27125 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
27126
27127 ALL_MAKEFILES="$ALL_MAKEFILES \\
27128         dlls/quartz/Makefile"
27129 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27130         quartz"
27131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27132 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
27133 ac_config_files="$ac_config_files dlls/quartz/Makefile"
27134
27135 ALL_MAKEFILES="$ALL_MAKEFILES \\
27136         dlls/quartz/tests/Makefile"
27137 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27138         quartz/tests"
27139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27140 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
27141 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
27142
27143 ALL_MAKEFILES="$ALL_MAKEFILES \\
27144         dlls/query/Makefile"
27145 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27146         query"
27147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27148 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
27149 ac_config_files="$ac_config_files dlls/query/Makefile"
27150
27151 ALL_MAKEFILES="$ALL_MAKEFILES \\
27152         dlls/rasapi16.dll16/Makefile"
27153 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27154         rasapi16.dll16"
27155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27156 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
27157 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
27158
27159 ALL_MAKEFILES="$ALL_MAKEFILES \\
27160         dlls/rasapi32/Makefile"
27161 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27162         rasapi32"
27163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27164 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
27165 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
27166
27167 ALL_MAKEFILES="$ALL_MAKEFILES \\
27168         dlls/rasapi32/tests/Makefile"
27169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27170         rasapi32/tests"
27171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27172 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
27173 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
27174
27175 ALL_MAKEFILES="$ALL_MAKEFILES \\
27176         dlls/rasdlg/Makefile"
27177 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27178         rasdlg"
27179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27180 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
27181 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
27182
27183 ALL_MAKEFILES="$ALL_MAKEFILES \\
27184         dlls/resutils/Makefile"
27185 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27186         resutils"
27187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27188 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
27189 ac_config_files="$ac_config_files dlls/resutils/Makefile"
27190
27191 ALL_MAKEFILES="$ALL_MAKEFILES \\
27192         dlls/riched20/Makefile"
27193 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27194         riched20"
27195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27196 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
27197 ac_config_files="$ac_config_files dlls/riched20/Makefile"
27198
27199 ALL_MAKEFILES="$ALL_MAKEFILES \\
27200         dlls/riched20/tests/Makefile"
27201 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27202         riched20/tests"
27203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27204 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
27205 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
27206
27207 ALL_MAKEFILES="$ALL_MAKEFILES \\
27208         dlls/riched32/Makefile"
27209 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27210         riched32"
27211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27212 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
27213 ac_config_files="$ac_config_files dlls/riched32/Makefile"
27214
27215 ALL_MAKEFILES="$ALL_MAKEFILES \\
27216         dlls/riched32/tests/Makefile"
27217 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27218         riched32/tests"
27219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27220 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
27221 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
27222
27223 ALL_MAKEFILES="$ALL_MAKEFILES \\
27224         dlls/rpcrt4/Makefile"
27225 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27226         rpcrt4"
27227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27228 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
27229 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
27230
27231 ALL_MAKEFILES="$ALL_MAKEFILES \\
27232         dlls/rpcrt4/tests/Makefile"
27233 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27234         rpcrt4/tests"
27235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27236 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
27237 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
27238
27239 ALL_MAKEFILES="$ALL_MAKEFILES \\
27240         dlls/rsabase/Makefile"
27241 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27242         rsabase"
27243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27244 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
27245 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
27246
27247 ALL_MAKEFILES="$ALL_MAKEFILES \\
27248         dlls/rsaenh/Makefile"
27249 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27250         rsaenh"
27251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27252 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
27253 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
27254
27255 ALL_MAKEFILES="$ALL_MAKEFILES \\
27256         dlls/rsaenh/tests/Makefile"
27257 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27258         rsaenh/tests"
27259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27260 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
27261 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
27262
27263 ALL_MAKEFILES="$ALL_MAKEFILES \\
27264         dlls/rtutils/Makefile"
27265 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27266         rtutils"
27267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27268 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
27269 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
27270
27271 ALL_MAKEFILES="$ALL_MAKEFILES \\
27272         dlls/sane.ds/Makefile"
27273 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27274         sane.ds"
27275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27276 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
27277 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
27278
27279 ALL_MAKEFILES="$ALL_MAKEFILES \\
27280         dlls/sccbase/Makefile"
27281 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27282         sccbase"
27283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27284 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
27285 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
27286
27287 ALL_MAKEFILES="$ALL_MAKEFILES \\
27288         dlls/schannel/Makefile"
27289 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27290         schannel"
27291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27292 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
27293 ac_config_files="$ac_config_files dlls/schannel/Makefile"
27294
27295 ALL_MAKEFILES="$ALL_MAKEFILES \\
27296         dlls/schannel/tests/Makefile"
27297 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27298         schannel/tests"
27299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27300 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
27301 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
27302
27303 ALL_MAKEFILES="$ALL_MAKEFILES \\
27304         dlls/secur32/Makefile"
27305 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27306         secur32"
27307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27308 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
27309 ac_config_files="$ac_config_files dlls/secur32/Makefile"
27310
27311 ALL_MAKEFILES="$ALL_MAKEFILES \\
27312         dlls/secur32/tests/Makefile"
27313 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27314         secur32/tests"
27315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27316 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
27317 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
27318
27319 ALL_MAKEFILES="$ALL_MAKEFILES \\
27320         dlls/security/Makefile"
27321 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27322         security"
27323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27324 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
27325 ac_config_files="$ac_config_files dlls/security/Makefile"
27326
27327 ALL_MAKEFILES="$ALL_MAKEFILES \\
27328         dlls/sensapi/Makefile"
27329 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27330         sensapi"
27331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27332 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
27333 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
27334
27335 ALL_MAKEFILES="$ALL_MAKEFILES \\
27336         dlls/serialui/Makefile"
27337 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27338         serialui"
27339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27340 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
27341 ac_config_files="$ac_config_files dlls/serialui/Makefile"
27342
27343 ALL_MAKEFILES="$ALL_MAKEFILES \\
27344         dlls/serialui/tests/Makefile"
27345 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27346         serialui/tests"
27347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27348 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
27349 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
27350
27351 ALL_MAKEFILES="$ALL_MAKEFILES \\
27352         dlls/setupapi/Makefile"
27353 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27354         setupapi"
27355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27356 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
27357 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
27358
27359 ALL_MAKEFILES="$ALL_MAKEFILES \\
27360         dlls/setupapi/tests/Makefile"
27361 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27362         setupapi/tests"
27363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27364 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
27365 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
27366
27367 ALL_MAKEFILES="$ALL_MAKEFILES \\
27368         dlls/sfc/Makefile"
27369 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27370         sfc"
27371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27372 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
27373 ac_config_files="$ac_config_files dlls/sfc/Makefile"
27374
27375 ALL_MAKEFILES="$ALL_MAKEFILES \\
27376         dlls/sfc_os/Makefile"
27377 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27378         sfc_os"
27379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27380 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
27381 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
27382
27383 ALL_MAKEFILES="$ALL_MAKEFILES \\
27384         dlls/shdoclc/Makefile"
27385 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27386         shdoclc"
27387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27388 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
27389 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
27390
27391 ALL_MAKEFILES="$ALL_MAKEFILES \\
27392         dlls/shdocvw/Makefile"
27393 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27394         shdocvw"
27395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27396 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
27397 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
27398
27399 ALL_MAKEFILES="$ALL_MAKEFILES \\
27400         dlls/shdocvw/tests/Makefile"
27401 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27402         shdocvw/tests"
27403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27404 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
27405 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
27406
27407 ALL_MAKEFILES="$ALL_MAKEFILES \\
27408         dlls/shell.dll16/Makefile"
27409 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27410         shell.dll16"
27411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27412 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
27413 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
27414
27415 ALL_MAKEFILES="$ALL_MAKEFILES \\
27416         dlls/shell32/Makefile"
27417 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27418         shell32"
27419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27420 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
27421 ac_config_files="$ac_config_files dlls/shell32/Makefile"
27422
27423 ALL_MAKEFILES="$ALL_MAKEFILES \\
27424         dlls/shell32/tests/Makefile"
27425 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27426         shell32/tests"
27427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27428 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27429 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27430
27431 ALL_MAKEFILES="$ALL_MAKEFILES \\
27432         dlls/shfolder/Makefile"
27433 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27434         shfolder"
27435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27436 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27437 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27438
27439 ALL_MAKEFILES="$ALL_MAKEFILES \\
27440         dlls/shlwapi/Makefile"
27441 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27442         shlwapi"
27443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27444 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27445 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27446
27447 ALL_MAKEFILES="$ALL_MAKEFILES \\
27448         dlls/shlwapi/tests/Makefile"
27449 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27450         shlwapi/tests"
27451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27452 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27453 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27454
27455 ALL_MAKEFILES="$ALL_MAKEFILES \\
27456         dlls/slbcsp/Makefile"
27457 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27458         slbcsp"
27459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27460 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27461 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27462
27463 ALL_MAKEFILES="$ALL_MAKEFILES \\
27464         dlls/slc/Makefile"
27465 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27466         slc"
27467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27468 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27469 ac_config_files="$ac_config_files dlls/slc/Makefile"
27470
27471 ALL_MAKEFILES="$ALL_MAKEFILES \\
27472         dlls/snmpapi/Makefile"
27473 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27474         snmpapi"
27475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27476 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27477 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27478
27479 ALL_MAKEFILES="$ALL_MAKEFILES \\
27480         dlls/snmpapi/tests/Makefile"
27481 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27482         snmpapi/tests"
27483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27484 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27485 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27486
27487 ALL_MAKEFILES="$ALL_MAKEFILES \\
27488         dlls/softpub/Makefile"
27489 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27490         softpub"
27491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27492 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27493 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27494
27495 ALL_MAKEFILES="$ALL_MAKEFILES \\
27496         dlls/sound.drv16/Makefile"
27497 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27498         sound.drv16"
27499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27500 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
27501 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
27502
27503 ALL_MAKEFILES="$ALL_MAKEFILES \\
27504         dlls/spoolss/Makefile"
27505 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27506         spoolss"
27507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27508 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27509 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27510
27511 ALL_MAKEFILES="$ALL_MAKEFILES \\
27512         dlls/spoolss/tests/Makefile"
27513 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27514         spoolss/tests"
27515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27516 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27517 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27518
27519 ALL_MAKEFILES="$ALL_MAKEFILES \\
27520         dlls/stdole2.tlb/Makefile"
27521 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27522         stdole2.tlb"
27523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27524 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27525 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27526
27527 ALL_MAKEFILES="$ALL_MAKEFILES \\
27528         dlls/stdole32.tlb/Makefile"
27529 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27530         stdole32.tlb"
27531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27532 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27533 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27534
27535 ALL_MAKEFILES="$ALL_MAKEFILES \\
27536         dlls/sti/Makefile"
27537 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27538         sti"
27539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27540 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27541 ac_config_files="$ac_config_files dlls/sti/Makefile"
27542
27543 ALL_MAKEFILES="$ALL_MAKEFILES \\
27544         dlls/storage.dll16/Makefile"
27545 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27546         storage.dll16"
27547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27548 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27549 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27550
27551 ALL_MAKEFILES="$ALL_MAKEFILES \\
27552         dlls/stress.dll16/Makefile"
27553 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27554         stress.dll16"
27555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27556 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27557 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27558
27559 ALL_MAKEFILES="$ALL_MAKEFILES \\
27560         dlls/strmiids/Makefile"
27561 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27562         strmiids"
27563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27564 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27565 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27566
27567 ALL_MAKEFILES="$ALL_MAKEFILES \\
27568         dlls/svrapi/Makefile"
27569 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27570         svrapi"
27571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27572 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27573 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27574
27575 ALL_MAKEFILES="$ALL_MAKEFILES \\
27576         dlls/sxs/Makefile"
27577 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27578         sxs"
27579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27580 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27581 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27582
27583 ALL_MAKEFILES="$ALL_MAKEFILES \\
27584         dlls/t2embed/Makefile"
27585 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27586         t2embed"
27587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27588 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27589 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27590
27591 ALL_MAKEFILES="$ALL_MAKEFILES \\
27592         dlls/tapi32/Makefile"
27593 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27594         tapi32"
27595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27596 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27597 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27598
27599 ALL_MAKEFILES="$ALL_MAKEFILES \\
27600         dlls/traffic/Makefile"
27601 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27602         traffic"
27603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27604 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27605 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27606
27607 ALL_MAKEFILES="$ALL_MAKEFILES \\
27608         dlls/twain.dll16/Makefile"
27609 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27610         twain.dll16"
27611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27612 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27613 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27614
27615 ALL_MAKEFILES="$ALL_MAKEFILES \\
27616         dlls/twain_32/Makefile"
27617 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27618         twain_32"
27619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27620 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27621 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27622
27623 ALL_MAKEFILES="$ALL_MAKEFILES \\
27624         dlls/twain_32/tests/Makefile"
27625 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27626         twain_32/tests"
27627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27628 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27629 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27630
27631 ALL_MAKEFILES="$ALL_MAKEFILES \\
27632         dlls/typelib.dll16/Makefile"
27633 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27634         typelib.dll16"
27635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27636 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27637 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27638
27639 ALL_MAKEFILES="$ALL_MAKEFILES \\
27640         dlls/unicows/Makefile"
27641 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27642         unicows"
27643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27644 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27645 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27646
27647 ALL_MAKEFILES="$ALL_MAKEFILES \\
27648         dlls/updspapi/Makefile"
27649 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27650         updspapi"
27651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27652 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27653 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27654
27655 ALL_MAKEFILES="$ALL_MAKEFILES \\
27656         dlls/url/Makefile"
27657 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27658         url"
27659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27660 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27661 ac_config_files="$ac_config_files dlls/url/Makefile"
27662
27663 ALL_MAKEFILES="$ALL_MAKEFILES \\
27664         dlls/urlmon/Makefile"
27665 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27666         urlmon"
27667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27668 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27669 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27670
27671 ALL_MAKEFILES="$ALL_MAKEFILES \\
27672         dlls/urlmon/tests/Makefile"
27673 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27674         urlmon/tests"
27675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27676 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27677 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27678
27679 ALL_MAKEFILES="$ALL_MAKEFILES \\
27680         dlls/user32/Makefile"
27681 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27682         user32"
27683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27684 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27685 ac_config_files="$ac_config_files dlls/user32/Makefile"
27686
27687 ALL_MAKEFILES="$ALL_MAKEFILES \\
27688         dlls/user32/tests/Makefile"
27689 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27690         user32/tests"
27691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27692 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27693 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27694
27695 ALL_MAKEFILES="$ALL_MAKEFILES \\
27696         dlls/userenv/Makefile"
27697 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27698         userenv"
27699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27700 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27701 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27702
27703 ALL_MAKEFILES="$ALL_MAKEFILES \\
27704         dlls/userenv/tests/Makefile"
27705 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27706         userenv/tests"
27707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27708 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27709 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27710
27711 ALL_MAKEFILES="$ALL_MAKEFILES \\
27712         dlls/usp10/Makefile"
27713 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27714         usp10"
27715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27716 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27717 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27718
27719 ALL_MAKEFILES="$ALL_MAKEFILES \\
27720         dlls/usp10/tests/Makefile"
27721 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27722         usp10/tests"
27723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27724 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27725 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27726
27727 ALL_MAKEFILES="$ALL_MAKEFILES \\
27728         dlls/uuid/Makefile"
27729 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27730         uuid"
27731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27732 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27733 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27734
27735 ALL_MAKEFILES="$ALL_MAKEFILES \\
27736         dlls/uxtheme/Makefile"
27737 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27738         uxtheme"
27739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27740 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27741 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27742
27743 ALL_MAKEFILES="$ALL_MAKEFILES \\
27744         dlls/uxtheme/tests/Makefile"
27745 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27746         uxtheme/tests"
27747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27748 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27749 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27750
27751 ALL_MAKEFILES="$ALL_MAKEFILES \\
27752         dlls/vdhcp.vxd/Makefile"
27753 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27754         vdhcp.vxd"
27755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27756 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27757 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27758
27759 ALL_MAKEFILES="$ALL_MAKEFILES \\
27760         dlls/vdmdbg/Makefile"
27761 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27762         vdmdbg"
27763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27764 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27765 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27766
27767 ALL_MAKEFILES="$ALL_MAKEFILES \\
27768         dlls/version/Makefile"
27769 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27770         version"
27771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27772 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27773 ac_config_files="$ac_config_files dlls/version/Makefile"
27774
27775 ALL_MAKEFILES="$ALL_MAKEFILES \\
27776         dlls/version/tests/Makefile"
27777 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27778         version/tests"
27779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27780 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27781 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27782
27783 ALL_MAKEFILES="$ALL_MAKEFILES \\
27784         dlls/vmm.vxd/Makefile"
27785 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27786         vmm.vxd"
27787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27788 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27789 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27790
27791 ALL_MAKEFILES="$ALL_MAKEFILES \\
27792         dlls/vnbt.vxd/Makefile"
27793 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27794         vnbt.vxd"
27795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27796 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27797 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27798
27799 ALL_MAKEFILES="$ALL_MAKEFILES \\
27800         dlls/vnetbios.vxd/Makefile"
27801 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27802         vnetbios.vxd"
27803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27804 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27805 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27806
27807 ALL_MAKEFILES="$ALL_MAKEFILES \\
27808         dlls/vtdapi.vxd/Makefile"
27809 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27810         vtdapi.vxd"
27811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27812 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27813 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27814
27815 ALL_MAKEFILES="$ALL_MAKEFILES \\
27816         dlls/vwin32.vxd/Makefile"
27817 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27818         vwin32.vxd"
27819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27820 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27821 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27822
27823 ALL_MAKEFILES="$ALL_MAKEFILES \\
27824         dlls/w32skrnl/Makefile"
27825 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27826         w32skrnl"
27827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27828 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27829 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27830
27831 ALL_MAKEFILES="$ALL_MAKEFILES \\
27832         dlls/w32sys.dll16/Makefile"
27833 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27834         w32sys.dll16"
27835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27836 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27837 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27838
27839 ALL_MAKEFILES="$ALL_MAKEFILES \\
27840         dlls/wbemprox/Makefile"
27841 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27842         wbemprox"
27843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27844 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27845 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27846
27847 ALL_MAKEFILES="$ALL_MAKEFILES \\
27848         dlls/win32s16.dll16/Makefile"
27849 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27850         win32s16.dll16"
27851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27852 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27853 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27854
27855 ALL_MAKEFILES="$ALL_MAKEFILES \\
27856         dlls/win87em.dll16/Makefile"
27857 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27858         win87em.dll16"
27859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27860 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27861 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27862
27863 ALL_MAKEFILES="$ALL_MAKEFILES \\
27864         dlls/winaspi.dll16/Makefile"
27865 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27866         winaspi.dll16"
27867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27868 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27869 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27870
27871 ALL_MAKEFILES="$ALL_MAKEFILES \\
27872         dlls/windebug.dll16/Makefile"
27873 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27874         windebug.dll16"
27875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27876 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27877 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27878
27879 ALL_MAKEFILES="$ALL_MAKEFILES \\
27880         dlls/windowscodecs/Makefile"
27881 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27882         windowscodecs"
27883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27884 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
27885 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
27886
27887 ALL_MAKEFILES="$ALL_MAKEFILES \\
27888         dlls/windowscodecs/tests/Makefile"
27889 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27890         windowscodecs/tests"
27891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27892 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
27893 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
27894
27895 ALL_MAKEFILES="$ALL_MAKEFILES \\
27896         dlls/winealsa.drv/Makefile"
27897 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27898         winealsa.drv"
27899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27900 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27901 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27902
27903 ALL_MAKEFILES="$ALL_MAKEFILES \\
27904         dlls/wineaudioio.drv/Makefile"
27905 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27906         wineaudioio.drv"
27907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27908 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27909 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27910
27911 ALL_MAKEFILES="$ALL_MAKEFILES \\
27912         dlls/winecoreaudio.drv/Makefile"
27913 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27914         winecoreaudio.drv"
27915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27916 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27917 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27918
27919 ALL_MAKEFILES="$ALL_MAKEFILES \\
27920         dlls/winecrt0/Makefile"
27921 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27922         winecrt0"
27923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27924 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27925 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27926
27927 ALL_MAKEFILES="$ALL_MAKEFILES \\
27928         dlls/wined3d/Makefile"
27929 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27930         wined3d"
27931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27932 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27933 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27934
27935 ALL_MAKEFILES="$ALL_MAKEFILES \\
27936         dlls/winedos/Makefile"
27937 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27938         winedos"
27939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27940 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27941 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27942
27943 ALL_MAKEFILES="$ALL_MAKEFILES \\
27944         dlls/wineesd.drv/Makefile"
27945 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27946         wineesd.drv"
27947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27948 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27949 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27950
27951 ALL_MAKEFILES="$ALL_MAKEFILES \\
27952         dlls/winejack.drv/Makefile"
27953 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27954         winejack.drv"
27955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27956 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27957 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27958
27959 ALL_MAKEFILES="$ALL_MAKEFILES \\
27960         dlls/winejoystick.drv/Makefile"
27961 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27962         winejoystick.drv"
27963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27964 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27965 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27966
27967 ALL_MAKEFILES="$ALL_MAKEFILES \\
27968         dlls/winemp3.acm/Makefile"
27969 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27970         winemp3.acm"
27971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27972 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27973 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27974
27975 ALL_MAKEFILES="$ALL_MAKEFILES \\
27976         dlls/winenas.drv/Makefile"
27977 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27978         winenas.drv"
27979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27980 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27981 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27982
27983 ALL_MAKEFILES="$ALL_MAKEFILES \\
27984         dlls/wineoss.drv/Makefile"
27985 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27986         wineoss.drv"
27987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27988 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27989 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27990
27991 ALL_MAKEFILES="$ALL_MAKEFILES \\
27992         dlls/wineps.drv/Makefile"
27993 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27994         wineps.drv"
27995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27996 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27997 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27998
27999 ALL_MAKEFILES="$ALL_MAKEFILES \\
28000         dlls/winequartz.drv/Makefile"
28001 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28002         winequartz.drv"
28003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28004 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
28005 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
28006
28007 ALL_MAKEFILES="$ALL_MAKEFILES \\
28008         dlls/winex11.drv/Makefile"
28009 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28010         winex11.drv"
28011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28012 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
28013 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
28014
28015 ALL_MAKEFILES="$ALL_MAKEFILES \\
28016         dlls/wing32/Makefile"
28017 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28018         wing32"
28019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28020 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
28021 ac_config_files="$ac_config_files dlls/wing32/Makefile"
28022
28023 ALL_MAKEFILES="$ALL_MAKEFILES \\
28024         dlls/winhttp/Makefile"
28025 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28026         winhttp"
28027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28028 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
28029 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
28030
28031 ALL_MAKEFILES="$ALL_MAKEFILES \\
28032         dlls/winhttp/tests/Makefile"
28033 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28034         winhttp/tests"
28035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28036 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
28037 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
28038
28039 ALL_MAKEFILES="$ALL_MAKEFILES \\
28040         dlls/wininet/Makefile"
28041 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28042         wininet"
28043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28044 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
28045 ac_config_files="$ac_config_files dlls/wininet/Makefile"
28046
28047 ALL_MAKEFILES="$ALL_MAKEFILES \\
28048         dlls/wininet/tests/Makefile"
28049 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28050         wininet/tests"
28051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28052 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
28053 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
28054
28055 ALL_MAKEFILES="$ALL_MAKEFILES \\
28056         dlls/winmm/Makefile"
28057 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28058         winmm"
28059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28060 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
28061 ac_config_files="$ac_config_files dlls/winmm/Makefile"
28062
28063 ALL_MAKEFILES="$ALL_MAKEFILES \\
28064         dlls/winmm/tests/Makefile"
28065 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28066         winmm/tests"
28067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28068 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
28069 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
28070
28071 ALL_MAKEFILES="$ALL_MAKEFILES \\
28072         dlls/winnls.dll16/Makefile"
28073 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28074         winnls.dll16"
28075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28076 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
28077 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
28078
28079 ALL_MAKEFILES="$ALL_MAKEFILES \\
28080         dlls/winnls32/Makefile"
28081 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28082         winnls32"
28083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28084 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
28085 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
28086
28087 ALL_MAKEFILES="$ALL_MAKEFILES \\
28088         dlls/winscard/Makefile"
28089 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28090         winscard"
28091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28092 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
28093 ac_config_files="$ac_config_files dlls/winscard/Makefile"
28094
28095 ALL_MAKEFILES="$ALL_MAKEFILES \\
28096         dlls/winspool.drv/Makefile"
28097 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28098         winspool.drv"
28099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28100 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
28101 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
28102
28103 ALL_MAKEFILES="$ALL_MAKEFILES \\
28104         dlls/winspool.drv/tests/Makefile"
28105 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28106         winspool.drv/tests"
28107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28108 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
28109 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
28110
28111 ALL_MAKEFILES="$ALL_MAKEFILES \\
28112         dlls/wintab.dll16/Makefile"
28113 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28114         wintab.dll16"
28115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28116 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
28117 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
28118
28119 ALL_MAKEFILES="$ALL_MAKEFILES \\
28120         dlls/wintab32/Makefile"
28121 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28122         wintab32"
28123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28124 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
28125 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
28126
28127 ALL_MAKEFILES="$ALL_MAKEFILES \\
28128         dlls/wintab32/tests/Makefile"
28129 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28130         wintab32/tests"
28131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28132 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
28133 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
28134
28135 ALL_MAKEFILES="$ALL_MAKEFILES \\
28136         dlls/wintrust/Makefile"
28137 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28138         wintrust"
28139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28140 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
28141 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
28142
28143 ALL_MAKEFILES="$ALL_MAKEFILES \\
28144         dlls/wintrust/tests/Makefile"
28145 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28146         wintrust/tests"
28147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28148 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
28149 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
28150
28151 ALL_MAKEFILES="$ALL_MAKEFILES \\
28152         dlls/wldap32/Makefile"
28153 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28154         wldap32"
28155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28156 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
28157 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
28158
28159 ALL_MAKEFILES="$ALL_MAKEFILES \\
28160         dlls/wldap32/tests/Makefile"
28161 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28162         wldap32/tests"
28163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28164 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
28165 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
28166
28167 ALL_MAKEFILES="$ALL_MAKEFILES \\
28168         dlls/wmi/Makefile"
28169 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28170         wmi"
28171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28172 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
28173 ac_config_files="$ac_config_files dlls/wmi/Makefile"
28174
28175 ALL_MAKEFILES="$ALL_MAKEFILES \\
28176         dlls/wmiutils/Makefile"
28177 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28178         wmiutils"
28179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28180 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
28181 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
28182
28183 ALL_MAKEFILES="$ALL_MAKEFILES \\
28184         dlls/wnaspi32/Makefile"
28185 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28186         wnaspi32"
28187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28188 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
28189 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
28190
28191 ALL_MAKEFILES="$ALL_MAKEFILES \\
28192         dlls/wow32/Makefile"
28193 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28194         wow32"
28195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28196 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
28197 ac_config_files="$ac_config_files dlls/wow32/Makefile"
28198
28199 ALL_MAKEFILES="$ALL_MAKEFILES \\
28200         dlls/ws2_32/Makefile"
28201 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28202         ws2_32"
28203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28204 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
28205 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
28206
28207 ALL_MAKEFILES="$ALL_MAKEFILES \\
28208         dlls/ws2_32/tests/Makefile"
28209 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28210         ws2_32/tests"
28211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28212 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
28213 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
28214
28215 ALL_MAKEFILES="$ALL_MAKEFILES \\
28216         dlls/wsock32/Makefile"
28217 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28218         wsock32"
28219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28220 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
28221 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
28222
28223 ALL_MAKEFILES="$ALL_MAKEFILES \\
28224         dlls/wtsapi32/Makefile"
28225 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28226         wtsapi32"
28227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28228 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
28229 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
28230
28231 ALL_MAKEFILES="$ALL_MAKEFILES \\
28232         dlls/wuapi/Makefile"
28233 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28234         wuapi"
28235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28236 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
28237 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
28238
28239 ALL_MAKEFILES="$ALL_MAKEFILES \\
28240         dlls/xinput1_1/Makefile"
28241 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28242         xinput1_1"
28243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28244 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
28245 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
28246
28247 ALL_MAKEFILES="$ALL_MAKEFILES \\
28248         dlls/xinput1_2/Makefile"
28249 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28250         xinput1_2"
28251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28252 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
28253 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
28254
28255 ALL_MAKEFILES="$ALL_MAKEFILES \\
28256         dlls/xinput1_3/Makefile"
28257 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28258         xinput1_3"
28259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28260 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
28261 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
28262
28263 ALL_MAKEFILES="$ALL_MAKEFILES \\
28264         dlls/xinput1_3/tests/Makefile"
28265 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28266         xinput1_3/tests"
28267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28268 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
28269 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
28270
28271 ALL_MAKEFILES="$ALL_MAKEFILES \\
28272         dlls/xinput9_1_0/Makefile"
28273 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28274         xinput9_1_0"
28275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28276 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
28277 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
28278
28279 ALL_MAKEFILES="$ALL_MAKEFILES \\
28280         dlls/xmllite/Makefile"
28281 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28282         xmllite"
28283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28284 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
28285 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
28286
28287 ALL_MAKEFILES="$ALL_MAKEFILES \\
28288         documentation/Makefile"
28289 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28290         documentation"
28291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28292 documentation/Makefile: documentation/Makefile.in Make.rules"
28293 ac_config_files="$ac_config_files documentation/Makefile"
28294
28295 ALL_MAKEFILES="$ALL_MAKEFILES \\
28296         fonts/Makefile"
28297 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28298         fonts"
28299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28300 fonts/Makefile: fonts/Makefile.in Make.rules"
28301 ac_config_files="$ac_config_files fonts/Makefile"
28302
28303 ALL_MAKEFILES="$ALL_MAKEFILES \\
28304         include/Makefile"
28305 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28306         include"
28307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28308 include/Makefile: include/Makefile.in Make.rules"
28309 ac_config_files="$ac_config_files include/Makefile"
28310
28311 ALL_MAKEFILES="$ALL_MAKEFILES \\
28312         libs/Makefile"
28313 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28314         libs"
28315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28316 libs/Makefile: libs/Makefile.in Make.rules"
28317 ac_config_files="$ac_config_files libs/Makefile"
28318
28319 ALL_MAKEFILES="$ALL_MAKEFILES \\
28320         libs/port/Makefile"
28321
28322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28323 libs/port/Makefile: libs/port/Makefile.in Make.rules"
28324 ac_config_files="$ac_config_files libs/port/Makefile"
28325
28326 ALL_MAKEFILES="$ALL_MAKEFILES \\
28327         libs/wine/Makefile"
28328
28329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28330 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
28331 ac_config_files="$ac_config_files libs/wine/Makefile"
28332
28333 ALL_MAKEFILES="$ALL_MAKEFILES \\
28334         libs/wpp/Makefile"
28335
28336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28337 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
28338 ac_config_files="$ac_config_files libs/wpp/Makefile"
28339
28340 ALL_MAKEFILES="$ALL_MAKEFILES \\
28341         loader/Makefile"
28342 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28343         loader"
28344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28345 loader/Makefile: loader/Makefile.in Make.rules"
28346 ac_config_files="$ac_config_files loader/Makefile"
28347
28348 ALL_MAKEFILES="$ALL_MAKEFILES \\
28349         programs/Makefile"
28350 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28351         programs"
28352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28353 programs/Makefile: programs/Makefile.in Make.rules"
28354 ac_config_files="$ac_config_files programs/Makefile"
28355
28356 ALL_MAKEFILES="$ALL_MAKEFILES \\
28357         programs/cacls/Makefile"
28358 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28359         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28360         cacls"
28361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28362 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
28363 ac_config_files="$ac_config_files programs/cacls/Makefile"
28364
28365 ALL_MAKEFILES="$ALL_MAKEFILES \\
28366         programs/clock/Makefile"
28367 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28368         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28369         clock"
28370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28371 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
28372 ac_config_files="$ac_config_files programs/clock/Makefile"
28373
28374 ALL_MAKEFILES="$ALL_MAKEFILES \\
28375         programs/cmd/Makefile"
28376 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28377         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28378         cmd"
28379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28380 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
28381 ac_config_files="$ac_config_files programs/cmd/Makefile"
28382
28383 ALL_MAKEFILES="$ALL_MAKEFILES \\
28384         programs/cmdlgtst/Makefile"
28385 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28386         cmdlgtst"
28387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28388 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
28389 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
28390
28391 ALL_MAKEFILES="$ALL_MAKEFILES \\
28392         programs/control/Makefile"
28393 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28394         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28395         control"
28396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28397 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
28398 ac_config_files="$ac_config_files programs/control/Makefile"
28399
28400 ALL_MAKEFILES="$ALL_MAKEFILES \\
28401         programs/eject/Makefile"
28402 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28403         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28404         eject"
28405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28406 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
28407 ac_config_files="$ac_config_files programs/eject/Makefile"
28408
28409 ALL_MAKEFILES="$ALL_MAKEFILES \\
28410         programs/expand/Makefile"
28411 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28412         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28413         expand"
28414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28415 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
28416 ac_config_files="$ac_config_files programs/expand/Makefile"
28417
28418 ALL_MAKEFILES="$ALL_MAKEFILES \\
28419         programs/explorer/Makefile"
28420 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28421         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28422         explorer"
28423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28424 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
28425 ac_config_files="$ac_config_files programs/explorer/Makefile"
28426
28427 ALL_MAKEFILES="$ALL_MAKEFILES \\
28428         programs/hh/Makefile"
28429 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28430         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28431         hh"
28432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28433 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
28434 ac_config_files="$ac_config_files programs/hh/Makefile"
28435
28436 ALL_MAKEFILES="$ALL_MAKEFILES \\
28437         programs/icinfo/Makefile"
28438 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28439         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28440         icinfo"
28441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28442 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
28443 ac_config_files="$ac_config_files programs/icinfo/Makefile"
28444
28445 ALL_MAKEFILES="$ALL_MAKEFILES \\
28446         programs/iexplore/Makefile"
28447 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28448         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28449         iexplore"
28450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28451 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
28452 ac_config_files="$ac_config_files programs/iexplore/Makefile"
28453
28454 ALL_MAKEFILES="$ALL_MAKEFILES \\
28455         programs/lodctr/Makefile"
28456 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28457         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28458         lodctr"
28459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28460 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
28461 ac_config_files="$ac_config_files programs/lodctr/Makefile"
28462
28463 ALL_MAKEFILES="$ALL_MAKEFILES \\
28464         programs/msiexec/Makefile"
28465 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28466         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28467         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28468         msiexec"
28469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28470 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
28471 ac_config_files="$ac_config_files programs/msiexec/Makefile"
28472
28473 ALL_MAKEFILES="$ALL_MAKEFILES \\
28474         programs/net/Makefile"
28475 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28476         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28477         net"
28478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28479 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
28480 ac_config_files="$ac_config_files programs/net/Makefile"
28481
28482 ALL_MAKEFILES="$ALL_MAKEFILES \\
28483         programs/notepad/Makefile"
28484 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28485         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28486         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28487         notepad"
28488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28489 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28490 ac_config_files="$ac_config_files programs/notepad/Makefile"
28491
28492 ALL_MAKEFILES="$ALL_MAKEFILES \\
28493         programs/oleview/Makefile"
28494 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28495         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28496         oleview"
28497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28498 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28499 ac_config_files="$ac_config_files programs/oleview/Makefile"
28500
28501 ALL_MAKEFILES="$ALL_MAKEFILES \\
28502         programs/progman/Makefile"
28503 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28504         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28505         progman"
28506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28507 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28508 ac_config_files="$ac_config_files programs/progman/Makefile"
28509
28510 ALL_MAKEFILES="$ALL_MAKEFILES \\
28511         programs/reg/Makefile"
28512 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28513         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28514         reg"
28515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28516 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28517 ac_config_files="$ac_config_files programs/reg/Makefile"
28518
28519 ALL_MAKEFILES="$ALL_MAKEFILES \\
28520         programs/regedit/Makefile"
28521 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28522         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28523         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28524         regedit"
28525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28526 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28527 ac_config_files="$ac_config_files programs/regedit/Makefile"
28528
28529 ALL_MAKEFILES="$ALL_MAKEFILES \\
28530         programs/regsvr32/Makefile"
28531 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28532         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28533         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28534         regsvr32"
28535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28536 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28537 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28538
28539 ALL_MAKEFILES="$ALL_MAKEFILES \\
28540         programs/rpcss/Makefile"
28541 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28542         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28543         rpcss"
28544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28545 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28546 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28547
28548 ALL_MAKEFILES="$ALL_MAKEFILES \\
28549         programs/rundll32/Makefile"
28550 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28551         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28552         rundll32"
28553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28554 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28555 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28556
28557 ALL_MAKEFILES="$ALL_MAKEFILES \\
28558         programs/secedit/Makefile"
28559 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28560         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28561         secedit"
28562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28563 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28564 ac_config_files="$ac_config_files programs/secedit/Makefile"
28565
28566 ALL_MAKEFILES="$ALL_MAKEFILES \\
28567         programs/services/Makefile"
28568 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28569         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28570         services"
28571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28572 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28573 ac_config_files="$ac_config_files programs/services/Makefile"
28574
28575 ALL_MAKEFILES="$ALL_MAKEFILES \\
28576         programs/spoolsv/Makefile"
28577 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28578         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28579         spoolsv"
28580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28581 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28582 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28583
28584 ALL_MAKEFILES="$ALL_MAKEFILES \\
28585         programs/start/Makefile"
28586 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28587         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28588         start"
28589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28590 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28591 ac_config_files="$ac_config_files programs/start/Makefile"
28592
28593 ALL_MAKEFILES="$ALL_MAKEFILES \\
28594         programs/svchost/Makefile"
28595 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28596         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28597         svchost"
28598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28599 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28600 ac_config_files="$ac_config_files programs/svchost/Makefile"
28601
28602 ALL_MAKEFILES="$ALL_MAKEFILES \\
28603         programs/taskmgr/Makefile"
28604 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28605         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28606         taskmgr"
28607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28608 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28609 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28610
28611 ALL_MAKEFILES="$ALL_MAKEFILES \\
28612         programs/termsv/Makefile"
28613 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28614         termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28615         termsv"
28616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28617 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28618 ac_config_files="$ac_config_files programs/termsv/Makefile"
28619
28620 ALL_MAKEFILES="$ALL_MAKEFILES \\
28621         programs/uninstaller/Makefile"
28622 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28623         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28624         uninstaller"
28625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28626 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28627 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28628
28629 ALL_MAKEFILES="$ALL_MAKEFILES \\
28630         programs/unlodctr/Makefile"
28631 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28632         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28633         unlodctr"
28634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28635 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28636 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28637
28638 ALL_MAKEFILES="$ALL_MAKEFILES \\
28639         programs/view/Makefile"
28640 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28641         view"
28642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28643 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28644 ac_config_files="$ac_config_files programs/view/Makefile"
28645
28646 ALL_MAKEFILES="$ALL_MAKEFILES \\
28647         programs/wineboot/Makefile"
28648 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28649         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28650         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28651         wineboot"
28652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28653 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28654 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28655
28656 ALL_MAKEFILES="$ALL_MAKEFILES \\
28657         programs/winebrowser/Makefile"
28658 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28659         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28660         winebrowser"
28661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28662 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28663 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28664
28665 ALL_MAKEFILES="$ALL_MAKEFILES \\
28666         programs/winecfg/Makefile"
28667 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28668         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28669         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28670         winecfg"
28671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28672 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28673 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28674
28675 ALL_MAKEFILES="$ALL_MAKEFILES \\
28676         programs/wineconsole/Makefile"
28677 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28678         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28679         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28680         wineconsole"
28681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28682 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28683 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28684
28685 ALL_MAKEFILES="$ALL_MAKEFILES \\
28686         programs/winedbg/Makefile"
28687 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28688         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28689         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28690         winedbg"
28691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28692 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28693 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28694
28695 ALL_MAKEFILES="$ALL_MAKEFILES \\
28696         programs/winedevice/Makefile"
28697 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28698         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28699         winedevice"
28700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28701 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28702 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28703
28704 ALL_MAKEFILES="$ALL_MAKEFILES \\
28705         programs/winefile/Makefile"
28706 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28707         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28708         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28709         winefile"
28710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28711 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28712 ac_config_files="$ac_config_files programs/winefile/Makefile"
28713
28714 ALL_MAKEFILES="$ALL_MAKEFILES \\
28715         programs/winemenubuilder/Makefile"
28716 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28717         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28718         winemenubuilder"
28719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28720 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28721 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28722
28723 ALL_MAKEFILES="$ALL_MAKEFILES \\
28724         programs/winemine/Makefile"
28725 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28726         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28727         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28728         winemine"
28729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28730 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28731 ac_config_files="$ac_config_files programs/winemine/Makefile"
28732
28733 ALL_MAKEFILES="$ALL_MAKEFILES \\
28734         programs/winepath/Makefile"
28735 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28736         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28737         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28738         winepath"
28739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28740 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28741 ac_config_files="$ac_config_files programs/winepath/Makefile"
28742
28743 ALL_MAKEFILES="$ALL_MAKEFILES \\
28744         programs/winetest/Makefile"
28745 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28746         winetest"
28747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28748 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28749 ac_config_files="$ac_config_files programs/winetest/Makefile"
28750
28751 ALL_MAKEFILES="$ALL_MAKEFILES \\
28752         programs/winevdm/Makefile"
28753 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28754         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28755         winevdm"
28756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28757 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28758 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28759
28760 ALL_MAKEFILES="$ALL_MAKEFILES \\
28761         programs/winhelp.exe16/Makefile"
28762 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28763         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28764         winhelp.exe16"
28765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28766 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28767 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28768
28769 ALL_MAKEFILES="$ALL_MAKEFILES \\
28770         programs/winhlp32/Makefile"
28771 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28772         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28773         winhlp32"
28774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28775 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28776 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28777
28778 ALL_MAKEFILES="$ALL_MAKEFILES \\
28779         programs/winoldap.mod16/Makefile"
28780 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28781         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28782         winoldap.mod16"
28783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28784 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28785 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28786
28787 ALL_MAKEFILES="$ALL_MAKEFILES \\
28788         programs/winver/Makefile"
28789 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28790         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28791         winver"
28792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28793 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28794 ac_config_files="$ac_config_files programs/winver/Makefile"
28795
28796 ALL_MAKEFILES="$ALL_MAKEFILES \\
28797         programs/wordpad/Makefile"
28798 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28799         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28800         wordpad"
28801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28802 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28803 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28804
28805 ALL_MAKEFILES="$ALL_MAKEFILES \\
28806         programs/write/Makefile"
28807 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28808         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28809         write"
28810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28811 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28812 ac_config_files="$ac_config_files programs/write/Makefile"
28813
28814 ALL_MAKEFILES="$ALL_MAKEFILES \\
28815         programs/xcopy/Makefile"
28816 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28817         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28818         xcopy"
28819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28820 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28821 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28822
28823 ALL_MAKEFILES="$ALL_MAKEFILES \\
28824         server/Makefile"
28825 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28826         server"
28827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28828 server/Makefile: server/Makefile.in Make.rules"
28829 ac_config_files="$ac_config_files server/Makefile"
28830
28831 ALL_MAKEFILES="$ALL_MAKEFILES \\
28832         tools/Makefile"
28833 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28834         tools"
28835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28836 tools/Makefile: tools/Makefile.in Make.rules"
28837 ac_config_files="$ac_config_files tools/Makefile"
28838
28839 ALL_MAKEFILES="$ALL_MAKEFILES \\
28840         tools/widl/Makefile"
28841
28842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28843 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28844 ac_config_files="$ac_config_files tools/widl/Makefile"
28845
28846 ALL_MAKEFILES="$ALL_MAKEFILES \\
28847         tools/winebuild/Makefile"
28848
28849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28850 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28851 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28852
28853 ALL_MAKEFILES="$ALL_MAKEFILES \\
28854         tools/winedump/Makefile"
28855
28856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28857 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28858 ac_config_files="$ac_config_files tools/winedump/Makefile"
28859
28860 ALL_MAKEFILES="$ALL_MAKEFILES \\
28861         tools/winegcc/Makefile"
28862
28863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28864 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28865 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28866
28867 ALL_MAKEFILES="$ALL_MAKEFILES \\
28868         tools/wmc/Makefile"
28869
28870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28871 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28872 ac_config_files="$ac_config_files tools/wmc/Makefile"
28873
28874 ALL_MAKEFILES="$ALL_MAKEFILES \\
28875         tools/wrc/Makefile"
28876
28877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28878 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28879 ac_config_files="$ac_config_files tools/wrc/Makefile"
28880
28881
28882
28883 ALL_WINETEST_DEPENDS="# Test binaries"
28884
28885 for dir in $ALL_TEST_DIRS
28886 do
28887     if test "$dir" != "\\"
28888     then
28889         testname=`expr $dir : '\(.*\)/tests'`_test
28890         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28891
28892 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
28893         cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
28894 $testname.rc:
28895         echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
28896 $testname.res: $testname.rc $testname.exe"
28897     fi
28898 done
28899
28900 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28901
28902 cat >confcache <<\_ACEOF
28903 # This file is a shell script that caches the results of configure
28904 # tests run on this system so they can be shared between configure
28905 # scripts and configure runs, see configure's option --config-cache.
28906 # It is not useful on other systems.  If it contains results you don't
28907 # want to keep, you may remove or edit it.
28908 #
28909 # config.status only pays attention to the cache file if you give it
28910 # the --recheck option to rerun configure.
28911 #
28912 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28913 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28914 # following values.
28915
28916 _ACEOF
28917
28918 # The following way of writing the cache mishandles newlines in values,
28919 # but we know of no workaround that is simple, portable, and efficient.
28920 # So, we kill variables containing newlines.
28921 # Ultrix sh set writes to stderr and can't be redirected directly,
28922 # and sets the high bit in the cache file unless we assign to the vars.
28923 (
28924   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28925     eval ac_val=\$$ac_var
28926     case $ac_val in #(
28927     *${as_nl}*)
28928       case $ac_var in #(
28929       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28930 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28931       esac
28932       case $ac_var in #(
28933       _ | IFS | as_nl) ;; #(
28934       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28935       *) $as_unset $ac_var ;;
28936       esac ;;
28937     esac
28938   done
28939
28940   (set) 2>&1 |
28941     case $as_nl`(ac_space=' '; set) 2>&1` in #(
28942     *${as_nl}ac_space=\ *)
28943       # `set' does not quote correctly, so add quotes (double-quote
28944       # substitution turns \\\\ into \\, and sed turns \\ into \).
28945       sed -n \
28946         "s/'/'\\\\''/g;
28947           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28948       ;; #(
28949     *)
28950       # `set' quotes correctly as required by POSIX, so do not add quotes.
28951       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28952       ;;
28953     esac |
28954     sort
28955 ) |
28956   sed '
28957      /^ac_cv_env_/b end
28958      t clear
28959      :clear
28960      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28961      t end
28962      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28963      :end' >>confcache
28964 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28965   if test -w "$cache_file"; then
28966     test "x$cache_file" != "x/dev/null" &&
28967       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28968 $as_echo "$as_me: updating cache $cache_file" >&6;}
28969     cat confcache >$cache_file
28970   else
28971     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28972 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28973   fi
28974 fi
28975 rm -f confcache
28976
28977 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28978 # Let make expand exec_prefix.
28979 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28980
28981 DEFS=-DHAVE_CONFIG_H
28982
28983 ac_libobjs=
28984 ac_ltlibobjs=
28985 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28986   # 1. Remove the extension, and $U if already installed.
28987   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28988   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28989   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
28990   #    will be set to the directory where LIBOBJS objects are built.
28991   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28992   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28993 done
28994 LIBOBJS=$ac_libobjs
28995
28996 LTLIBOBJS=$ac_ltlibobjs
28997
28998
28999
29000 : ${CONFIG_STATUS=./config.status}
29001 ac_write_fail=0
29002 ac_clean_files_save=$ac_clean_files
29003 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
29004 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
29005 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
29006 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29007 #! $SHELL
29008 # Generated by $as_me.
29009 # Run this file to recreate the current configuration.
29010 # Compiler output produced by configure, useful for debugging
29011 # configure, is in config.log if it exists.
29012
29013 debug=false
29014 ac_cs_recheck=false
29015 ac_cs_silent=false
29016 SHELL=\${CONFIG_SHELL-$SHELL}
29017 _ACEOF
29018
29019 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29020 ## --------------------- ##
29021 ## M4sh Initialization.  ##
29022 ## --------------------- ##
29023
29024 # Be more Bourne compatible
29025 DUALCASE=1; export DUALCASE # for MKS sh
29026 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
29027   emulate sh
29028   NULLCMD=:
29029   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
29030   # is contrary to our usage.  Disable this feature.
29031   alias -g '${1+"$@"}'='"$@"'
29032   setopt NO_GLOB_SUBST
29033 else
29034   case `(set -o) 2>/dev/null` in
29035   *posix*) set -o posix ;;
29036 esac
29037
29038 fi
29039
29040
29041
29042
29043 # PATH needs CR
29044 # Avoid depending upon Character Ranges.
29045 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
29046 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
29047 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
29048 as_cr_digits='0123456789'
29049 as_cr_alnum=$as_cr_Letters$as_cr_digits
29050
29051 as_nl='
29052 '
29053 export as_nl
29054 # Printing a long string crashes Solaris 7 /usr/bin/printf.
29055 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
29056 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
29057 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
29058 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
29059   as_echo='printf %s\n'
29060   as_echo_n='printf %s'
29061 else
29062   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
29063     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
29064     as_echo_n='/usr/ucb/echo -n'
29065   else
29066     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
29067     as_echo_n_body='eval
29068       arg=$1;
29069       case $arg in
29070       *"$as_nl"*)
29071         expr "X$arg" : "X\\(.*\\)$as_nl";
29072         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
29073       esac;
29074       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
29075     '
29076     export as_echo_n_body
29077     as_echo_n='sh -c $as_echo_n_body as_echo'
29078   fi
29079   export as_echo_body
29080   as_echo='sh -c $as_echo_body as_echo'
29081 fi
29082
29083 # The user is always right.
29084 if test "${PATH_SEPARATOR+set}" != set; then
29085   PATH_SEPARATOR=:
29086   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
29087     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
29088       PATH_SEPARATOR=';'
29089   }
29090 fi
29091
29092 # Support unset when possible.
29093 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
29094   as_unset=unset
29095 else
29096   as_unset=false
29097 fi
29098
29099
29100 # IFS
29101 # We need space, tab and new line, in precisely that order.  Quoting is
29102 # there to prevent editors from complaining about space-tab.
29103 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
29104 # splitting by setting IFS to empty value.)
29105 IFS=" ""        $as_nl"
29106
29107 # Find who we are.  Look in the path if we contain no directory separator.
29108 case $0 in
29109   *[\\/]* ) as_myself=$0 ;;
29110   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29111 for as_dir in $PATH
29112 do
29113   IFS=$as_save_IFS
29114   test -z "$as_dir" && as_dir=.
29115   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
29116 done
29117 IFS=$as_save_IFS
29118
29119      ;;
29120 esac
29121 # We did not find ourselves, most probably we were run as `sh COMMAND'
29122 # in which case we are not to be found in the path.
29123 if test "x$as_myself" = x; then
29124   as_myself=$0
29125 fi
29126 if test ! -f "$as_myself"; then
29127   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
29128   { (exit 1); exit 1; }
29129 fi
29130
29131 # Work around bugs in pre-3.0 UWIN ksh.
29132 for as_var in ENV MAIL MAILPATH
29133 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
29134 done
29135 PS1='$ '
29136 PS2='> '
29137 PS4='+ '
29138
29139 # NLS nuisances.
29140 LC_ALL=C
29141 export LC_ALL
29142 LANGUAGE=C
29143 export LANGUAGE
29144
29145 # Required to use basename.
29146 if expr a : '\(a\)' >/dev/null 2>&1 &&
29147    test "X`expr 00001 : '.*\(...\)'`" = X001; then
29148   as_expr=expr
29149 else
29150   as_expr=false
29151 fi
29152
29153 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
29154   as_basename=basename
29155 else
29156   as_basename=false
29157 fi
29158
29159
29160 # Name of the executable.
29161 as_me=`$as_basename -- "$0" ||
29162 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
29163          X"$0" : 'X\(//\)$' \| \
29164          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
29165 $as_echo X/"$0" |
29166     sed '/^.*\/\([^/][^/]*\)\/*$/{
29167             s//\1/
29168             q
29169           }
29170           /^X\/\(\/\/\)$/{
29171             s//\1/
29172             q
29173           }
29174           /^X\/\(\/\).*/{
29175             s//\1/
29176             q
29177           }
29178           s/.*/./; q'`
29179
29180 # CDPATH.
29181 $as_unset CDPATH
29182
29183
29184
29185   as_lineno_1=$LINENO
29186   as_lineno_2=$LINENO
29187   test "x$as_lineno_1" != "x$as_lineno_2" &&
29188   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
29189
29190   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
29191   # uniformly replaced by the line number.  The first 'sed' inserts a
29192   # line-number line after each line using $LINENO; the second 'sed'
29193   # does the real work.  The second script uses 'N' to pair each
29194   # line-number line with the line containing $LINENO, and appends
29195   # trailing '-' during substitution so that $LINENO is not a special
29196   # case at line end.
29197   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
29198   # scripts with optimization help from Paolo Bonzini.  Blame Lee
29199   # E. McMahon (1931-1989) for sed's syntax.  :-)
29200   sed -n '
29201     p
29202     /[$]LINENO/=
29203   ' <$as_myself |
29204     sed '
29205       s/[$]LINENO.*/&-/
29206       t lineno
29207       b
29208       :lineno
29209       N
29210       :loop
29211       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
29212       t loop
29213       s/-\n.*//
29214     ' >$as_me.lineno &&
29215   chmod +x "$as_me.lineno" ||
29216     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
29217    { (exit 1); exit 1; }; }
29218
29219   # Don't try to exec as it changes $[0], causing all sort of problems
29220   # (the dirname of $[0] is not the place where we might find the
29221   # original and so on.  Autoconf is especially sensitive to this).
29222   . "./$as_me.lineno"
29223   # Exit status is that of the last command.
29224   exit
29225 }
29226
29227
29228 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
29229   as_dirname=dirname
29230 else
29231   as_dirname=false
29232 fi
29233
29234 ECHO_C= ECHO_N= ECHO_T=
29235 case `echo -n x` in
29236 -n*)
29237   case `echo 'x\c'` in
29238   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
29239   *)   ECHO_C='\c';;
29240   esac;;
29241 *)
29242   ECHO_N='-n';;
29243 esac
29244 if expr a : '\(a\)' >/dev/null 2>&1 &&
29245    test "X`expr 00001 : '.*\(...\)'`" = X001; then
29246   as_expr=expr
29247 else
29248   as_expr=false
29249 fi
29250
29251 rm -f conf$$ conf$$.exe conf$$.file
29252 if test -d conf$$.dir; then
29253   rm -f conf$$.dir/conf$$.file
29254 else
29255   rm -f conf$$.dir
29256   mkdir conf$$.dir 2>/dev/null
29257 fi
29258 if (echo >conf$$.file) 2>/dev/null; then
29259   if ln -s conf$$.file conf$$ 2>/dev/null; then
29260     as_ln_s='ln -s'
29261     # ... but there are two gotchas:
29262     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
29263     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
29264     # In both cases, we have to default to `cp -p'.
29265     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
29266       as_ln_s='cp -p'
29267   elif ln conf$$.file conf$$ 2>/dev/null; then
29268     as_ln_s=ln
29269   else
29270     as_ln_s='cp -p'
29271   fi
29272 else
29273   as_ln_s='cp -p'
29274 fi
29275 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
29276 rmdir conf$$.dir 2>/dev/null
29277
29278 if mkdir -p . 2>/dev/null; then
29279   as_mkdir_p=:
29280 else
29281   test -d ./-p && rmdir ./-p
29282   as_mkdir_p=false
29283 fi
29284
29285 if test -x / >/dev/null 2>&1; then
29286   as_test_x='test -x'
29287 else
29288   if ls -dL / >/dev/null 2>&1; then
29289     as_ls_L_option=L
29290   else
29291     as_ls_L_option=
29292   fi
29293   as_test_x='
29294     eval sh -c '\''
29295       if test -d "$1"; then
29296         test -d "$1/.";
29297       else
29298         case $1 in
29299         -*)set "./$1";;
29300         esac;
29301         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
29302         ???[sx]*):;;*)false;;esac;fi
29303     '\'' sh
29304   '
29305 fi
29306 as_executable_p=$as_test_x
29307
29308 # Sed expression to map a string onto a valid CPP name.
29309 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
29310
29311 # Sed expression to map a string onto a valid variable name.
29312 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
29313
29314
29315 exec 6>&1
29316
29317 # Save the log message, to keep $[0] and so on meaningful, and to
29318 # report actual input values of CONFIG_FILES etc. instead of their
29319 # values after options handling.
29320 ac_log="
29321 This file was extended by Wine $as_me 1.1.26, which was
29322 generated by GNU Autoconf 2.63.  Invocation command line was
29323
29324   CONFIG_FILES    = $CONFIG_FILES
29325   CONFIG_HEADERS  = $CONFIG_HEADERS
29326   CONFIG_LINKS    = $CONFIG_LINKS
29327   CONFIG_COMMANDS = $CONFIG_COMMANDS
29328   $ $0 $@
29329
29330 on `(hostname || uname -n) 2>/dev/null | sed 1q`
29331 "
29332
29333 _ACEOF
29334
29335 case $ac_config_files in *"
29336 "*) set x $ac_config_files; shift; ac_config_files=$*;;
29337 esac
29338
29339 case $ac_config_headers in *"
29340 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
29341 esac
29342
29343
29344 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29345 # Files that config.status was made for.
29346 config_files="$ac_config_files"
29347 config_headers="$ac_config_headers"
29348 config_commands="$ac_config_commands"
29349
29350 _ACEOF
29351
29352 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29353 ac_cs_usage="\
29354 \`$as_me' instantiates files from templates according to the
29355 current configuration.
29356
29357 Usage: $0 [OPTION]... [FILE]...
29358
29359   -h, --help       print this help, then exit
29360   -V, --version    print version number and configuration settings, then exit
29361   -q, --quiet, --silent
29362                    do not print progress messages
29363   -d, --debug      don't remove temporary files
29364       --recheck    update $as_me by reconfiguring in the same conditions
29365       --file=FILE[:TEMPLATE]
29366                    instantiate the configuration file FILE
29367       --header=FILE[:TEMPLATE]
29368                    instantiate the configuration header FILE
29369
29370 Configuration files:
29371 $config_files
29372
29373 Configuration headers:
29374 $config_headers
29375
29376 Configuration commands:
29377 $config_commands
29378
29379 Report bugs to <bug-autoconf@gnu.org>."
29380
29381 _ACEOF
29382 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29383 ac_cs_version="\\
29384 Wine config.status 1.1.26
29385 configured by $0, generated by GNU Autoconf 2.63,
29386   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
29387
29388 Copyright (C) 2008 Free Software Foundation, Inc.
29389 This config.status script is free software; the Free Software Foundation
29390 gives unlimited permission to copy, distribute and modify it."
29391
29392 ac_pwd='$ac_pwd'
29393 srcdir='$srcdir'
29394 INSTALL='$INSTALL'
29395 test -n "\$AWK" || AWK=awk
29396 _ACEOF
29397
29398 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29399 # The default lists apply if the user does not specify any file.
29400 ac_need_defaults=:
29401 while test $# != 0
29402 do
29403   case $1 in
29404   --*=*)
29405     ac_option=`expr "X$1" : 'X\([^=]*\)='`
29406     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
29407     ac_shift=:
29408     ;;
29409   *)
29410     ac_option=$1
29411     ac_optarg=$2
29412     ac_shift=shift
29413     ;;
29414   esac
29415
29416   case $ac_option in
29417   # Handling of the options.
29418   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
29419     ac_cs_recheck=: ;;
29420   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
29421     $as_echo "$ac_cs_version"; exit ;;
29422   --debug | --debu | --deb | --de | --d | -d )
29423     debug=: ;;
29424   --file | --fil | --fi | --f )
29425     $ac_shift
29426     case $ac_optarg in
29427     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29428     esac
29429     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
29430     ac_need_defaults=false;;
29431   --header | --heade | --head | --hea )
29432     $ac_shift
29433     case $ac_optarg in
29434     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29435     esac
29436     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
29437     ac_need_defaults=false;;
29438   --he | --h)
29439     # Conflict between --help and --header
29440     { $as_echo "$as_me: error: ambiguous option: $1
29441 Try \`$0 --help' for more information." >&2
29442    { (exit 1); exit 1; }; };;
29443   --help | --hel | -h )
29444     $as_echo "$ac_cs_usage"; exit ;;
29445   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
29446   | -silent | --silent | --silen | --sile | --sil | --si | --s)
29447     ac_cs_silent=: ;;
29448
29449   # This is an error.
29450   -*) { $as_echo "$as_me: error: unrecognized option: $1
29451 Try \`$0 --help' for more information." >&2
29452    { (exit 1); exit 1; }; } ;;
29453
29454   *) ac_config_targets="$ac_config_targets $1"
29455      ac_need_defaults=false ;;
29456
29457   esac
29458   shift
29459 done
29460
29461 ac_configure_extra_args=
29462
29463 if $ac_cs_silent; then
29464   exec 6>/dev/null
29465   ac_configure_extra_args="$ac_configure_extra_args --silent"
29466 fi
29467
29468 _ACEOF
29469 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29470 if \$ac_cs_recheck; then
29471   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
29472   shift
29473   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
29474   CONFIG_SHELL='$SHELL'
29475   export CONFIG_SHELL
29476   exec "\$@"
29477 fi
29478
29479 _ACEOF
29480 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29481 exec 5>>config.log
29482 {
29483   echo
29484   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
29485 ## Running $as_me. ##
29486 _ASBOX
29487   $as_echo "$ac_log"
29488 } >&5
29489
29490 _ACEOF
29491 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29492 _ACEOF
29493
29494 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29495
29496 # Handling of arguments.
29497 for ac_config_target in $ac_config_targets
29498 do
29499   case $ac_config_target in
29500     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
29501     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
29502     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
29503     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
29504     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
29505     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
29506     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
29507     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
29508     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
29509     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
29510     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
29511     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
29512     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
29513     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29514     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
29515     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
29516     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
29517     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
29518     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
29519     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
29520     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29521     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29522     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29523     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29524     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29525     "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29526     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29527     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29528     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29529     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29530     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29531     "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29532     "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29533     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29534     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29535     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29536     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29537     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29538     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29539     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29540     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29541     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29542     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29543     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29544     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29545     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29546     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29547     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29548     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29549     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29550     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29551     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29552     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29553     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29554     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29555     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29556     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29557     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29558     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29559     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29560     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29561     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29562     "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29563     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29564     "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29565     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29566     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29567     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29568     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29569     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29570     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29571     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29572     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29573     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29574     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29575     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29576     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29577     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29578     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29579     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29580     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29581     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29582     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29583     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29584     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29585     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29586     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29587     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29588     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29589     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29590     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29591     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29592     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29593     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29594     "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29595     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29596     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29597     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29598     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29599     "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29600     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29601     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29602     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29603     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29604     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29605     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29606     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29607     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29608     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29609     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29610     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29611     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29612     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29613     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29614     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29615     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29616     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29617     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29618     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29619     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29620     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29621     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29622     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29623     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29624     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29625     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29626     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29627     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29628     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29629     "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
29630     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29631     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29632     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29633     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29634     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29635     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29636     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29637     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29638     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29639     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29640     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29641     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29642     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29643     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29644     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29645     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29646     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29647     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29648     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29649     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29650     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29651     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29652     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29653     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29654     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29655     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29656     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29657     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29658     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29659     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29660     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29661     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29662     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29663     "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29664     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29665     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29666     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29667     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29668     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29669     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29670     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29671     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29672     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29673     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29674     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29675     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29676     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29677     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29678     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29679     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29680     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29681     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29682     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29683     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29684     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29685     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29686     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29687     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29688     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29689     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29690     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29691     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29692     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29693     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29694     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29695     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29696     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29697     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29698     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29699     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29700     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29701     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29702     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29703     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29704     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29705     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29706     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29707     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29708     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29709     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29710     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29711     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29712     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29713     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29714     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29715     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29716     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29717     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29718     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29719     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29720     "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
29721     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29722     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29723     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29724     "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
29725     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29726     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29727     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29728     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29729     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29730     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29731     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29732     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29733     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29734     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29735     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29736     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29737     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29738     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29739     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29740     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29741     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29742     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29743     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29744     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29745     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29746     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29747     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29748     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29749     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29750     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29751     "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29752     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29753     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29754     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29755     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29756     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29757     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29758     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29759     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29760     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29761     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29762     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29763     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29764     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29765     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29766     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29767     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29768     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29769     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29770     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29771     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29772     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29773     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29774     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29775     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29776     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29777     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29778     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29779     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29780     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29781     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29782     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29783     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29784     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29785     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29786     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29787     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29788     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29789     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29790     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29791     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29792     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29793     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29794     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29795     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29796     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29797     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29798     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29799     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29800     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29801     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29802     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29803     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29804     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29805     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29806     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29807     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29808     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29809     "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29810     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29811     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29812     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29813     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29814     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29815     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29816     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29817     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29818     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29819     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29820     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29821     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29822     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29823     "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
29824     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29825     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29826     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29827     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29828     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29829     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29830     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29831     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29832     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29833     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29834     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29835     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29836     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29837     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29838     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29839     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29840     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29841     "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29842     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29843     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29844     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29845     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29846     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29847     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29848     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29849     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29850     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29851     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29852     "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29853     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29854     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29855     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29856     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29857     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29858     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29859     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29860     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29861     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29862     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29863     "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29864     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29865     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29866     "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29867     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29868     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29869     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29870     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29871     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29872     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29873     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29874     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29875     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29876     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29877     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29878     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29879     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29880     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29881     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29882     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29883     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29884     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29885     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29886     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29887     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29888     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29889     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29890     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29891     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29892     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29893     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29894     "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29895     "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29896     "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29897     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29898     "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29899     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29900     "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
29901     "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
29902     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29903     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29904     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29905     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29906     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29907     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29908     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29909     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29910     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29911     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29912     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29913     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29914     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29915     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29916     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29917     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29918     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29919     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29920     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29921     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29922     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29923     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29924     "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29925     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29926     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29927     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29928     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29929     "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29930     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29931     "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
29932     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29933     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29934     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29935     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29936     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29937     "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
29938     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29939     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29940     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29941     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29942     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29943     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29944     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29945     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29946     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29947     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29948     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29949     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29950     "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29951     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29952     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29953     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29954     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29955     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29956     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29957     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29958     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29959     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29960     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29961     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29962     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29963     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29964     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29965     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29966     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29967     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29968     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29969     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29970     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29971     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29972     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29973     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29974     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29975     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29976     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29977     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29978     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29979     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29980     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29981     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29982     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29983     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29984     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29985     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29986     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29987     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29988     "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29989     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29990     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29991     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29992     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29993     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29994     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29995     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29996     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29997     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29998     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29999     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
30000     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
30001     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
30002     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
30003     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
30004     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
30005     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
30006     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
30007     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
30008     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
30009     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
30010     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
30011     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
30012     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
30013     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
30014     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
30015     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
30016     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
30017     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
30018     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
30019
30020   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
30021 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
30022    { (exit 1); exit 1; }; };;
30023   esac
30024 done
30025
30026
30027 # If the user did not use the arguments to specify the items to instantiate,
30028 # then the envvar interface is used.  Set only those that are not.
30029 # We use the long form for the default assignment because of an extremely
30030 # bizarre bug on SunOS 4.1.3.
30031 if $ac_need_defaults; then
30032   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
30033   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
30034   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
30035 fi
30036
30037 # Have a temporary directory for convenience.  Make it in the build tree
30038 # simply because there is no reason against having it here, and in addition,
30039 # creating and moving files from /tmp can sometimes cause problems.
30040 # Hook for its removal unless debugging.
30041 # Note that there is a small window in which the directory will not be cleaned:
30042 # after its creation but before its name has been assigned to `$tmp'.
30043 $debug ||
30044 {
30045   tmp=
30046   trap 'exit_status=$?
30047   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
30048 ' 0
30049   trap '{ (exit 1); exit 1; }' 1 2 13 15
30050 }
30051 # Create a (secure) tmp directory for tmp files.
30052
30053 {
30054   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
30055   test -n "$tmp" && test -d "$tmp"
30056 }  ||
30057 {
30058   tmp=./conf$$-$RANDOM
30059   (umask 077 && mkdir "$tmp")
30060 } ||
30061 {
30062    $as_echo "$as_me: cannot create a temporary directory in ." >&2
30063    { (exit 1); exit 1; }
30064 }
30065
30066 # Set up the scripts for CONFIG_FILES section.
30067 # No need to generate them if there are no CONFIG_FILES.
30068 # This happens for instance with `./config.status config.h'.
30069 if test -n "$CONFIG_FILES"; then
30070
30071 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
30072   ac_cs_awk_getline=:
30073   ac_cs_awk_pipe_init=
30074   ac_cs_awk_read_file='
30075       while ((getline aline < (F[key])) > 0)
30076         print(aline)
30077       close(F[key])'
30078   ac_cs_awk_pipe_fini=
30079 else
30080   ac_cs_awk_getline=false
30081   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
30082   ac_cs_awk_read_file='
30083       print "|#_!!_#|"
30084       print "cat " F[key] " &&"
30085       '$ac_cs_awk_pipe_init
30086   # The final `:' finishes the AND list.
30087   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
30088 fi
30089 ac_cr='\r'
30090 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
30091 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
30092   ac_cs_awk_cr='\\r'
30093 else
30094   ac_cs_awk_cr=$ac_cr
30095 fi
30096
30097 echo 'BEGIN {' >"$tmp/subs1.awk" &&
30098 _ACEOF
30099
30100 # Create commands to substitute file output variables.
30101 {
30102   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
30103   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
30104   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
30105   echo "_ACAWK" &&
30106   echo "_ACEOF"
30107 } >conf$$files.sh &&
30108 . ./conf$$files.sh ||
30109   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
30110 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
30111    { (exit 1); exit 1; }; }
30112 rm -f conf$$files.sh
30113
30114 {
30115   echo "cat >conf$$subs.awk <<_ACEOF" &&
30116   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
30117   echo "_ACEOF"
30118 } >conf$$subs.sh ||
30119   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
30120 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
30121    { (exit 1); exit 1; }; }
30122 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
30123 ac_delim='%!_!# '
30124 for ac_last_try in false false false false false :; do
30125   . ./conf$$subs.sh ||
30126     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
30127 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
30128    { (exit 1); exit 1; }; }
30129
30130   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
30131   if test $ac_delim_n = $ac_delim_num; then
30132     break
30133   elif $ac_last_try; then
30134     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
30135 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
30136    { (exit 1); exit 1; }; }
30137   else
30138     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
30139   fi
30140 done
30141 rm -f conf$$subs.sh
30142
30143 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30144 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
30145 _ACEOF
30146 sed -n '
30147 h
30148 s/^/S["/; s/!.*/"]=/
30149 p
30150 g
30151 s/^[^!]*!//
30152 :repl
30153 t repl
30154 s/'"$ac_delim"'$//
30155 t delim
30156 :nl
30157 h
30158 s/\(.\{148\}\).*/\1/
30159 t more1
30160 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
30161 p
30162 n
30163 b repl
30164 :more1
30165 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
30166 p
30167 g
30168 s/.\{148\}//
30169 t nl
30170 :delim
30171 h
30172 s/\(.\{148\}\).*/\1/
30173 t more2
30174 s/["\\]/\\&/g; s/^/"/; s/$/"/
30175 p
30176 b
30177 :more2
30178 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
30179 p
30180 g
30181 s/.\{148\}//
30182 t delim
30183 ' <conf$$subs.awk | sed '
30184 /^[^""]/{
30185   N
30186   s/\n//
30187 }
30188 ' >>$CONFIG_STATUS || ac_write_fail=1
30189 rm -f conf$$subs.awk
30190 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30191 _ACAWK
30192 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
30193   for (key in S) S_is_set[key] = 1
30194   FS = "\a"
30195   \$ac_cs_awk_pipe_init
30196 }
30197 {
30198   line = $ 0
30199   nfields = split(line, field, "@")
30200   substed = 0
30201   len = length(field[1])
30202   for (i = 2; i < nfields; i++) {
30203     key = field[i]
30204     keylen = length(key)
30205     if (S_is_set[key]) {
30206       value = S[key]
30207       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
30208       len += length(value) + length(field[++i])
30209       substed = 1
30210     } else
30211       len += 1 + keylen
30212   }
30213   if (nfields == 3 && !substed) {
30214     key = field[2]
30215     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
30216       \$ac_cs_awk_read_file
30217       next
30218     }
30219   }
30220   print line
30221 }
30222 \$ac_cs_awk_pipe_fini
30223 _ACAWK
30224 _ACEOF
30225 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30226 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
30227   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
30228 else
30229   cat
30230 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
30231   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
30232 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
30233    { (exit 1); exit 1; }; }
30234 _ACEOF
30235
30236 # VPATH may cause trouble with some makes, so we remove $(srcdir),
30237 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
30238 # trailing colons and then remove the whole line if VPATH becomes empty
30239 # (actually we leave an empty line to preserve line numbers).
30240 if test "x$srcdir" = x.; then
30241   ac_vpsub='/^[  ]*VPATH[        ]*=/{
30242 s/:*\$(srcdir):*/:/
30243 s/:*\${srcdir}:*/:/
30244 s/:*@srcdir@:*/:/
30245 s/^\([^=]*=[     ]*\):*/\1/
30246 s/:*$//
30247 s/^[^=]*=[       ]*$//
30248 }'
30249 fi
30250
30251 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30252 fi # test -n "$CONFIG_FILES"
30253
30254 # Set up the scripts for CONFIG_HEADERS section.
30255 # No need to generate them if there are no CONFIG_HEADERS.
30256 # This happens for instance with `./config.status Makefile'.
30257 if test -n "$CONFIG_HEADERS"; then
30258 cat >"$tmp/defines.awk" <<\_ACAWK ||
30259 BEGIN {
30260 _ACEOF
30261
30262 # Transform confdefs.h into an awk script `defines.awk', embedded as
30263 # here-document in config.status, that substitutes the proper values into
30264 # config.h.in to produce config.h.
30265
30266 # Create a delimiter string that does not exist in confdefs.h, to ease
30267 # handling of long lines.
30268 ac_delim='%!_!# '
30269 for ac_last_try in false false :; do
30270   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
30271   if test -z "$ac_t"; then
30272     break
30273   elif $ac_last_try; then
30274     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
30275 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
30276    { (exit 1); exit 1; }; }
30277   else
30278     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
30279   fi
30280 done
30281
30282 # For the awk script, D is an array of macro values keyed by name,
30283 # likewise P contains macro parameters if any.  Preserve backslash
30284 # newline sequences.
30285
30286 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
30287 sed -n '
30288 s/.\{148\}/&'"$ac_delim"'/g
30289 t rset
30290 :rset
30291 s/^[     ]*#[    ]*define[       ][      ]*/ /
30292 t def
30293 d
30294 :def
30295 s/\\$//
30296 t bsnl
30297 s/["\\]/\\&/g
30298 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
30299 D["\1"]=" \3"/p
30300 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
30301 d
30302 :bsnl
30303 s/["\\]/\\&/g
30304 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
30305 D["\1"]=" \3\\\\\\n"\\/p
30306 t cont
30307 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
30308 t cont
30309 d
30310 :cont
30311 n
30312 s/.\{148\}/&'"$ac_delim"'/g
30313 t clear
30314 :clear
30315 s/\\$//
30316 t bsnlc
30317 s/["\\]/\\&/g; s/^/"/; s/$/"/p
30318 d
30319 :bsnlc
30320 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
30321 b cont
30322 ' <confdefs.h | sed '
30323 s/'"$ac_delim"'/"\\\
30324 "/g' >>$CONFIG_STATUS || ac_write_fail=1
30325
30326 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30327   for (key in D) D_is_set[key] = 1
30328   FS = "\a"
30329 }
30330 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
30331   line = \$ 0
30332   split(line, arg, " ")
30333   if (arg[1] == "#") {
30334     defundef = arg[2]
30335     mac1 = arg[3]
30336   } else {
30337     defundef = substr(arg[1], 2)
30338     mac1 = arg[2]
30339   }
30340   split(mac1, mac2, "(") #)
30341   macro = mac2[1]
30342   prefix = substr(line, 1, index(line, defundef) - 1)
30343   if (D_is_set[macro]) {
30344     # Preserve the white space surrounding the "#".
30345     print prefix "define", macro P[macro] D[macro]
30346     next
30347   } else {
30348     # Replace #undef with comments.  This is necessary, for example,
30349     # in the case of _POSIX_SOURCE, which is predefined and required
30350     # on some systems where configure will not decide to define it.
30351     if (defundef == "undef") {
30352       print "/*", prefix defundef, macro, "*/"
30353       next
30354     }
30355   }
30356 }
30357 { print }
30358 _ACAWK
30359 _ACEOF
30360 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30361   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
30362 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
30363    { (exit 1); exit 1; }; }
30364 fi # test -n "$CONFIG_HEADERS"
30365
30366
30367 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
30368 shift
30369 for ac_tag
30370 do
30371   case $ac_tag in
30372   :[FHLC]) ac_mode=$ac_tag; continue;;
30373   esac
30374   case $ac_mode$ac_tag in
30375   :[FHL]*:*);;
30376   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
30377 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
30378    { (exit 1); exit 1; }; };;
30379   :[FH]-) ac_tag=-:-;;
30380   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
30381   esac
30382   ac_save_IFS=$IFS
30383   IFS=:
30384   set x $ac_tag
30385   IFS=$ac_save_IFS
30386   shift
30387   ac_file=$1
30388   shift
30389
30390   case $ac_mode in
30391   :L) ac_source=$1;;
30392   :[FH])
30393     ac_file_inputs=
30394     for ac_f
30395     do
30396       case $ac_f in
30397       -) ac_f="$tmp/stdin";;
30398       *) # Look for the file first in the build tree, then in the source tree
30399          # (if the path is not absolute).  The absolute path cannot be DOS-style,
30400          # because $ac_f cannot contain `:'.
30401          test -f "$ac_f" ||
30402            case $ac_f in
30403            [\\/$]*) false;;
30404            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
30405            esac ||
30406            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
30407 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
30408    { (exit 1); exit 1; }; };;
30409       esac
30410       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
30411       ac_file_inputs="$ac_file_inputs '$ac_f'"
30412     done
30413
30414     # Let's still pretend it is `configure' which instantiates (i.e., don't
30415     # use $as_me), people would be surprised to read:
30416     #    /* config.h.  Generated by config.status.  */
30417     configure_input='Generated from '`
30418           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
30419         `' by configure.'
30420     if test x"$ac_file" != x-; then
30421       configure_input="$ac_file.  $configure_input"
30422       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
30423 $as_echo "$as_me: creating $ac_file" >&6;}
30424     fi
30425     # Neutralize special characters interpreted by sed in replacement strings.
30426     case $configure_input in #(
30427     *\&* | *\|* | *\\* )
30428        ac_sed_conf_input=`$as_echo "$configure_input" |
30429        sed 's/[\\\\&|]/\\\\&/g'`;; #(
30430     *) ac_sed_conf_input=$configure_input;;
30431     esac
30432
30433     case $ac_tag in
30434     *:-:* | *:-) cat >"$tmp/stdin" \
30435       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30436 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30437    { (exit 1); exit 1; }; } ;;
30438     esac
30439     ;;
30440   esac
30441
30442   ac_dir=`$as_dirname -- "$ac_file" ||
30443 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30444          X"$ac_file" : 'X\(//\)[^/]' \| \
30445          X"$ac_file" : 'X\(//\)$' \| \
30446          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
30447 $as_echo X"$ac_file" |
30448     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30449             s//\1/
30450             q
30451           }
30452           /^X\(\/\/\)[^/].*/{
30453             s//\1/
30454             q
30455           }
30456           /^X\(\/\/\)$/{
30457             s//\1/
30458             q
30459           }
30460           /^X\(\/\).*/{
30461             s//\1/
30462             q
30463           }
30464           s/.*/./; q'`
30465   { as_dir="$ac_dir"
30466   case $as_dir in #(
30467   -*) as_dir=./$as_dir;;
30468   esac
30469   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
30470     as_dirs=
30471     while :; do
30472       case $as_dir in #(
30473       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
30474       *) as_qdir=$as_dir;;
30475       esac
30476       as_dirs="'$as_qdir' $as_dirs"
30477       as_dir=`$as_dirname -- "$as_dir" ||
30478 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30479          X"$as_dir" : 'X\(//\)[^/]' \| \
30480          X"$as_dir" : 'X\(//\)$' \| \
30481          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
30482 $as_echo X"$as_dir" |
30483     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30484             s//\1/
30485             q
30486           }
30487           /^X\(\/\/\)[^/].*/{
30488             s//\1/
30489             q
30490           }
30491           /^X\(\/\/\)$/{
30492             s//\1/
30493             q
30494           }
30495           /^X\(\/\).*/{
30496             s//\1/
30497             q
30498           }
30499           s/.*/./; q'`
30500       test -d "$as_dir" && break
30501     done
30502     test -z "$as_dirs" || eval "mkdir $as_dirs"
30503   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
30504 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
30505    { (exit 1); exit 1; }; }; }
30506   ac_builddir=.
30507
30508 case "$ac_dir" in
30509 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30510 *)
30511   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
30512   # A ".." for each directory in $ac_dir_suffix.
30513   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
30514   case $ac_top_builddir_sub in
30515   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30516   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30517   esac ;;
30518 esac
30519 ac_abs_top_builddir=$ac_pwd
30520 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30521 # for backward compatibility:
30522 ac_top_builddir=$ac_top_build_prefix
30523
30524 case $srcdir in
30525   .)  # We are building in place.
30526     ac_srcdir=.
30527     ac_top_srcdir=$ac_top_builddir_sub
30528     ac_abs_top_srcdir=$ac_pwd ;;
30529   [\\/]* | ?:[\\/]* )  # Absolute name.
30530     ac_srcdir=$srcdir$ac_dir_suffix;
30531     ac_top_srcdir=$srcdir
30532     ac_abs_top_srcdir=$srcdir ;;
30533   *) # Relative name.
30534     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30535     ac_top_srcdir=$ac_top_build_prefix$srcdir
30536     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30537 esac
30538 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30539
30540
30541   case $ac_mode in
30542   :F)
30543   #
30544   # CONFIG_FILE
30545   #
30546
30547   case $INSTALL in
30548   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30549   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30550   esac
30551 _ACEOF
30552
30553 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30554 # If the template does not know about datarootdir, expand it.
30555 # FIXME: This hack should be removed a few years after 2.60.
30556 ac_datarootdir_hack=; ac_datarootdir_seen=
30557
30558 ac_sed_dataroot='
30559 /datarootdir/ {
30560   p
30561   q
30562 }
30563 /@datadir@/p
30564 /@docdir@/p
30565 /@infodir@/p
30566 /@localedir@/p
30567 /@mandir@/p
30568 '
30569 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30570 *datarootdir*) ac_datarootdir_seen=yes;;
30571 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30572   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30573 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30574 _ACEOF
30575 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30576   ac_datarootdir_hack='
30577   s&@datadir@&$datadir&g
30578   s&@docdir@&$docdir&g
30579   s&@infodir@&$infodir&g
30580   s&@localedir@&$localedir&g
30581   s&@mandir@&$mandir&g
30582     s&\\\${datarootdir}&$datarootdir&g' ;;
30583 esac
30584 _ACEOF
30585
30586 # Neutralize VPATH when `$srcdir' = `.'.
30587 # Shell code in configure.ac might set extrasub.
30588 # FIXME: do we really want to maintain this feature?
30589 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30590 ac_sed_extra="$ac_vpsub
30591 $extrasub
30592 _ACEOF
30593 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30594 :t
30595 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30596 s|@configure_input@|$ac_sed_conf_input|;t t
30597 s&@top_builddir@&$ac_top_builddir_sub&;t t
30598 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30599 s&@srcdir@&$ac_srcdir&;t t
30600 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30601 s&@top_srcdir@&$ac_top_srcdir&;t t
30602 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30603 s&@builddir@&$ac_builddir&;t t
30604 s&@abs_builddir@&$ac_abs_builddir&;t t
30605 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30606 s&@INSTALL@&$ac_INSTALL&;t t
30607 $ac_datarootdir_hack
30608 "
30609 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30610 if $ac_cs_awk_getline; then
30611   $AWK -f "$tmp/subs.awk"
30612 else
30613   $AWK -f "$tmp/subs.awk" | $SHELL
30614 fi >$tmp/out \
30615   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30616 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30617    { (exit 1); exit 1; }; }
30618
30619 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30620   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30621   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30622   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30623 which seems to be undefined.  Please make sure it is defined." >&5
30624 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30625 which seems to be undefined.  Please make sure it is defined." >&2;}
30626
30627   rm -f "$tmp/stdin"
30628   case $ac_file in
30629   -) cat "$tmp/out" && rm -f "$tmp/out";;
30630   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30631   esac \
30632   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30633 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30634    { (exit 1); exit 1; }; }
30635  ;;
30636   :H)
30637   #
30638   # CONFIG_HEADER
30639   #
30640   if test x"$ac_file" != x-; then
30641     {
30642       $as_echo "/* $configure_input  */" \
30643       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30644     } >"$tmp/config.h" \
30645       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30646 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30647    { (exit 1); exit 1; }; }
30648     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30649       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30650 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30651     else
30652       rm -f "$ac_file"
30653       mv "$tmp/config.h" "$ac_file" \
30654         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30655 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30656    { (exit 1); exit 1; }; }
30657     fi
30658   else
30659     $as_echo "/* $configure_input  */" \
30660       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30661       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30662 $as_echo "$as_me: error: could not create -" >&2;}
30663    { (exit 1); exit 1; }; }
30664   fi
30665  ;;
30666
30667   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30668 $as_echo "$as_me: executing $ac_file commands" >&6;}
30669  ;;
30670   esac
30671
30672
30673   case $ac_file$ac_mode in
30674     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30675     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30676 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30677     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30678 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30679     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30680 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30681     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30682 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30683     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30684 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30685     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30686 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30687
30688   esac
30689 done # for ac_tag
30690
30691
30692 { (exit 0); exit 0; }
30693 _ACEOF
30694 chmod +x $CONFIG_STATUS
30695 ac_clean_files=$ac_clean_files_save
30696
30697 test $ac_write_fail = 0 ||
30698   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30699 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30700    { (exit 1); exit 1; }; }
30701
30702
30703 # configure is writing to config.log, and then calls config.status.
30704 # config.status does its own redirection, appending to config.log.
30705 # Unfortunately, on DOS this fails, as config.log is still kept open
30706 # by configure, so config.status won't be able to write to it; its
30707 # output is simply discarded.  So we exec the FD to /dev/null,
30708 # effectively closing config.log, so it can be properly (re)opened and
30709 # appended to by config.status.  When coming back to configure, we
30710 # need to make the FD available again.
30711 if test "$no_create" != yes; then
30712   ac_cs_success=:
30713   ac_config_status_args=
30714   test "$silent" = yes &&
30715     ac_config_status_args="$ac_config_status_args --quiet"
30716   exec 5>/dev/null
30717   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30718   exec 5>>config.log
30719   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30720   # would make configure fail if this is the last instruction.
30721   $ac_cs_success || { (exit 1); exit 1; }
30722 fi
30723 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30724   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30725 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30726 fi
30727
30728
30729 if test "$no_create" = "yes"
30730 then
30731   exit 0
30732 fi
30733
30734 ac_save_IFS="$IFS"
30735 if test "x$wine_notices != "x; then
30736     echo >&6
30737     IFS="|"
30738     for msg in $wine_notices; do
30739         IFS="$ac_save_IFS"
30740         if test -n "$msg"; then
30741             { $as_echo "$as_me:$LINENO: $msg" >&5
30742 $as_echo "$as_me: $msg" >&6;}
30743         fi
30744     done
30745 fi
30746 IFS="|"
30747 for msg in $wine_warnings; do
30748     IFS="$ac_save_IFS"
30749     if test -n "$msg"; then
30750         echo >&2
30751         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30752 $as_echo "$as_me: WARNING: $msg" >&2;}
30753     fi
30754 done
30755 IFS="$ac_save_IFS"
30756
30757 echo "
30758 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
30759 " >&6
30760